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