not needed

This commit is contained in:
Martin Diehl 2019-04-18 12:04:09 +02:00
parent ccf13c2c50
commit b746b841f7
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
import h5py import h5py
import re import re
import numpy as np import numpy as np
import os
# ------------------------------------------------------------------ # ------------------------------------------------------------------
class DADF5(): class DADF5():
@ -97,7 +96,6 @@ class DADF5():
""" """
Dataset for all points/cells Dataset for all points/cells
If more than one path is given, the dataset is composed of the individual contributions If more than one path is given, the dataset is composed of the individual contributions
""" """
with h5py.File(self.filename,'r') as f: with h5py.File(self.filename,'r') as f: