Ignore:
Timestamp:
08/05/16 10:25:20 (9 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed flaim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/solve.js

    r21069 r21097  
    8181                        console.log('checking model consistency');
    8282                }
    83                 if (solutionstring === 'FlaimSolution'){
    84                         md.priv.isconsistent=true;
    85                         md.mesh.checkconsistency(md,solutionstring);
    86                         md.flaim.checkconsistency(md,solutionstring);
    87                         if (md.priv.isconsistent==false){
    88                                 throw error('solve error message: model not consistent, see messages above');
    89                         }
    90                 }
    91                 else{
    92                         ismodelselfconsistent(md);
    93                 }
     83                ismodelselfconsistent(md);
    9484        }
    9585
Note: See TracChangeset for help on using the changeset viewer.