Ignore:
Timestamp:
06/28/20 21:59:14 (5 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_general.h

    r821 r966  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    3939
    4040/**
    41  * Base class for all kinds of handles in fH encoding.Each line of fH genotype
     41 * Base class for all kinds of handles in fH encoding. Each line of fH genotype
    4242 * describes a handle. Handles can be divided into joints, neurons and
    4343 * connections. Every handle is described with 2 vectors of 'dimensions' values.
     
    292292
    293293        /**
    294          * Processes single line of genotype. This line should begin with
    295          * "j:", "n:" or "c:". Otherwise it will be considered as error.
     294         * Processes a single line of genotype. This line should begin with
     295         * "j:", "n:" or "c:". Otherwise it will be considered an error.
    296296         * @param line line of a genotype
    297297         * @param linenumber number of line in genotype, required for error messages
Note: See TracChangeset for help on using the changeset viewer.