/* survey3debug.h routines to help debug the survey3d package. * © Copyright 1999 by John Halleck, All rights reserved. */ /* Version of August 16th, 1999 */ #ifndef SURVEY3DEBUG #define SURVEY3DEBUG 1 #include "errors.h" /* Common error codes */ #include "survey3d.h" /* Types specific to 3d surveys */ /* --------------------- Printing ----------------------------------- */ /* Print a coordinate */ extern error coordprint (char *text, coordinate given); /* Print a weight matrix */ extern error weightprint (char *text, weight given); /* Print a covariance matrix */ extern error covarprint (char *text, covariance given); #endif
This page is http://www.cc.utah.edu/~nahaj/cave/survey/code/c/survey3debug.h.html
© Copyright 2000 by John Halleck, All Rights Reserved.
This snapshot was last modified on August 23rd, 2000
And the underlying file was last modified on May 11th, 2000