Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more/phys/mks.h

Go to the documentation of this file.
00001 // !! BACKWARD COMPATIBILITY !!
00002 // Use more/phys/si.h.
00003 
00004 #ifndef MORE_PHYS_MKS_H
00005 #define MORE_PHYS_MKS_H
00006 #include <more/phys/si.h>
00007 
00008 namespace more {
00009 namespace phys {
00010   namespace mks {
00011     using namespace si;
00012     double const mass_n = M_n;
00013     double const mass_p = M_p;
00014     double const mass_np_avg = M_np_avg;
00015     double const mass_mu = M_mu;
00016   }
00017 }}
00018 #endif

Generated on Sat Sep 7 19:11:22 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.