transform.h 416 B

12345678910111213141516
  1. #ifndef GRASS_TRANSFORM_H
  2. #define GRASS_TRANSFORM_H
  3. /* This is the definition file for the libtrans functions.
  4. These are the tools that move data from one coordinate system into
  5. another.
  6. */
  7. /* to give the size of the multi-dim array parameter is necessary here,
  8. because DEC's cc V5.6-079 on Digital UNIX V4.0 (Rev. 878) seems to need it
  9. */
  10. #define DIM_matrix 3
  11. #include <grass/defs/transform.h>
  12. #endif