Skip to content

Commit

Permalink
[DefaultType] Aliases defined twice
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Jan 8, 2025
1 parent 7b3729f commit a875da2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Sofa/framework/DefaultType/src/sofa/defaulttype/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 TCoord, class TDeriv, class TReal = typename TCoord::value_type>
class StdVectorTypes;

Expand Down

0 comments on commit a875da2

Please sign in to comment.