- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/test/objects/tap_pmModelUtils.c
r15985 r27840 81 81 ok(tmpModel->nIter == testModelPSF->nIter, "pmModelFromPSF() set the model->nIter correctly"); 82 82 ok(tmpModel->flags == testModelPSF->flags, "pmModelFromPSF() set the model->flags correctly"); 83 ok(tmpModel-> radiusFit == testModelPSF->radiusFit, "pmModelFromPSF() set the model->radiusFitcorrectly");83 ok(tmpModel->fitRadius == testModelPSF->fitRadius, "pmModelFromPSF() set the model->fitRadius correctly"); 84 84 ok(tmpModel->modelFunc == testModelPSF->modelFunc, "pmModelFromPSF() set the model->modelFunc correctly"); 85 85 ok(tmpModel->modelFlux == testModelPSF->modelFlux, "pmModelFromPSF() set the model->modelFlux correctly"); … … 140 140 ok(tmpModel->nIter == testModelPSF->nIter, "pmModelFromPSF() set the model->nIter correctly"); 141 141 ok(tmpModel->flags == testModelPSF->flags, "pmModelFromPSF() set the model->flags correctly"); 142 ok(tmpModel-> radiusFit == testModelPSF->radiusFit, "pmModelFromPSF() set the model->radiusFitcorrectly");142 ok(tmpModel->fitRadius == testModelPSF->fitRadius, "pmModelFromPSF() set the model->fitRadius correctly"); 143 143 ok(tmpModel->modelFunc == testModelPSF->modelFunc, "pmModelFromPSF() set the model->modelFunc correctly"); 144 144 ok(tmpModel->modelFlux == testModelPSF->modelFlux, "pmModelFromPSF() set the model->modelFlux correctly");
Note:
See TracChangeset
for help on using the changeset viewer.
