aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerGH.h
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-04 09:33:52 +0000
commita56d13efe4ca5ae5ec16daf48a1842e61de89109 (patch)
treef9c3f93aeecc0cfd9ee3447675584071ad424481 /src/IsoSurfacerGH.h
parent26d5683ec2ee7d39c246029122ef80bcd4d63b96 (diff)
Socket layer. Compiles but untested.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@6 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/IsoSurfacerGH.h')
-rw-r--r--src/IsoSurfacerGH.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/IsoSurfacerGH.h b/src/IsoSurfacerGH.h
index 63194a9..6612e6c 100644
--- a/src/IsoSurfacerGH.h
+++ b/src/IsoSurfacerGH.h
@@ -1,4 +1,4 @@
-// The extensions to the GH structure from IsoSurfacer.
+/* The extensions to the GH structure from IsoSurfacer. */
#ifndef __IsoSurface_GH_h_
#define __IsoSurface_GH_h_
@@ -24,4 +24,10 @@ typedef struct isosurfacerGH
typedef isosurfacerGH isoparms_st;
-#endif // __IsoSurface_GH_h_
+typedef enum {Byte=0,Int8=0,Int16=1,Int32=2,Int64=3,
+ Float32=4,Float64=5,
+ uInt8=6,uChar=6,uInt16=7,uInt32=8,uInt64=9,
+ Char=10,Char8=10,String=10,Unicode=11,
+ Char16=11, Error=-1} IsoType;
+
+#endif /* __IsoSurface_GH_h_ */