aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc2
-rw-r--r--Carpet/CarpetLib/src/ggf.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index 1a1a18693..14efde95e 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -40,7 +40,7 @@ ostream& operator<< (ostream& os, slab<T,D> const & slabinfo)
}
template ostream& operator<< (ostream& os, slab<int,dim> const & slabinfo);
-template ostream& operator<< (ostream& os, slab<double,dim> const & slabinfo);
+template ostream& operator<< (ostream& os, slab<CCTK_REAL,dim> const & slabinfo);
template<typename T,int D>
MPI_Datatype mpi_datatype (slab<T,D> const&)
diff --git a/Carpet/CarpetLib/src/ggf.cc b/Carpet/CarpetLib/src/ggf.cc
index 35bb913c8..dbabfe1c7 100644
--- a/Carpet/CarpetLib/src/ggf.cc
+++ b/Carpet/CarpetLib/src/ggf.cc
@@ -611,7 +611,7 @@ transfer_from_all (comm_state & state,
}
dst->transfer_from
- (state, gsrcs, times, recv, send, slabinfo, p1, p2 , time, pos, pot);
+ (state, gsrcs, times, recv, send, slabinfo, p1, p2, time, pos, pot);
}
total.stop (0);