Skip to content

Commit

Permalink
Fix a bug in TwoDTransfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvergn committed May 28, 2023
1 parent c92c080 commit 391ebd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source_TnumTana_Coord/Qtransfo/TwoDTransfo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ SUBROUTINE calc_TwoDTransfo_new(dnQin,dnQout,TwoDTransfo,nderiv,inTOout)
END SUBROUTINE calc_TwoDTransfo_new
SUBROUTINE calc_TwoDTransfo(dnQin,dnQout,TwoDTransfo,nderiv,inTOout)
USE ADdnSVM_m
USE mod_dnSVM, ONLY: Type_dnVec, Write_dnSVM, check_alloc_dnVec, sub_dnVec_TO_dnVect, sub_dnVect_TO_dnVec
USE mod_dnSVM, ONLY: Type_dnVec, Write_dnSVM, check_alloc_dnVec, &
sub_dnVec_TO_dnVect, sub_dnVect_TO_dnVec, &
sub_dnVec_TO_dnSt, sub_dnSt_TO_dnVec
IMPLICIT NONE

TYPE (Type_dnVec), intent(inout) :: dnQin,dnQout
Expand Down Expand Up @@ -639,6 +641,6 @@ SUBROUTINE calc_One_TwoDTransfo(dntQ1,dntQ2,dnQ1,dnQ2,TwoDTransfo,Type_2D)
write(out_unitp,*) 'END ',name_sub
END IF
!---------------------------------------------------------------------
END SUBROUTINE calc_TwoDTransfo
END SUBROUTINE calc_One_TwoDTransfo

END MODULE TwoDTransfo_m

0 comments on commit 391ebd3

Please sign in to comment.