Skip to content

Commit b4379ba

Browse files
The9CatCopilot
andauthored
Update exputil/SLGridMP2.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 38bae87 commit b4379ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exputil/SLGridMP2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@ void SLGridSlab::compute_table(struct TableSlab* table, int KX, int KY)
29072907
<< std::setw( 5) << iflag[i]
29082908
<< std::endl;
29092909

2910-
if (VERBOSE and iflag[i] != 0) {
2910+
if (VERBOSE && iflag[i] != 0) {
29112911

29122912
if (iflag[i] > -10) {
29132913
cout << std::setw(14) << "x"

0 commit comments

Comments
 (0)