Skip to content

Commit

Permalink
minor change to make ctests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Oct 8, 2019
1 parent 65a13fa commit 3a6eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dft/moveAtoms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void dftClass<FEOrder>::updateAtomPositionsAndMoveMesh(const std::vector<Tensor<
if (!dftParameters::reproducible_output)
pcout << "Now Reinitializing all moved triangulation dependent objects..." << std::endl;

initNoRemesh(false,(dftParameters::reproducible_output && maxCurrentDispAtom>0.06)?true:false);
initNoRemesh(false,(!dftParameters::reproducible_output && maxCurrentDispAtom>0.06)?true:false);
if (!dftParameters::reproducible_output)
pcout << "...Reinitialization end" << std::endl;
}
Expand Down

0 comments on commit 3a6eea5

Please sign in to comment.