mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
iterateGeometry tutorial added
This commit is contained in:
@ -32,7 +32,7 @@ bool pFlow::stlWall::readSTLWall
|
||||
auto fileName = dict.getVal<word>("file");
|
||||
|
||||
|
||||
fileSystem file("",fileName);
|
||||
fileSystem file("./stl",fileName);
|
||||
|
||||
stlFile stl(file);
|
||||
if(!stl.read())
|
||||
|
Reference in New Issue
Block a user