home *** CD-ROM | disk | FTP | other *** search
- #include "mgP.h"
- #include "mgribP.h"
- #include "transform.h"
- #include "mgribtoken.h"
- #include <stdarg.h>
-
- /*-----------------------------------------------------------------------
- * Function: mgrib_printmatrix
- * Description: prints rib binding for given matrix
- * Returns: nothing
- * Author: wisdom
- * Date: Thu Aug 26 13:39:21 CDT 1993
- * Notes:
- */
-
- void
- mgrib_printmatrix(Transform T)
- {
- int i;
-
- mrti(mr_concattransform, mr_parray, 16, T, mr_NULL);
- }
-
-