diff --git a/stim/math/vec3.h b/stim/math/vec3.h index 8674a3a..8f4432b 100644 --- a/stim/math/vec3.h +++ b/stim/math/vec3.h @@ -5,9 +5,7 @@ #include #include -#ifndef __CUDACC__ #include -#endif namespace stim{ @@ -247,7 +245,7 @@ public: return false; } -#ifndef __CUDACC__ +//#ifndef __CUDACC__ /// Outputs the vector as a string std::string str() const{ std::stringstream ss; @@ -265,7 +263,7 @@ std::string str() const{ return ss.str(); } -#endif +//#endif size_t size(){ return 3; } -- libgit2 0.21.4