Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guilara committed Feb 21, 2024
1 parent d769655 commit 3596549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Domain/Creators/SphereTimeDependentMaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ TimeDependentMapOptions::create_functions_of_time(
// their initial expiration time to infinity (i.e. not expiring)
std::unordered_map<std::string, double> expiration_times{
{size_name, std::numeric_limits<double>::infinity()},
{expansion_outer_boundary_name, std::numeric_limits<double>::infinity()},
{shape_name, std::numeric_limits<double>::infinity()},
{translation_name, std::numeric_limits<double>::infinity()}};

Expand Down

0 comments on commit 3596549

Please sign in to comment.