Changeset 4958


Ignore:
Timestamp:
08/03/10 22:40:03 (15 years ago)
Author:
Eric.Larour
Message:

Big bug fix in the N dimension, in the constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/DoubleMatArrayParam.cpp

    r4864 r4958  
    4242                for(i=0;i<M;i++){
    4343                        m=in_mdim_array[i];
    44                         n=in_mdim_array[i];
     44                        n=in_ndim_array[i];
    4545
    4646                        mdim_array[i]=m;
Note: See TracChangeset for help on using the changeset viewer.