Changeset 14084


Ignore:
Timestamp:
12/01/12 22:26:31 (12 years ago)
Author:
Eric.Larour
Message:

CHG: changes to Main.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/android/ISSM/jni/Main.cpp

    r14082 r14084  
    4848
    4949                /*figure out size of solution: */
    50                 //jint size = (jint) fm->bufferSize();
    51                 jint size =8;
     50                jint size = (jint) fm->elements->NumberOfElements();
    5251               
    5352                return size;
Note: See TracChangeset for help on using the changeset viewer.