Ignore:
Timestamp:
07/26/13 20:58:10 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3620)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: add a new sd module sd.plotter2, a new lightweight plotter based on pgplot.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plotter2/src/SConscript

    r2643 r2825  
    77# gather cpp files
    88cpps = env.SGlob("*.cpp")
     9cpps.remove("Plotter2.cpp")
    910pycpps = env.SGlob("python_*.cpp")
    1011for pf in pycpps:
    1112    cpps.remove(pf)
     13pycpps.remove("python_Plotter2.cpp")
    1214
    1315# location of libcasav.a
Note: See TracChangeset for help on using the changeset viewer.