X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fkmath.h;h=5bac1bec41ded693c220315fe65c325c5808568b;hp=3b4a36ad30435d0fbbef347050177971979da277;hb=07b93dbf2b66fa23c5378ab0fa42f9a7f0083380;hpb=931d1a7f12bb4ec7895c4b1300bd7df2ce758497 diff --git a/include/kmath.h b/include/kmath.h index 3b4a36a..5bac1be 100644 --- a/include/kmath.h +++ b/include/kmath.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: kmath.h,v 1.9 2000/05/08 20:00:48 kevin Exp $ +** $Id: kmath.h,v 1.10 2000/06/07 00:59:38 kevin Exp $ ** $Log: kmath.h,v $ +** Revision 1.10 2000/06/07 00:59:38 kevin +** added imagefiles +** ** Revision 1.9 2000/05/08 20:00:48 kevin ** ANSI C changes ** @@ -78,11 +81,12 @@ extern "C" { /* codes for C data types */ #define DT_CHAR 1 -#define DT_INT 2 +#define DT_INT 2 #define DT_LONG 3 #define DT_FLOAT 4 #define DT_DOUBLE 5 -#define DT_STRING 6 +#define DT_UINT32 6 +#define DT_STRING 7 typedef char *CMTX_1D; typedef CMTX_1D *CMTX_2D;