We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27c38 commit ee80a90Copy full SHA for ee80a90
multi_physics/QED/QED_tests/test_picsar_tables.cpp
@@ -629,7 +629,7 @@ BOOST_AUTO_TEST_CASE( picsar_equispaced_2d_table_constructor_getters)
629
{
630
auto tab_2d = make_2d_table();
631
const auto const_tab_2d = make_2d_table();
632
- auto copy_tab_2d = tab_2d;
+ const auto copy_tab_2d = tab_2d;
633
634
check_table_2d(tab_2d);
635
check_table_2d(const_tab_2d);
0 commit comments