- Timestamp:
- 02/13/12 15:50:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl-damage/src/c/modules/Shp2Kmlx/Shp2Kmlx.cpp
r10380 r11417 24 24 sgn,cm,sp)); 25 25 26 #endif //ifdef _HAVE_SHAPELIB_ 26 #else //ifdef _HAVE_SHAPELIB_ 27 return 0; 28 #endif 27 29 } 28 30 … … 607 609 return(iret); 608 610 609 #endif //ifdef _HAVE_SHAPELIB_ 611 #else //ifdef _HAVE_SHAPELIB_ 612 return 0; 613 #endif 610 614 } 611 615
Note:
See TracChangeset
for help on using the changeset viewer.