vtf-logo

defs.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00008 #if !defined(__numerical_defs_h__)
00010 #define __numerical_defs_h__
00011 
00012 // If we are debugging everything in STLib.
00013 #if defined(DEBUG_stlib) && !defined(DEBUG_numerical)
00014 #define DEBUG_numerical
00015 #endif
00016 
00018 #define BEGIN_NAMESPACE_NUMERICAL namespace numerical {
00020 #define END_NAMESPACE_NUMERICAL }
00021 
00023 BEGIN_NAMESPACE_NUMERICAL
00024 END_NAMESPACE_NUMERICAL
00025 
00026 #endif

Generated on Fri Aug 24 12:56:05 2007 for Numerical Algorithms Package by  doxygen 1.4.7