From 88f5350f9753651df3acaa9ada4f8b0a4839a190 Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Sun, 29 Jul 2007 17:14:13 +0000
Subject: [PATCH] *** empty log message ***

---
 ptx_simple.cc   | 1 +
 ptx_twomasks.cc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ptx_simple.cc b/ptx_simple.cc
index 8c79bfb..c96372a 100644
--- a/ptx_simple.cc
+++ b/ptx_simple.cc
@@ -50,4 +50,5 @@ void track(){
     counter.reset_prob();
   } //Close Seed number Loop
 
+  cout<<"finished"<<endl;
 }
diff --git a/ptx_twomasks.cc b/ptx_twomasks.cc
index 871699b..c137e64 100644
--- a/ptx_twomasks.cc
+++ b/ptx_twomasks.cc
@@ -61,7 +61,7 @@ void twomasks()
   
   
   counter.save();
-  
+  cout<<"finished"<<endl;
 }
 
 
-- 
GitLab