Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 282 Bytes

POSParser allows for passing simple parameters to a FORTRAN program at runtime.

Uses the format --param-name=value

param-name corresponds to a real, integer, or character variable (of length 32).

Subroutines withing POSParser get and set program variables to the passed value.