From a875da2c828634848f13fee76c7fc20b161bee44 Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Wed, 8 Jan 2025 16:12:10 +0100 Subject: [PATCH] [DefaultType] Aliases defined twice --- Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h b/Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h index 715d3c4a01f..fa22f6cc457 100644 --- a/Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h +++ b/Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h @@ -57,15 +57,6 @@ typedef RigidMass<3,float> Rigid3fMass; typedef StdRigidTypes<3,SReal> Rigid3Types; ///< un-defined precision type typedef RigidMass<3,SReal> Rigid3Mass; ///< un-defined precision type -typedef StdRigidTypes<2,double> Rigid2dTypes; -typedef RigidMass<2,double> Rigid2dMass; - -typedef StdRigidTypes<2,float> Rigid2fTypes; -typedef RigidMass<2,float> Rigid2fMass; - -typedef StdRigidTypes<2,SReal> Rigid2Types; -typedef RigidMass<2,SReal> Rigid2Mass; - template class StdVectorTypes;