- Jan 28, 2020
-
-
Théotime Grohens authored
This commit adds asserts to ensure that the preconditions on the points_ list are met when calling the function, namely: - the list has at least two elements - the first and last element are at abscissas X_MIN and X_MAX Moreover, this commit moves the (p != points_.begin()) check out of the if clause, and into an assert as well. This ensures that if a bug happens here again, we will catch it instead of sweeping it under the rug.
-
- Jan 23, 2020
-
-
The Fuzzy::clear() function completely discarded the points_ list, but was supposed to reset it to its initial state with two points at (X_MIN, 0.0) and (X_MAX, 0.0). This commit fixes the function.
-
-
- Oct 16, 2019
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Oct 04, 2019
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Jun 20, 2019
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Aug 18, 2017
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Sep 01, 2016
-
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
ROUZAUD-CORNABAS Jonathan authored
-
- Aug 30, 2016
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Nov 25, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Oct 30, 2015
-
-
Vincent Liard authored
-
Vincent Liard authored
-
- Oct 27, 2015
-
-
Vincent Liard authored
Took aevol_run.cpp's header as reference header and set it for all Aevol source files.
-
- Oct 22, 2015
-
-
Vincent Liard authored
-
- Aug 06, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Aug 04, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Jul 31, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Jul 28, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Jul 17, 2015
-
-
ROUZAUD-CORNABAS Jonathan authored
-
- Jun 17, 2015
-
-
David Parsons authored
-
David Parsons authored
-
- May 27, 2015
-
-
Vincent Liard authored
-
- Apr 17, 2015
-
-
David Parsons authored
Each Habitat has a PhenotyipcTarget handled through a PhenotypicTargetHandler. It can either be its own private instance or a shared instance among the whole World (for now, only shared mode is fully functional).
-
- Feb 12, 2015
-
-
Vincent Liard authored
-
Vincent Liard authored
-
- Feb 11, 2015
-
-
Vincent Liard authored
-
Vincent Liard authored
-
- Feb 10, 2015
-
-
Vincent Liard authored
-
Vincent Liard authored
-
Vincent Liard authored
-
Vincent Liard authored
-
- Feb 03, 2015
-
-
Vincent Liard authored
-
Vincent Liard authored
The `point` class was previously changed to `std::pair<double,double>`, with commit 609b11ae. The shortcoming being that members got to be called `first` and `second`.
-
Vincent Liard authored
The C++ convention is for class-names to be capitalized. Unlike file names which should be lowercase.
-