Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 8, 2024
1 parent 79f92e8 commit a0286f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion freud/order/HexaticTranslational.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ template<typename T> class HexaticTranslational
const std::shared_ptr<locality::NeighborQuery>& points,
const freud::locality::QueryArgs qargs, bool normalize_by_k);


const T m_k; //!< The symmetry order for Hexatic, or normalization for Translational
const bool
m_weighted; //!< Whether to use neighbor weights in computing the order parameter (default false)
Expand Down
2 changes: 1 addition & 1 deletion freud/order/RotationalAutocorrelation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "RotationalAutocorrelation.h"

#include "VectorMath.h"
#include "utils.h"
#include <cmath>
#include "VectorMath.h"

/*! \file RotationalAutocorrelation.cc
\brief Implements the RotationalAutocorrelation class.
Expand Down

0 comments on commit a0286f4

Please sign in to comment.