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/classes/model.js

    r21040 r21097  
    3939                        console.log(sprintf("//19s: //-22s -- //s","gia"             ,"[1x1 " + typeof(this.gia) + "]","parameters for gia solution"));
    4040                        console.log(sprintf("//19s: //-22s -- //s","autodiff"        ,"[1x1 " + typeof(this.autodiff) + "]","automatic differentiation parameters"));
    41                         console.log(sprintf("//19s: //-22s -- //s","flaim"           ,"[1x1 " + typeof(this.flaim) + "]","flaim parameters"));
    4241                        console.log(sprintf("//19s: //-22s -- //s","inversion"       ,"[1x1 " + typeof(this.inversion) + "]","parameters for inverse methods"));
    4342                        console.log(sprintf("//19s: //-22s -- //s","qmu"             ,"[1x1 " + typeof(this.qmu) + "]","dakota properties"));
     
    8180                        this.gia              = new gia();
    8281                        this.autodiff         = new autodiff();
    83                         this.flaim            = new flaim();
    8482                        this.inversion        = new inversion();
    8583                        this.qmu              = new qmu();
     
    9997
    10098                                //Some properties do not need to be fixed
    101                                 if (field == 'results' | field =='radaroverlay' | field == 'toolkits' | field =='cluster' | field == 'flaim' | field == 'priv') continue;
     99                                if (field == 'results' | field =='radaroverlay' | field == 'toolkits' | field =='cluster' | field == 'priv') continue;
    102100
    103101                                //Check that current field is a class
     
    612610
    613611                this.autodiff         = 0;
    614                 this.flaim            = 0;
    615612                this.inversion        = 0;
    616613                this.qmu              = 0;
Note: See TracChangeset for help on using the changeset viewer.