|
@@ -37,7 +37,7 @@ public class D00009Service extends D00009BaseModel implements ExecProcessFlow {
|
|
|
fileName ="POST"+step+".vtk";
|
|
|
}
|
|
|
if(stype.endsWith("Water")){
|
|
|
- outPath=TemplateGenerator.BPATH+"/"+aid+"/warter/out";
|
|
|
+ outPath=TemplateGenerator.BPATH+"/"+aid+"/water/out";
|
|
|
fileName ="Post"+step+".vtk";
|
|
|
}
|
|
|
Path path = Paths.get(outPath+"/"+fileName);
|