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

simple doesn't save fdt_paths unless asked to

parent fcf32211
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,9 @@ void track(){ ...@@ -56,7 +56,9 @@ void track(){
keeptot += seedmanager.run(xst,yst,zst,false,0); 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); if(opts.simpleout.value())
counter.save_pathdist(add);
counter.count_seed(); counter.count_seed();
counter.reset_prob(); counter.reset_prob();
......
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