[cig-commits] r12954 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Sep 24 04:10:42 PDT 2008


Author: luis
Date: 2008-09-24 04:10:42 -0700 (Wed, 24 Sep 2008)
New Revision: 12954

Added:
   cs/cigma/trunk/src/Common.h
   cs/cigma/trunk/src/Definitions.h
Log:
Common headers

Added: cs/cigma/trunk/src/Common.h
===================================================================
--- cs/cigma/trunk/src/Common.h	                        (rev 0)
+++ cs/cigma/trunk/src/Common.h	2008-09-24 11:10:42 UTC (rev 12954)
@@ -0,0 +1,19 @@
+#ifndef __CIGMA_COMMON_H__
+#define __CIGMA_COMMON_H__
+
+/*
+ * Common headers for cigma
+ *
+ */
+
+// Basic definitions
+#include "Definitions.h"
+
+// Exception classes
+#include "Exception.h"
+
+// Trivial Logger (CxxTL)
+#include "tri_logger.hpp"
+
+
+#endif

Added: cs/cigma/trunk/src/Definitions.h
===================================================================
--- cs/cigma/trunk/src/Definitions.h	                        (rev 0)
+++ cs/cigma/trunk/src/Definitions.h	2008-09-24 11:10:42 UTC (rev 12954)
@@ -0,0 +1,11 @@
+#ifndef __CIGMA_DEFINITIONS_H__
+#define __CIGMA_DEFINITIONS_H__
+
+/*
+ * Basic definitions and typedefs
+ */
+
+typedef float CoordType;
+typedef int IdType;
+
+#endif



More information about the cig-commits mailing list