Changeset 757


Ignore:
Timestamp:
03/15/18 00:00:45 (6 years ago)
Author:
Maciej Komosinski
Message:

Removed appending the original fn genotype as a comment in the converted f0 genotype (was only useful for debugging)

File:
1 edited

Legend:

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

    r752 r757  
    2222                return ""; //so we return an invalid f0 genotype
    2323
    24         return SString("p:\n#original genotype: ") + in;
     24        return SString("p:\n"); //phenotype not relevant for this genetic encoding
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.