We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fae4e commit b2445b2Copy full SHA for b2445b2
2 files changed
include/geode/geosciences_io/mesh/internal/geotiff_input.hpp
@@ -68,9 +68,6 @@ namespace geode
68
//* Thumbnails or Proxy Files: Some workflows generate
69
// low-resolution preview images (.jpg or .png) for quick browsing
70
// without opening large TIFF files.
71
- //
72
- // LightRegularGridInput2D::AdditionalFiles additional_files()
73
- // const final;
74
75
Percentage is_loadable() const final;
76
include/geode/geosciences_io/model/internal/horizons_stack_skua_input.hpp
@@ -49,8 +49,7 @@ namespace geode
49
50
HorizonsStack< dimension > read() final;
51
52
- typename HorizonsStackInput< dimension >::AdditionalFiles
53
- additional_files() const final
+ AdditionalFiles additional_files() const final
54
{
55
return {};
56
}
0 commit comments