Changeset 25754 for trunk/psModules/test/objects/tap_pmModelUtils.c
- Timestamp:
- Oct 2, 2009, 3:11:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/objects/tap_pmModelUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/tap_pmModelUtils.c
r15985 r25754 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.
