aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorschnetter <>2004-03-11 11:04:00 +0000
committerschnetter <>2004-03-11 11:04:00 +0000
commitb05781dbb8d27eb31ee88c25ae27872728824e7f (patch)
treea4492423d008a400a386b51b40e8b9e254f8a48f /Carpet/CarpetLib/src
parent86ba40e1db5ae8483f76f4cdf9740a073cfdf2ba (diff)
Small change
darcs-hash:20040311110413-07bb3-71275d869ab76640be38effb5f04522f0dcbef6c.gz
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/vect.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/vect.hh b/Carpet/CarpetLib/src/vect.hh
index 7a76969c7..a8eef5ada 100644
--- a/Carpet/CarpetLib/src/vect.hh
+++ b/Carpet/CarpetLib/src/vect.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/vect.hh,v 1.24 2004/02/27 10:25:23 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/vect.hh,v 1.25 2004/03/11 12:04:13 schnetter Exp $
#ifndef VECT_HH
#define VECT_HH
@@ -496,7 +496,7 @@ public:
};
#endif
- // Input/Output
+ // Input/Output helpers
void input (istream& is);
void output (ostream& os) const;
};