From ed1e6366431db7ce9a39f47b5695398d4dd6456c Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Tue, 16 Jan 2007 14:38:52 +0000
Subject: [PATCH] bug corrected:the output was not written where expected

---
 pt_simple.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pt_simple.cc b/pt_simple.cc
index 4d2d446..c81b03f 100644
--- a/pt_simple.cc
+++ b/pt_simple.cc
@@ -201,6 +201,6 @@ void track(){
       
     } // Close Particle Number Loop    
     string thisout=opts.outfile.value()+num2str(Seeds(SN,1))+(string)"_"+num2str(Seeds(SN,2))+(string)"_"+num2str(Seeds(SN,3));
-    save_volume(prob,thisout);
+    save_volume(prob,logger.appendDir(thisout));
   } //Close Seed number Loop
 }
-- 
GitLab