Changeset 126


Ignore:
Timestamp:
02/10/14 17:14:26 (10 years ago)
Author:
sz
Message:

minor corrections

Location:
cpp/frams
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-GDK-files

    r121 r126  
    22
    33# ALL_DIRS is later expanded by the shell, no spaces/newlines allowed, or it breaks
    4 ALL_DIRS={common,frams,frams/config,frams/errmgr,frams/genetics,frams/genetics/f0,frams/genetics/f1,frams/genetics/f2,frams/genetics/f3,frams/genetics/f4,frams/genetics/f5,frams/genetics/f6,frams/genetics/f7,frams/genetics/f8,frams/genetics/f9,frams/model,frams/neuro,frams/neuro/impl,frams/param,frams/test,frams/util,frams/vm/classes}
     4ALL_DIRS={common,frams,frams/config,frams/errmgr,frams/genetics,frams/genetics/f0,frams/genetics/f1,frams/genetics/f2,frams/genetics/f3,frams/genetics/f4,frams/genetics/f5,frams/genetics/f6,frams/genetics/f7,frams/genetics/f8,frams/genetics/f9,frams/model,frams/neuro,frams/neuro/impl,frams/param,frams/test,frams/util,frams/vm/classes,frams/virtfile,frams/_demos}
    55
    66GENOCONV_GDK_OBJS=frams/genetics/f1/conv_f1.o frams/genetics/f9/conv_f9.o
  • cpp/frams/_demos/loader_test.cpp

    r121 r126  
    1818        fprintf(stderr,"Arguments: filename [optional: genotype name or index (1-based)]\n"
    1919             "If a genotype is indicated (by providing the optional genotype identifier), the program will output the raw genotype, suitable for Framsticks Theater's genotype viewer mode. If the second optional argument is not given, the genotype names from the file will be listed.\n"
    20              "Example: loader_test walking.gen \"Basic Quadruped\" | theater -g -"
     20             "Example: loader_test walking.gen \"Basic Quadruped\" | theater -g -\n"
    2121                );
    2222        return 1;
  • cpp/frams/genetics/gen-config-GDK.h

    r121 r126  
    88
    99 USE_GENCONV_xxx - configure converters
    10  USE_GENMAN_xxx - configure genman
     10 USE_GENMAN_xxx - configure genman operators
    1111
    1212 */
Note: See TracChangeset for help on using the changeset viewer.