Changeset 24486
- Timestamp:
- Jun 18, 2009, 10:44:43 AM (17 years ago)
- Location:
- trunk/ppSim/src
- Files:
-
- 2 edited
-
ppSimLoop.c (modified) (1 diff)
-
ppSimMergeReadouts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimLoop.c
r23465 r24486 121 121 // build one here 122 122 if (!readout->variance) { 123 if (!pmReadoutGenerateVariance(readout, true)) {123 if (!pmReadoutGenerateVariance(readout, NULL, true)) { 124 124 psError (PS_ERR_UNKNOWN, false, "trouble creating variance"); 125 125 return false; -
trunk/ppSim/src/ppSimMergeReadouts.c
r21365 r24486 15 15 16 16 if (!inReadout->variance) { 17 if (!pmReadoutGenerateVariance(inReadout, true)) {17 if (!pmReadoutGenerateVariance(inReadout, NULL, true)) { 18 18 psError (PS_ERR_UNKNOWN, false, "trouble creating variance"); 19 19 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
