diff --git a/src/PointwiseFunctions/SpecialRelativity/LorentzBoostMatrix.hpp b/src/PointwiseFunctions/SpecialRelativity/LorentzBoostMatrix.hpp index cbec06e9c18f3..14c01350f53f8 100644 --- a/src/PointwiseFunctions/SpecialRelativity/LorentzBoostMatrix.hpp +++ b/src/PointwiseFunctions/SpecialRelativity/LorentzBoostMatrix.hpp @@ -70,9 +70,9 @@ tnsr::Ab lorentz_boost_matrix( */ template void lorentz_boost( - const gsl::not_null*> result, + gsl::not_null*> result, const tnsr::I& vector, - const double vector_component_0, + double vector_component_0, const std::array& velocity); /// @} @@ -85,7 +85,7 @@ void lorentz_boost( */ template void lorentz_boost( - const gsl::not_null*> result, + gsl::not_null*> result, const tnsr::a& vector, const std::array& velocity); /// @} @@ -98,7 +98,7 @@ void lorentz_boost( */ template void lorentz_boost( - const gsl::not_null*> result, + gsl::not_null*> result, const tnsr::ab& tensor, const std::array& velocity_first_index, const std::array& velocity_second_index);