Changeset 779 for cpp/frams/genetics/fn


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>_"

Location:
cpp/frams/genetics/fn
Files:
4 moved

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fn/fn_conv.cpp

    r778 r779  
    33// See LICENSE.txt for details.
    44
    5 #include "conv_fn.h"
     5#include "fn_conv.h"
    66#include <frams/vm/classes/collectionobj.h>
    77
  • cpp/frams/genetics/fn/fn_conv.h

    r778 r779  
    33// See LICENSE.txt for details.
    44
    5 #ifndef _CONV_Fn_H_
    6 #define _CONV_Fn_H_
     5#ifndef _Fn_CONV_H_
     6#define _Fn_CONV_H_
    77
    88#include <frams/genetics/genoconv.h>
  • cpp/frams/genetics/fn/fn_oper.cpp

    r778 r779  
    33// See LICENSE.txt for details.
    44
    5 #include "oper_fn.h"
    6 #include "conv_fn.h"
     5#include "fn_oper.h"
     6#include "fn_conv.h"
    77#include <common/nonstd.h> //randomN, rnd01
    88
  • cpp/frams/genetics/fn/fn_oper.h

    r778 r779  
    33// See LICENSE.txt for details.
    44
    5 #ifndef _GENOOPER_Fn_H_
    6 #define _GENOOPER_Fn_H_
     5#ifndef _Fn_OPER_H_
     6#define _Fn_OPER_H_
    77
    8 #include "../oper_fx.h"
     8#include "../genooperators.h"
    99
    1010
Note: See TracChangeset for help on using the changeset viewer.