Skip to content
Snippets Groups Projects
Commit 9433c64e authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

revert to outputting file name with coords

parent 213f4c20
No related branches found
No related tags found
No related merge requests found
......@@ -54,14 +54,13 @@ void track(){
float yst=Seeds(SN,2);
float zst=Seeds(SN,3);
keeptot += seedmanager.run(xst,yst,zst,false,0);
//string add="_"+num2str(Seeds(SN,1))+(string)"_"+num2str(Seeds(SN,2))+(string)"_"+num2str(Seeds(SN,3));
string add="_"+num2str(Seeds(SN,1))+(string)"_"+num2str(Seeds(SN,2))+(string)"_"+num2str(Seeds(SN,3));
//counter.save_pathdist(add);
//counter.reset_prob();
counter.save_pathdist(add);
counter.reset_prob();
} //Close Seed number Loop
counter.save_total(keeptot);
counter.save();
//counter.save_total(keeptot);
//counter.save();
cout<<"finished"<<endl;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment