- Jul 09, 2024
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Jul 08, 2024
-
-
Johannes Junggeburth authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
To be able to have new GeoModel nodes/classes while not breaking the load of DBs generated with an earlier version of GeoModel, I added an 'optional' flag to the calls loading the new nodes from the DB. In that way, when loading a DB where we don't expect to see those new nodes, we have no errors as expected. To achieve that, I also added the optional flag to the 'checkDBTable' and 'getPublishedNodes' methods.
-
Fixed UnidentifiedShape I/O (in particular, the restore part) and introduced a new unit test for GeoUnidentifiedShape writing and reading
-
-
Vakhtang Tsulaia authored
Brought it in sync with Athena main version
-
- Jul 02, 2024
-
-
Vakhtang Tsulaia authored
-
-
-
Johannes Junggeburth authored
-
- Jun 27, 2024
-
-
Johannes Junggeburth authored
-
Joseph Boudreau authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Jun 26, 2024
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Jun 25, 2024
-
-
- Jun 24, 2024
-
-
Vakhtang Tsulaia authored
-
Due to a typo caused by copy-paste, materials' dataStart and dataEnd were set to same value because they were read from the same vector entry. That resulted in building materials with exactly 1 element; which also involved the build into memory of only 1 element per material as well.
-
-
-
-
-
-
-
Until you build the GeoModel tree, the caches are not created yet; however, the low-level methods can access the DB directly. So, the existance of a table should be verified at the DB level, not at cache level; otherwise the test fails when calling methods before building the GeoModel tree.
-
-
-
-
-
-
-
-
-