Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 11:33:46 PM (16 years ago)
Author:
scheusso
Message:

found a 'bug' in projectile - we set the networkid now everytime in constructor of projectile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merge/src/network/Synchronisable.cc

    r1305 r1306  
    155155    //std::cout << "inside getData" << std::endl;
    156156    if(classID==0)
    157       COUT(3) << "classid 0" << std::endl;
     157      COUT(3) << "classid 0 " << this->getIdentifier()->getName() << std::endl;
    158158    classID=this->getIdentifier()->getNetworkID();
    159159    std::list<synchronisableVariable *>::iterator i;
Note: See TracChangeset for help on using the changeset viewer.