|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 408 (0x198) Types: TextFile Names: »vecdem.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/prep/vecdem.h«
c macros defs for vec demo #include "prepmac.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) ]