aboutsummaryrefslogtreecommitdiff
path: root/src/InitialCopy.c
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-24 13:11:59 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-24 13:11:59 +0000
commitb18926e6de794bb786988f3f61b2943ffbd6da1a (patch)
tree3bfaebc25c4398b5ea2ae2a056cb0ab72bdce0f2 /src/InitialCopy.c
parent3b7f68b36f2f2ffd862234b6c5b9e70a37953f42 (diff)
Formatting changes only.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@32 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/InitialCopy.c')
-rw-r--r--src/InitialCopy.c54
1 files changed, 36 insertions, 18 deletions
diff --git a/src/InitialCopy.c b/src/InitialCopy.c
index 1092ddb..3f44eb7 100644
--- a/src/InitialCopy.c
+++ b/src/InitialCopy.c
@@ -137,7 +137,8 @@ void MoL_InitialCopy(CCTK_ARGUMENTS)
if (ierr)
{
CCTK_VWarn(0, __LINE__, __FILE__, "MoL",
- "The driver does not return group information for group '%s'.",
+ "The driver does not return group information "
+ "for group '%s'.",
CCTK_GroupName(groupindex));
}
arraytotalsize = 1;
@@ -291,8 +292,10 @@ void MoL_InitialCopy(CCTK_ARGUMENTS)
#endif
if (PreviousComplexVar && CurrentComplexVar && ScratchComplexVar)
{
- memcpy(ScratchComplexVar, CurrentComplexVar, totalsize * sizeof(CCTK_COMPLEX));
- memcpy(CurrentComplexVar, PreviousComplexVar, totalsize * sizeof(CCTK_COMPLEX));
+ memcpy(ScratchComplexVar, CurrentComplexVar, totalsize *
+ sizeof(CCTK_COMPLEX));
+ memcpy(CurrentComplexVar, PreviousComplexVar, totalsize *
+ sizeof(CCTK_COMPLEX));
}
else
{
@@ -496,55 +499,70 @@ void MoL_ReportNumberVariables(CCTK_ARGUMENTS)
DECLARE_CCTK_PARAMETERS;
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of evolved variables is %d. %d are registered.",
+ "The maximum number of evolved variables is %d. "
+ "%d are registered.",
MoL_Num_Evolved_Vars,MoLNumEvolvedVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of constrained variables is %d. %d are registered.",
+ "The maximum number of constrained variables is %d. "
+ "%d are registered.",
MoL_Num_Constrained_Vars,MoLNumConstrainedVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of SandR variables is %d. %d are registered.",
+ "The maximum number of SandR variables is %d. "
+ "%d are registered.",
MoL_Num_SaveAndRestore_Vars,MoLNumSandRVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of evolved complex variables is %d. %d are registered.",
+ "The maximum number of evolved complex variables is %d. "
+ "%d are registered.",
MoL_Num_ComplexEvolved_Vars,MoLNumEvolvedComplexVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of constrained complex variables is %d. %d are registered.",
+ "The maximum number of constrained complex variables is %d. "
+ "%d are registered.",
MoL_Num_ComplexConstrained_Vars,MoLNumConstrainedComplexVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of SandR complex variables is %d. %d are registered.",
+ "The maximum number of SandR complex variables is %d. "
+ "%d are registered.",
MoL_Num_ComplexSaveAndRestore_Vars,MoLNumSandRComplexVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of evolved array variables is %d. %d are registered.",
+ "The maximum number of evolved array variables is %d. "
+ "%d are registered.",
MoL_Num_ArrayEvolved_Vars,MoLNumEvolvedArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of constrained array variables is %d. %d are registered.",
+ "The maximum number of constrained array variables is %d. "
+ "%d are registered.",
MoL_Num_ArrayConstrained_Vars,MoLNumConstrainedArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of SandR array variables is %d. %d are registered.",
+ "The maximum number of SandR array variables is %d. "
+ "%d are registered.",
MoL_Num_ArraySaveAndRestore_Vars,MoLNumSandRArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of evolved complex array variables is %d. %d are registered.",
- MoL_Num_ComplexArrayEvolved_Vars,MoLNumEvolvedComplexArrayVariables);
+ "The maximum number of evolved complex array variables is %d. "
+ "%d are registered.",
+ MoL_Num_ComplexArrayEvolved_Vars,
+ MoLNumEvolvedComplexArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of constrained complex array variables is %d. %d are registered.",
- MoL_Num_ComplexArrayConstrained_Vars,MoLNumConstrainedComplexArrayVariables);
+ "The maximum number of constrained complex array "
+ "variables is %d. %d are registered.",
+ MoL_Num_ComplexArrayConstrained_Vars,
+ MoLNumConstrainedComplexArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
- "The maximum number of SandR complex array variables is %d. %d are registered.",
- MoL_Num_ComplexArraySaveAndRestore_Vars,MoLNumSandRComplexArrayVariables);
+ "The maximum number of SandR complex array "
+ "variables is %d. %d are registered.",
+ MoL_Num_ComplexArraySaveAndRestore_Vars,
+ MoLNumSandRComplexArrayVariables);
CCTK_VInfo(CCTK_THORNSTRING,
"The maximum size of any array variables is %d.",