Changeset 64 for cpp/gdk/conv_f1.h


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/conv_f1.h

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
     1// This file is a part of the Framsticks GDK library.
     2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
     3// Refer to http://www.framsticks.com/ for further information.
    44
    55#ifndef _CONV_F1_H
     
    6464GenoConv_F1()
    6565        {
    66         name="f1 converter";
     66        name="Recursive encoding";
    6767        in_format='1';
    6868        mapsupport=1;
    69         info="Original Framsticks genotype format";
    7069        }
    7170SString convert(SString &i,MultiMap *map);
Note: See TracChangeset for help on using the changeset viewer.