home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
MSFORT
/
FRECT.FOR
< prev
next >
Wrap
Text File
|
2000-02-11
|
169b
|
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