From f683fad7e43be9f99188a3e04a1d2f73abc21434 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 18 Jul 2003 22:10:20 +0000 Subject: Formatted in the Cactus style git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@6 479a9caf-478d-4319-8268-cbb0ee841cc9 --- src/Boundary.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/src/Boundary.c b/src/Boundary.c index 908617b..3ee5534 100644 --- a/src/Boundary.c +++ b/src/Boundary.c @@ -1,3 +1,13 @@ +/*@@ + @file Boundary.c + @date Friday 18th July 2003 + @author Gabrielle Allen + @desc + Use any provided boundary condition with WaveToy + @enddesc + @version $Id$ + @@*/ + #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" @@ -6,10 +16,45 @@ #include "util_Table.h" +static const char *rcsid = "$Header$"; -static int handle=-1; +CCTK_FILEVERSION(CactusWave_WaveToyExtra_Boundary.c); + +/******************************************************************** + ********************* Local Data Types *********************** + ********************************************************************/ + +/******************************************************************** + ********************* Local Routine Prototypes ********************* + ********************************************************************/ + +/******************************************************************** + ********************* Other Routine Prototypes ********************* + ********************************************************************/ void WaveToyExtra_Boundary(CCTK_ARGUMENTS); + +/******************************************************************** + ********************* Local Data ***************************** + ********************************************************************/ + +static int handle=-1; + +/******************************************************************** + ********************* External Routines ********************** + ********************************************************************/ + + /*@@ + @routine WaveToyC_Boundary + @date Friday 18th July 2003 + @author Gabrielle Allen + @desc + Mark wavetoy variables for custom boundary condition + @enddesc + @history + @endhistory +@@*/ + void WaveToyExtra_Boundary(CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS; @@ -49,7 +94,7 @@ void WaveToyExtra_Boundary(CCTK_ARGUMENTS) /*@@ @routine WaveToyC_Terminate - @date + @date Friday 18th July 2003 @author Gabrielle Allen @desc Tidy up wavetoy -- cgit v1.2.3