Changeset 14193


Ignore:
Timestamp:
12/18/12 12:41:24 (12 years ago)
Author:
Eric.Larour
Message:

CHG: not much

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/android/ISSM/src/com/example/issm/ISSM.java

    r14168 r14193  
    7979    public void fillBuffer()
    8080    {
    81         issmNative.solveISSMModel(5,buff);
     81                double alpha=5;
     82        issmNative.solveISSMModel(alpha,buff);
    8283    }
    8384//------------------------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.