Skip to content

Commit 90d7197

Browse files
authored
Merge branch 'deepmodeling:develop' into develop
2 parents 8382659 + d7150d0 commit 90d7197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/read_set_globalv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void ReadInput::set_globalv(Parameter& para)
9595

9696
void ReadInput::set_globalv_bcast()
9797
{
98-
add_int_bcast(sys.myrank);
98+
// add_int_bcast(sys.myrank);
9999
add_bool_bcast(sys.two_fermi);
100100
add_bool_bcast(sys.use_uspp);
101101
add_bool_bcast(sys.dos_setemin);

0 commit comments

Comments
 (0)