Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 5, 2008, 7:38:28 PM (16 years ago)
Author:
landauf
Message:

hopefully fixed the bug in XMLPort and Converter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/util/MultiTypePrimitive.cc

    r853 r854  
    3232MultiTypePrimitive::MultiTypePrimitive(MultiType type)
    3333{
    34 std::cout << "4_5: Created MultiTypePrimitive with type " << type << std::endl;
    3534    this->type_ = type;
    3635
     
    191190void MultiTypePrimitive::setValue(const MultiTypePrimitive& mtp)
    192191{
    193     std::cout << "4_3: setValue in MultiTypePrimitive with other Multitype as parameter: " << mtp << std::endl;
    194192    this->type_ = mtp.type_;
    195193    this->value_ = mtp.value_;
Note: See TracChangeset for help on using the changeset viewer.