- #ifndef GRASS_LIBTRANS_H
- #define GRASS_LIBTRANS_H
- /* to give the size of the multi-dim array parameter is necessary here,
- because DEC's cc V5.6-079 on Digital UNIX V4.0 (Rev. 878) seems to need it
- */
- #define DIM_matrix 3
- #include <grass/defs/libtrans.h>
- #endif /* GRASS_LIBTRANS_H */
|