Skip to content

Commit 21239fe

Browse files
committed
disable the output
1 parent 1f21451 commit 21239fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/module_hamilt_general/module_vdw/dftd3_xc_param.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,12 @@ namespace DFTD3 {
493493
s8 = (s8_in == "default") ? param[3] : std::stod(s8_in);
494494
a1 = (a1_in == "default") ? param[2] : std::stod(a1_in);
495495
a2 = (a2_in == "default") ? param[5] : std::stod(a2_in);
496-
param = {s6, s8, a1, a2};
497-
FmtTable vdwd3tab({"Parameters", "Original", "Autoset"}, 4, {"%10s", "%10s", "%10.4f"});
498-
const std::vector<std::string> items = {"s6", "s8", "a1", "a2"};
499-
vdwd3tab << items << flag << param;
500-
std::cout << "DFT-D3 Dispersion correction parameters autoset\n" << vdwd3tab.str()
501-
<< std::flush;
496+
// param = {s6, s8, a1, a2};
497+
// FmtTable vdwd3tab({"Parameters", "Original", "Autoset"}, 4, {"%10s", "%10s", "%10.4f"});
498+
// const std::vector<std::string> items = {"s6", "s8", "a1", "a2"};
499+
// vdwd3tab << items << flag << param;
500+
// std::cout << "DFT-D3 Dispersion correction parameters autoset\n" << vdwd3tab.str()
501+
// << std::flush;
502502
}
503503
}
504504
}

0 commit comments

Comments
 (0)