Changeset 34088 for trunk/Ohana/src/opihi/dvo/lcurve.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/lcurve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/lcurve.c
r27435 r34088 7 7 double *RA, *DEC; 8 8 int kapa, TimeFormat; 9 int found, AutoLimits, ErrorBars, GalMag, AbsPhot,SaveVectors;9 int found, AutoLimits, ErrorBars, SaveVectors; 10 10 off_t i, j, m, Nstars, *N1; 11 11 int N, NPTS; … … 39 39 } 40 40 41 AbsPhot = FALSE;42 if ((N = get_argument (argc, argv, "-abs"))) {43 remove_argument (N, &argc, argv);44 AbsPhot = TRUE;45 }41 // int AbsPhot = FALSE; 42 // if ((N = get_argument (argc, argv, "-abs"))) { 43 // remove_argument (N, &argc, argv); 44 // AbsPhot = TRUE; 45 // } 46 46 47 GalMag = FALSE;48 if ((N = get_argument (argc, argv, "-gal"))) {49 gprint (GP_ERR, "galaxy magnitudes currently disabled\n");50 return (FALSE);51 }47 // int GalMag = FALSE; 48 // if ((N = get_argument (argc, argv, "-gal"))) { 49 // gprint (GP_ERR, "galaxy magnitudes currently disabled\n"); 50 // return (FALSE); 51 // } 52 52 53 53 ErrorBars = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.
