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