00001 00002 c 00003 c Copyright (c) 1986,1987,1988,1989,1990,1991,1992,1993, 00004 c by Steve McMillan, Drexel University, Philadelphia, PA. 00005 c 00006 c All rights reserved. 00007 c 00008 c Redistribution and use in source and binary forms are permitted 00009 c provided that the above copyright notice and this paragraph are 00010 c duplicated in all such forms and that any documentation, 00011 c advertising materials, and other materials related to such 00012 c distribution and use acknowledge that the software was developed 00013 c by the author named above. 00014 c 00015 c THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 00016 c IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 00017 c WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00018 c 00019 c 00020 c 00021 c----------------------------------------------------------------------- 00022 c*********************************************************************** 00023 c 00024 c The following routines are non-essential. The calls to 00025 c external routines may be commented out, if desired. 00026 c 00027 subroutine numbr(rr,ss,ht,fpn,theta,ndec) 00028 save 00029 c 00030 c Use the local number drawer to mimic "nomber." 00031 c 00032 character*80 string 00033 common /numbr on/ inumbr 00034 c 00035 r=rr 00036 s=ss 00037 go to 10 00038 c 00039 entry cnumbr(ht,fpn,theta,ndec) 00040 call simwhe(r,s) 00041 c 00042 10 call numsym(fpn,ndec,string,n) 00043 inumbr=1 00044 call symbl(r,s,ht,string,theta,n) 00045 inumbr=0 00046 end