Changeset 1563 for code/trunk/src/core/CommandEvaluation.cc
- Timestamp:
 - Jun 7, 2008, 11:40:50 PM (17 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          code/trunk/src/core/CommandEvaluation.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/trunk/src/core/CommandEvaluation.cc
r1543 r1563 78 78 if (this->bEvaluatedParams_ && this->function_) 79 79 { 80 COUT( 4) << "CE_execute (evaluation): " << this->function_->getName() << " " << this->param_[0] << " " << this->param_[1] << " " << this->param_[2] << " " << this->param_[3] << " " << this->param_[4] << std::endl;80 COUT(5) << "CE_execute (evaluation): " << this->function_->getName() << " " << this->param_[0] << " " << this->param_[1] << " " << this->param_[2] << " " << this->param_[3] << " " << this->param_[4] << std::endl; 81 81 (*this->function_)(this->param_[0], this->param_[1], this->param_[2], this->param_[3], this->param_[4]); 82 82 return true;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






