Skip to content
Snippets Groups Projects
Commit 629b0dae authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed HAVE_CUDA guard in HeatEquationBenchmarkProblem_impl.h

parent af82c5f3
No related branches found
No related tags found
No related merge requests found
...@@ -536,7 +536,6 @@ getExplicitUpdate( const RealType& time, ...@@ -536,7 +536,6 @@ getExplicitUpdate( const RealType& time,
cudaThreadSynchronize(); cudaThreadSynchronize();
TNL_CHECK_CUDA_DEVICE; TNL_CHECK_CUDA_DEVICE;
} }
#endif
if( this->cudaKernelType == "templated" ) if( this->cudaKernelType == "templated" )
{ {
//if( !this->cudaMesh ) //if( !this->cudaMesh )
...@@ -641,6 +640,7 @@ getExplicitUpdate( const RealType& time, ...@@ -641,6 +640,7 @@ getExplicitUpdate( const RealType& time,
} }
} }
#endif
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment