Ignore:
Timestamp:
05/11/18 23:42:04 (6 years ago)
Author:
Maciej Komosinski
Message:

Unified file names of all files involved in genetic conversions and operations so that they start with "f<format>_"

File:
1 edited

Legend:

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

    r748 r779  
    88
    99#ifdef USE_GENCONV_f10
    10 #include "f1/conv_f1.h"
     10#include "f1/f1_conv.h"
    1111#endif
    1212#ifdef USE_GENCONV_f20
    13 #include "f2/conv_f2.h"
     13#include "f2/f2_conv.h"
    1414#endif
    1515#ifdef USE_GENCONV_f32
    16 #include "f3/conv_f3.h"
     16#include "f3/f3_conv.h"
    1717#endif
    1818#ifdef USE_GENCONV_f40
    19 #include "f4/conv_f4.h"
     19#include "f4/f4_conv.h"
    2020#endif
    2121#ifdef USE_GENCONV_f41_TEST
    22 #include "f4/conv_f4.h"
     22#include "f4/f4_conv.h"
    2323#endif
    2424#ifdef USE_GENCONV_f50
    25 #include "f5/conv_f5.h"
     25#include "f5/f5_conv.h"
    2626#endif
    2727#ifdef USE_GENCONV_f60
    28 #include "f6/geno_f6.h"
     28#include "f6/f6_geno.h"
    2929#endif
    3030#ifdef USE_GENCONV_f70
    31 #include "f7/conv_f7.h"
     31#include "f7/f7_conv.h"
    3232#endif
    3333#ifdef USE_GENCONV_f81     
    34 #include "f8/conv_f8tof1.h"
     34#include "f8/f8_convtof1.h"
    3535#endif
    3636#ifdef USE_GENCONV_f90
    37 #include "f9/conv_f9.h"
     37#include "f9/f9_conv.h"
    3838#endif
    3939#ifdef USE_GENCONV_fF0
    40 #include "fF/conv_fF.h"
     40#include "fF/fF_conv.h"
    4141#endif
    4242#ifdef USE_GENCONV_fn0
    43 #include "fn/conv_fn.h"
     43#include "fn/fn_conv.h"
    4444#endif
    4545
Note: See TracChangeset for help on using the changeset viewer.