Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Sep 25, 2024
1 parent 1cd34ac commit 43997b1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ class MatrixSubtraction
};

template<class M1, class M2>
SOFA_ATTRIBUTE_DEPRECATED__MATRIXSUBTRACTION()
using MatrixSubstraction = MatrixSubtraction<M1, M2>;
using MatrixSubstraction SOFA_ATTRIBUTE_DEPRECATED__MATRIXSUBTRACTION() = MatrixSubtraction<M1, M2>;

template<class M1, class M2>
class MatrixProduct
Expand Down

0 comments on commit 43997b1

Please sign in to comment.