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/python_STGrid.cpp

    r2671 r2686  
    4343    .def("_save", &STGrid::saveData)
    4444    .def("_getfunc", &STGrid::getConvFunc)
     45    .def("_get_resultant_map_size", &STGrid::getResultantMapSize)
     46    .def("_get_resultant_cell_size", &STGrid::getResultantCellSize)
    4547    ;
    4648
Note: See TracChangeset for help on using the changeset viewer.