12 #ifndef _FUELCELLSHOP__FIBER_BASE_H
13 #define _FUELCELLSHOP__FIBER_BASE_H
21 namespace FuelCellShop
55 const std::vector<double>& value_dvar,
56 ParameterHandler& param)
70 const std::type_info& info =
typeid(*this);
71 deallog <<
"Pure function " << __FUNCTION__
72 <<
" called in Class "
73 << info.name() << std::endl;
80 const std::type_info& info =
typeid(*this);
81 deallog <<
"Pure function " << __FUNCTION__
82 <<
" called in Class "
83 << info.name() << std::endl;
89 const std::type_info& info =
typeid(*this);
90 deallog <<
"Pure function " << __FUNCTION__
91 <<
" called in Class "
92 << info.name() << std::endl;
99 const std::type_info& info =
typeid(*this);
100 deallog <<
"Pure function " << __FUNCTION__
101 <<
" called in Class "
102 << info.name() << std::endl;
108 const std::type_info& info =
typeid(*this);
109 deallog <<
"Pure function " << __FUNCTION__
110 <<
" called in Class "
111 << info.name() << std::endl;
118 const std::type_info& info =
typeid(*this);
119 deallog <<
"Pure function " << __FUNCTION__
120 <<
" called in Class "
121 << info.name() << std::endl;