Skip to content

Commit 769b554

Browse files
Merge pull request #146 from Geode-solutions/fix/horizon_stack_input_compute_top_and_bottom
fix(HorizonsStack): Added top and bottom horizons computation at input.
2 parents e0780c6 + 2870f63 commit 769b554

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/version.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BEGIN
1919
VALUE "InternalName", "@PROJECT_LIB_NAME@\0"
2020
VALUE "ProductName", "@PROJECT_LIB_NAME@\0"
2121
VALUE "CompanyName", "Geode-solutions SAS\0"
22-
VALUE "LegalCopyright", "Copyright 2019 - 2024 Geode-solutions SAS. All rights reserved.\0"
22+
VALUE "LegalCopyright", "Copyright 2019 - 2025 Geode-solutions SAS. All rights reserved.\0"
2323
VALUE "Commentaires", "https://geode-solutions.com\0"
2424
END
2525
END

src/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ namespace geode
4949
[&builder, &directory] {
5050
builder.load_stratigraphic_relationships( directory );
5151
} );
52+
builder.compute_top_and_bottom_horizons();
5253
}
5354

5455
template < index_t dimension >

0 commit comments

Comments
 (0)