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 e7722b7 commit cecbcddCopy full SHA for cecbcdd
source/input.cpp
@@ -1940,7 +1940,7 @@ void Input::Default_2(void) // jiyy add 2019-08-04
1940
}
1941
if(calculation.substr(0,3) != "sto") bndpar = 1;
1942
if(bndpar > GlobalV::NPROC) bndpar = GlobalV::NPROC;
1943
- if(method_sto != 1 || method_sto != 2)
+ if(method_sto != 1 && method_sto != 2)
1944
{
1945
method_sto = 2;
1946
0 commit comments