sideset.cpp

Go to the documentation of this file.
00001 /*****************************************************************************
00002     
00003     sideset.cpp -- See declarations in sideset.hpp.
00004 
00005     This file is a part of the Arageli library.
00006 
00007     Copyright (C) Sergey S. Lyalin, 2006
00008 
00009 *****************************************************************************/
00010 
00017 #include "config.hpp"
00018 
00019 #if !defined(ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE) || \
00020     defined(ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_sideset)
00021 
00022 // REFERENCE ADDITIONAL HEADERS HERE
00023 
00024 #include "sideset.hpp"
00025 
00026 
00027 namespace Arageli
00028 {
00029 
00030 // PLACE ALL TEMPLATE NOT INLINE IMPLEMENTATIONS HERE
00031 
00032 }
00033 
00034 
00035 #else   // #if !defined(ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE) || ...
00036 
00037 
00038 namespace Arageli
00039 {
00040 
00041 // PLACE ALL NOT TEMPLATE NOT INLINE IMPLEMENTATIONS HERE
00042 
00043 }
00044 
00045 
00046 #endif  // #if !defined(ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE) || ...

Generated on Thu Aug 31 17:38:09 2006 for Arageli by  doxygen 1.4.7