Changeset 272


Ignore:
Timestamp:
05/06/09 15:19:23 (16 years ago)
Author:
seroussi
Message:

minor better initialization of vx vy

File:
1 edited

Legend:

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

    r246 r272  
    16521652
    16531653        /*input parameters for structural analysis (diagnostic): */
    1654         double vx_list[numgrids]={0,0,0};
    1655         double vy_list[numgrids]={0,0,0};
     1654        double vx_list[numgrids]={0,0,0,0,0,0};
     1655        double vy_list[numgrids]={0,0,0,0,0,0};
    16561656        double du[3];
    16571657        double dv[3];
Note: See TracChangeset for help on using the changeset viewer.