aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@89daf98e-ef62-4674-b946-b8ff9de2216c>2004-05-17 12:28:56 +0000
committergoodale <goodale@89daf98e-ef62-4674-b946-b8ff9de2216c>2004-05-17 12:28:56 +0000
commitbcc2313f57da015f18f0ac3115f9727d576a43bf (patch)
treeeac67f5a9c8d249bec58bfad0af08e757ff81e9a
parent47ff15c7a4a7ee56d58edfbb3b14abc55fe6621c (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@370 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/Startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 6331e11..de43bf6 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -27,8 +27,8 @@ void AHFinder_Startup (void);
@author Gabrielle Allen
@desc
The startup registration routine for AHFinder.
- Registers AHFinder as an IO Method and provide the
- only necessary method TimeForOutput
+ Registers AHFinder as an IO Method and provide the
+ only necessary method TimeForOutput
@enddesc
@calls CCTK_RegisterGHExtensionSetupGH
@@*/