Skip to content

Commit

Permalink
Fix init order
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent committed Feb 10, 2021
1 parent 5da4043 commit bcca502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QMCHamiltonians/NonLocalECPotential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ NonLocalECPotential::NonLocalECPotential(ParticleSet& ions,
myRNG(nullptr),
IonConfig(ions),
Psi(psi),
ComputeForces(computeForces),
use_DLA(enable_DLA),
Peln(els),
ElecNeighborIons(els),
IonNeighborElecs(ions),
UseTMove(TMOVE_OFF),
nonLocalOps(els.getTotalNum()),
ComputeForces(computeForces),
use_DLA(enable_DLA)
nonLocalOps(els.getTotalNum())
{
set_energy_domain(potential);
two_body_quantum_domain(ions, els);
Expand Down

0 comments on commit bcca502

Please sign in to comment.