We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926527c commit 0894ff9Copy full SHA for 0894ff9
1 file changed
applications/plugins/SofaCUDA/Component/src/SofaCUDA/component/mass/CudaUniformMass.inl
@@ -205,7 +205,7 @@ SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::getPotentialEnergy(const core::M
205
}
206
207
template <>
208
-SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::getElementMass(sofa::Index) const
+SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::doGetElementMass(sofa::Index) const
209
{
210
return (SReal)(d_vertexMass.getValue().mass);
211
0 commit comments