feat(sandbox): added example input params
This commit is contained in:
@@ -344,15 +344,15 @@ namespace fourdst::composition {
|
||||
|
||||
}
|
||||
|
||||
Composition get_composition_record(const SolarCompositions metal_fraction_scheme,
|
||||
const IsotopicPercentages isotopic_percentage_scheme,
|
||||
double initial_z,
|
||||
double initial_y) {
|
||||
return get_composition_record(
|
||||
SolarComposition_to_string_map.at(metal_fraction_scheme),
|
||||
IsotopicPercentages_to_string.at(isotopic_percentage_scheme),
|
||||
initial_z,
|
||||
initial_y
|
||||
);
|
||||
}
|
||||
// Composition get_composition_record(const io::SolarCompositions metal_fraction_scheme,
|
||||
// const io::IsotopicPercentages isotopic_percentage_scheme,
|
||||
// double initial_z,
|
||||
// double initial_y) {
|
||||
// return get_composition_record(
|
||||
// io::SolarComposition_to_string_map.at(metal_fraction_scheme),
|
||||
// io::IsotopicPercentages_to_string.at(isotopic_percentage_scheme),
|
||||
// initial_z,
|
||||
// initial_y
|
||||
// );
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user