Skip to content

Commit b2445b2

Browse files
committed
fix(OpenGeode): update to new AdditionalFiles
1 parent a4fae4e commit b2445b2

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

include/geode/geosciences_io/mesh/internal/geotiff_input.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ namespace geode
6868
//* Thumbnails or Proxy Files: Some workflows generate
6969
// low-resolution preview images (.jpg or .png) for quick browsing
7070
// without opening large TIFF files.
71-
//
72-
// LightRegularGridInput2D::AdditionalFiles additional_files()
73-
// const final;
7471

7572
Percentage is_loadable() const final;
7673

include/geode/geosciences_io/model/internal/horizons_stack_skua_input.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ namespace geode
4949

5050
HorizonsStack< dimension > read() final;
5151

52-
typename HorizonsStackInput< dimension >::AdditionalFiles
53-
additional_files() const final
52+
AdditionalFiles additional_files() const final
5453
{
5554
return {};
5655
}

0 commit comments

Comments
 (0)