libtrans.h 291 B

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