merge_params

Function merge_params 

Source
pub fn merge_params(
    baseline: &ForceFieldParams,
    add_this: &ForceFieldParams,
) -> ForceFieldParams
Expand description

Add items from one parameter set to the other. If there are duplicates, the second set’s overrides the baseline.