X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Flib%2Fxdrf_em64%2Fxdrf.h;fp=source%2Flib%2Fxdrf_em64%2Fxdrf.h;h=dedf5a2670d37bcd544e50a7aff5bf69972a8ff2;hb=1b470325cddfb529c605552dd37cb0e4b0dc0e2b;hp=0000000000000000000000000000000000000000;hpb=825e46f367f00dfdea03f17747ba026c7f109896;p=unres.git diff --git a/source/lib/xdrf_em64/xdrf.h b/source/lib/xdrf_em64/xdrf.h new file mode 100644 index 0000000..dedf5a2 --- /dev/null +++ b/source/lib/xdrf_em64/xdrf.h @@ -0,0 +1,10 @@ +/*_________________________________________________________________ + | + | xdrf.h - include file for C routines that want to use the + | functions below. +*/ + +int xdropen(XDR *xdrs, const char *filename, const char *type); +int xdrclose(XDR *xdrs) ; +int xdr3dfcoord(XDR *xdrs, float *fp, int *size, float *precision) ; +