Skip to content

Commit 0894ff9

Browse files
hugtalbotbakpaul
authored andcommitted
Fix compilation CUDA
1 parent 926527c commit 0894ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/plugins/SofaCUDA/Component/src/SofaCUDA/component/mass/CudaUniformMass.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::getPotentialEnergy(const core::M
205205
}
206206

207207
template <>
208-
SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::getElementMass(sofa::Index) const
208+
SReal UniformMass<gpu::cuda::CudaRigid3fTypes>::doGetElementMass(sofa::Index) const
209209
{
210210
return (SReal)(d_vertexMass.getValue().mass);
211211
}

0 commit comments

Comments
 (0)