We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a7e78 + 298c3a5 commit e897daaCopy full SHA for e897daa
1 file changed
extensions/CUDA/src/BeamAdapter/CUDA/CudaInstantiations.cpp
@@ -42,7 +42,7 @@
42
43
using namespace sofa::gpu::cuda;
44
45
-namespace beamadapter::cuda
+namespace beamadapter
46
{
47
// template class SOFA_BEAMADAPTER_CUDA_API BeamInterpolation<CudaRigid3fTypes>;
48
// template class SOFA_BEAMADAPTER_CUDA_API WireBeamInterpolation<CudaRigid3fTypes>;
@@ -67,7 +67,8 @@ namespace beamadapter::cuda
67
#endif
68
69
70
-
+namespace cuda
71
+{
72
void registerBeamAdapterCUDAComponents(sofa::core::ObjectFactory* factory)
73
74
#ifdef SOFA_GPU_CUDA_DOUBLE
@@ -146,4 +147,6 @@ void registerBeamAdapterCUDAComponents(sofa::core::ObjectFactory* factory)
146
147
);
148
}
149
150
+} // namespace cuda
151
+
152
} // namespace beamadapter
0 commit comments