Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 6, 2008, 6:30:40 PM (16 years ago)
Author:
landauf
Message:

bugfix + cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/MultiType.cc

    r1716 r1720  
    2929#include "MultiType.h"
    3030#include "MultiTypeValue.h"
    31 /*
    32 int test()
    33 {
    34     MultiType test1(10);
    3531
    36 //    test1.setValue(true);
    37 //    test1.setValue(10);
    38 //    test1.setValue<float>(10);
    39 
    40 //    orxonox::Vector3 test2;
    41 //    test1 = test2;
    42 
    43     return 0;
    44 }
    45 
    46 int temp = test();
    47 */
    4832void MultiType::setType(MT_Type type)
    4933{
Note: See TracChangeset for help on using the changeset viewer.