Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 519c0f5d authored by FOLEY Marco's avatar FOLEY Marco
Browse files

Create io folder and move appropriate files in it

parent fd9180a7
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 17 deletions
...@@ -24,6 +24,7 @@ include_directories("libaevol/world") ...@@ -24,6 +24,7 @@ include_directories("libaevol/world")
include_directories("libaevol/population") include_directories("libaevol/population")
include_directories("libaevol/stats") include_directories("libaevol/stats")
include_directories("libaevol/cuda") include_directories("libaevol/cuda")
include_directories("libaevol/io")
# ============================================================================ # ============================================================================
# Add targets add their dependencies # Add targets add their dependencies
......
...@@ -21,6 +21,7 @@ include_directories("./world") ...@@ -21,6 +21,7 @@ include_directories("./world")
include_directories("./population") include_directories("./population")
include_directories("./stats") include_directories("./stats")
include_directories("./cuda") include_directories("./cuda")
include_directories("./io")
# ============================================================================ # ============================================================================
# Add targets add their dependencies # Add targets add their dependencies
# ============================================================================ # ============================================================================
...@@ -32,8 +33,8 @@ set(aevol_sources ...@@ -32,8 +33,8 @@ set(aevol_sources
biochemistry/Codon.h biochemistry/Codon.h
biochemistry/Dna.cpp biochemistry/Dna.cpp
biochemistry/Dna.h biochemistry/Dna.h
Dump.cpp io/Dump.cpp
Dump.h io/Dump.h
ae_enums.h ae_enums.h
phenotype/PhenotypicSegment.h phenotype/PhenotypicSegment.h
world/ExpManager.cpp world/ExpManager.cpp
...@@ -45,10 +46,10 @@ set(aevol_sources ...@@ -45,10 +46,10 @@ set(aevol_sources
phenotype/Gaussian.h phenotype/Gaussian.h
# mutation/GeneMutation.cpp # mutation/GeneMutation.cpp
# mutation/GeneMutation.h # mutation/GeneMutation.h
# GeneTree.cpp # io/GeneTree.cpp
# GeneTree.h # io/GeneTree.h
# GeneTreeNode.cpp # io/GeneTreeNode.cpp
# GeneTreeNode.h # io/GeneTreeNode.h
biochemistry/GeneticUnit.cpp biochemistry/GeneticUnit.cpp
biochemistry/GeneticUnit.h biochemistry/GeneticUnit.h
world/Habitat.cpp world/Habitat.cpp
...@@ -66,8 +67,8 @@ set(aevol_sources ...@@ -66,8 +67,8 @@ set(aevol_sources
population/Individual_X11.h population/Individual_X11.h
population/IndividualFactory.cpp population/IndividualFactory.cpp
population/IndividualFactory.h population/IndividualFactory.h
Logging.cpp io/Logging.cpp
Logging.h io/Logging.h
mutation/Mutation.cpp mutation/Mutation.cpp
mutation/Mutation.h mutation/Mutation.h
Observable.cpp Observable.cpp
...@@ -96,23 +97,23 @@ set(aevol_sources ...@@ -96,23 +97,23 @@ set(aevol_sources
stats/StatRecord.h stats/StatRecord.h
stats/Stats.cpp stats/Stats.cpp
stats/Stats.h stats/Stats.h
Tree.cpp io/Tree.cpp
Tree.h io/Tree.h
Utils.cpp Utils.cpp
Utils.h Utils.h
biochemistry/VisAVis.cpp biochemistry/VisAVis.cpp
biochemistry/VisAVis.h biochemistry/VisAVis.h
X11Window.cpp X11Window.cpp
X11Window.h X11Window.h
ParameterLine.cpp io/ParameterLine.cpp
ParameterLine.h io/ParameterLine.h
phenotype/Fuzzy.cpp phenotype/Fuzzy.cpp
phenotype/Fuzzy.h phenotype/Fuzzy.h
stats/Metrics.h stats/Metrics.h
macros.h macros.h
stats/NonCodingMetrics.h stats/NonCodingMetrics.h
ParamLoader.cpp io/ParamLoader.cpp
ParamLoader.h io/ParamLoader.h
phenotype/PhenotypicTargetHandler.cpp phenotype/PhenotypicTargetHandler.cpp
phenotype/PhenotypicTargetHandler.h phenotype/PhenotypicTargetHandler.h
phenotype/PhenotypicTarget.cpp phenotype/PhenotypicTarget.cpp
...@@ -150,13 +151,15 @@ set(aevol_sources ...@@ -150,13 +151,15 @@ set(aevol_sources
mutation/InsertionHT.cpp mutation/InsertionHT.cpp
mutation/InsertionHT.h mutation/InsertionHT.h
mutation/ReplacementHT.cpp mutation/ReplacementHT.cpp
mutation/ReplacementHT.h make_unique.h ae_logger.h mutation/ReplacementHT.h
make_unique.h
ae_logger.h
population/SIMD_Individual.h population/SIMD_Individual.h
population/SIMD_Individual.cpp population/SIMD_Individual.cpp
world/SaveWorld.h world/SaveWorld.h
world/SaveWorld.cpp world/SaveWorld.cpp
LightTree.h io/LightTree.h
LightTree.cpp io/LightTree.cpp
biochemistry/Dna_SIMD.h biochemistry/Dna_SIMD.h
biochemistry/Dna_SIMD.cpp biochemistry/Dna_SIMD.cpp
mutation/DnaMutator.h mutation/DnaMutator.h
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment