avlDefs.h 465 B

123456789101112131415161718192021
  1. /*
  2. * \AUTHOR: Serena Pallecchi student of Computer Science University of Pisa (Italy)
  3. * Commission from Faunalia Pontedera (PI) www.faunalia.it
  4. *
  5. * This program is free software under the GPL (>=v2)
  6. * Read the COPYING file that comes with GRASS for details.
  7. *
  8. */
  9. #define AVL_S 1
  10. #define AVL_D 2
  11. #define AVL_SS 11
  12. #define AVL_SD 12
  13. #define AVL_DD 22
  14. #define AVL_DS 21
  15. #define AVL_PRES 0
  16. #define AVL_ADD 1
  17. #define AVL_ERR -1