From d203e8decef569d4c662de0a30f714bea5d4405b Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Fri, 19 Apr 2013 16:05:13 +0000 Subject: [PATCH] removed extra comma (might have caused issues?) --- code/damask.core.pyf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/damask.core.pyf b/code/damask.core.pyf index 54706146a..d4c35abf8 100644 --- a/code/damask.core.pyf +++ b/code/damask.core.pyf @@ -170,7 +170,7 @@ python module core ! in real*8, dimension(:,:,:,:,:), intent(in) :: F real*8, dimension(3), intent(in) :: gDim real*8, dimension(3,3), intent(in), optional :: FavgIn = -1.0 - real*8, dimension(3), intent(in), optional, :: scalingIn = -1.0 + real*8, dimension(3), intent(in), optional :: scalingIn = -1.0 real*8, dimension(3,size(F,3),size(F,4),size(F,5)), depend(F) :: mesh_deformedCoordsFFT end function mesh_deformedCoordsFFT