Ignore:
Timestamp:
Mar 3, 2007, 10:18:41 AM (18 years ago)
Author:
dkearney
Message:

fixed function name for octave put file function
added more error checking in rappture library core for put file functions
adjusted argument list for perl's put file function
added error checking to rapptue buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/octave/rpLibPutFile.cc

    r597 r605  
    3232 */
    3333
    34 DEFUN_DLD (rpLibPutString, args, ,
     34DEFUN_DLD (rpLibPutFile, args, ,
    3535"-*- texinfo -*-\n\
    36 [err] = rpLibPutString(@var{libHandle},@var{path},@var{fileName},@var{compress},@var{append})\n\
     36[err] = rpLibPutFile(@var{libHandle},@var{path},@var{fileName},@var{compress},@var{append})\n\
    3737\n\
    3838Clients use this to set the value of a node.  If the @var{path}\n\
Note: See TracChangeset for help on using the changeset viewer.