home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
VOGLE
/
SRC
/
MSFORT
/
FRECT.FOR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-11
|
169 b
|
8 lines
interface to subroutine C_rect[c](a, b, c, d)
real *8 a, b, c, d
end
subroutine rect(a, b, c, d)
call C_rect(a, b, c, d)
end