Skip to content

Commit 5a4513f

Browse files
committed
modified: src_io/write_wfc_realspace.cpp
some compilers can not accept the space after \ at the end of the line
1 parent 539e69f commit 5a4513f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/src_io/write_wfc_realspace.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ namespace Write_Wfc_Realspace
6060
// t0 t1 t2 t3 t4 t5 t6 t7
6161
// -------------------------------->
6262
// rank0 k0 k1 k2 k3 k4 k5
63-
// \ \ \ \ \ \
63+
// \ \ \ \ \ \
6464
// rank1 k0 k1 k2 k3 k4 k5
65-
// \ \ \ \ \ \
65+
// \ \ \ \ \ \
6666
// rank2 k0 k1 k2 k3 k4 k5
6767

6868

@@ -157,4 +157,4 @@ namespace Write_Wfc_Realspace
157157
}
158158
#endif
159159
}
160-
};
160+
};

0 commit comments

Comments
 (0)