andrewsb8 / DROP

Dihedral Rotation Of Proteins
GNU General Public License v3.0
1 stars 0 forks source link

```-f``` needs to be the first option due to how ```argp``` was implemented #10

Closed andrewsb8 closed 2 weeks ago

andrewsb8 commented 6 months ago

If -f is not first in command line option, an error will throw due to an unrecognized option. Adding a default block to the switch case did not resolve this issue.