Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

sundummies.f

Go to the documentation of this file.
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 
00020         subroutine sundummies
00021 c
00022 c       Dummy entry points to avoid having the Sun graphics libraries
00023 c       linked in to a code that doesn't want them.
00024 c
00025         character*(*) string
00026 c
00027         entry plinit(string,aspect,icolor,igp,ncolor,ierr)
00028 c
00029 c       Print a message and return an error status.
00030 c
00031         write(6,*)'SunCore not available'
00032         ierr = 1
00033         return
00034 c
00035         entry awtbuttongetloc2
00036         entry inqtextextent2
00037         entry lineabs2
00038         entry moveabs2
00039         entry plframe
00040         entry plstop
00041         entry polygonabs2
00042         entry setcharsize
00043         entry setfillindex
00044         entry setlineindex
00045         entry setlinewidth
00046         entry setpolyintrstyle
00047         entry settextindex
00048         entry text
00049         entry corebackg
00050         entry readmap
00051         entry sunwait
00052 c
00053         end
00054 

Generated at Sun Feb 24 09:57:18 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001