Changeset 32063
- Timestamp:
- Jul 9, 2008, 2:22:25 PM (16 years ago)
- File:
-
- 1 edited
-
grass/trunk/gui/wxpython/nviz/init.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/gui/wxpython/nviz/init.cpp
r32001 r32063 16 16 \date 2008 17 17 */ 18 19 #include <clocale> 20 18 21 #include "nviz.h" 19 22 … … 25 28 Nviz::Nviz() 26 29 { 30 setlocale(LC_NUMERIC, "C"); 31 27 32 G_gisinit(""); /* GRASS functions */ 28 33
Note:
See TracChangeset
for help on using the changeset viewer.
