Changeset 228 for cpp/frams/genetics


Ignore:
Timestamp:
04/24/14 23:57:44 (10 years ago)
Author:
Maciej Komosinski
Message:

More warnings for illegal ExtValue? operations: object+-*/%something and similar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/defgenoconv.cpp

    r197 r228  
    3131#include "f7/conv_f7.h"
    3232#endif
    33 #ifdef USE_GENCONV_f81
     33#ifdef USE_GENCONV_f81     
    3434#include "f8/conv_f8tof1.h"
    3535#endif
     
    6868#endif
    6969#ifdef USE_GENCONV_f81
    70         addConverter(new GenoConv_f8ToF1());
     70        addConverter(new GenoConv_F8ToF1()); //uncompilable for now... needs lemon, and still borland complains for a hundred of unknown reasons with all kinds of nonsense messages :/
    7171#endif
    7272#ifdef USE_GENCONV_f90
Note: See TracChangeset for help on using the changeset viewer.