diff --git a/src/TNL/Algorithms/AtomicOperations.h b/src/TNL/Algorithms/AtomicOperations.h
index 679b14eb5c1c1662da979d311ad0101ee924c035..6b5c5b4e013c4a7283e1fe827fe59638dbbd0128 100644
--- a/src/TNL/Algorithms/AtomicOperations.h
+++ b/src/TNL/Algorithms/AtomicOperations.h
@@ -69,11 +69,10 @@ struct AtomicOperations< Devices::Cuda >
 #else // __CUDA_ARCH__ < 600
       atomicAdd( &v, a );
 #endif //__CUDA_ARCH__ < 600
-
+   }
 #else // HAVE_CUDA
    static void add( double& v, const double& a ){}
 #endif // HAVE_CUDA
-   }
 
    __cuda_callable__
    static void add( long int& v, const long int& a )