Changeset 25027 for branches/pap/psModules/test/objects/tap_pmSource.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/test/objects/tap_pmSource.c
r21471 r25027 432 432 psArray *sources = psArrayAlloc(NUM_SOURCES); 433 433 psMetadata *recipe = psMetadataAlloc(); 434 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_ CLUMP_SN_LIM", 0, NULL, 0.0);434 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_SN_LIM", 0, NULL, 0.0); 435 435 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SX_MAX", 0, NULL, 10.0); 436 436 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SY_MAX", 0, NULL, 10.0); … … 452 452 psArray *sources = psArrayAlloc(NUM_SOURCES); 453 453 psMetadata *recipe = psMetadataAlloc(); 454 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_ CLUMP_SN_LIM", 0, NULL, 0.0);454 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_SN_LIM", 0, NULL, 0.0); 455 455 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SX_MAX", 0, NULL, 10.0); 456 456 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SY_MAX", 0, NULL, 10.0); … … 490 490 } 491 491 psMetadata *recipe = psMetadataAlloc(); 492 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_ CLUMP_SN_LIM", 0, NULL, 0.0);492 bool rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "PSF_SN_LIM", 0, NULL, 0.0); 493 493 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SX_MAX", 0, NULL, 10.0); 494 494 rc = psMetadataAddF32(recipe, PS_LIST_HEAD, "MOMENTS_SY_MAX", 0, NULL, 10.0);
Note:
See TracChangeset
for help on using the changeset viewer.
