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

copy-ocsConst.hh

Go to the documentation of this file.
00001 // $Id: ocsConst.hh,v 1.2 2000/10/11 16:48:41 zweck Exp $ 
00002 
00003 // #####################################################################
00004 //
00005 //    ocsConst.hh
00006 //    
00007 //    Header file for 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 #ifndef _OCS_CONST_HH
00017 #define _OCS_CONST_HH
00018 
00019 #include <complex.h>
00020 typedef complex<double> cplx; 
00021 
00022 extern const double pi,LightSpeed,hPlanck;
00023 extern const cplx jc;
00024 
00025 #endif /* _OCS_CONST_HH */

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