aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved build:HEADmasterJoseph Hunkeler2021-08-162-6/+85
| | | | | | | * Add distclean target * clean target does not remove generated files * Add check_lib to configure script * Report state of libraries at the end of the configuration pass
* Update types in other plotting driversJoseph Hunkeler2021-08-123-6/+6
|
* Fix point plottingJoseph Hunkeler2021-08-122-4/+4
|
* Change modeJoseph Hunkeler2021-08-091-0/+0
|
* SuperMongo is SM, not SuperMongoJoseph Hunkeler2021-08-091-3/+3
|
* Configure scriptJoseph Hunkeler2021-08-091-1/+1
| | | | | * Fix execute bit * Use sed to determine GCC version instead. Vendor text can throw awk off.
* Only check for Fortran. There is no C code.Joseph Hunkeler2021-08-051-9/+20
|
* README.mdJoseph Hunkeler2021-08-051-6/+10
|
* Add help option to configure scriptJoseph Hunkeler2021-08-052-8/+28
| | | | * Add FC compiler variable to makefile template
* Ignore generated filesJoseph Hunkeler2021-08-051-0/+2
|
* Change mode of all files to 644Joseph Hunkeler2021-08-05114-1/+1
|
* Add basic configuration scriptJoseph Hunkeler2021-08-053-14/+112
| | | | | * Generate Moog.f with correct data path * Generate Makefile with properties set by configure script
* Update readmeJoseph Hunkeler2021-08-041-0/+6
|
* Use modern equality operatorsJoseph Hunkeler2021-08-0490-1203/+1203
|
* Fall through on non-argumentJoseph Hunkeler2021-08-041-4/+6
|
* MODERN_GCC flag enables -fallow-argument-mismatchJoseph Hunkeler2021-08-041-1/+5
|
* More type conversionsJoseph Hunkeler2021-08-042-4/+4
|
* Add README.mdJoseph Hunkeler2021-08-031-0/+12
|
* Ignore executablesJoseph Hunkeler2021-08-031-0/+2
|
* Force REAL8Joseph Hunkeler2021-08-031-2/+1
|
* Changeset:Joseph Hunkeler2021-08-0318-409/+73
| | | | | | | | * 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.
* Initial commitJoseph Hunkeler2021-08-03124-0/+45553