Previous: setrp3 Up: ../plot79_s.html Next: setsz
SUBROUTINE SETSPA (INTPAR,FLTPAR) C$ (Set Symbol Parameters) C$ Restore internal symbol text parameters from the argument C$ arrays, which are assumed to be been set by an earlier call C$ to INQSPA(). They should never be manually set by the C$ user, because their order and format are subject to change. C$ The arguments are: C$ C$ INTPAR(580).....INTEGER parameters. C$ FLTPAR(50)......REAL parameters. C$ C$ (25-Jul-1990)