diff --git a/ptx_simple.cc b/ptx_simple.cc
index 8c79bfb1d890c014d11c669af0061261b3083d9b..c96372a0f72e6b34eb5476a3d225bdadf5e5149f 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 871699b5fbde9bb924aefe49ceecbe6d79d11d66..c137e6491b6c583b0f14d43cb3763b1c1b171c7f 100644
--- a/ptx_twomasks.cc
+++ b/ptx_twomasks.cc
@@ -61,7 +61,7 @@ void twomasks()
   
   
   counter.save();
-  
+  cout<<"finished"<<endl;
 }