From 307b4c27bd231d6bdfa0ca81a930ecb5698b1e1b Mon Sep 17 00:00:00 2001 From: Adrian Hurtado Date: Thu, 26 Oct 2023 10:40:50 -0400 Subject: [PATCH] print statements for debugging --- src/apps/molresponse/response_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/molresponse/response_functions.h b/src/apps/molresponse/response_functions.h index c09039f3187..3b683cca9f8 100644 --- a/src/apps/molresponse/response_functions.h +++ b/src/apps/molresponse/response_functions.h @@ -321,7 +321,7 @@ namespace madness { // Mimicing standard madness calls with these 3 void zero() { auto &world = x[0][0].world(); - for (auto&i:active) { x[i] = zero_functions(world, num_orbitals, false); } + for (int i =0;i(world, num_orbitals, false); } } void compress_rf() {