Skip to content

Commit

Permalink
small changes to in-cycle tally accumulate
Browse files Browse the repository at this point in the history
  • Loading branch information
sellitforcache committed Mar 18, 2016
1 parent a631bfe commit 9ada1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ void whistory::run(){
for( unsigned i = 0 ; i<accumulate_n ; i++){
accumulate_trigger = (N - i*accumulate_size);
if( Nrun < accumulate_trigger & Nrun_old > accumulate_trigger ){
printf("Accumualating tallies after %u histories...\n",accumulate_trigger);
printf("Accumualating tallies after %u histories completed...\n",accumulate_size);
accumulate_tally();
break; // so accumulated doesn't execute >1 if more than a single step is span
}
Expand Down

0 comments on commit 9ada1a1

Please sign in to comment.