Changeset 17634


Ignore:
Timestamp:
04/03/14 13:54:38 (11 years ago)
Author:
hongjuy
Message:

CHG: minor, no need to declare basis variable

File:
1 edited

Legend:

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

    r17633 r17634  
    13291329        bool grounded;
    13301330
    1331         IssmDouble* basis = xNew<IssmDouble>(NUMVERTICES);
    1332 
    1333 
    13341331        /* Get node coordinates and dof list: */
    13351332        GetVerticesCoordinates(&xyz_list);
     
    13421339        Input* vy_input       = inputs->GetInput(VyEnum);       _assert_(vy_input);
    13431340
     1341        /*Create gauss point in the middle of the basal edge*/
    13441342        Gauss* gauss=NewGaussBase(1);
    13451343        gauss->GaussPoint(0);
Note: See TracChangeset for help on using the changeset viewer.