Changeset 38471 for trunk/Ohana/src/dvosplit
- Timestamp:
- Jun 14, 2015, 10:12:31 AM (11 years ago)
- Location:
- trunk/Ohana/src/dvosplit/src
- Files:
-
- 2 edited
-
dvosplit.c (modified) (1 diff)
-
open_output_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvosplit/src/dvosplit.c
r38441 r38471 78 78 79 79 // set the parameters which guide catalog open/load/create 80 dvo_catalog_init (&incatalog, TRUE); 80 81 incatalog.filename = skylist[0].filename[i]; 81 82 incatalog.Nsecfilt = GetPhotcodeNsecfilt (); -
trunk/Ohana/src/dvosplit/src/open_output_catalogs.c
r38441 r38471 12 12 13 13 // set the parameters which guide catalog open/load/create 14 dvo_catalog_init (&outcatalogs[i], TRUE); 14 15 outcatalogs[i].filename = outlist[0].filename[i]; 15 16 outcatalogs[i].Nsecfilt = GetPhotcodeNsecfilt ();
Note:
See TracChangeset
for help on using the changeset viewer.
