|  | @@ -432,9 +432,9 @@ public class TemplateGenerator {
 | 
	
		
			
				|  |  |          //midPath
 | 
	
		
			
				|  |  |          dataModel.put("monitorPath", BPATH + "/" + aid + "/" + jid + "/monitor.in");
 | 
	
		
			
				|  |  |          //midPath
 | 
	
		
			
				|  |  | -        dataModel.put("midPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" + "/mid");
 | 
	
		
			
				|  |  | +        dataModel.put("midPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" + "mid");
 | 
	
		
			
				|  |  |          //outPath
 | 
	
		
			
				|  |  | -        dataModel.put("outPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" +  "/out");
 | 
	
		
			
				|  |  | +        dataModel.put("outPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" +  "out");
 | 
	
		
			
				|  |  |          //CPUS
 | 
	
		
			
				|  |  |          dataModel.put("cups", 4);
 | 
	
		
			
				|  |  |          dataModel.put("totaltime", totaltime);
 | 
	
	
		
			
				|  | @@ -587,9 +587,9 @@ public class TemplateGenerator {
 | 
	
		
			
				|  |  |          //midPath
 | 
	
		
			
				|  |  |          dataModel.put("monitorPath", BPATH + "/" + aid + "/" + jid + "/monitor.in");
 | 
	
		
			
				|  |  |          //midPath
 | 
	
		
			
				|  |  | -        dataModel.put("midPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" + "/mid");
 | 
	
		
			
				|  |  | +        dataModel.put("midPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" + "mid");
 | 
	
		
			
				|  |  |          //outPath
 | 
	
		
			
				|  |  | -        dataModel.put("outPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" +  "/out");
 | 
	
		
			
				|  |  | +        dataModel.put("outPath", BPATH + "/" + aid + "/" + jid + "/gas" + "/" +  "out");
 | 
	
		
			
				|  |  |          //CPUS
 | 
	
		
			
				|  |  |          dataModel.put("cups", 4);
 | 
	
		
			
				|  |  |          dataModel.put("totaltime", totaltime);
 |