Skip to content

Commit

Permalink
Set missing default values
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Jul 4, 2024
1 parent 19539ee commit 607a2f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/simulation/vcl_iact_ground_map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ VCLIACTGroundMap<VCLArchitecture>::default_config()
detector->set_store_time(true);
detector->set_store_emission_point(false);
detector->set_store_fraction(1.0);
config.set_dzatm_profile(5000.0);
config.set_observation_level(0);
return config;
}

Expand Down

0 comments on commit 607a2f5

Please sign in to comment.