Changeset 228 for cpp/frams/genetics
- Timestamp:
- 04/24/14 23:57:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.cpp
r197 r228 31 31 #include "f7/conv_f7.h" 32 32 #endif 33 #ifdef USE_GENCONV_f81 33 #ifdef USE_GENCONV_f81 34 34 #include "f8/conv_f8tof1.h" 35 35 #endif … … 68 68 #endif 69 69 #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 :/ 71 71 #endif 72 72 #ifdef USE_GENCONV_f90
Note: See TracChangeset
for help on using the changeset viewer.