- 05 Jul, 2016 5 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
This constructor's aim was to provide a static_assert message that would indicate the error. This could have hindered sfinae as the constructor was seen as existing without failing compilation early.
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
The function is not necessary since FBasicParticle inherits from std::tuple. Use std::get instead.
-
- 04 Jul, 2016 7 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
The variadic constructor stores the attributes passed as parameters. The error was not clear when too many attributes were passed.
-
Quentin Khan authored
-
Quentin Khan authored
-
- 30 Jun, 2016 5 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
- 29 Jun, 2016 2 commits
-
-
Quentin Khan authored
-
Samuel Pitoiset authored
Introduced in 16b3a43f.
-
- 28 Jun, 2016 3 commits
-
-
-
Quentin Khan authored
-
PIACIBELLO Cyrille authored
-
- 23 Jun, 2016 4 commits
-
-
PRUVOST Florent authored
-
COULAUD Olivier authored
-
-
COULAUD Olivier authored
-
- 21 Jun, 2016 7 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
-
Quentin Khan authored
Conflicts: CMakeModules/morse/find/FindFFTW.cmake Src/Utils/FDft.hpp
-
Quentin Khan authored
-
Quentin Khan authored
-
- 20 Jun, 2016 3 commits
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- 17 Jun, 2016 4 commits
-
-
Quentin Khan authored
-
Quentin Khan authored
The level that is required by the existing constructor is superfluous.
-
Quentin Khan authored
FTreeCoordinate and FPoint have a lot of methods in common. FTreeCoordinate now inherits from FPoint to avoid code duplication.
-
Quentin Khan authored
-