Changeset 958 for cpp/frams/genetics/defgenoconv.cpp
- Timestamp:
- 06/25/20 16:36:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.cpp
r788 r958 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 15Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 52 52 #include "fL/fL_conv.h" 53 53 #endif 54 #ifdef USE_GENCONV_fS0 55 #include "fS/fS_conv.h" //solids 56 #endif 54 57 55 58 void DefaultGenoConvManager::addDefaultConverters() … … 100 103 addConverter(new GenoConv_fL0); 101 104 #endif 105 #ifdef USE_GENCONV_fS0 106 addConverter(new GenoConv_fS0); //solids 107 #endif 102 108 103 109 param.updatetab();
Note: See TracChangeset
for help on using the changeset viewer.