Ignore:
Timestamp:
Jan 30, 2006 7:18:42 AM (18 years ago)
Author:
dkearney
Message:

fixed the c examples for new rappture library c api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/cee/fermi.c

    r124 r159  
    4747
    4848
    49     data = rpGetString(lib,"input.(temperature).current");
     49    rpGetString(lib,"input.(temperature).current",&data);
    5050    T = rpConvertDbl(data, "K", &err);
    5151    if (err) {
     
    5555
    5656
    57     data = rpGetString(lib,"input.(Ef).current");
     57    rpGetString(lib,"input.(Ef).current",&data);
    5858    Ef = rpConvertDbl(data, "eV", &err);
    5959    if (err) {
Note: See TracChangeset for help on using the changeset viewer.