Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Danbr4d committed Jan 17, 2025
1 parent e8d2eda commit f9296ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/classes/potentialSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PotentialSet
* Potentials Data
*/
private:
// Fingerprint for these partials (e.g. reflecting Configuration indices at which they were calculated)
// Fingerprint for these potentials
std::string fingerprint_;
struct PotentialData
{
Expand Down
4 changes: 2 additions & 2 deletions src/modules/epsrManager/epsrManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class EPSRManagerModule : public Module
};
// Potential scalings
std::string potentialScalings_;
// Number of historical partial sets to combine into final partials
// Number of historical potential sets to combine into final potential
std::optional<int> averagingLength_;
// Weighting scheme to use when averaging partials
// Weighting scheme to use when averaging potential
Averaging::AveragingScheme averagingScheme_{Averaging::LinearAveraging};
// Vector of averaged potentials over multiple iterations
std::vector<std::map<std::string, EPData>> averagedPotentialsStore;
Expand Down

0 comments on commit f9296ba

Please sign in to comment.