Changeset 11200 for issm/trunk-jpl/src/c/objects/KML/KML_LinearRing.h
- Timestamp:
- 01/25/12 10:29:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/KML/KML_LinearRing.h
r9883 r11200 37 37 void Write(FILE* fid,char* indent); 38 38 void Read(FILE* fid,char* kstr); 39 void WriteExp(FILE* fid,c har* nstr,int sgn,double cm,double sp);39 void WriteExp(FILE* fid,const char* nstr,int sgn,double cm,double sp); 40 40 int Id(){_error_("Not implemented yet.");}; 41 41 int MyRank(){_error_("Not implemented yet.");};
Note:
See TracChangeset
for help on using the changeset viewer.