Skip to content

Commit

Permalink
Get rid of unnecessary include guards in .C files that were a
Browse files Browse the repository at this point in the history
hold over from when almost everything was templated on dimension.


git-svn-id: https://sourceforge.llnl.gov/svn/repos/samrai_project/trunk/MASTER@1127 f45145c3-882e-4954-aa44-00140844b9ef
  • Loading branch information
arrighi2 committed Nov 15, 2013
1 parent d6d27d0 commit 2580dbd
Show file tree
Hide file tree
Showing 283 changed files with 1 addition and 1,452 deletions.
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/HyperbolicLevelIntegrator.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* (basic hyperbolic systems)
*
************************************************************************/

#ifndef included_algs_HyperbolicLevelIntegrator_C
#define included_algs_HyperbolicLevelIntegrator_C

#include "SAMRAI/algs/HyperbolicLevelIntegrator.h"

#include "SAMRAI/pdat/CellData.h"
Expand Down Expand Up @@ -2806,5 +2802,3 @@ HyperbolicLevelIntegrator::finalizeCallback()

}
}

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/HyperbolicPatchStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Interface to patch routines for hyperbolic integration scheme.
*
************************************************************************/

#ifndef included_algs_HyperbolicPatchStrategy_C
#define included_algs_HyperbolicPatchStrategy_C

#include "SAMRAI/algs/HyperbolicPatchStrategy.h"

#include "SAMRAI/tbox/Utilities.h"
Expand Down Expand Up @@ -128,4 +124,3 @@ HyperbolicPatchStrategy::postprocessAdvanceLevelState(

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/ImplicitEquationStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Interface between implicit integrator and equations to solve.
*
************************************************************************/

#ifndef included_algs_ImplicitEquationStrategy_C
#define included_algs_ImplicitEquationStrategy_C

#include "SAMRAI/algs/ImplicitEquationStrategy.h"

namespace SAMRAI {
Expand All @@ -26,4 +22,3 @@ ImplicitEquationStrategy::~ImplicitEquationStrategy()

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/ImplicitIntegrator.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Implicit time integration manager class for nonlinear problems.
*
************************************************************************/

#ifndef included_algs_ImplicitIntegrator_C
#define included_algs_ImplicitIntegrator_C

#include "SAMRAI/algs/ImplicitIntegrator.h"

#include <stdio.h>
Expand Down Expand Up @@ -429,4 +425,3 @@ ImplicitIntegrator::printClassData(

}
}
#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/MblkPatchBoundaryNodeSum.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Routines for summing node data at patch boundaries
*
************************************************************************/

#ifndef included_algs_MblkPatchBoundaryNodeSum_C
#define included_algs_MblkPatchBoundaryNodeSum_C

#include "SAMRAI/algs/MblkPatchBoundaryNodeSum.h"

#include "SAMRAI/hier/VariableDatabase.h"
Expand Down Expand Up @@ -488,5 +484,3 @@ MblkPatchBoundaryNodeSum::copyOuternodeToNodeOnLevel(

}
}

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/MethodOfLinesIntegrator.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Basic method-of-lines time integration algorithm
*
************************************************************************/

#ifndef included_algs_MethodOfLinesIntegrator_C
#define included_algs_MethodOfLinesIntegrator_C

#include "SAMRAI/algs/MethodOfLinesIntegrator.h"

#include "SAMRAI/hier/Patch.h"
Expand Down Expand Up @@ -895,4 +891,3 @@ MethodOfLinesIntegrator::printClassData(

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/MethodOfLinesPatchStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* MethodOfLines integration algorithm
*
************************************************************************/

#ifndef included_algs_MethodOfLinesPatchStrategy_C
#define included_algs_MethodOfLinesPatchStrategy_C

#include "SAMRAI/algs/MethodOfLinesPatchStrategy.h"
#include "SAMRAI/hier/VariableDatabase.h"

Expand Down Expand Up @@ -41,4 +37,3 @@ MethodOfLinesPatchStrategy::~MethodOfLinesPatchStrategy()

}
}
#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/OuteredgeSumTransaction.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Communication transaction for summing outeredge data
*
************************************************************************/

#ifndef included_algs_OuteredgeSumTransaction_C
#define included_algs_OuteredgeSumTransaction_C

#include "SAMRAI/algs/OuteredgeSumTransaction.h"

#include "SAMRAI/hier/Patch.h"
Expand Down Expand Up @@ -227,5 +223,3 @@ OuteredgeSumTransaction::printClassData(
#pragma report(enable, CPPC5334)
#pragma report(enable, CPPC5328)
#endif

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/OuteredgeSumTransactionFactory.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Factory for creating outeredge sum transaction objects
*
************************************************************************/

#ifndef included_algs_OuteredgeSumTransactionFactory_C
#define included_algs_OuteredgeSumTransactionFactory_C

#include "SAMRAI/algs/OuteredgeSumTransactionFactory.h"

#include "SAMRAI/pdat/OuteredgeData.h"
Expand Down Expand Up @@ -166,4 +162,3 @@ OuteredgeSumTransactionFactory::preprocessScratchSpace(

}
}
#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/OuternodeSumTransaction.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Communication transaction for summing outernode data
*
************************************************************************/

#ifndef included_algs_OuternodeSumTransaction_C
#define included_algs_OuternodeSumTransaction_C

#include "SAMRAI/algs/OuternodeSumTransaction.h"

#include "SAMRAI/hier/Patch.h"
Expand Down Expand Up @@ -225,5 +221,3 @@ OuternodeSumTransaction::printClassData(
#pragma report(enable, CPPC5334)
#pragma report(enable, CPPC5328)
#endif

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/OuternodeSumTransactionFactory.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Factory for creating outernode sum transaction objects
*
************************************************************************/

#ifndef included_algs_OuternodeSumTransactionFactory_C
#define included_algs_OuternodeSumTransactionFactory_C

#include "SAMRAI/algs/OuternodeSumTransactionFactory.h"

#include "SAMRAI/pdat/OuternodeData.h"
Expand Down Expand Up @@ -163,4 +159,3 @@ void OuternodeSumTransactionFactory::preprocessScratchSpace(

}
}
#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/PatchBoundaryEdgeSum.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Routines for summing edge data at patch boundaries
*
************************************************************************/

#ifndef included_algs_PatchBoundaryEdgeSum_C
#define included_algs_PatchBoundaryEdgeSum_C

#include "SAMRAI/algs/PatchBoundaryEdgeSum.h"

#include "SAMRAI/hier/VariableDatabase.h"
Expand Down Expand Up @@ -380,5 +376,3 @@ PatchBoundaryEdgeSum::doLevelSum(

}
}

#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/algs/PatchBoundaryNodeSum.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Routines for summing node data at patch boundaries
*
************************************************************************/

#ifndef included_algs_PatchBoundaryNodeSum_C
#define included_algs_PatchBoundaryNodeSum_C

#include "SAMRAI/algs/PatchBoundaryNodeSum.h"

#include "SAMRAI/hier/VariableDatabase.h"
Expand Down Expand Up @@ -1156,5 +1152,3 @@ PatchBoundaryNodeSum::copyOuternodeToNodeOnLevel(

}
}

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/TimeRefinementIntegrator.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Time integration manager for AMR with local time stepping.
*
************************************************************************/

#ifndef included_algs_TimeRefinementIntegrator_C
#define included_algs_TimeRefinementIntegrator_C

#include "SAMRAI/algs/TimeRefinementIntegrator.h"

#include "SAMRAI/tbox/MathUtilities.h"
Expand Down Expand Up @@ -1799,4 +1795,3 @@ TimeRefinementIntegrator::finalizeCallback()

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/algs/TimeRefinementLevelStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Interface to level routines for time-refinement integrator.
*
************************************************************************/

#ifndef included_algs_TimeRefinementLevelStrategy_C
#define included_algs_TimeRefinementLevelStrategy_C

#include "SAMRAI/algs/TimeRefinementLevelStrategy.h"

namespace SAMRAI {
Expand All @@ -34,4 +30,3 @@ TimeRefinementLevelStrategy::~TimeRefinementLevelStrategy()

}
}
#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/appu/VisDerivedDataStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Interface for writing user-defined data to VisIt
*
************************************************************************/

#ifndef included_appu_VisDerivedDataStrategy_C
#define included_appu_VisDerivedDataStrategy_C

#include "SAMRAI/appu/VisDerivedDataStrategy.h"

#include "SAMRAI/tbox/Utilities.h"
Expand Down Expand Up @@ -51,5 +47,3 @@ VisDerivedDataStrategy::packMixedDerivedDataIntoDoubleBuffer(

}
}

#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/appu/VisItDataWriter.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
* Description: Writes data files for visualization by VisIt
*
************************************************************************/

#ifndef included_appu_VisItDataWriter_C
#define included_appu_VisItDataWriter_C

#include "SAMRAI/appu/VisItDataWriter.h"

#ifdef HAVE_HDF5
Expand Down Expand Up @@ -4753,5 +4749,3 @@ VisItDataWriter::childParentStruct::childParentStruct():
#endif

#endif

#endif
6 changes: 0 additions & 6 deletions source/SAMRAI/appu/VisMaterialsDataStrategy.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* dump file
*
************************************************************************/

#ifndef included_appu_VisMaterialsDataStrategy_C
#define included_appu_VisMaterialsDataStrategy_C

#include "SAMRAI/appu/VisMaterialsDataStrategy.h"

#include "SAMRAI/tbox/Utilities.h"
Expand Down Expand Up @@ -96,5 +92,3 @@ VisMaterialsDataStrategy::packSpeciesFractionsIntoDoubleBuffer(

}
}

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* omplex data on a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellComplexConservativeLinearRefine_C
#define included_geom_CartesianCellComplexConservativeLinearRefine_C

#include "SAMRAI/geom/CartesianCellComplexConservativeLinearRefine.h"
#include "SAMRAI/geom/CartesianPatchGeometry.h"
#include "SAMRAI/pdat/CellData.h"
Expand Down Expand Up @@ -236,5 +232,3 @@ CartesianCellComplexConservativeLinearRefine::refine(

}
}

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/geom/CartesianCellComplexLinearRefine.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellComplexLinearRefine_C
#define included_geom_CartesianCellComplexLinearRefine_C

#include "SAMRAI/geom/CartesianCellComplexLinearRefine.h"
#include "SAMRAI/tbox/Complex.h"

Expand Down Expand Up @@ -214,4 +210,3 @@ CartesianCellComplexLinearRefine::refine(

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/geom/CartesianCellComplexWeightedAverage.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellComplexWeightedAverage_C
#define included_geom_CartesianCellComplexWeightedAverage_C

#include "SAMRAI/geom/CartesianCellComplexWeightedAverage.h"
#include "SAMRAI/tbox/Complex.h"

Expand Down Expand Up @@ -194,4 +190,3 @@ CartesianCellComplexWeightedAverage::coarsen(

}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* double data on a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellDoubleConservativeLinearRefine_C
#define included_geom_CartesianCellDoubleConservativeLinearRefine_C

#include "SAMRAI/geom/CartesianCellDoubleConservativeLinearRefine.h"
#include <float.h>
#include <math.h>
Expand Down Expand Up @@ -253,5 +249,3 @@ CartesianCellDoubleConservativeLinearRefine::refine(
#pragma report(enable, CPPC5334)
#pragma report(enable, CPPC5328)
#endif

#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/geom/CartesianCellDoubleLinearRefine.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellDoubleLinearRefine_C
#define included_geom_CartesianCellDoubleLinearRefine_C

#include "SAMRAI/geom/CartesianCellDoubleLinearRefine.h"

#include <float.h>
Expand Down Expand Up @@ -210,4 +206,3 @@ CartesianCellDoubleLinearRefine::refine(

}
}
#endif
5 changes: 0 additions & 5 deletions source/SAMRAI/geom/CartesianCellDoubleWeightedAverage.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* a Cartesian mesh.
*
************************************************************************/

#ifndef included_geom_CartesianCellDoubleWeightedAverage_C
#define included_geom_CartesianCellDoubleWeightedAverage_C

#include "SAMRAI/geom/CartesianCellDoubleWeightedAverage.h"
#include "SAMRAI/geom/CartesianPatchGeometry.h"
#include "SAMRAI/hier/Index.h"
Expand Down Expand Up @@ -193,4 +189,3 @@ CartesianCellDoubleWeightedAverage::coarsen(

}
}
#endif
Loading

0 comments on commit 2580dbd

Please sign in to comment.