DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦c97c78502⟧ TextFile

    Length: 408 (0x198)
    Types: TextFile
    Names: »vecdem.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/prep/vecdem.h« 

TextFile

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) ]