home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / VOGLE / SRC / MSFORT / FCLIP.FOR < prev    next >
Encoding:
Text File  |  2000-02-11  |  185 b   |  9 lines

  1.       interface to subroutine C_clipping[c](onoff)
  2.       integer *2 onoff
  3.       end
  4.  
  5.       subroutine clipping(onoff)
  6.       integer onoff
  7.       call C_clipping(onoff)
  8.       end
  9.