X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fct.h;h=d43353de489df62088cc859d477eb50d5846c714;hp=9aa3639bede2eca972d4ca57da24733889b92331;hb=7438260c07e4f3d71c7f43669678c3a912682e4c;hpb=c7b8cd29c1e15bd5a95bff829772da2af1989fe5 diff --git a/include/ct.h b/include/ct.h index 9aa3639..d43353d 100644 --- a/include/ct.h +++ b/include/ct.h @@ -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 *** ** @@ -141,8 +144,8 @@ #include /* Standard ints on Linux */ #endif -#ifdef MPI_CT -#include "mpi.h" +#ifdef HAVE_MPI +#include "mpi++.h" #endif #include "kstddef.h"