Changeset 25836 for issm/trunk/src/c/classes/kriging/GaussianVariogram.h
- Timestamp:
- 12/08/20 08:45:53 (4 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 23 23 issm_ocean 24 24 issm_dakota 25 issm_post
-
- Property svn:ignore
-
issm/trunk/src/c/classes/kriging/GaussianVariogram.h
r21341 r25836 27 27 void Echo(); 28 28 int Id(){_error_("Not implemented yet");}; 29 void Marshall( char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!"); };29 void Marshall(MarshallHandle* marshallhandle){ _error_("not implemented yet!"); }; 30 30 int ObjectEnum(){_error_("Not implemented yet");}; 31 31
Note:
See TracChangeset
for help on using the changeset viewer.