README.grass 801 B

123456789101112131415161718192021222324
  1. This library was taken from:
  2. http://www.superliminal.com/sources/RTree.zip
  3. described on:
  4. http://www.superliminal.com/sources/sources.htm
  5. Copy of this file is in sources.htm
  6. Changes done in GRASS:
  7. - files converted to unix line ends
  8. - added this file 'README.grass'
  9. - added Makefile and Makefile.alone
  10. - added mail from Daniel Green is in 'MAILS'
  11. - few modifications to get rid of compiler warnings, but warnings like:
  12. index.c:277: warning: `tmp_nptr' might be used uninitialized in this function
  13. were left because need deeper revision if may cause problems, insetad of blindly init to 0/NULL
  14. - '//' comments -> '/* */'
  15. - printf() - > fprintf(stdout,)
  16. - NUMDIMS set to 3
  17. - test.c 2D -> 3D
  18. - type RectReal: float -> double
  19. - log_pi set to constant
  20. - added GRASS headers to all *.[hc] files