Changeset 665 for trunk/src/matlab


Ignore:
Timestamp:
Apr 6, 2007, 6:06:24 PM (17 years ago)
Author:
dkearney
Message:

Updates to Rappture::Utils::progress for all languages
removed the dependancy on Rappture.Units from within number.py, it should only depend on Rappture which will include Rappture.Units
added Rappture.Units as a module to load when people import Rappture in python.
added -V pbs variable to queue.py to include qsub environment variables in the submitted job.
updated setup.py.in to install Rappture.Utils
added progress bar to all app-fermi examples showing how to use the Rappture::Utils::progress function in all languages.
added destructor definitions to Node classes in src2/core

Location:
trunk/src/matlab
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/matlab/Makefile.in

    r597 r665  
    7676                        rpUnitsConvertDbl.mexglx \
    7777                        rpUnitsConvertObjDbl.mexglx \
    78                         rpAddPresets.mexglx
     78                        rpAddPresets.mexglx \
     79                        rpUtilsProgress.mexglx
    7980
    8081
     
    158159rpAddPresets.mexglx:
    159160        $(MEX) rpAddPresets.cc            $(MATLAB_COMP_ARGS)
     161rpUtilsProgress.mexglx:
     162        $(MEX) rpUtilsProgress.cc         $(MATLAB_COMP_ARGS)
    160163
    161164docs:
  • trunk/src/matlab/RpMatlabInterface.h

    r511 r665  
    1515#define _Rp_MATLAB_HELPER_H
    1616
     17#include "rappture.h"
    1718#include "RpBindingsDict.h"
    18 // #include "RpLibraryCInterface.h"
    19 #include "RpUnits.h"
    20 #include "RpLibrary.h"
    2119
    2220// dont delete this, still working on making it happen
Note: See TracChangeset for help on using the changeset viewer.