Displaying differences for changeset
 
display as  

src/java/m/groundwater/V1_0.java

@@ -43,7 +43,8 @@
     @Override
     protected void postProcess() throws Exception {
         // files
-        putResult(new File(model.getGraph()),
+        File wd = getWorkspaceDir();
+        putResult(new File(wd, model.getGraph()),
                   //Below are the result graph files for use by JHighCharts on eRAMS for duplicating the above graphs
                   model.getGWgraphOutput());