We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d233f32 commit f1fa8acCopy full SHA for f1fa8ac
source/module_io/read_input_item_relax.cpp
@@ -58,7 +58,7 @@ void ReadInput::item_relax()
58
}
59
else if (calculation == "relax" || calculation == "cell-relax")
60
{
61
- if (!para.input.relax_nmax)
+ if (para.input.relax_nmax == 0) // default value
62
63
para.input.relax_nmax = 50;
64
0 commit comments