Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DefaultType] Aliases defined twice #5198

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading