|
@@ -37,7 +37,7 @@ public class D00009Service extends D00009BaseModel implements ExecProcessFlow {
|
|
|
}
|
|
|
if(stype.endsWith("Warter")){
|
|
|
outPath=TemplateGenerator.BPATH+"/"+aid+"/warter/out";
|
|
|
- fileName ="Post"+step+"/.vtk";
|
|
|
+ fileName ="Post"+step+".vtk";
|
|
|
}
|
|
|
Path path = XIFileUtils.getAbsolutePath(outPath+"/"+fileName);
|
|
|
String mimeType = MFMimeTypeUtils.getMimeType(path);
|