Ignore:
Timestamp:
07/17/19 01:18:19 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing new mass transport scheme

File:
1 edited

Legend:

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

    r24089 r24097  
    18081808        /*Fetch dof list and allocate solution vector*/
    18091809        GetDofListLocal(&doflist,NoneApproximationEnum,GsetEnum);
    1810         IssmDouble* values    = xNew<IssmDouble>(numnodes);
     1810        IssmDouble* values = xNew<IssmDouble>(numnodes);
    18111811
    18121812        /*Use the dof list to index into the solution vector: */
Note: See TracChangeset for help on using the changeset viewer.