aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/fulltree.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-09-05 07:50:37 -0400
committerErik Schnetter <schnetter@cct.lsu.edu>2008-09-05 07:50:37 -0400
commit6b151d8ad34740171ec4ba62ceaf918422aa62f4 (patch)
treef958301e942bf04b701eebebaac46b14438fc3b3 /Carpet/CarpetLib/src/fulltree.cc
parent7017c2bc4aed35fef9db3c20c3990873096ba42d (diff)
CarpetLib: Simplify fulltree API to avoid problems with PGI compiler
Diffstat (limited to 'Carpet/CarpetLib/src/fulltree.cc')
-rw-r--r--Carpet/CarpetLib/src/fulltree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/fulltree.cc b/Carpet/CarpetLib/src/fulltree.cc
index 2687a5b61..0318cb83c 100644
--- a/Carpet/CarpetLib/src/fulltree.cc
+++ b/Carpet/CarpetLib/src/fulltree.cc
@@ -315,7 +315,7 @@ fulltree<T,D,P>::iterator::~iterator ()
template <typename T, int D, typename P>
fulltree<T,D,P> &
-fulltree<T,D,P>::iterator::operator* ()
+fulltree<T,D,P>::iterator::operator* () const
{
assert (not done());
assert (not f.empty());