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 0513a9b commit 449fedbCopy full SHA for 449fedb
source/module_io/print_info.cpp
@@ -91,7 +91,7 @@ void setup_parameters(UnitCell& ucell, K_Vectors& kv)
91
}
92
93
std::cout << std::setw(12) << GlobalV::NPROC
94
- << std::setw(16) << Parallel_Global::omp_number;;
+ << std::setw(16) << Parallel_Global::omp_number;
95
if (orbinfo) { std::cout << std::setw(12) << PARAM.globalv.nlocal; }
96
97
std::cout << std::endl;
0 commit comments