#include #include #include "genlib.h" /*power covariance function*/ double power(double h, double alpha) { return(pow(h,alpha)); }