Skip to content

Commit b197760

Browse files
committed
code cleaning
1 parent 071e112 commit b197760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/kernels/lts_compute_forces_viscoelastic_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ __global__ void compute_forces_viscoelastic_cuda_lts_kernel (const int nb_blocks
200200
} else {
201201
// regular element
202202
jacobianl = jacobian_regular;
203-
203+
204204
duxdxl = xix_regular*tempx1l;
205205
duxdyl = xix_regular*tempx2l;
206206
duxdzl = xix_regular*tempx3l;

0 commit comments

Comments
 (0)