pub fn merge_params(
baseline: &ForceFieldParams,
add_this: &ForceFieldParams,
) -> ForceFieldParamsExpand description
Add items from one parameter set to the other. If there are duplicates, the second set’s overrides the baseline.
pub fn merge_params(
baseline: &ForceFieldParams,
add_this: &ForceFieldParams,
) -> ForceFieldParamsAdd items from one parameter set to the other. If there are duplicates, the second set’s overrides the baseline.