Changeset 779 for cpp/frams/genetics/f4


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/f4
Files:
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/f4_conv.cpp

    r778 r779  
    77// 2018, Grzegorz Latosinski, added support for new API for neuron types and their properties
    88
    9 #include "conv_f4.h"
     9#include "f4_conv.h"
    1010#include <common/log.h>
    11 #include "../oper_fx.h" //for GENOPER_OK constant
     11#include "../genooperators.h" //for GENOPER_OK constant
    1212
    1313#ifdef DMALLOC
  • cpp/frams/genetics/f4/f4_conv.h

    r778 r779  
    77// 2018, Grzegorz Latosinski, added support for new API for neuron types and their properties
    88
    9 #ifndef _CONV_F4_H_
    10 #define _CONV_F4_H_
     9#ifndef _F4_CONV_H_
     10#define _F4_CONV_H_
    1111
    1212#include <frams/model/model.h>
  • cpp/frams/genetics/f4/f4_general.cpp

    r774 r779  
    77
    88#include "f4_general.h"
    9 #include "../oper_fx.h" //for GENOPER_ constants
     9#include "../genooperators.h" //for GENOPER_ constants
    1010#include <common/nonstd_stl.h>
    1111#include <common/log.h>
  • cpp/frams/genetics/f4/f4_oper.cpp

    r778 r779  
    77// 2018, Grzegorz Latosinski, added support for new API for neuron types and their properties
    88
    9 #include "oper_f4.h"
     9#include "f4_oper.h"
    1010#include <frams/util/sstring.h>
    1111#include <common/log.h>
  • cpp/frams/genetics/f4/f4_oper.h

    r778 r779  
    66// Copyright (C) since 2001 Maciej Komosinski
    77
    8 #ifndef _GENO_F4_H_
    9 #define _GENO_F4_H_
     8#ifndef _F4_OPER_H_
     9#define _F4_OPER_H_
    1010
    1111#include <stdio.h>
    1212#include "f4_general.h"
    1313#include "common/nonstd.h"
    14 #include "../oper_fx.h"
     14#include "../genooperators.h"
    1515#include <frams/param/param.h>
    1616
Note: See TracChangeset for help on using the changeset viewer.