source: issm/oecreview/Archive/13977-14063/ISSM-14049-14050.diff

Last change on this file was 14064, checked in by Mathieu Morlighem, 13 years ago

Added Archive/13977-14063

File size: 505 bytes
  • ../trunk-jpl/src/c/Container/Observations.cpp

     
    451451        this->ObservationList(&x,&y,&obs,&n_obs,x_interp,y_interp,radius,maxdata);
    452452
    453453        /*If we have less observations than mindata, return UNDEF*/
    454         if(n_obs<mindata){
     454        if(n_obs<mindata || n_obs<2){
    455455                prediction = UNDEF;
    456456        }
    457457        else{
Note: See TracBrowser for help on using the repository browser.