home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_oth
/
prep_065.lzh
/
PREP
/
VECDEM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-08-16
|
407b
|
20 lines
c macros defs for vec demo
#include "premac.h"
: XLIM 81 ; hard dimensions of arrays are from 0 --> ?lim
: YLIM 81 ;
: SCRNX 320 ; geodesic drawing screen dimensions
: SCRNY 200 ;
: PHOTONS 64 ; number of photons
: SMALL 1.e-20 ;
: BIG 1.e+20 ;
: include(x) use x ; cray specific file include
: PERIODIC(x) call periodic( mx, my, x ) ;
c default do limits
do_limits = [ (XLIM-1), (YLIM-1) ]