mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
modifications for adding boundary condtions
This commit is contained in:
@ -42,7 +42,7 @@ int main(int argc, char** argv )
|
||||
" date in time folders into vtk file format.");
|
||||
|
||||
wordVector times;
|
||||
|
||||
|
||||
bool noGoem = false;
|
||||
cmds.add_flag(
|
||||
"--no-geometry",
|
||||
@ -57,7 +57,7 @@ int main(int argc, char** argv )
|
||||
cmds.addOption("-o,--out-folder",
|
||||
outFolder,
|
||||
"path to output folder of VTK",
|
||||
"path");
|
||||
"path");
|
||||
|
||||
bool separateSurfaces = false;
|
||||
cmds.add_flag(
|
||||
|
Reference in New Issue
Block a user