pub fn parse_right_hand_sides_file(path: &Path) -> Result<Vec<RightHandSide>>
Expand description
Parse a sequence of RightHandSide
s from a file on
disk.
pub fn parse_right_hand_sides_file(path: &Path) -> Result<Vec<RightHandSide>>
Parse a sequence of RightHandSide
s from a file on
disk.