Changeset 779 for cpp/frams/genetics/fT


Ignore:
Timestamp:
05/11/18 23:42:04 (7 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/fT
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fT/fTest_oper.cpp

    r778 r779  
    33// See LICENSE.txt for details.
    44
    5 #include "oper_fTest.h"
     5#include "fTest_oper.h"
    66#include <common/nonstd.h> //randomN, rnd01
    77
  • cpp/frams/genetics/fT/fTest_oper.h

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