Changeset 2335


Ignore:
Timestamp:
10/17/11 01:24:38 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-3347 (ASAP Trac #245)

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: write out data as ASCII

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Commented out the line which is a description of the data.
(Just put '#' at the line 'x y0 yf0')

It enables to plot data on gnuplot without any changes in the file.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAsciiWriter.cpp

    r2294 r2335  
    153153    of << setfill('#') << setw(70) << "" << setfill(' ') << endl;
    154154
    155     of << std::left << setw(16) << "x";
     155    of << std::left << setw(16) << "#x";
    156156    for ( unsigned int i=0; i<t.nrow(); ++i ) {
    157157      ostringstream os,os1;
Note: See TracChangeset for help on using the changeset viewer.