Skip to content

Commit 4df9983

Browse files
committed
test: modify the comment of zero_out
1 parent bd28d6d commit 4df9983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/complexmatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ComplexMatrix
5454
//==================
5555
// member function:
5656
//==================
57-
//set all elements to be 0.0
57+
//set all elements to be complex<double> {0.0,0.0}
5858
void zero_out(void);
5959
//set to be a unit matrix,
6060
void set_as_identity_matrix(void);

0 commit comments

Comments
 (0)