Changeset 2686 for trunk/src/STGrid.h


Ignore:
Timestamp:
11/15/12 23:28:32 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: run sdgrid task with plot=True

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fix for plotter failure.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2671 r2686  
    7777  // support function to know how grid function looks like
    7878  vector<float> getConvFunc();
     79
     80  // for plotting
     81  vector<int> getResultantMapSize();
     82  vector<double> getResultantCellSize();
    7983
    8084//private:
Note: See TracChangeset for help on using the changeset viewer.