10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-23 21:52:25 +02:00

fixed complex sort template

This commit is contained in:
Kevin Gasperich 2020-02-24 11:34:07 -06:00
parent 29670d4729
commit a59f1e9576

View File

@ -382,6 +382,16 @@ BEGIN_TEMPLATE
end subroutine insertion_$Xsort_big
SUBST [ X, type ]
; real ;;
d ; double precision ;;
i ; integer ;;
i8; integer*8 ;;
i2; integer*2 ;;
END_TEMPLATE
BEGIN_TEMPLATE
subroutine $Xset_order_big(x,iorder,isize)
implicit none
BEGIN_DOC