- Timestamp:
- May 24, 2013, 1:37:30 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509
- Property svn:mergeinfo changed
/trunk (added) merged: 35566-35570,35572-35574,35576-35581,35583-35586,35590
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 35577,35583,35586
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/psModules/src/objects/models/pmModel_TRAIL.c
r35560 r35594 169 169 dPAR[PM_PAR_SIGMA] = 0; // we don't actually allow this to vary, so we do not need to calculate it 170 170 171 for (int i = 0; i < 7; i++) {172 if (isnan(dPAR[i])) {173 fprintf (stderr, "*");174 }175 }176 } 177 if (isnan(f)) {178 fprintf (stderr, "!");179 }171 // for (int i = 0; i < 7; i++) { 172 // if (isnan(dPAR[i])) { 173 // fprintf (stderr, "*"); 174 // } 175 // } 176 } 177 // if (isnan(f)) { 178 // fprintf (stderr, "!"); 179 // } 180 180 return(f); 181 181 }
Note:
See TracChangeset
for help on using the changeset viewer.
