AFD-Illinois / ipole

Polarized covariant radiative transport code
16 stars 12 forks source link

Parameter parsing is a bit fragile #42

Open bprather opened 4 years ago

bprather commented 4 years ago

Currently, ipole takes parameters in the form

name value

And NOT

name=value name = value name\tvalue etc.

It should make a bona-fide effort to parse some of these forms, or stick to a more flexible harm-like format. Related to #8

gnwong commented 4 years ago

If this enhancement is implemented, I suggest also parsing with :