File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/hdf5javalib/examples/hdf5examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ private void run() {
4747 // List all .h5 files in HDF5Examples resources directory
4848 // ATL03_20250302235544_11742607_006_01
4949// Path dirPath = Paths.get(Objects.requireNonNull(HDF5Debug.class.getClassLoader().getResource("HDF5Examples/h5ex_g_compact2.h5")).toURI());
50- Path dirPath = Paths .get ("c:/users/karln/Downloads/ATL03_20250302235544_11742607_007_01.h5" );
51- // Path dirPath = Paths.get("c:/users/karln/Downloads/ATL03_20250302235544_11742607_006_01.h5");
50+ // Path dirPath = Paths.get("c:/users/karln/Downloads/ATL03_20250302235544_11742607_007_01.h5");
51+ Path dirPath = Paths .get ("c:/users/karln/Downloads/ATL03_20250302235544_11742607_006_01.h5" );
5252 processFile (dirPath );
5353 } catch (Exception e ) {
5454 throw new IllegalStateException (e );
You can’t perform that action at this time.
0 commit comments