Skip to content

Commit

Permalink
Reduce histogram resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jun 29, 2023
1 parent e4e1e43 commit e4f94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class ElectricPotential : public Analysis {
enum class Policies { FIXED, RANDOM_WALK, RANDOM_WALK_NO_OVERLAP, INVALID };

private:
double histogram_resolution = 0.05; //!< Angstrom
double histogram_resolution = 0.01; //!< Potential resolution
unsigned int calculations_per_sample_event = 1;
struct Target {
Point position; //!< Target position
Expand Down

0 comments on commit e4f94be

Please sign in to comment.