aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add basic configuration scriptJoseph Hunkeler2021-08-051-63/+0
| | | | | * Generate Moog.f with correct data path * Generate Makefile with properties set by configure script
* MODERN_GCC flag enables -fallow-argument-mismatchJoseph Hunkeler2021-08-041-1/+5
|
* Force REAL8Joseph Hunkeler2021-08-031-2/+1
|
* Changeset:Joseph Hunkeler2021-08-031-0/+60
* Simplify Makefile * Accept input file as command line argument * Increase path length to 1024 for all path-related variables * Replace hard-coded path to \*.dat files with environment variable MOOG_DATA * SM needs double precision for several of its functions. Pass REAL8 not REAL4 to those.