Skip to content

Commit

Permalink
Merge branch 'master' into register_linearsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Oct 4, 2024
2 parents 0290595 + b8bdb03 commit 9caf0e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
******************************************************************************/
#include <VolumetricRendering/CUDA/init.h>
#include <VolumetricRendering/initVolumetricRendering.h>
#include <SofaCUDA/init.h>
#include <sofa/core/ObjectFactory.h>


namespace volumetricrendering::cuda
{

Expand Down Expand Up @@ -53,6 +56,7 @@ void init()
if (first)
{
volumetricrendering::init();
sofa::gpu::cuda::init();
first = false;
}
}
Expand Down

0 comments on commit 9caf0e0

Please sign in to comment.