Changeset 561 for trunk


Ignore:
Timestamp:
Dec 14, 2006, 12:14:14 PM (18 years ago)
Author:
dkearney
Message:

fixed function call error in example

File:
1 edited

Legend:

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

    r555 r561  
    8888    // label the graph with a title
    8989    lib->put("output.curve(result).about.label",
    90         "Formula: Y Vs X",RPLIB_OVERWRITE);
     90        "Formula: Y Vs X","",RPLIB_OVERWRITE);
    9191
    9292    // evaluate formula and generate results
     
    101101        myStr << fx << " " << fy << std::endl;
    102102        lib->put("output.curve(result).component.xy",
    103             myStr.str(), append=RPLIB_APPEND);
     103            myStr.str(),"",RPLIB_APPEND);
    104104        myStr.str("");
    105105    }
Note: See TracChangeset for help on using the changeset viewer.