Changeset 16078


Ignore:
Timestamp:
09/04/13 20:34:36 (12 years ago)
Author:
Eric.Larour
Message:

CHG: new solution name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/mobile/android/ISSM_APP/src/gov/nasa/jpl/issm/ISSM.java

    r15287 r16078  
    140140    public void createModel()
    141141    {
    142                 String solution_type="DiagnosticSolution";
     142                String solution_type="StressbalanceSolution";
    143143        String file = "";
    144144        if( mapName.equals("greenland"))
     
    356356                        };
    357357                        thread.start();
    358                         System.out.println("temperatature = " + target[1]);
    359358                        issmNative.solveISSMModel(target[0],buff);
     359                        //System.out.println("temperature = " + target[1]);
    360360                        //issmNative.solveISSMModel(target[0],target[1],buff);
    361361                        return true;
Note: See TracChangeset for help on using the changeset viewer.