QCDefine.hpp

Go to the documentation of this file.
00001 //*****************************************************************************//
00002 //                                                                             //
00003 //   Copyright (c) 2005                                                        //
00004 //      INRIA -Futurs Bordeaux                                                 //
00005 //      22400 TALENCE                                                          //
00006 //      France                                                                 //
00007 //                                                                             //
00008 //*****************************************************************************//
00009 //                                                                             //
00010 //               *** NOTICE OF PROPRIETARY INFORMATION ***                     //
00011 //                                                                             //
00012 // The information contained in this file is considered proprietary and the    //
00013 // exclusive property of  INRIA. This information may not be disclosed,        //
00014 // duplicated or used, in whole or in part, for  any purpose  whatsoever       //
00015 // without express written authorization from INRIA                            //
00016 //                                                                             //
00017 //*****************************************************************************//
00018 
00019 
00020 #ifndef QC_DEFINE_H_
00021 #define QC_DEFINE_H_
00022 
00023 // TRACE DEFINE 
00024 
00025 #define QC_TRACE(a)\
00026         std::cout <<"TRACE            "<< a <<std::endl;
00027 
00028 #define QC_TRACE_INIT(a) \
00029         std::cout <<"TRACE::INIT      "<< a <<std::endl;
00030 #ifdef TRACE_PARTITIONNER
00031 #define QC_TRACE_PART(a) \
00032         std::cout <<"TRACE::PARTITION "<< a <<std::endl;
00033 #else
00034 #define QC_TRACE_PART(a) 
00035 #endif
00036 #ifdef TRACE_ENERGY
00037 #define QC_TRACE_ENER(a) \
00038         std::cout <<"TRACE::ENERGY    "<< a <<std::endl;
00039 #else
00040 #define QC_TRACE_ENER(a) \
00041 #endif
00042 #define QC_TRACE_SCF(a) \
00043         std::cout <<"TRACE::SCF ALGO  "<< a <<std::endl;
00044 
00045 
00046 
00047 
00048 #endif

Generated on Sat Jan 28 21:07:25 2006 for QC++ by  doxygen 1.4.4