00001 00004 /* KG, 2000-08-18 */ 00005 /* $Id: lmfitlib.cc,v 1.2.2.5 2001/11/16 01:21:47 garloff Exp $ */ 00006 00007 #ifndef NUM 00008 # define NUM double 00009 #endif 00010 00011 #ifdef PRAGMA_I 00012 # pragma implementation "LM_fit.h" 00013 #endif 00014 #include "LM_fit.h" 00015 00016 //NAMESPACE_TBCI 00017 00018 #define T NUM 00019 #include "LM_fit_inst.h" 00020 00021 00022 //NAMESPACE_END 00023 00024 // GCC-3.0 hack 00025 #ifdef HAVE_GCC300_CMATH_POWER_BUG 00026 template double std::__cmath_power<double>(double, unsigned); 00027 #endif
1.5.6