Changeset 16078
- Timestamp:
- 09/04/13 20:34:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/mobile/android/ISSM_APP/src/gov/nasa/jpl/issm/ISSM.java
r15287 r16078 140 140 public void createModel() 141 141 { 142 String solution_type=" DiagnosticSolution";142 String solution_type="StressbalanceSolution"; 143 143 String file = ""; 144 144 if( mapName.equals("greenland")) … … 356 356 }; 357 357 thread.start(); 358 System.out.println("temperatature = " + target[1]);359 358 issmNative.solveISSMModel(target[0],buff); 359 //System.out.println("temperature = " + target[1]); 360 360 //issmNative.solveISSMModel(target[0],target[1],buff); 361 361 return true;
Note:
See TracChangeset
for help on using the changeset viewer.