Revision 09080cf911cae5c7faaf8573e82c899903e7b9fc authored by Dmitri Naumov on 09 March 2021, 22:05:24 UTC, committed by Dmitri Naumov on 10 March 2021, 08:34:57 UTC
boost::none -> std::nullopt
boost::make_optional -> std::make_optional
boost::optional<T>::get() -> std::optional<T>::value()
1 parent 363cf6d
History
File Mode Size
Curve
Integration
InterpolationAlgorithms
LinAlg
Nonlinear
ODE
CMakeLists.txt -rw-r--r-- 1.5 KB
GeometricBasics.cpp -rw-r--r-- 9.9 KB
GeometricBasics.h -rw-r--r-- 7.0 KB
KelvinVector-impl.h -rw-r--r-- 3.7 KB
KelvinVector.cpp -rw-r--r-- 7.8 KB
KelvinVector.h -rw-r--r-- 9.1 KB
MathTools.cpp -rw-r--r-- 1.7 KB
MathTools.h -rw-r--r-- 2.6 KB
Point3d.cpp -rw-r--r-- 373 bytes
Point3d.h -rw-r--r-- 1.6 KB
Point3dWithID.h -rw-r--r-- 2.1 KB
TemplatePoint.h -rw-r--r-- 5.1 KB
TemplateWeightedPoint.h -rw-r--r-- 981 bytes

back to top