Changeset 14050
- Timestamp:
- 11/29/12 08:41:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Container/Observations.cpp
r14049 r14050 452 452 453 453 /*If we have less observations than mindata, return UNDEF*/ 454 if(n_obs<mindata ){454 if(n_obs<mindata || n_obs<2){ 455 455 prediction = UNDEF; 456 456 }
Note:
See TracChangeset
for help on using the changeset viewer.