r87: Upgraded from MPI to MPI++
[ctsim.git] / include / ct.h
index 9aa3639bede2eca972d4ca57da24733889b92331..d43353de489df62088cc859d477eb50d5846c714 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ct.h,v 1.10 2000/06/07 07:43:39 kevin Exp $
+**  $Id: ct.h,v 1.11 2000/06/07 10:12:09 kevin Exp $
 **  $Log: ct.h,v $
+**  Revision 1.11  2000/06/07 10:12:09  kevin
+**  Upgraded from MPI to MPI++
+**
 **  Revision 1.10  2000/06/07 07:43:39  kevin
 **  *** empty log message ***
 **
 #include <stdint.h>             /* Standard ints on Linux */
 #endif
 
-#ifdef MPI_CT
-#include "mpi.h"
+#ifdef HAVE_MPI
+#include "mpi++.h"
 #endif
 
 #include "kstddef.h"