Changeset 184


Ignore:
Timestamp:
Feb 16, 2006 9:45:44 PM (18 years ago)
Author:
cxsong
Message:

added array access funciton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mesh/grid2d.h

    r183 r184  
    2020        // return number of points in grid
    2121        int numPoints() { return m_data.size() / 2; }
     22        double* data(); // access data array
    2223
    2324        // change the size of the grid after grid is constructed
Note: See TracChangeset for help on using the changeset viewer.