From db5d9c9e943fc4404fd542e3437ee9210b489d4f Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Tue, 7 Jul 2020 16:51:59 -0400 Subject: [PATCH] amended https://github.com/evaleev/libint/pull/166 --- src/bin/libint/comp_deriv_gauss.h | 2 +- src/bin/libint/itr_11_twoprep_11.h | 2 +- src/bin/libint/vrr_11_r12kg12_11.h | 2 +- src/bin/libint/vrr_11_twoprep_11.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/libint/comp_deriv_gauss.h b/src/bin/libint/comp_deriv_gauss.h index 6c6e4ae81..c5bf67116 100644 --- a/src/bin/libint/comp_deriv_gauss.h +++ b/src/bin/libint/comp_deriv_gauss.h @@ -329,7 +329,7 @@ namespace libint2 { { std::ostringstream oss; - oss << "using namespace libint2;" << endl; + oss << "using namespace libint2;" << std::endl; BasisFunctionType sh(where == InBra ? target_->bra(part,0) : target_->ket(part,0)); diff --git a/src/bin/libint/itr_11_twoprep_11.h b/src/bin/libint/itr_11_twoprep_11.h index 9350970b1..2ee7e2a45 100644 --- a/src/bin/libint/itr_11_twoprep_11.h +++ b/src/bin/libint/itr_11_twoprep_11.h @@ -399,7 +399,7 @@ namespace libint2 { dD.zero() == false; assert(deriv == false); - oss << "using namespace libint2;" << endl; + oss << "using namespace libint2;" << std::endl; if (deriv == false) { // for regular integrals I know exactly how many prerequisites I need if(xsxs) { diff --git a/src/bin/libint/vrr_11_r12kg12_11.h b/src/bin/libint/vrr_11_r12kg12_11.h index 6317fe227..db41cbc3b 100644 --- a/src/bin/libint/vrr_11_r12kg12_11.h +++ b/src/bin/libint/vrr_11_r12kg12_11.h @@ -505,7 +505,7 @@ namespace libint2 { unit_s = sh_a.is_unit(); } - oss << "using namespace libint2;" << endl; + oss << "using namespace libint2;" << std::endl; if (K == -1) { if (xsxs) { oss << "libint2::OSVRR_xs_xs<" << part << "," << sh_a.norm() << "," << sh_c.norm() << ","; diff --git a/src/bin/libint/vrr_11_twoprep_11.h b/src/bin/libint/vrr_11_twoprep_11.h index 31a842de3..8601037cd 100644 --- a/src/bin/libint/vrr_11_twoprep_11.h +++ b/src/bin/libint/vrr_11_twoprep_11.h @@ -615,7 +615,7 @@ namespace libint2 { dC.zero() == false || dD.zero() == false; - oss << "using namespace libint2;" << endl; + oss << "using namespace libint2;" << std::endl; if (deriv == false) { // for regular integrals I know exactly how many prerequisites I need if(xsxs) {