Skip to content

Commit

Permalink
fix: removed broken assertion (#1838)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Washington <adam.washington@stfc.ac.uk>
  • Loading branch information
RobBuchananCompPhys and rprospero committed Apr 10, 2024
1 parent ebf30a9 commit f19f972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/classes/pairPotential.cpp
Expand Up @@ -174,9 +174,6 @@ bool PairPotential::setUp(const std::shared_ptr<AtomType> &typeI, const std::sha
// Set Data1D names from source AtomTypes
void PairPotential::setData1DNames()
{
// Check for NULL pointers
assert(atomTypeI_ && atomTypeJ_);

uFull_.setTag(fmt::format("{}-{}", nameI_, nameJ_));

uAdditional_.setTag(fmt::format("{}-{} (Add)", nameI_, nameJ_));
Expand Down

0 comments on commit f19f972

Please sign in to comment.