Commit 629b0dae authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed HAVE_CUDA guard in HeatEquationBenchmarkProblem_impl.h

parent af82c5f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,6 @@ getExplicitUpdate( const RealType& time,
         cudaThreadSynchronize();         
         TNL_CHECK_CUDA_DEVICE;
      }
      #endif
      if( this->cudaKernelType == "templated" )
      {
         //if( !this->cudaMesh )
@@ -641,6 +640,7 @@ getExplicitUpdate( const RealType& time,
            
         }
      }      
      #endif
   }
}