replace tabs and remove trailing whitespace in lib folder with updated script

This commit is contained in:
Axel Kohlmeyer
2021-08-22 20:45:24 -04:00
parent 30821b37e5
commit 92b5b159e5
311 changed files with 9176 additions and 9176 deletions

View File

@ -29,10 +29,10 @@ namespace ATC
protected:
//! CbPotential base constructor:
//! Initializes which terms are included in energy computation.
//@param potential_terms Switches for atomic interaction terms.
//@param potential_terms Switches for atomic interaction terms.
CbPotential(Interactions interaction_terms) : terms(interaction_terms) {}
public:
virtual ~CbPotential() {}
virtual ~CbPotential() {}
const Interactions terms; //!< switches for types of potential terms.
//! Returns the minimum distance that all interactions get neglected.