Changeset 391 for cpp/frams/_demos
- Timestamp:
- 05/26/15 20:20:58 (10 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/f0_variants_test.cpp
r382 r391 10 10 #include <frams/genetics/defgenoconv.h> 11 11 #include <frams/model/model.h> 12 #include < frams/loggers/loggertostdout.h>12 #include <common/loggers/loggertostdout.h> 13 13 14 14 void save_as_f0(SString &gen,Model &m,bool omit_default_values) -
cpp/frams/_demos/full_props.cpp
r382 r391 9 9 10 10 #include <frams/model/model.h> 11 #include < frams/loggers/loggertostdout.h>11 #include <common/loggers/loggertostdout.h> 12 12 #include <frams/genetics/preconfigured.h> 13 13 -
cpp/frams/_demos/geno_test.cpp
r382 r391 6 6 #include <frams/util/sstringutils.h> 7 7 #include <frams/genetics/preconfigured.h> 8 #include < frams/loggers/loggertostdout.h>8 #include <common/loggers/loggertostdout.h> 9 9 10 10 /** -
cpp/frams/_demos/genoconv_test.cpp
r375 r391 9 9 10 10 #include "printconvmap.h" 11 #include < frams/loggers/loggertostdout.h>11 #include <common/loggers/loggertostdout.h> 12 12 13 13 /** -
cpp/frams/_demos/genomanipulation.cpp
r382 r391 10 10 #include <frams/model/model.h> 11 11 #include <frams/genetics/preconfigured.h> 12 #include < frams/loggers/loggertostdout.h>12 #include <common/loggers/loggertostdout.h> 13 13 14 14 /** -
cpp/frams/_demos/genooper_test.cpp
r375 r391 3 3 // See LICENSE.txt for details. 4 4 5 #include < frams/loggers/loggertostdout.h>5 #include <common/loggers/loggertostdout.h> 6 6 #include <frams/genetics/preconfigured.h> 7 7 -
cpp/frams/_demos/loader_test_param.cpp
r382 r391 5 5 #include <frams/param/multiparamload.h> 6 6 #include <common/virtfile/stdiofile.h> 7 #include < frams/loggers/loggertostdout.h>7 #include <common/loggers/loggertostdout.h> 8 8 9 9 /** -
cpp/frams/_demos/multiline_f0_test.cpp
r382 r391 10 10 #include <frams/genetics/preconfigured.h> 11 11 #include <frams/model/model.h> 12 #include < frams/loggers/loggertostdout.h>12 #include <common/loggers/loggertostdout.h> 13 13 #include <common/virtfile/stringfile.h> 14 14 -
cpp/frams/_demos/neuro_layout_test.cpp
r382 r391 7 7 #include <frams/genetics/preconfigured.h> 8 8 #include <frams/model/model.h> 9 #include < frams/loggers/loggertostdout.h>9 #include <common/loggers/loggertostdout.h> 10 10 #include <frams/canvas/nn_layout_model.h> 11 11 -
cpp/frams/_demos/neuro_test.cpp
r382 r391 9 9 #include <frams/neuro/neuroimpl.h> 10 10 #include <frams/neuro/neurofactory.h> 11 #include < frams/loggers/loggertostdout.h>11 #include <common/loggers/loggertostdout.h> 12 12 13 13 /** -
cpp/frams/_demos/shapeconvert.cpp
r382 r391 9 9 10 10 #include <frams/model/model.h> 11 #include < frams/loggers/loggertostdout.h>11 #include <common/loggers/loggertostdout.h> 12 12 #include <frams/genetics/preconfigured.h> 13 13 -
cpp/frams/_demos/simil_test.cpp
r382 r391 5 5 6 6 #include <vector> 7 #include " frams/loggers/loggertostdout.h"7 #include "common/loggers/loggertostdout.h" 8 8 #include "frams/_demos/genotypeloader.h" 9 9 #include "frams/genetics/preconfigured.h"
Note: See TracChangeset
for help on using the changeset viewer.