Changeset 12295 for branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/fitsed.c
- Timestamp:
- Mar 7, 2007, 11:54:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/fitsed.c
r12046 r12295 25 25 int *hashcode; 26 26 int i, j, k, m, N, done, Nfit; 27 int Nsec , status;27 int Nsecfilt, status; 28 28 void *oldsignal; 29 29 char *RegionName, *RegionList; … … 78 78 /* load photcode information */ 79 79 if (!InitPhotcodes ()) goto escape; 80 Nsec = GetPhotcodeNsecfilt ();80 Nsecfilt = GetPhotcodeNsecfilt (); 81 81 82 82 /* interpret command-line options */
Note:
See TracChangeset
for help on using the changeset viewer.
