Changeset 11714


Ignore:
Timestamp:
03/14/12 15:37:50 (13 years ago)
Author:
Mathieu Morlighem
Message:

check uf size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/convergence.cpp

    r11695 r11714  
    3333        /*If uf is NULL in input, f-set is nil, model is fully constrained, therefore converged from
    3434         * the get go: */
    35         if(!uf){
     35        if(uf->M==0){
    3636                *pconverged=true;
    3737                return;
Note: See TracChangeset for help on using the changeset viewer.