diff --git a/multi_physics/QED/include/picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp b/multi_physics/QED/include/picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp index ff08e0e4f..c654669e3 100644 --- a/multi_physics/QED/include/picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp +++ b/multi_physics/QED/include/picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp @@ -530,8 +530,8 @@ namespace picsar::multi_physics::phys::breit_wheeler * * @tparam RealType the floating point type to be used */ - typedef pair_prod_lookup_table< - RealType, containers::picsar_span> view_type; + using view_type = + pair_prod_lookup_table>; /** * Empty constructor diff --git a/multi_physics/QED/include/picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp b/multi_physics/QED/include/picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp index 88eb3f3c4..0be124174 100644 --- a/multi_physics/QED/include/picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp +++ b/multi_physics/QED/include/picsar_qed/physics/quantum_sync/quantum_sync_engine_tables.hpp @@ -486,8 +486,8 @@ namespace picsar::multi_physics::phys::quantum_sync * * @tparam RealType the floating point type to be used */ - typedef photon_emission_lookup_table< - RealType, containers::picsar_span> view_type; + using view_type = + photon_emission_lookup_table>; /** * Empty constructor @@ -910,8 +910,8 @@ namespace picsar::multi_physics::phys::quantum_sync * * @tparam RealType the floating point type to be used */ - typedef tailopt_photon_emission_lookup_table< - RealType, containers::picsar_span> view_type; + using view_type = + tailopt_photon_emission_lookup_table>; /** * Empty constructor