Changeset 10411


Ignore:
Timestamp:
11/01/11 15:20:16 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r10407 r10411  
    71667166        int     i;
    71677167        double  rho_ice,g;
    7168         double  values0[numdof];
    71697168        double  values[numdof];
    71707169        double  vx[NUMVERTICES];
     
    71827181
    71837182        /*Use the dof list to index into the solution vector: */
    7184         for(i=0;i<numdof;i++) values0[i]=solution[doflist[i]];
     7183        for(i=0;i<numdof;i++) values[i]=solution[doflist[i]];
    71857184
    71867185        /*Transform solution in Cartesian Space*/
Note: See TracChangeset for help on using the changeset viewer.