Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiozaki committed Dec 5, 2018
1 parent c282ee8 commit d1ab06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asd/dimer/dimer_scf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void Dimer::set_active(const shared_ptr<const PTree> idata, const bool localize_
}

nvirt_ = {nexternA - nactA, nexternB - nactB};
sref_ = make_shared<Reference>(sgeom_, make_shared<Coeff>(*out_coeff), nclosed, nact, nexternA+nexternB - (nclosed+nact));
sref_ = make_shared<Reference>(sgeom_, make_shared<Coeff>(*out_coeff), nclosed, nact, nexternA+nexternB - nact);
}


Expand Down

0 comments on commit d1ab06e

Please sign in to comment.