From 8f57fd182a486412b5acafd06a235245ac30c045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com>
Date: Thu, 27 Feb 2020 14:02:56 +0100
Subject: [PATCH] Fixed syntax error in AtomicOperations.h

---
 src/TNL/Algorithms/AtomicOperations.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/TNL/Algorithms/AtomicOperations.h b/src/TNL/Algorithms/AtomicOperations.h
index 679b14eb5c..6b5c5b4e01 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 )
-- 
GitLab