- Jul 09, 2015
-
-
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
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Cleanup
-
- Jul 08, 2015
-
-
Dmitri Naumov authored
Using other Point constructors
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
[GL] Fix bug in lineSegmentIntersect.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Using std::array-constructor version of Point3dWithID, which is the base class of Node.
-
Tom Fischer authored
[A] Initialize lis.
-
- Jul 07, 2015
-
-
Dmitri Naumov authored
-
Tom Fischer authored
The special case where the line segments (a,b) and (c,d) are parallel but are not located at the same straight line was not handled properly. This led to a singular matrix and to a not a number solution. This commit fixes the handling of the special case.
-
Tom Fischer authored
-
Tom Fischer authored
[NL] Fix possible alignment issues with eigen.
-
Tom Fischer authored
Fix memory leaks in tests
-
Tom Fischer authored
Fix memory leaks geo lib tests
-
- Jul 06, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This avoids the memory leaks described in ufz/ogs#728, but does not resolve the issue.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
See http://eigen.tuxfamily.org/dox/group__TopicStructHavingEigenMembers.html for details.
-
Dmitri Naumov authored
-
-
-
Dmitri Naumov authored
[A/U] GMSH2OGS: Add nullptr check.
-
Tom Fischer authored
-
Tom Fischer authored
[MGTL] Fix MeshNodeSearchers memoization due to changed mesh_id.
-