Skip to content

Commit

Permalink
Fix for GCC 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanma committed Oct 17, 2024
1 parent 6b9d6e1 commit 91da14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gafro/algebra/Multivector.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ namespace gafro
template <class T, int... index>
typename Algebra<M>::template Multivector<T, index...> Algebra<M>::Multivector<T, index...>::operator*(const T &scalar) const
{
Algebra<M>::template Scalar<T> s;
typename Algebra<M>::template Scalar<T> s;

s.template set<0>(scalar);

Expand Down

0 comments on commit 91da14b

Please sign in to comment.