mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2026-02-18 08:48:54 +01:00
Added native libraries and main method for testing ...
This commit is contained in:
@@ -44,6 +44,11 @@ import ncsa.hdf.hdf5lib.exceptions.HDF5Exception;
|
||||
public class HDF5Reader implements PlugIn {
|
||||
|
||||
|
||||
public static void main(String[] args){
|
||||
HDF5Reader r = new HDF5Reader();
|
||||
r.run("");
|
||||
}
|
||||
|
||||
private static final Logger logger = Logger.getLogger(HDF5Reader.class.getName());
|
||||
|
||||
public void run(String arg) {
|
||||
|
||||
Reference in New Issue
Block a user