Skip to content

Commit 0b5de4c

Browse files
author
abacus_fixer
committed
fix bug
1 parent 579ca9c commit 0b5de4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/source_io/test_serial/read_input_item_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ TEST_F(InputTest, Item_test)
365365
}
366366
{ // out_pot
367367
auto it = find_label("out_pot", readinput.input_lists);
368+
param.input.calculation = "scf";
368369
it->second.str_values = {"1"};
369370
it->second.read_value(it->second, param);
370371
EXPECT_EQ(param.input.out_pot[0], 1);

0 commit comments

Comments
 (0)