X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-NEWSC%2Fxdrf%2Fxdrf.h;fp=source%2Fwham%2Fsrc-NEWSC%2Fxdrf%2Fxdrf.h;h=dedf5a2670d37bcd544e50a7aff5bf69972a8ff2;hb=e74a1da46f47c86b0c46679481b757c425642977;hp=0000000000000000000000000000000000000000;hpb=d0bc9ab44e8f75f5cb92a01cda9daba97791e379;p=unres.git diff --git a/source/wham/src-NEWSC/xdrf/xdrf.h b/source/wham/src-NEWSC/xdrf/xdrf.h new file mode 100644 index 0000000..dedf5a2 --- /dev/null +++ b/source/wham/src-NEWSC/xdrf/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) ; +