Skip to content

Commit

Permalink
forgot two files
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaploetzke committed Feb 21, 2025
1 parent e905f1d commit 3494a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ example_set *cmesh_example
std::make_pair (cmesh_params::eclasses.begin (), cmesh_params::eclasses.end ()),
std::make_pair (cmesh_params::large_mesh.begin (), cmesh_params::large_mesh.end ()),
std::make_pair (cmesh_params::my_comms.begin (), cmesh_params::my_comms.end ()), bigmesh, make_param_string_wrapper,
"t8_cmesh_new_bigmesh_");
"t8_cmesh_new_bigmesh");
} // namespace new_bigmesh

#endif /* T8_CMESH_NEW_BIGMESH_PARAM_HXX */
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ example_set *cmesh_example
decltype (cmesh_params::my_comms.begin ())> (
std::make_pair (cmesh_params::eclasses.begin (), cmesh_params::eclasses.end ()),
std::make_pair (cmesh_params::my_comms.begin (), cmesh_params::my_comms.end ()), new_from_class_wrapper,
print_function, "t8_cmesh_new_from_class_");
print_function, "t8_cmesh_new_from_class");

} // namespace new_from_class

Expand Down

0 comments on commit 3494a53

Please sign in to comment.