00001 // $Id: ocsConst.hh,v 1.1.1.1 2004/06/11 22:56:02 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 */