Skip to content

Commit

Permalink
sloppy.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeprince3 authored and Eugene DePrince committed Apr 28, 2013
1 parent a9381ac commit 0fd6a98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/fnocc/ccsd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ double CoupledCluster::compute_energy() {

// if low memory or CIM, need to generate one last set of integrals
if (reference_wavefunction_->isCIM() || isLowMemory){
long int memory = memory - (long int)(!t2_on_disk)*o*o*v*v;
Sort_OV3_LowMemory(memory,o,v,reference_wavefunction_->isCIM());
Sort_OV3_LowMemory(memory - 8L*(long int)(!t2_on_disk)*o*o*v*v,o,v,reference_wavefunction_->isCIM());
}

// now there should be space for t2
Expand Down

0 comments on commit 0fd6a98

Please sign in to comment.