bugfix: import numpy missing

This commit is contained in:
Marcel Paffrath 2015-10-01 17:20:01 +02:00
parent 376d1cc6f8
commit 9faf42fd79

View File

@ -1,3 +1,5 @@
import numpy as np
def vgrids2VTK(inputfile = 'vgrids.in', outputfile = 'vgrids.vtk'): def vgrids2VTK(inputfile = 'vgrids.in', outputfile = 'vgrids.vtk'):
''' '''
Generate a vtk-file readable by e.g. paraview from FMTOMO output vgrids.in Generate a vtk-file readable by e.g. paraview from FMTOMO output vgrids.in