We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0894ff9 commit 742ab37Copy full SHA for 742ab37
1 file changed
applications/plugins/SofaCUDA/Component/src/SofaCUDA/component/mass/CudaUniformMass.inl
@@ -374,7 +374,7 @@ SReal UniformMass<gpu::cuda::CudaRigid3dTypes>::getPotentialEnergy(const core::M
374
}
375
376
template <>
377
-SReal UniformMass<gpu::cuda::CudaRigid3dTypes>::getElementMass(sofa::Index) const
+SReal UniformMass<gpu::cuda::CudaRigid3dTypes>::doGetElementMass(sofa::Index) const
378
{
379
return (SReal)(d_vertexMass.getValue().mass);
380
0 commit comments