https://github.com/teuben/nemo
Raw File
Tip revision: a815103f382cb430a7d104d5b63c66a3419e24aa authored by Peter Teuben on 13 August 2018, 19:06:29 UTC
modern directory for 'env'
Tip revision: a815103
xyio.h
/*
 * XYIO stuff - modeled after miriad's xyio
 * assumed image.h has been loaded
 */
image *xyopen  ( int *, int, int *, string,int *);
void   xyclose ( int );
void   xyread  ( int, int,  real *);
void   xywrite ( int, int, real *);
void   xysetpl ( int, int, int *);
back to top