aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-06-01 13:24:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-06-01 13:24:00 +0000
commit6e69c538b1830ba79d423fddc302a9b2d77308a7 (patch)
tree74e0f2e7644e59038ecd330e8c9f3fd1e7c97f83 /Carpet/CarpetLib/src
parentcd8c1841624e04ee0e3d82288d166348c8437a34 (diff)
CarpetLib: Remove extra comma in commstate.hh
darcs-hash:20070601132426-dae7b-eccfbfc01ba3b102ff0b889b927ffb8f4d026797.gz
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/commstate.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/commstate.hh b/Carpet/CarpetLib/src/commstate.hh
index e2e90ccc8..aac7e4f64 100644
--- a/Carpet/CarpetLib/src/commstate.hh
+++ b/Carpet/CarpetLib/src/commstate.hh
@@ -25,7 +25,7 @@ enum astate {
state_fill_send_buffers,
state_do_some_work,
state_empty_recv_buffers,
- state_done,
+ state_done
};
struct comm_state {