Changeset 23412 for trunk/psastro/src/psastroChooseRefstars.c
- Timestamp:
- Mar 18, 2009, 4:36:31 PM (17 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroChooseRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/eam_branch_20090312/psastro (added) merged: 23321-23322,23335-23337,23407
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroChooseRefstars.c
r21409 r23412 20 20 } 21 21 22 bool psastroChooseRefstars (pmConfig *config, psArray *refs ) {22 bool psastroChooseRefstars (pmConfig *config, psArray *refs, const char *source) { 23 23 24 24 bool status; … … 35 35 36 36 // select the input data sources 37 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, "PSASTRO.INPUT");37 pmFPAfile *input = psMetadataLookupPtr (NULL, config->files, source); 38 38 if (!input) { 39 39 psError(PSASTRO_ERR_CONFIG, true, "Can't find input data!\n");
Note:
See TracChangeset
for help on using the changeset viewer.
