Changes between Version 48 and Version 49 of Grass8Planning
- Timestamp:
- 11/14/19 20:20:44 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8Planning
v48 v49 88 88 89 89 * Replace the "4 spaces for level 1 and 1 tab for level 2" indent by "4 spaces for level 1 and 8 spaces for level 2" which is what we are using in Python code. 90 * Define max for DCELL and/or general double somewhere in the library (raster, or for both raster and vector). DBL_MAX and others are used in the code base in various ways. Possibly HUGE_VAL and/or custom "undefined value" macros should be defined even if it is just for promoting best practice or consistency. 90 91 === Modules === 91 92