Changeset 665 for trunk/src/core


Ignore:
Timestamp:
Apr 6, 2007, 6:06:24 PM (18 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/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpUtils.cc

    r656 r665  
    1919#endif // ifdef __cplusplus
    2020
    21 using namespace Rappture;
     21using namespace Rappture::Utils;
    2222
    2323int progress(int percent, const char* text)
  • trunk/src/core/RpUtils.h

    r656 r665  
    1818extern "C" {
    1919namespace Rappture {
     20    namespace Utils {
    2021#endif // ifdef __cplusplus
    2122
     
    2526
    2627#ifdef __cplusplus
     28    } // namespace Utils
    2729} // namespace Rappture
    2830} // extern C
Note: See TracChangeset for help on using the changeset viewer.