program demo_uniplt use M_datapac, only : uniplt, label implicit none call label('uniplt') ! call uniplt(x,y) end program demo_uniplt