- Timestamp:
- Aug 13, 2019, 1:44:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/mana/deimos_fitprofile.c
r40755 r40863 13 13 14 14 // use these globals to carry into sigmoid_fit 15 int VERBOSE = FALSE;16 int QUIET = FALSE;17 int MaxIterations = 10;15 static int VERBOSE = FALSE; 16 static int QUIET = FALSE; 17 static int MaxIterations = 10; 18 18 19 19 int deimos_fitprofile (int argc, char **argv) {
Note:
See TracChangeset
for help on using the changeset viewer.
