Skip to content

Commit

Permalink
Resolve #11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Dec 17, 2023
1 parent 31cc42e commit d46bdb1
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 254 deletions.
252 changes: 0 additions & 252 deletions postprocess.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/obs2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ size_t _get_max_counter(const utils::SimulationParameters params)
// let N be the log base 10 total timesteps
// log2(10^N) = N log2(10)
// Give the max counter a lot of space
return params.log10_N_timesteps * log2(10.0) + 10;
return params.log10_N_timesteps * log(10.0) + 10;
}


Expand Down
Loading

0 comments on commit d46bdb1

Please # to comment.