This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jul 17, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
into Point3d header file.
-
Dmitri Naumov authored
... into TemplatePoint header file.
-
Dmitri Naumov authored
The std::pow call is very expensive.
-
- Jul 16, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Reduces number of implicit type narrows.
-
Dmitri Naumov authored
Wrong parameter names. Empty statements. Unify comment style. /* */ vs ///
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jul 14, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jul 10, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
There is no recovery from the error anyway: Assertion in debug mode will show this. ERR in release mode.
-
- Jul 09, 2015
-
-
Tom Fischer authored
Point3d is the base of all OGS point classes.
-
Tom Fischer authored
-
Tom Fischer authored
Using the removed constructor was insecure because there was neither a compile time check nor a run time check if the size of the C array holds enough data.
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jul 06, 2015
-
-
Norihiro Watanabe authored
-
- Jul 02, 2015
-
-
Dmitri Naumov authored
This improves GeoLib::SearchNearestPoints() by factor >1.4.
-
Dmitri Naumov authored
-
- Jun 25, 2015
-
-
Norihiro Watanabe authored
-
- Jun 09, 2015
-
-
Dmitri Naumov authored
In particular use shift operation.
-
Dmitri Naumov authored
-
- Jun 04, 2015
-
-
Dmitri Naumov authored
-
- Jun 02, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jun 01, 2015
-
-
Norihiro Watanabe authored
-
- May 28, 2015
-
-
Norihiro Watanabe authored
extend DenseMatrix to support several Eigen matrix functions: data(), size(), transposeInPlace(), setIdentity()
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- May 21, 2015
-
-
Tom Fischer authored
-