Skip to content
Snippets Groups Projects
Commit a5c60ca7 authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Fixed ifndef.

parent 9e5a5e7b
Branches
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ struct solver_state_gpu
double curr_time;
size_t curr_timestep;
#ifndef /* TM_NEW_CURLS */
#ifndef TM_NEW_CURLS
field_gpu dx;
field_gpu dy;
field_gpu dz;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment