Changeset 11237 for issm/trunk/src/c/objects/KML/KML_MultiGeometry.cpp
- Timestamp:
- 01/27/12 08:19:58 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 autom4te.cache 2 aclocal.m4 1 3 bin 4 config.log 5 config.h 6 config.h.in 7 config.status 2 8 configure 9 doxygen 10 ISSM.paf 11 ISSM.ppf 12 ISSM.ppf_cache 13 libtool 14 list 3 15 Makefile 4 16 Makefile.in 5 ISSM.paf6 list7 ISSM.ppf_cache8 config.log9 config.h10 .ignore.txt11 config.status12 17 stamp-h1 13 18 svn-commit* 14 ISSM.ppf15 config.h.in16 autom4te.cache17 aclocal.m418 doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/objects/KML/KML_MultiGeometry.cpp
r10840 r11237 66 66 67 67 /*FUNCTION KML_MultiGeometry::DeepEcho {{{1*/ 68 void KML_MultiGeometry::DeepEcho(c har* indent){68 void KML_MultiGeometry::DeepEcho(const char* indent){ 69 69 70 70 int i; … … 95 95 96 96 /*FUNCTION KML_MultiGeometry::Write {{{1*/ 97 void KML_MultiGeometry::Write(FILE* filout,c har* indent){97 void KML_MultiGeometry::Write(FILE* filout,const char* indent){ 98 98 99 99 int i; … … 196 196 197 197 /*FUNCTION KML_MultiGeometry::WriteExp {{{1*/ 198 void KML_MultiGeometry::WriteExp(FILE* fid,c har* nstr,int sgn,double cm,double sp){198 void KML_MultiGeometry::WriteExp(FILE* fid,const char* nstr,int sgn,double cm,double sp){ 199 199 200 200 int i;
Note:
See TracChangeset
for help on using the changeset viewer.