Changeset 589 for trunk/lib/GnuplotFE.h


Ignore:
Timestamp:
Apr 12, 2008, 6:53:33 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Replace u_int with unsigned int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/GnuplotFE.h

    r519 r589  
    7979    /// shorter than \a y vector.
    8080    ///
    81     void plot(std::vector<u_int>& y,const std::string& format="%y-%b");
     81    void plot(std::vector<unsigned int>& y,const std::string& format="%y-%b");
    8282
    8383    ///
     
    8686    /// axis data and possible modifications of \a y.
    8787    ///
    88     void replot(std::vector<u_int>& y);
     88    void replot(std::vector<unsigned int>& y);
    8989
    9090    ///
Note: See TracChangeset for help on using the changeset viewer.