spacetime.h

00001 
00002 //
00003 // $Id: spacetime.h,v 1.7 2006/05/23 02:32:10 werner Exp $
00004 //
00005 // $Log: spacetime.h,v $
00006 // Revision 1.7  2006/05/23 02:32:10  werner
00007 // more windows support (for cygwin)
00008 //
00009 // Revision 1.6  2005/08/02 18:16:57  werner
00010 // Using new metric interface.
00011 //
00012 // Revision 1.5  2005/02/04 16:35:42  werner
00013 // Simplistic Interface to the Spacetime Integrator.
00014 //
00015 // Revision 1.4  2004/09/08 14:54:55  werner
00016 // Various minor stuff.
00017 //
00018 // Revision 1.3  2004/08/12 16:21:33  werner
00019 // Integration of numerical geodesics now compiles. Working is not yet satisfying.
00020 //
00021 // Revision 1.2  2004/05/13 12:04:40  werner
00022 // Documentation extended.
00023 //
00024 //
00026 #ifndef __SPACETIME_H
00027 #define __SPACETIME_HPP "Created 27.02.2001 21:42:27 by werner"
00028 
00029 #if (defined(_WINDOWS) || defined(_WIN32)) && !(defined(_LIB))
00030 
00031 #ifdef spacetime_EXPORTS
00032 #define SPACETIME_EXPORTS
00033 #endif
00034 
00035 #ifdef SPACETIME_EXPORTS
00036 #define SPACETIME_API __declspec(dllexport)
00037 #else
00038 #define SPACETIME_API __declspec(dllimport)
00039 #endif
00040 
00041 #else
00042 
00043 #define SPACETIME_API 
00044 
00045 #endif
00046 
00074 namespace Traum
00075 {}
00076 
00088 #endif // __SPACETIME_H
00089