Skip to content

Commit

Permalink
Add correction from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
David Poole committed Sep 26, 2023
1 parent 192ed92 commit 218b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psi4/src/psi4/libfock/CompositeJK.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void CompositeJK::common_init() {
// other options
density_screening_ = options_.get_str("SCREENING") == "DENSITY";
set_cutoff(options_.get_double("INTS_TOLERANCE"));
early_screening_ = k_type_ == "COSX" ? true : false;
early_screening_ = k_type == "COSX" ? true : false;

// pre-construct per-thread TwoBodyAOInt objects for computing 3- and 4-index ERIs
timer_on("CompositeJK: ERI Computers");
Expand Down

0 comments on commit 218b0b6

Please sign in to comment.