Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

copy-ocsConst.cc

Go to the documentation of this file.
00001 // $Id: ocsConst.cc,v 1.1 2000/09/20 17:53:20 zweck Exp $ 
00002 
00003 // #####################################################################
00004 //
00005 //    ocsConst.cc
00006 //    
00007 //    Initialization of the global constants   
00008 //
00009 //    Copyright:
00010 //       Optical Fiber Communications Laboratory
00011 //       Computer Science & Electrical Engineering Department (CSEE)
00012 //       University of Maryland Baltimore County (UMBC)
00013 //
00014 // #####################################################################
00015 
00016 #include "ocsConst.hh"
00017 
00018 const double pi = 4*atan( (double) 1);
00019 const double LightSpeed = 299792458; // m/s
00020 const double hPlanck = 6.6260755e-34; // J*s
00021 const cplx jc = cplx(0.,1.);  // =sqrt(-1)

Generated at Mon Jun 9 20:08:09 2003 for OCS by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000