Changeset 64 for cpp/gdk/defgenoconv.cpp


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/defgenoconv.cpp

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
    4 
    51#include "defgenoconv.h"
    62
     
    3228#endif
    3329#ifdef USE_GENCONV_F81
    34 #include "conv_f8.h"
     30#include "conv_f8tof1.h"
    3531#endif
    3632
     
    6258#endif
    6359#ifdef USE_GENCONV_F81
    64 addConverter(new GenoConv_F81);
     60GenoConv_F8ToF1 *gc81=new GenoConv_F8ToF1();
     61GenoConv_F8ToF1::staticpar=gc81->par; //a trick so that the simulator can see this parama
     62addConverter(gc81);
    6563#endif
    6664
Note: See TracChangeset for help on using the changeset viewer.