14 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
17 #if !defined(_HAVE_AD_) || defined(_WRAPPERS_)
19 template<
class To,
class From> To
reCast(
const From& from) {
26 template<
class To,
class From>
struct ForPartialSpecialization {
27 static To
reCast(
const From& from ) {
return (To) from;}
30 template<
class To,
class From> To
reCast(
const From& from) {
37 template<
class To>
struct ForPartialSpecialization<To,adouble> {
38 static To
reCast(
const adouble& from ) {
return (To) (from.getValue());}
41 #ifdef _HAVE_CODIPACK_
42 template<
class To>
struct ForPartialSpecialization<To,
IssmDouble> {