Commit 551e5878 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Merge branch 'periodic-bc' into develop

parents ff78a46c 37b353f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -718,7 +718,7 @@ applyBoundaryConditions( const RealType& time,
          //&userDataPtr.template modifyData< Devices::Cuda >() );
      // */ 
      int cudaErr;
      if( ( cudaErr = cudaGetLastError() ) != cudaSuccess )
      if( ( cudaErr = ::cudaGetLastError() ) != cudaSuccess )
      {
         std::cerr << "Setting of boundary conditions failed. " << cudaErr << std::endl;
         return;