Skip to content

Commit

Permalink
v0.9.7: Updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocabert committed Sep 20, 2021
1 parent ed0af8f commit e200577
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 47 deletions.
10 changes: 3 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#***************************************************************************
# MoRIS (Model of Routes of Invasive Spread)
# Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Web: https://github.com/charlesrocabert/MoRIS
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -41,7 +41,7 @@ set(PACKAGE "\"MoRIS\"")
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
set(VERSION_MAJOR 0)
set(VERSION_MINOR 9)
set(VERSION_PATCH 6)
set(VERSION_PATCH 7)


#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
Expand All @@ -53,7 +53,7 @@ ADD_DEFINITIONS(-std=c++11)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Set DEBUG and RELEASE flags #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -g -pg -Wall -Wextra -pedantic")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -g -Wall -Wextra -pedantic")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG -O3 -Wall -Wextra -pedantic")


Expand All @@ -75,9 +75,6 @@ set(EXECUTABLE_OUTPUT_PATH ../build/bin)
set(RUN_EXECUTABLE MoRIS_run)
add_executable(${RUN_EXECUTABLE} src/MoRIS_run.cpp)

#set(GENERATE_ARTIFICIAL_DATA_EXECUTABLE MoRIS_artificial_data)
#add_executable(${GENERATE_ARTIFICIAL_DATA_EXECUTABLE} src/MoRIS_artificial_data.cpp)


#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Find and link external libraries #
Expand All @@ -86,7 +83,6 @@ find_package(GSL REQUIRED)
if(GSL_FOUND)
include_directories(${GSL_INCLUDE_DIR})
target_link_libraries(${RUN_EXECUTABLE} ${GSL_LIBRARIES})
#target_link_libraries(${GENERATE_ARTIFICIAL_DATA_EXECUTABLE} ${GSL_LIBRARIES})
endif(GSL_FOUND)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ To determine the HMD parameters explaining at best a given experimental dataset,
A tutorial to build MoRIS input files is <a href="https://github.com/charlesrocabert/MoRIS/blob/master/INPUT_FILES_TUTORIAL.md">available here</a>.

## Copyright <a name="copyright"></a>
Copyright © 2014-2020 Charles Rocabert, Jérôme M.W Gippet, Serge Fenet. All rights reserved.
Copyright © 2014-2021 Charles Rocabert, Jérôme M.W Gippet, Serge Fenet. All rights reserved.

## License <a name="license"></a>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Expand Down
2 changes: 1 addition & 1 deletion cmake/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#***************************************************************************
# MoRIS (Model of Routes of Invasive Spread)
# Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Web: https://github.com/charlesrocabert/MoRIS
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cmake/make_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#***************************************************************************
# MoRIS (Model of Routes of Invasive Spread)
# Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Web: https://github.com/charlesrocabert/MoRIS
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cmake/make_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#***************************************************************************
# MoRIS (Model of Routes of Invasive Spread)
# Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Web: https://github.com/charlesrocabert/MoRIS
#
# This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/Config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* \file Config.h
* \author Charles Rocabert, Jérôme Gippet, Serge Fenet
* \date 16-11-2015
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Definition of CMake configuration parameters
*/

/************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion examples/parameters.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/***************************************************************************
/ MoRIS (Model of Routes of Invasive Spread)
/ Copyright © 2014-2019 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
/ Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
/ Web: https://github.com/charlesrocabert/MoRIS
/
/ This program is free software: you can redistribute it and/or modify
Expand Down
3 changes: 1 addition & 2 deletions examples/rscripts/plot_single_simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ plot_nb_jumps <- function( filename )
args = commandArgs(trailingOnly=TRUE)
setwd(args[1])
print(args[1])
#setwd("/Users/charlesrocabert/git/MoRIS/example")

p1 = plot_invasion_map("./output/final_state.txt", "Invasion geographical pattern", 59891.22, 31742.16)
p1 = plot_invasion_map("./output/final_state.txt", "Invasion geographical pattern", as.numeric(args[2]), as.numeric(args[3]))
p2 = plot_jump_size_distribution("./output/lineage_tree.txt")
p3 = plot_nb_jumps("./output/lineage_tree.txt")
p = plot_grid(p1, plot_grid(p2, p3, ncol=1), ncol=2)
Expand Down
6 changes: 3 additions & 3 deletions examples/run_single_simulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
-optimfunc LOG_LIKELIHOOD \
-humanactivity YES \
-wmin 0.0 \
-xintro 59891.22 \
-yintro 31742.16 \
-xintro 44000 \
-yintro 42000 \
-pintro 1.0 \
-lambda 23.13390 \
-mu 6.4951562 \
Expand All @@ -25,4 +25,4 @@
-w6 0.0 \
-save-outputs

Rscript ./rscripts/plot_single_simulation.R $(pwd)
Rscript ./rscripts/plot_single_simulation.R $(pwd) 44000 42000
6 changes: 3 additions & 3 deletions src/MoRIS_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#***************************************************************************
# MoRIS (Model of Routes of Invasive Spread)
# Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
# Web: https://github.com/charlesrocabert/MoRIS
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -831,7 +831,7 @@ def printHelp():
print(" * MoRIS Optimize * ")
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~")
print(" MoRIS (Model of Routes of Invasive Spread) ")
print(" Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet ")
print(" Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet ")
print(" Web: https://github.com/charlesrocabert/MoRIS ")
print(" ")
print(" This program comes with ABSOLUTELY NO WARRANTY. ")
Expand All @@ -851,7 +851,7 @@ def printHeader():
print(" * MoRIS Optimize * ")
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~")
print(" MoRIS (Model of Routes of Invasive Spread) ")
print(" Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet ")
print(" Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet ")
print(" Web: https://github.com/charlesrocabert/MoRIS ")
print(" ")
print(" This program comes with ABSOLUTELY NO WARRANTY. ")
Expand Down
6 changes: 3 additions & 3 deletions src/MoRIS_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file MoRIS_run.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 15-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief MoRIS_run executable
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -573,7 +573,7 @@ void printUsage( void )
std::cout << " " << PACKAGE << " " << VERSION_MAJOR << "." << VERSION_MINOR << "." << VERSION_PATCH << " ( release )\n";
#endif
std::cout << " MoRIS (Model of Routes of Invasive Spread) \n";
std::cout << " Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet \n";
std::cout << " Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet \n";
std::cout << " Web: https://github.com/charlesrocabert/MoRIS \n";
std::cout << " \n";
std::cout << " This program comes with ABSOLUTELY NO WARRANTY. \n";
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Enums.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 15-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Definition of enumerations
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Graph.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Graph class definition
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Graph.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Graph class declaration
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Node.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Node class definition
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Node.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Node.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Node class declaration
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Parameters.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 15-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Parameters class definition
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Parameters.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 15-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Parameters class declaration
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Prng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Prng.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 07-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Prng class definition
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Prng.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Prng.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 07-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Prng class declaration
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Simulation.cpp
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Simulation class definition
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Simulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* \file Simulation.h
* \author Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* \date 16-12-2014
* \copyright MoRIS. Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \copyright MoRIS. Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet. All rights reserved
* \license This project is released under the GNU General Public License
* \brief Simulation class declaration
*/

/****************************************************************************
* MoRIS (Model of Routes of Invasive Spread)
* Copyright © 2014-2020 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Copyright © 2014-2021 Charles Rocabert, Jérôme M.W. Gippet, Serge Fenet
* Web: https://github.com/charlesrocabert/MoRIS
*
* This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit e200577

Please sign in to comment.