Changeset 16771


Ignore:
Timestamp:
11/14/13 16:25:13 (11 years ago)
Author:
Eric.Larour
Message:

CHG: fixed simple bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/IoModel.cpp

    r16770 r16771  
    12031203        /*output: */
    12041204        int* vector=NULL;
    1205         int num
    12061205
    12071206        /*intermediary: */
    1208         int          M, N;
    1209         IssmPDouble *pmatrix = NULL;
    1210         IssmDouble  *matrix  = NULL;
     1207        int          integer;
    12111208        int         *codes   = NULL;
    12121209        int          code;
     
    14251422                                         * the data[data_enum] directly: */
    14261423                                        matrix=this->data[data_enum];
    1427                                         for (int i=0;i<M*N;++i) integer_matrixmatrix[i]=reCast<int>(matrix[i]);
     1424                                        for (int i=0;i<M*N;++i) integer_matrix[i]=reCast<int>(matrix[i]);
    14281425                                }
    14291426                                else{
Note: See TracChangeset for help on using the changeset viewer.