- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro (modified) (1 prop)
-
Ohana/src/relastro/src/initialize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/Ohana
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Ohana/src/relastro merged eligible /branches/cnb_branches/cnb_branch_20090301/Ohana/src/relastro 22723-24307 /branches/eam_branches/eam_branch_20090303/Ohana/src/relastro 23158-23228 /branches/eam_branches/eam_branch_20090322/Ohana/src/relastro 23482-23529 /branches/pap_magic/Ohana/src/relastro 24120-24173 /branches/pap_mops/Ohana/src/relastro 24221-24510
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/20090522/Ohana/src/relastro/src/initialize.c
r17213 r24557 25 25 fprintf (stderr, "codename: %s\n", codename); 26 26 if ((photcodesKeep[NphotcodesKeep] = GetPhotcodebyName (codename)) == NULL) { 27 fprintf (stderr, "ERROR: photcode %s not found in photcode table\n", codename);28 exit (1);27 fprintf (stderr, "ERROR: photcode %s not found in photcode table\n", codename); 28 exit (1); 29 29 } 30 30 NphotcodesKeep ++; … … 46 46 fprintf (stderr, "codename: %s\n", codename); 47 47 if ((photcodesSkip[NphotcodesSkip] = GetPhotcodebyName (codename)) == NULL) { 48 fprintf (stderr, "ERROR: photcode %s not found in photcode table\n", codename);49 exit (1);48 fprintf (stderr, "ERROR: photcode %s not found in photcode table\n", codename); 49 exit (1); 50 50 } 51 51 NphotcodesSkip ++;
Note:
See TracChangeset
for help on using the changeset viewer.
