Changeset 130 for trunk/examples


Ignore:
Timestamp:
Nov 7, 2005, 11:02:54 AM (19 years ago)
Author:
cxsong
Message:

reset stringstream myStr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/c-example/plot.cc

    r115 r130  
    9898        myStr << fx << " " << fy << std::endl;
    9999        lib->put("output.curve.component.xy", myStr.str(), "result", 1);
     100        myStr.str("");
    100101    }
    101102
Note: See TracChangeset for help on using the changeset viewer.