Skip to content

Commit e58d235

Browse files
committed
Rename func and parameters concisely
1 parent 83adf4e commit e58d235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/source_hsolver/kernels/hegvd_op.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ struct heevx_op
127127
/// @param w: calculated eigenvalues
128128
/// @param z: calculated eigenvectors
129129
void operator()(const Device *d, const int ndim, const int lda, const T *A, const int neig, Real *w, T *z);
130-
131130
};
132131

133132
#if __CUDA || __UT_USE_CUDA || __ROCM || __UT_USE_ROCM

0 commit comments

Comments
 (0)