aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/CarpetParamCheck.cc
diff options
context:
space:
mode:
authorschnetter <>2003-07-22 18:09:00 +0000
committerschnetter <>2003-07-22 18:09:00 +0000
commitace6a7786c40851a0bf6a8143ff9af17db1908eb (patch)
tree8b4d9c535f9413e574c6e01f4634836810d2713f /Carpet/Carpet/src/CarpetParamCheck.cc
parent46b90df344da35798343638f051fd86ba8402c08 (diff)
Transform some comments into the javadoc format for experimentation
Transform some comments into the javadoc format for experimentation with automatic documentation extraction. darcs-hash:20030722180905-07bb3-aa4806a4f7d2f178358e6f606d7567e1bf4015e7.gz
Diffstat (limited to 'Carpet/Carpet/src/CarpetParamCheck.cc')
-rw-r--r--Carpet/Carpet/src/CarpetParamCheck.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/CarpetParamCheck.cc b/Carpet/Carpet/src/CarpetParamCheck.cc
index 906048c8b..ba3e4ebcd 100644
--- a/Carpet/Carpet/src/CarpetParamCheck.cc
+++ b/Carpet/Carpet/src/CarpetParamCheck.cc
@@ -8,7 +8,7 @@
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/CarpetParamCheck.cc,v 1.6 2002/10/24 10:39:37 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/CarpetParamCheck.cc,v 1.7 2003/07/22 20:09:05 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_CarpetParamCheck_cc);
}
@@ -18,6 +18,11 @@ namespace Carpet {
using namespace std;
+ /** Ensure that the parameters have legal values.
+ *
+ * Note that this checking happens only after most of Carpet has
+ * already been set up.
+ */
int CarpetParamCheck (CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;