Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7201 in orxonox.OLD for trunk/src/lib/util/executor


Ignore:
Timestamp:
Mar 9, 2006, 12:51:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: no more segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/executor/executor.cc

    r7200 r7201  
    105105  value[4] = &value4;
    106106
     107  printf("%s ::: paramCount: %d\n", this->getName(), this->paramCount);
    107108  for (unsigned int i = 0; i < this->paramCount; i++)
    108109  {
    109110    if (*value[i] != MT_NULL)
    110111    {
    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]);
    114116      //printf("2::::%s\n", MultiType::MultiTypeToString(this->defaultValue[i].getType()));
    115117      //this->defaultValue[i].debug();
Note: See TracChangeset for help on using the changeset viewer.