From 75e20dffb7490af88265c138f8cd618826ade7cd Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 17 Nov 2011 21:36:56 +0000 Subject: [PATCH] corrected version conflict --- processing/post/make_postprocessingMath | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/post/make_postprocessingMath b/processing/post/make_postprocessingMath index e492fb8ca..c712df6e7 100755 --- a/processing/post/make_postprocessingMath +++ b/processing/post/make_postprocessingMath @@ -5,7 +5,6 @@ # This script is used to compile the python module used for geometry reconstruction. # It uses the fortran wrapper f2py that is included in the numpy package to construct the # module postprocessingMath.so out of the fortran code postprocessingMath.f90 -# written by M. Diehl, m.diehl@mpie.de # for the generation of the pyf file: # f2py -m postprocessingMath -h postprocessingMath.pyf --overwrite-signature postprocessingMath.f90