Skip to content

Commit 75814ab

Browse files
committed
Fix compile bug
1 parent 670ff34 commit 75814ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/kernels/math_kernel_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ template <typename T, typename Device> struct vector_div_vector_op {
162162
///
163163
/// Output Parameters
164164
/// \param result : output array
165-
void operator()(const Device *d, const int &dim, T *result, const T *vector1,
165+
void operator()(const int &dim, T *result, const T *vector1,
166166
const Real *vector2);
167167
};
168168

0 commit comments

Comments
 (0)