Changeset 22758 for issm/trunk/src/c/classes/Options/GenericOption.h
- Timestamp:
- 05/10/18 10:24:27 (7 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 20 20 kriging 21 21 issm_slr 22 issm_ocean 23 lnb_param.mod 24 lovenb_sub.mod 25 model.mod 26 util.mod
-
- Property svn:ignore
-
issm/trunk/src/c/classes/Options/GenericOption.h
r21341 r22758 102 102 }; 103 103 104 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) //We hook off this specific specialization when not running ADOLC, otherwise we get a redeclaration with the next specialization. 104 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 105 /*We hook off this specific specialization when not running ADOLC, otherwise we get a redeclaration with the next specialization*/ 105 106 template <> inline void GenericOption<IssmPDouble*>::Get(IssmPDouble** pvalue){ /*{{{*/ 106 107
Note:
See TracChangeset
for help on using the changeset viewer.