aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-08-14 13:43:17 +0000
committergoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-08-14 13:43:17 +0000
commit1f2f09841628c4ab913accc242a5cfc06aae3f1e (patch)
treed7569e665f9204bc18a542d3d0635fedcd7b8391
parentc166fe1107292aed2fb056e5c10de9ddf18c3d06 (diff)
Adding missing @history tags.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@121 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
-rw-r--r--src/BrillLindquist.c1
-rw-r--r--src/Misner_multiple.c1
-rw-r--r--src/Misner_standard.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/BrillLindquist.c b/src/BrillLindquist.c
index 7c069f5..f0ecacd 100644
--- a/src/BrillLindquist.c
+++ b/src/BrillLindquist.c
@@ -33,6 +33,7 @@ void BrillLindquist(CCTK_ARGUMENTS);
@desc
Set up initial data for Brill Lindquist black holes
@enddesc
+ @history
@hdate Fri Apr 26 10:04:05 2002 @hauthor Tom Goodale
@hdesc Changed to use new StaticConformal stuff
@endhistory
diff --git a/src/Misner_multiple.c b/src/Misner_multiple.c
index 52a21fb..531040e 100644
--- a/src/Misner_multiple.c
+++ b/src/Misner_multiple.c
@@ -33,6 +33,7 @@ void Misner_multiple(CCTK_ARGUMENTS);
Set up initial data for multiple Misner black holes
@enddesc
@calls MisnerEvalPsi
+ @history
@hdate Fri Apr 26 10:04:05 2002 @hauthor Tom Goodale
@hdesc Changed to use new StaticConformal stuff
@endhistory
diff --git a/src/Misner_standard.c b/src/Misner_standard.c
index ece12db..adde16b 100644
--- a/src/Misner_standard.c
+++ b/src/Misner_standard.c
@@ -57,6 +57,7 @@ void Misner_standard(CCTK_ARGUMENTS);
@pdesc Summation limit for the misner series in the 'twobh' case.
@ptype integer
@endpar
+ @history
@hdate Fri Apr 26 10:04:05 2002 @hauthor Tom Goodale
@hdesc Changed to use new StaticConformal stuff
@endhistory