View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000612 | OpenFOAM | Bug | public | 2012-08-02 21:18 | 2012-08-13 10:51 |
Reporter | wyldckat | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000612: "paraFoam -builtin" indicates that it requires the official plugin | ||||
Description | I've found this several months ago, but I kept forgetting about reporting this issue. The fix is very simple: the "-builtin" option should set "requirePV=0" as well, as shown in the "Steps To Reproduce" below. | ||||
Steps To Reproduce | diff --git a/bin/paraFoam b/bin/paraFoam index 867212e..e6465f0 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -85,6 +85,7 @@ do ;; -builtin) extension=foam + requirePV=0 shift ;; -case) | ||||
Additional Information | Related hint/suggestion for the next OpenFOAM release(s) - ParaView development packages are already supplied in some of the major Linux distributions: * Ubuntu - paraview-dev * Fedora - paraview-devel Although since ParaView versions evolve with each release for each Linux distribution... it would possibly require that OpenFOAM's own plug-in individually evolved as well along with each distribution's ParaView version. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-02 21:18 | wyldckat | New Issue | |
2012-08-13 10:51 |
|
Note Added: 0001586 | |
2012-08-13 10:51 |
|
Status | new => resolved |
2012-08-13 10:51 |
|
Fixed in Version | => 2.1.x |
2012-08-13 10:51 |
|
Resolution | open => fixed |
2012-08-13 10:51 |
|
Assigned To | => user2 |