00001
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef _HeterogeneousRateConstant_cc
00026 #define _HeterogeneousRateConstant_cc
00027
00028 #include "Quantity/Variable.h"
00029
00030 #include "PhysicalQuantities/HeterogeneousRateConstant.h"
00031
00032 namespace quantity {
00033 namespace heterogeneousRateConstant {
00034
00035
00036
00037
00038 template<> const double
00039 Standard<HeterogeneousRateConstantComposedUnit>::ratio = 1.0;
00040 template<> const bool
00041 Standard<HeterogeneousRateConstantComposedUnit>::exact = true;
00042
00043 }
00044
00045 template<>
00046 const std::string Name<heterogeneousRateConstant::Quantity>::String
00047 = "heterogeneousrateconstant";
00048 template<>
00049 const std::string Symbol<heterogeneousRateConstant::Quantity>::String
00050 = "k_s";
00051
00052 }
00053
00054 #endif