Changeset 7201 in orxonox.OLD for trunk/src/lib/util/executor
- Timestamp:
- Mar 9, 2006, 12:51:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor.cc
r7200 r7201 105 105 value[4] = &value4; 106 106 107 printf("%s ::: paramCount: %d\n", this->getName(), this->paramCount); 107 108 for (unsigned int i = 0; i < this->paramCount; i++) 108 109 { 109 110 if (*value[i] != MT_NULL) 110 111 { 111 // printf("1:::: %s\n", MultiType::MultiTypeToString(this->defaultValue[i].getType())); 112 //this->defaultValue[i].debug(); 113 this->defaultValue[i].setValueOf(*value[i]); 112 printf("1:::: %d : %s \n",i, MultiType::MultiTypeToString(this->defaultValue[i].getType())); 113 114 this->defaultValue[i].debug(); 115 //this->defaultValue[i].setValueOf(*value[i]); 114 116 //printf("2::::%s\n", MultiType::MultiTypeToString(this->defaultValue[i].getType())); 115 117 //this->defaultValue[i].debug();
Note: See TracChangeset
for help on using the changeset viewer.