Changeset 13222


Ignore:
Timestamp:
09/02/12 21:55:14 (13 years ago)
Author:
Eric.Larour
Message:

CHG: cosmetic

File:
1 edited

Legend:

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

    r13216 r13222  
    698698                MPI_Bcast(matrix,M*N,MPI_DOUBLE,0,MPI_COMM_WORLD);
    699699                #endif
    700                 *pmatrix=xNew<IssmDouble>(M*N);
    701                 for (int i=0;i<M*N;++i) (*pmatrix)[i]=matrix[i];
    702                 xDelete<IssmPDouble>(matrix);
     700                *pmatrix=xNew<IssmDouble>(M*N);
     701                for (int i=0;i<M*N;++i) (*pmatrix)[i]=matrix[i];
     702                xDelete<IssmPDouble>(matrix);
    703703        }
    704704        else
Note: See TracChangeset for help on using the changeset viewer.