Changeset 597 for trunk/examples


Ignore:
Timestamp:
Mar 1, 2007, 11:24:02 AM (18 years ago)
Author:
dkearney
Message:

adjusted core makefile to not remove setup.py when doing a make clean
adjusted putFile and putData commands and flags in matlab, octave,fortran,perl
changed the RPLIB_[TEXT,BINARY] flags to RPLIB_COMPRESS and RPLIB_NO_COMPRESS flags
adjusted the c-example for compress to incorporate newly named flags.
adjusted rappture library header to find rappture buffer header files in rappture2 directory.

Location:
trunk/examples/c-example
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/c-example/compress.c

    r594 r597  
    3737        "Example loading of a DX file",RPLIB_OVERWRITE);
    3838    rpPutFile(lib,"output.field(dxFile1).component.dx",
    39         dxFilePath,RPLIB_BINARY,RPLIB_OVERWRITE);
     39        dxFilePath,RPLIB_COMPRESS,RPLIB_OVERWRITE);
    4040
    4141    // write output to run file and signal
  • trunk/examples/c-example/compress.cc

    r594 r597  
    3838        "Example loading of a DX file","",RPLIB_OVERWRITE);
    3939    lib->putFile("output.field(dxFile1).component.dx",
    40         dxFilePath,RPLIB_BINARY,RPLIB_OVERWRITE);
     40        dxFilePath,RPLIB_COMPRESS,RPLIB_OVERWRITE);
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.