Changeset 2839 for trunk


Ignore:
Timestamp:
08/15/13 14:01:57 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

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 including cstdlib in Ploter2.h as suggested by Sanjay


Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Plotter2.cpp

    r2834 r2839  
    947947}
    948948
    949   /*
     949/*
    950950void Plotter2::setAnnotation(const std::string& label, const float posx, const float posy, const float angle, const float fjust, const float size, const std::string& style, const int color, const int bgcolor, const int inVpid) {
    951951    int vpid = inVpid;
     
    980980    //vi->titleBColor = bgcolor;
    981981}
    982   */
     982*/
    983983
    984984void Plotter2::close() {
  • trunk/src/Plotter2.h

    r2830 r2839  
     1#include <cstdlib>
    12#include <iostream>
    23#include <math.h>
Note: See TracChangeset for help on using the changeset viewer.