Changeset 994 for cpp/frams/_demos


Ignore:
Timestamp:
07/09/20 13:51:28 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

Location:
cpp/frams/_demos
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/genoconv_test.cpp

    r975 r994  
    166166
    167167// arguments:
    168 //     genotype (or - meaning "read from stdin") [default: X]
     168//     genotype (or - meaning "read from stdin") [default: X, but try "/*shapes*/ball,cube,cylinder,cube"]
    169169//     target format [default: 0]
    170170//     "checkpoints" (just write this exact word) [default: not using checkpoints]
  • cpp/frams/_demos/genooper_test.cpp

    r973 r994  
    1818}
    1919
    20 /* Demonstrates various genetic operators applied to a sample genotype. See also oper_fx.cpp. */
     20/* Demonstrates various genetic operators applied to a sample genotype. See also genooperators.cpp/h. */
    2121int main(int argc, char *argv[])
    2222{
  • cpp/frams/_demos/loader_test_param.cpp

    r745 r994  
    112112
    113113                case MultiParamLoader::OnError:
    114                         fprintf(stderr, "Error: %s", loader.getError().c_str());
     114                        fprintf(stderr, "Error: %s\n", loader.getError().c_str());
    115115                }
    116116        }
Note: See TracChangeset for help on using the changeset viewer.