From b9bb371ffc604690c5c5446f0862baecf30560b2 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Wed, 11 Sep 2019 13:26:07 +0200 Subject: [PATCH] Drop empty lines at end of multiline comments. Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%' --- BaseLib/Algorithm.h | 1 - BaseLib/CPUTime.h | 1 - BaseLib/ConfigTree.h | 2 -- BaseLib/RunTime.h | 1 - GeoLib/GeoObject.h | 1 - GeoLib/Grid.h | 1 - GeoLib/MinimalBoundingSphere.h | 1 - GeoLib/OctTree-impl.h | 1 - GeoLib/PointVec.h | 1 - GeoLib/PolygonWithSegmentMarker.h | 1 - GeoLib/Surface.cpp | 1 - GeoLib/Surface.h | 1 - GeoLib/TemplateVec.h | 1 - GeoLib/Triangle.cpp | 1 - GeoLib/Triangle.h | 1 - MaterialLib/Adsorption/Adsorption.cpp | 1 - MaterialLib/Adsorption/Adsorption.h | 1 - MaterialLib/Adsorption/Density100MPa.cpp | 1 - MaterialLib/Adsorption/Density100MPa.h | 1 - MaterialLib/Adsorption/DensityConst.cpp | 1 - MaterialLib/Adsorption/DensityConst.h | 1 - MaterialLib/Adsorption/DensityCook.cpp | 1 - MaterialLib/Adsorption/DensityCook.h | 1 - MaterialLib/Adsorption/DensityDubinin.cpp | 1 - MaterialLib/Adsorption/DensityDubinin.h | 1 - MaterialLib/Adsorption/DensityHauer.cpp | 1 - MaterialLib/Adsorption/DensityHauer.h | 1 - MaterialLib/Adsorption/DensityLegacy.cpp | 1 - MaterialLib/Adsorption/DensityLegacy.h | 1 - MaterialLib/Adsorption/DensityMette.cpp | 1 - MaterialLib/Adsorption/DensityMette.h | 1 - MaterialLib/Adsorption/DensityNunez.cpp | 1 - MaterialLib/Adsorption/DensityNunez.h | 1 - MaterialLib/Adsorption/Reaction.cpp | 1 - MaterialLib/Adsorption/Reaction.h | 1 - MaterialLib/Adsorption/ReactionCaOH2.cpp | 1 - MaterialLib/Adsorption/ReactionCaOH2.h | 1 - MaterialLib/Adsorption/ReactionInert.h | 1 - MaterialLib/Adsorption/ReactionSinusoidal.h | 1 - .../Density/LinearConcentrationAndPressureDependentDensity.h | 1 - MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h | 1 - MaterialLib/Fluid/FluidType/FluidType.cpp | 1 - MaterialLib/Fluid/FluidType/FluidType.h | 1 - .../CreateSpecificFluidHeatCapacityModel.cpp | 1 - .../SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h | 1 - .../ThermalConductivity/CreateFluidThermalConductivityModel.cpp | 1 - .../ThermalConductivity/CreateFluidThermalConductivityModel.h | 1 - MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp | 1 - MaterialLib/Fluid/Viscosity/CreateViscosityModel.h | 1 - MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h | 1 - MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp | 1 - MaterialLib/FractureModels/CohesiveZoneModeI.cpp | 1 - MaterialLib/FractureModels/CohesiveZoneModeI.h | 1 - MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp | 1 - MaterialLib/FractureModels/CreateCohesiveZoneModeI.h | 1 - MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp | 1 - MaterialLib/FractureModels/CreateLinearElasticIsotropic.h | 1 - MaterialLib/FractureModels/CreateMohrCoulomb.cpp | 1 - MaterialLib/FractureModels/CreateMohrCoulomb.h | 1 - MaterialLib/FractureModels/FractureIdentity2.cpp | 1 - MaterialLib/FractureModels/FractureIdentity2.h | 1 - MaterialLib/FractureModels/FractureModelBase.h | 1 - MaterialLib/FractureModels/LinearElasticIsotropic.cpp | 1 - MaterialLib/FractureModels/LinearElasticIsotropic.h | 1 - MaterialLib/FractureModels/LogPenalty.h | 2 -- MaterialLib/FractureModels/MohrCoulomb.cpp | 1 - MaterialLib/FractureModels/MohrCoulomb.h | 1 - .../FractureModels/Permeability/ConstantPermeability.cpp | 1 - MaterialLib/FractureModels/Permeability/ConstantPermeability.h | 1 - .../FractureModels/Permeability/CreateConstantPermeability.cpp | 1 - .../FractureModels/Permeability/CreateConstantPermeability.h | 1 - MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp | 1 - MaterialLib/FractureModels/Permeability/CreateCubicLaw.h | 1 - .../FractureModels/Permeability/CreatePermeabilityModel.cpp | 1 - .../FractureModels/Permeability/CreatePermeabilityModel.h | 1 - MaterialLib/FractureModels/Permeability/CubicLaw.cpp | 1 - MaterialLib/FractureModels/Permeability/CubicLaw.h | 1 - MaterialLib/FractureModels/Permeability/Permeability.h | 1 - MaterialLib/MPL/Component.cpp | 1 - MaterialLib/MPL/Component.h | 1 - MaterialLib/MPL/Components/Components.h | 1 - MaterialLib/MPL/Components/GetThermalExpansivity.cpp | 1 - MaterialLib/MPL/Components/GetThermalExpansivity.h | 1 - MaterialLib/MPL/Components/Water.cpp | 1 - MaterialLib/MPL/Components/Water.h | 1 - MaterialLib/MPL/CreateComponent.cpp | 1 - MaterialLib/MPL/CreateComponent.h | 1 - MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp | 1 - MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h | 1 - MaterialLib/MPL/CreateMedium.cpp | 1 - MaterialLib/MPL/CreateMedium.h | 1 - MaterialLib/MPL/CreatePhase.cpp | 1 - MaterialLib/MPL/CreatePhase.h | 1 - MaterialLib/MPL/CreateProperty.cpp | 1 - MaterialLib/MPL/CreateProperty.h | 1 - MaterialLib/MPL/Medium.cpp | 1 - MaterialLib/MPL/Medium.h | 1 - MaterialLib/MPL/Phase.cpp | 1 - MaterialLib/MPL/Phase.h | 1 - MaterialLib/MPL/Properties/Constant.cpp | 1 - MaterialLib/MPL/Properties/Constant.h | 1 - MaterialLib/MPL/Properties/CreateConstant.cpp | 1 - MaterialLib/MPL/Properties/CreateConstant.h | 1 - MaterialLib/MPL/Properties/CreateExponentialProperty.cpp | 1 - MaterialLib/MPL/Properties/CreateExponentialProperty.h | 1 - MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp | 1 - MaterialLib/MPL/Properties/CreateIdealGasLaw.h | 1 - MaterialLib/MPL/Properties/CreateLinearProperty.cpp | 1 - MaterialLib/MPL/Properties/CreateLinearProperty.h | 1 - MaterialLib/MPL/Properties/CreateParameterProperty.cpp | 1 - MaterialLib/MPL/Properties/CreateParameterProperty.h | 1 - MaterialLib/MPL/Properties/CreateProperties.h | 1 - MaterialLib/MPL/Properties/ExponentialProperty.cpp | 1 - MaterialLib/MPL/Properties/ExponentialProperty.h | 1 - MaterialLib/MPL/Properties/LinearProperty.cpp | 1 - MaterialLib/MPL/Properties/LinearProperty.h | 1 - MaterialLib/MPL/Properties/ParameterProperty.cpp | 1 - MaterialLib/MPL/Properties/ParameterProperty.h | 1 - MaterialLib/MPL/Properties/Properties.h | 1 - MaterialLib/MPL/Property.cpp | 1 - MaterialLib/MPL/Property.h | 1 - MaterialLib/MPL/PropertyType.h | 1 - MaterialLib/MPL/VariableType.cpp | 1 - MaterialLib/MPL/VariableType.h | 1 - MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp | 1 - MaterialLib/PorousMedium/CreatePorousMediaProperties.h | 1 - MaterialLib/PorousMedium/PorousMediaProperties.cpp | 1 - MaterialLib/PorousMedium/PorousMediaProperties.h | 1 - .../CapillaryPressure/CapillaryPressureSaturation.h | 1 - .../RelativePermeability/RelativePermeability.h | 1 - MaterialLib/SolidModels/CreepBGRa.h | 1 - MaterialLib/SolidModels/Ehlers.cpp | 2 -- MaterialLib/SolidModels/LinearElasticIsotropic.cpp | 1 - MaterialLib/SolidModels/LinearElasticIsotropic.h | 1 - MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h | 1 - MaterialLib/SolidModels/LinearElasticOrthotropic.cpp | 1 - MaterialLib/SolidModels/LinearElasticOrthotropic.h | 1 - MaterialLib/SolidModels/Lubby2.cpp | 1 - MaterialLib/SolidModels/Lubby2.h | 1 - MaterialLib/SolidModels/MFront/BDT.mfront | 1 - MaterialLib/SolidModels/MFront/CreateMFront.cpp | 1 - MaterialLib/SolidModels/MFront/CreateMFront.h | 1 - MaterialLib/SolidModels/MFront/DruckerPrager.mfront | 1 - MaterialLib/SolidModels/MFront/MFront.cpp | 1 - MaterialLib/SolidModels/MFront/MFront.h | 1 - MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront | 1 - MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront | 1 - MaterialLib/SolidModels/MechanicsBase.h | 1 - MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h | 1 - .../TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.cpp | 1 - .../TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h | 1 - .../TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp | 1 - .../TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.h | 1 - MathLib/GeometricBasics.cpp | 1 - MathLib/GeometricBasics.h | 1 - MathLib/Integration/GaussLegendre.cpp | 1 - MathLib/Integration/GaussLegendre.h | 1 - MathLib/LinAlg/FinalizeVectorAssembly.h | 1 - MathLib/LinAlg/Lis/LisVector.h | 1 - MathLib/MathTools.cpp | 1 - MathLib/MathTools.h | 1 - MathLib/Point3d.cpp | 1 - MathLib/Point3d.h | 1 - MathLib/Point3dWithID.h | 1 - MathLib/Vector3.cpp | 1 - MeshGeoToolsLib/MeshNodesAlongSurface.cpp | 1 - MeshGeoToolsLib/MeshNodesAlongSurface.h | 1 - MeshLib/Elements/LineRule3.cpp | 1 - MeshLib/IO/VtkIO/PVDFile.h | 1 - MeshLib/Location.h | 1 - MeshLib/MeshEditing/AddLayerToMesh.cpp | 1 - MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp | 1 - MeshLib/MeshGenerators/QuadraticMeshGenerator.h | 1 - MeshLib/MeshGenerators/RasterToMesh.h | 1 - MeshLib/MeshGenerators/VtkMeshConverter.h | 1 - MeshLib/MeshSubset.h | 1 - MeshLib/Properties.cpp | 1 - MeshLib/Properties.h | 1 - MeshLib/PropertyVector.h | 1 - MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h | 1 - MeshLib/findElementsWithinRadius.h | 1 - NumLib/Assembler/SerialExecutor.h | 1 - NumLib/DOF/ComponentGlobalIndexDict.h | 1 - NumLib/DOF/MeshComponentMap.cpp | 1 - NumLib/DOF/MeshComponentMap.h | 1 - NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h | 1 - NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h | 2 -- NumLib/Fem/CoordinatesMapping/ShapeMatrices.h | 2 -- NumLib/Fem/FiniteElement/C0IsoparametricElements.h | 1 - NumLib/Fem/FiniteElement/TemplateIsoparametric.h | 1 - NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h | 1 - NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h | 1 - NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h | 1 - NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h | 1 - NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h | 1 - NumLib/Fem/Integration/IntegrationGaussLegendreTet.h | 1 - NumLib/Fem/Integration/IntegrationPoint.h | 1 - NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h | 1 - NumLib/Fem/ShapeFunction/ShapeQuad4.h | 1 - NumLib/Function/ISpatialFunction.h | 1 - NumLib/ODESolver/EquationSystem.h | 1 - NumLib/ODESolver/NonlinearSolver.h | 1 - NumLib/ODESolver/TimeDiscretization.h | 1 - NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h | 1 - ProcessLib/CreateTimeLoop.cpp | 1 - ProcessLib/CreateTimeLoop.h | 1 - ProcessLib/Deformation/Divergence.h | 1 - ProcessLib/Deformation/GMatrix.h | 1 - ProcessLib/Deformation/GMatrixPolicy.h | 1 - ProcessLib/Deformation/MaterialForces.h | 1 - ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/BHETypes.h | 1 - ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h | 1 - ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp | 1 - .../HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp | 1 - .../HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h | 1 - ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h | 1 - ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/GroutParameters.h | 1 - ProcessLib/HeatTransportBHE/BHE/Physics.h | 1 - ProcessLib/HeatTransportBHE/BHE/Pipe.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/Pipe.h | 1 - ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1U.h | 1 - ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h | 1 - ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp | 1 - ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h | 1 - ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h | 1 - .../HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h | 1 - ProcessLib/Output/IntegrationPointWriter.cpp | 1 - ProcessLib/Output/IntegrationPointWriter.h | 1 - ProcessLib/PhaseField/PhaseFieldProcess.cpp | 1 - .../RichardsComponentTransport/CreatePorousMediaProperties.cpp | 1 - .../RichardsComponentTransport/CreatePorousMediaProperties.h | 1 - ProcessLib/RichardsComponentTransport/PorousMediaProperties.cpp | 1 - ProcessLib/RichardsComponentTransport/PorousMediaProperties.h | 1 - .../CreateSmallDeformationNonlocalProcess.cpp | 1 - .../CreateSmallDeformationNonlocalProcess.h | 1 - ProcessLib/SmallDeformationNonlocal/Damage.h | 1 - ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h | 1 - .../IntegrationPointDataNonlocalInterface.h | 1 - ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h | 1 - .../SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h | 1 - .../SmallDeformationNonlocalProcess.cpp | 1 - .../SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h | 1 - .../SmallDeformationNonlocalProcessData.h | 1 - .../Python/PythonSourceTermLocalAssemblerInterface.h | 1 - ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h | 1 - ProcessLib/TimeLoop.cpp | 2 -- ProcessLib/TimeLoop.h | 1 - 251 files changed, 257 deletions(-) diff --git a/BaseLib/Algorithm.h b/BaseLib/Algorithm.h index 9ecb36d68b7..59b572e48c5 100644 --- a/BaseLib/Algorithm.h +++ b/BaseLib/Algorithm.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index 78f651152fe..9a8d728e5c4 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -10,7 +10,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/BaseLib/ConfigTree.h b/BaseLib/ConfigTree.h index 47f4954cc63..b0738a6a437 100644 --- a/BaseLib/ConfigTree.h +++ b/BaseLib/ConfigTree.h @@ -438,7 +438,6 @@ public: //!\} /*! \name Methods for accessing subtrees - * */ //!\{ @@ -470,7 +469,6 @@ public: //!\} /*! \name Methods for ignoring parameters - * */ //!\{ diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 49c8194cef2..26c48a4fe0a 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -10,7 +10,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index 6a4862cdb59..d392aae95a0 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -10,7 +10,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index 5e01ab52065..d297ccbdced 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -48,7 +48,6 @@ public: * @param first, last the range of elements to examine * @param max_num_per_grid_cell (input) max number per grid cell in the * average - * */ template <typename InputIterator> Grid(InputIterator first, InputIterator last, diff --git a/GeoLib/MinimalBoundingSphere.h b/GeoLib/MinimalBoundingSphere.h index fc97050c8f0..4dd939811f3 100644 --- a/GeoLib/MinimalBoundingSphere.h +++ b/GeoLib/MinimalBoundingSphere.h @@ -10,7 +10,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * */ #pragma once diff --git a/GeoLib/OctTree-impl.h b/GeoLib/OctTree-impl.h index 6e04e432685..27df695312c 100644 --- a/GeoLib/OctTree-impl.h +++ b/GeoLib/OctTree-impl.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ namespace GeoLib { diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 030cfddbf18..92201a3ab2b 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -92,7 +92,6 @@ public: /** * get the type of Point, this can be either POINT or STATION - * */ PointType getType() const { return _type; } diff --git a/GeoLib/PolygonWithSegmentMarker.h b/GeoLib/PolygonWithSegmentMarker.h index ccfe5e88b04..385598d11b8 100644 --- a/GeoLib/PolygonWithSegmentMarker.h +++ b/GeoLib/PolygonWithSegmentMarker.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index d08b246a35b..9f81161c4b3 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <list> diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index 6d1482b5b26..014ed8810e8 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index 2894f75358d..873f4b37e31 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -10,7 +10,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * */ #pragma once diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index 6d7eae4cec6..5010e0c92bf 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Triangle.h" diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index b67c9664ba2..a8d3cd7ac68 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/Adsorption.cpp b/MaterialLib/Adsorption/Adsorption.cpp index ada5c8755dc..68ecb12d716 100644 --- a/MaterialLib/Adsorption/Adsorption.cpp +++ b/MaterialLib/Adsorption/Adsorption.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Adsorption.h" diff --git a/MaterialLib/Adsorption/Adsorption.h b/MaterialLib/Adsorption/Adsorption.h index 1643527e922..5183e9a0605 100644 --- a/MaterialLib/Adsorption/Adsorption.h +++ b/MaterialLib/Adsorption/Adsorption.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/Density100MPa.cpp b/MaterialLib/Adsorption/Density100MPa.cpp index 6139eaf36f1..2e2c4175b3f 100644 --- a/MaterialLib/Adsorption/Density100MPa.cpp +++ b/MaterialLib/Adsorption/Density100MPa.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Density100MPa.h" diff --git a/MaterialLib/Adsorption/Density100MPa.h b/MaterialLib/Adsorption/Density100MPa.h index 09b0c63cea1..8538a6b8f6a 100644 --- a/MaterialLib/Adsorption/Density100MPa.h +++ b/MaterialLib/Adsorption/Density100MPa.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityConst.cpp b/MaterialLib/Adsorption/DensityConst.cpp index b5463f27151..1071555d7f3 100644 --- a/MaterialLib/Adsorption/DensityConst.cpp +++ b/MaterialLib/Adsorption/DensityConst.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityConst.h" diff --git a/MaterialLib/Adsorption/DensityConst.h b/MaterialLib/Adsorption/DensityConst.h index f61709594bc..088ec0f73d1 100644 --- a/MaterialLib/Adsorption/DensityConst.h +++ b/MaterialLib/Adsorption/DensityConst.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityCook.cpp b/MaterialLib/Adsorption/DensityCook.cpp index bb60e487919..3664e31797a 100644 --- a/MaterialLib/Adsorption/DensityCook.cpp +++ b/MaterialLib/Adsorption/DensityCook.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityCook.h" diff --git a/MaterialLib/Adsorption/DensityCook.h b/MaterialLib/Adsorption/DensityCook.h index 528fd950de3..1c65811e905 100644 --- a/MaterialLib/Adsorption/DensityCook.h +++ b/MaterialLib/Adsorption/DensityCook.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityDubinin.cpp b/MaterialLib/Adsorption/DensityDubinin.cpp index 7671b7f77c7..4277aaa9722 100644 --- a/MaterialLib/Adsorption/DensityDubinin.cpp +++ b/MaterialLib/Adsorption/DensityDubinin.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityDubinin.h" diff --git a/MaterialLib/Adsorption/DensityDubinin.h b/MaterialLib/Adsorption/DensityDubinin.h index e09876c3fe4..9da3e554fcb 100644 --- a/MaterialLib/Adsorption/DensityDubinin.h +++ b/MaterialLib/Adsorption/DensityDubinin.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityHauer.cpp b/MaterialLib/Adsorption/DensityHauer.cpp index 442abd0deba..4a8d25a3c5f 100644 --- a/MaterialLib/Adsorption/DensityHauer.cpp +++ b/MaterialLib/Adsorption/DensityHauer.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityHauer.h" diff --git a/MaterialLib/Adsorption/DensityHauer.h b/MaterialLib/Adsorption/DensityHauer.h index 533fdaa67cb..e7d90cb220f 100644 --- a/MaterialLib/Adsorption/DensityHauer.h +++ b/MaterialLib/Adsorption/DensityHauer.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityLegacy.cpp b/MaterialLib/Adsorption/DensityLegacy.cpp index df72b407165..ff8fd235bc1 100644 --- a/MaterialLib/Adsorption/DensityLegacy.cpp +++ b/MaterialLib/Adsorption/DensityLegacy.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityLegacy.h" diff --git a/MaterialLib/Adsorption/DensityLegacy.h b/MaterialLib/Adsorption/DensityLegacy.h index 5b821c9f1c5..a12e783ff26 100644 --- a/MaterialLib/Adsorption/DensityLegacy.h +++ b/MaterialLib/Adsorption/DensityLegacy.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityMette.cpp b/MaterialLib/Adsorption/DensityMette.cpp index df87f9268ea..99df44ec6cd 100644 --- a/MaterialLib/Adsorption/DensityMette.cpp +++ b/MaterialLib/Adsorption/DensityMette.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityMette.h" diff --git a/MaterialLib/Adsorption/DensityMette.h b/MaterialLib/Adsorption/DensityMette.h index e3b2c5882c5..5fa6428c285 100644 --- a/MaterialLib/Adsorption/DensityMette.h +++ b/MaterialLib/Adsorption/DensityMette.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/DensityNunez.cpp b/MaterialLib/Adsorption/DensityNunez.cpp index 32f2430808f..7b01d77f279 100644 --- a/MaterialLib/Adsorption/DensityNunez.cpp +++ b/MaterialLib/Adsorption/DensityNunez.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "DensityNunez.h" diff --git a/MaterialLib/Adsorption/DensityNunez.h b/MaterialLib/Adsorption/DensityNunez.h index 734525d4600..9246fb3a24b 100644 --- a/MaterialLib/Adsorption/DensityNunez.h +++ b/MaterialLib/Adsorption/DensityNunez.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/Reaction.cpp b/MaterialLib/Adsorption/Reaction.cpp index 21c5cd71c56..504ad2cf816 100644 --- a/MaterialLib/Adsorption/Reaction.cpp +++ b/MaterialLib/Adsorption/Reaction.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <logog/include/logog.hpp> diff --git a/MaterialLib/Adsorption/Reaction.h b/MaterialLib/Adsorption/Reaction.h index 26409ef794e..f5d9c702307 100644 --- a/MaterialLib/Adsorption/Reaction.h +++ b/MaterialLib/Adsorption/Reaction.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/ReactionCaOH2.cpp b/MaterialLib/Adsorption/ReactionCaOH2.cpp index e997d74a35f..fa2eba713c3 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.cpp +++ b/MaterialLib/Adsorption/ReactionCaOH2.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "ReactionCaOH2.h" diff --git a/MaterialLib/Adsorption/ReactionCaOH2.h b/MaterialLib/Adsorption/ReactionCaOH2.h index b3ac2e0af28..897cf4ffb88 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.h +++ b/MaterialLib/Adsorption/ReactionCaOH2.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/ReactionInert.h b/MaterialLib/Adsorption/ReactionInert.h index 23a070e3bec..b2f095699e5 100644 --- a/MaterialLib/Adsorption/ReactionInert.h +++ b/MaterialLib/Adsorption/ReactionInert.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Adsorption/ReactionSinusoidal.h b/MaterialLib/Adsorption/ReactionSinusoidal.h index d30e2319eb6..b0402e7d80d 100644 --- a/MaterialLib/Adsorption/ReactionSinusoidal.h +++ b/MaterialLib/Adsorption/ReactionSinusoidal.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h index dbf8f02b8b2..5a908bc0481 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h @@ -4,7 +4,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h index 1943e202d09..0404b7b189d 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h @@ -4,7 +4,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Fluid/FluidType/FluidType.cpp b/MaterialLib/Fluid/FluidType/FluidType.cpp index 02476136afb..60ff1724150 100644 --- a/MaterialLib/Fluid/FluidType/FluidType.cpp +++ b/MaterialLib/Fluid/FluidType/FluidType.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "FluidType.h" diff --git a/MaterialLib/Fluid/FluidType/FluidType.h b/MaterialLib/Fluid/FluidType/FluidType.h index ba47ab6cef2..6819c2260e0 100644 --- a/MaterialLib/Fluid/FluidType/FluidType.h +++ b/MaterialLib/Fluid/FluidType/FluidType.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp index 19f1619ce30..79fe7c96a9e 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #include "CreateSpecificFluidHeatCapacityModel.h" diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h index 55b90bd338c..70d6615440a 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp index 7dd7ce77104..6ab5b7b16be 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #include "CreateFluidThermalConductivityModel.h" diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h index 50444a038bc..9da10d93c21 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp index 8213f970c02..86e5d46c6b6 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #include "CreateViscosityModel.h" diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h index ae4904e3a5a..27506db7d3e 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h index 4768d2bdf17..6643ec3bfcc 100644 --- a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h +++ b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h @@ -8,7 +8,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp index 442c65ca285..e78ddb3f5a8 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp @@ -6,7 +6,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #include "WaterVaporProperties.h" diff --git a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp index 5523ef60fe5..00469b971b0 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <iostream> diff --git a/MaterialLib/FractureModels/CohesiveZoneModeI.h b/MaterialLib/FractureModels/CohesiveZoneModeI.h index 9dc8c87b864..db7d521f7c0 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp index 95cc606c1a5..ac7fae63d82 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateCohesiveZoneModeI.h" diff --git a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h index fdfd9808046..a9d3208e2c6 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp index 0bc80cba8bd..3187e5da8d7 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateLinearElasticIsotropic.h" diff --git a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h index adf8e53ac0f..2114d0d9785 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/CreateMohrCoulomb.cpp b/MaterialLib/FractureModels/CreateMohrCoulomb.cpp index dfb24714775..1fb761bf6cd 100644 --- a/MaterialLib/FractureModels/CreateMohrCoulomb.cpp +++ b/MaterialLib/FractureModels/CreateMohrCoulomb.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateMohrCoulomb.h" diff --git a/MaterialLib/FractureModels/CreateMohrCoulomb.h b/MaterialLib/FractureModels/CreateMohrCoulomb.h index 1f29071950e..49795d3ce24 100644 --- a/MaterialLib/FractureModels/CreateMohrCoulomb.h +++ b/MaterialLib/FractureModels/CreateMohrCoulomb.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/FractureIdentity2.cpp b/MaterialLib/FractureModels/FractureIdentity2.cpp index 6b8e7475231..16faa52b40b 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.cpp +++ b/MaterialLib/FractureModels/FractureIdentity2.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "FractureIdentity2.h" diff --git a/MaterialLib/FractureModels/FractureIdentity2.h b/MaterialLib/FractureModels/FractureIdentity2.h index 95d63b3a0f8..9319a5e2887 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.h +++ b/MaterialLib/FractureModels/FractureIdentity2.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/FractureModelBase.h b/MaterialLib/FractureModels/FractureModelBase.h index cde9e68accd..b4342e28909 100644 --- a/MaterialLib/FractureModels/FractureModelBase.h +++ b/MaterialLib/FractureModels/FractureModelBase.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/LinearElasticIsotropic.cpp b/MaterialLib/FractureModels/LinearElasticIsotropic.cpp index 3ca3ff3e418..7e0e2fc9da8 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "LinearElasticIsotropic.h" diff --git a/MaterialLib/FractureModels/LinearElasticIsotropic.h b/MaterialLib/FractureModels/LinearElasticIsotropic.h index 5bff4eb1bc4..4bd9055555c 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/LogPenalty.h b/MaterialLib/FractureModels/LogPenalty.h index ebe06de8698..903cb0615ba 100644 --- a/MaterialLib/FractureModels/LogPenalty.h +++ b/MaterialLib/FractureModels/LogPenalty.h @@ -1,12 +1,10 @@ /** * \file - * * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "LinearElasticIsotropic.h" diff --git a/MaterialLib/FractureModels/MohrCoulomb.cpp b/MaterialLib/FractureModels/MohrCoulomb.cpp index 4d06fa73562..a05d098100d 100644 --- a/MaterialLib/FractureModels/MohrCoulomb.cpp +++ b/MaterialLib/FractureModels/MohrCoulomb.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "MohrCoulomb.h" diff --git a/MaterialLib/FractureModels/MohrCoulomb.h b/MaterialLib/FractureModels/MohrCoulomb.h index dff5f9d4cc2..12773a88538 100644 --- a/MaterialLib/FractureModels/MohrCoulomb.h +++ b/MaterialLib/FractureModels/MohrCoulomb.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp b/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp index f7ea38d9f04..c517e88bff4 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "ConstantPermeability.h" diff --git a/MaterialLib/FractureModels/Permeability/ConstantPermeability.h b/MaterialLib/FractureModels/Permeability/ConstantPermeability.h index 86d0abd68bc..8807a183a21 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp index 9cc63bd489a..d3e914de8c1 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateConstantPermeability.h" diff --git a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h index fcd66c5b3b0..1c03f00b086 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp index 4785fb50285..101cb7ba26e 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateCubicLaw.h" diff --git a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h index df0686f4a6e..973e8f5bb27 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp index 13d8f40275b..bbb7cfd594e 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreatePermeabilityModel.h" diff --git a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h index c6a6b0b552d..042c5fe04c7 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <memory> diff --git a/MaterialLib/FractureModels/Permeability/CubicLaw.cpp b/MaterialLib/FractureModels/Permeability/CubicLaw.cpp index 997da4803e2..87e4ba50708 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CubicLaw.h" diff --git a/MaterialLib/FractureModels/Permeability/CubicLaw.h b/MaterialLib/FractureModels/Permeability/CubicLaw.h index 1b6d306a7d0..ee5b3e07422 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/FractureModels/Permeability/Permeability.h b/MaterialLib/FractureModels/Permeability/Permeability.h index ff75a3562e5..2f2229583ee 100644 --- a/MaterialLib/FractureModels/Permeability/Permeability.h +++ b/MaterialLib/FractureModels/Permeability/Permeability.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Component.cpp b/MaterialLib/MPL/Component.cpp index 734fa475282..ac7091207eb 100644 --- a/MaterialLib/MPL/Component.cpp +++ b/MaterialLib/MPL/Component.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Component.h" diff --git a/MaterialLib/MPL/Component.h b/MaterialLib/MPL/Component.h index 972dfbce089..75ed4e22384 100644 --- a/MaterialLib/MPL/Component.h +++ b/MaterialLib/MPL/Component.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Components/Components.h b/MaterialLib/MPL/Components/Components.h index 2d243ee441f..066455e551c 100644 --- a/MaterialLib/MPL/Components/Components.h +++ b/MaterialLib/MPL/Components/Components.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Components/GetThermalExpansivity.cpp b/MaterialLib/MPL/Components/GetThermalExpansivity.cpp index 9ed53465d00..82478f089f7 100644 --- a/MaterialLib/MPL/Components/GetThermalExpansivity.cpp +++ b/MaterialLib/MPL/Components/GetThermalExpansivity.cpp @@ -7,7 +7,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * * Created on August 16, 2019, 3:40 PM */ diff --git a/MaterialLib/MPL/Components/GetThermalExpansivity.h b/MaterialLib/MPL/Components/GetThermalExpansivity.h index 6f39abb5ede..256a9c68549 100644 --- a/MaterialLib/MPL/Components/GetThermalExpansivity.h +++ b/MaterialLib/MPL/Components/GetThermalExpansivity.h @@ -7,7 +7,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * * Created on August 16, 2019, 3:40 PM */ diff --git a/MaterialLib/MPL/Components/Water.cpp b/MaterialLib/MPL/Components/Water.cpp index 6ebed220585..198d383a553 100644 --- a/MaterialLib/MPL/Components/Water.cpp +++ b/MaterialLib/MPL/Components/Water.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Water.h" diff --git a/MaterialLib/MPL/Components/Water.h b/MaterialLib/MPL/Components/Water.h index de14d8c24b6..150a9f8e610 100644 --- a/MaterialLib/MPL/Components/Water.h +++ b/MaterialLib/MPL/Components/Water.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/CreateComponent.cpp b/MaterialLib/MPL/CreateComponent.cpp index 9f4b3a80fcc..5c9e10fd060 100644 --- a/MaterialLib/MPL/CreateComponent.cpp +++ b/MaterialLib/MPL/CreateComponent.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateComponent.h" diff --git a/MaterialLib/MPL/CreateComponent.h b/MaterialLib/MPL/CreateComponent.h index 74c10d06ca6..d23b2d61990 100644 --- a/MaterialLib/MPL/CreateComponent.h +++ b/MaterialLib/MPL/CreateComponent.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <boost/optional.hpp> diff --git a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp index 9eb5510763c..b5285269d43 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp @@ -7,7 +7,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateMaterialSpatialDistributionMap.h" #include "MaterialSpatialDistributionMap.h" diff --git a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h index aad1ea6d4aa..7ad0d0ac24a 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h @@ -7,7 +7,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/CreateMedium.cpp b/MaterialLib/MPL/CreateMedium.cpp index 2f03c074fdd..620c5eb4993 100644 --- a/MaterialLib/MPL/CreateMedium.cpp +++ b/MaterialLib/MPL/CreateMedium.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Medium.h" diff --git a/MaterialLib/MPL/CreateMedium.h b/MaterialLib/MPL/CreateMedium.h index 2ac29040260..05cbc63b5a7 100644 --- a/MaterialLib/MPL/CreateMedium.h +++ b/MaterialLib/MPL/CreateMedium.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <memory> diff --git a/MaterialLib/MPL/CreatePhase.cpp b/MaterialLib/MPL/CreatePhase.cpp index 5c6d1d2b5b6..5c626713b9d 100644 --- a/MaterialLib/MPL/CreatePhase.cpp +++ b/MaterialLib/MPL/CreatePhase.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreatePhase.h" diff --git a/MaterialLib/MPL/CreatePhase.h b/MaterialLib/MPL/CreatePhase.h index 22a519de1e1..2cb2c5c58a2 100644 --- a/MaterialLib/MPL/CreatePhase.h +++ b/MaterialLib/MPL/CreatePhase.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <boost/optional.hpp> diff --git a/MaterialLib/MPL/CreateProperty.cpp b/MaterialLib/MPL/CreateProperty.cpp index 0c165ece888..7b9073cdf61 100644 --- a/MaterialLib/MPL/CreateProperty.cpp +++ b/MaterialLib/MPL/CreateProperty.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateProperty.h" diff --git a/MaterialLib/MPL/CreateProperty.h b/MaterialLib/MPL/CreateProperty.h index ddc72c39bbb..a03b55621de 100644 --- a/MaterialLib/MPL/CreateProperty.h +++ b/MaterialLib/MPL/CreateProperty.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Medium.cpp b/MaterialLib/MPL/Medium.cpp index fb078f67a06..afa4f3132fe 100644 --- a/MaterialLib/MPL/Medium.cpp +++ b/MaterialLib/MPL/Medium.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Medium.h" diff --git a/MaterialLib/MPL/Medium.h b/MaterialLib/MPL/Medium.h index 1bd7dad7a7f..b7651a4c42f 100644 --- a/MaterialLib/MPL/Medium.h +++ b/MaterialLib/MPL/Medium.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Phase.cpp b/MaterialLib/MPL/Phase.cpp index 04dad585739..c9d6fb73095 100644 --- a/MaterialLib/MPL/Phase.cpp +++ b/MaterialLib/MPL/Phase.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Phase.h" diff --git a/MaterialLib/MPL/Phase.h b/MaterialLib/MPL/Phase.h index 12eddbe4b81..6c06db3da27 100644 --- a/MaterialLib/MPL/Phase.h +++ b/MaterialLib/MPL/Phase.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/Constant.cpp b/MaterialLib/MPL/Properties/Constant.cpp index 6620d0434f8..feadd6da2e4 100644 --- a/MaterialLib/MPL/Properties/Constant.cpp +++ b/MaterialLib/MPL/Properties/Constant.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Constant.h" diff --git a/MaterialLib/MPL/Properties/Constant.h b/MaterialLib/MPL/Properties/Constant.h index 880806d5441..3462876d1d7 100644 --- a/MaterialLib/MPL/Properties/Constant.h +++ b/MaterialLib/MPL/Properties/Constant.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateConstant.cpp b/MaterialLib/MPL/Properties/CreateConstant.cpp index ec6ef1122db..609ffac4459 100644 --- a/MaterialLib/MPL/Properties/CreateConstant.cpp +++ b/MaterialLib/MPL/Properties/CreateConstant.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/ConfigTree.h" diff --git a/MaterialLib/MPL/Properties/CreateConstant.h b/MaterialLib/MPL/Properties/CreateConstant.h index 60f5b81e287..83ec4a838db 100644 --- a/MaterialLib/MPL/Properties/CreateConstant.h +++ b/MaterialLib/MPL/Properties/CreateConstant.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateExponentialProperty.cpp b/MaterialLib/MPL/Properties/CreateExponentialProperty.cpp index 4aead81523e..0418ee4bc92 100644 --- a/MaterialLib/MPL/Properties/CreateExponentialProperty.cpp +++ b/MaterialLib/MPL/Properties/CreateExponentialProperty.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/ConfigTree.h" diff --git a/MaterialLib/MPL/Properties/CreateExponentialProperty.h b/MaterialLib/MPL/Properties/CreateExponentialProperty.h index 78ddf7f5dd2..f8a0947d98d 100644 --- a/MaterialLib/MPL/Properties/CreateExponentialProperty.h +++ b/MaterialLib/MPL/Properties/CreateExponentialProperty.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp b/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp index 23f9e90fb02..b8e53fbd1eb 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp +++ b/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/ConfigTree.h" diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLaw.h b/MaterialLib/MPL/Properties/CreateIdealGasLaw.h index 3f1c037b3d7..d2591d16ac7 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLaw.h +++ b/MaterialLib/MPL/Properties/CreateIdealGasLaw.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateLinearProperty.cpp b/MaterialLib/MPL/Properties/CreateLinearProperty.cpp index d4c004a7ca0..90f83ce8e47 100644 --- a/MaterialLib/MPL/Properties/CreateLinearProperty.cpp +++ b/MaterialLib/MPL/Properties/CreateLinearProperty.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/ConfigTree.h" diff --git a/MaterialLib/MPL/Properties/CreateLinearProperty.h b/MaterialLib/MPL/Properties/CreateLinearProperty.h index 5edad81276b..833e03d9528 100644 --- a/MaterialLib/MPL/Properties/CreateLinearProperty.h +++ b/MaterialLib/MPL/Properties/CreateLinearProperty.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateParameterProperty.cpp b/MaterialLib/MPL/Properties/CreateParameterProperty.cpp index 6d7418858ce..cb131e520ee 100644 --- a/MaterialLib/MPL/Properties/CreateParameterProperty.cpp +++ b/MaterialLib/MPL/Properties/CreateParameterProperty.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/ConfigTree.h" diff --git a/MaterialLib/MPL/Properties/CreateParameterProperty.h b/MaterialLib/MPL/Properties/CreateParameterProperty.h index 590c47721ec..01536c3b46c 100644 --- a/MaterialLib/MPL/Properties/CreateParameterProperty.h +++ b/MaterialLib/MPL/Properties/CreateParameterProperty.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/CreateProperties.h b/MaterialLib/MPL/Properties/CreateProperties.h index 386d7be0313..f6abc61604f 100644 --- a/MaterialLib/MPL/Properties/CreateProperties.h +++ b/MaterialLib/MPL/Properties/CreateProperties.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/ExponentialProperty.cpp b/MaterialLib/MPL/Properties/ExponentialProperty.cpp index cbd1e2e1d0d..b7c111a6c5e 100644 --- a/MaterialLib/MPL/Properties/ExponentialProperty.cpp +++ b/MaterialLib/MPL/Properties/ExponentialProperty.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <boost/math/special_functions/pow.hpp> diff --git a/MaterialLib/MPL/Properties/ExponentialProperty.h b/MaterialLib/MPL/Properties/ExponentialProperty.h index 73693dcc305..d8f4a7aa793 100644 --- a/MaterialLib/MPL/Properties/ExponentialProperty.h +++ b/MaterialLib/MPL/Properties/ExponentialProperty.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/LinearProperty.cpp b/MaterialLib/MPL/Properties/LinearProperty.cpp index dddfe088233..ea5b91f7451 100644 --- a/MaterialLib/MPL/Properties/LinearProperty.cpp +++ b/MaterialLib/MPL/Properties/LinearProperty.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <numeric> diff --git a/MaterialLib/MPL/Properties/LinearProperty.h b/MaterialLib/MPL/Properties/LinearProperty.h index b63263cb7f7..504d864bfde 100644 --- a/MaterialLib/MPL/Properties/LinearProperty.h +++ b/MaterialLib/MPL/Properties/LinearProperty.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/ParameterProperty.cpp b/MaterialLib/MPL/Properties/ParameterProperty.cpp index c60ced6c0e0..c4a52e0c0fb 100644 --- a/MaterialLib/MPL/Properties/ParameterProperty.cpp +++ b/MaterialLib/MPL/Properties/ParameterProperty.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "MaterialLib/MPL/Properties/ParameterProperty.h" diff --git a/MaterialLib/MPL/Properties/ParameterProperty.h b/MaterialLib/MPL/Properties/ParameterProperty.h index d9c9fcbfe39..eb432118407 100644 --- a/MaterialLib/MPL/Properties/ParameterProperty.h +++ b/MaterialLib/MPL/Properties/ParameterProperty.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Properties/Properties.h b/MaterialLib/MPL/Properties/Properties.h index 24797c11709..e5e08e50f60 100644 --- a/MaterialLib/MPL/Properties/Properties.h +++ b/MaterialLib/MPL/Properties/Properties.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/Property.cpp b/MaterialLib/MPL/Property.cpp index a3db05f4cab..26c01f00fc4 100644 --- a/MaterialLib/MPL/Property.cpp +++ b/MaterialLib/MPL/Property.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Property.h" diff --git a/MaterialLib/MPL/Property.h b/MaterialLib/MPL/Property.h index 6c102e369b9..3fb3ded065d 100644 --- a/MaterialLib/MPL/Property.h +++ b/MaterialLib/MPL/Property.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/PropertyType.h b/MaterialLib/MPL/PropertyType.h index 636b14b77c0..0996a9115a6 100644 --- a/MaterialLib/MPL/PropertyType.h +++ b/MaterialLib/MPL/PropertyType.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/MPL/VariableType.cpp b/MaterialLib/MPL/VariableType.cpp index fee2bcf3764..e95b663a24e 100644 --- a/MaterialLib/MPL/VariableType.cpp +++ b/MaterialLib/MPL/VariableType.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "VariableType.h" diff --git a/MaterialLib/MPL/VariableType.h b/MaterialLib/MPL/VariableType.h index e11d51ba533..e5c6c6416da 100644 --- a/MaterialLib/MPL/VariableType.h +++ b/MaterialLib/MPL/VariableType.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp b/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp index 2697d2cc9f8..e165f65878d 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreatePorousMediaProperties.h" diff --git a/MaterialLib/PorousMedium/CreatePorousMediaProperties.h b/MaterialLib/PorousMedium/CreatePorousMediaProperties.h index be534017e3d..1e138a80510 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.h +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/PorousMedium/PorousMediaProperties.cpp b/MaterialLib/PorousMedium/PorousMediaProperties.cpp index e264f867990..e34b6ea9719 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/PorousMediaProperties.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "PorousMediaProperties.h" diff --git a/MaterialLib/PorousMedium/PorousMediaProperties.h b/MaterialLib/PorousMedium/PorousMediaProperties.h index dfd3c8c75ba..95cb8d58970 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.h +++ b/MaterialLib/PorousMedium/PorousMediaProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h index 68bbc0e7f05..12a07b28058 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h @@ -6,7 +6,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h index f1c84096390..1cb53716fd0 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h @@ -6,7 +6,6 @@ * http://www.opengeosys.org/project/license * * \file - * */ #pragma once diff --git a/MaterialLib/SolidModels/CreepBGRa.h b/MaterialLib/SolidModels/CreepBGRa.h index dcccf669daa..a2f5a9767af 100644 --- a/MaterialLib/SolidModels/CreepBGRa.h +++ b/MaterialLib/SolidModels/CreepBGRa.h @@ -34,7 +34,6 @@ namespace Creep * \f] * where \f$\sigma_{eff}=\sqrt{\frac{3}{2}}||\mathbf{s}||\f$, \f$A, \sigma_0, n, * Q\f$ are parameter, and \f$R\f$ is the gas constant. - * */ template <int DisplacementDim> class CreepBGRa final : public LinearElasticIsotropic<DisplacementDim> diff --git a/MaterialLib/SolidModels/Ehlers.cpp b/MaterialLib/SolidModels/Ehlers.cpp index b9eab3f3903..89951196bc0 100644 --- a/MaterialLib/SolidModels/Ehlers.cpp +++ b/MaterialLib/SolidModels/Ehlers.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Ehlers.h" @@ -35,7 +34,6 @@ * flow_D - deviatoric part of flow * flow_V - volumetric part of flow * lambda_flow_D - deviatoric increment of plastic strain - * */ namespace MaterialLib diff --git a/MaterialLib/SolidModels/LinearElasticIsotropic.cpp b/MaterialLib/SolidModels/LinearElasticIsotropic.cpp index 8c9a2f60291..29c3748c0fa 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "LinearElasticIsotropic.h" diff --git a/MaterialLib/SolidModels/LinearElasticIsotropic.h b/MaterialLib/SolidModels/LinearElasticIsotropic.h index e2027c491b9..adb693226de 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h b/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h index 2e65179314d..962a30ba73a 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp b/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp index f15f3e45125..cb3c54c4131 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <Eigen/LU> diff --git a/MaterialLib/SolidModels/LinearElasticOrthotropic.h b/MaterialLib/SolidModels/LinearElasticOrthotropic.h index 13c5b8140b7..ec06f133362 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.h +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/Lubby2.cpp b/MaterialLib/SolidModels/Lubby2.cpp index 6b1323e51a9..68a33b4e0c3 100644 --- a/MaterialLib/SolidModels/Lubby2.cpp +++ b/MaterialLib/SolidModels/Lubby2.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Lubby2.h" diff --git a/MaterialLib/SolidModels/Lubby2.h b/MaterialLib/SolidModels/Lubby2.h index 6c2de60a3c1..c9a74fc5fb3 100644 --- a/MaterialLib/SolidModels/Lubby2.h +++ b/MaterialLib/SolidModels/Lubby2.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/MFront/BDT.mfront b/MaterialLib/SolidModels/MFront/BDT.mfront index 34f66cc6ae2..f905c6943f2 100644 --- a/MaterialLib/SolidModels/MFront/BDT.mfront +++ b/MaterialLib/SolidModels/MFront/BDT.mfront @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ @Parser Implicit; diff --git a/MaterialLib/SolidModels/MFront/CreateMFront.cpp b/MaterialLib/SolidModels/MFront/CreateMFront.cpp index df43c41a305..a38ad3274e6 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.cpp +++ b/MaterialLib/SolidModels/MFront/CreateMFront.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateMFront.h" diff --git a/MaterialLib/SolidModels/MFront/CreateMFront.h b/MaterialLib/SolidModels/MFront/CreateMFront.h index 63d38ed1c98..fa74036f41f 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.h +++ b/MaterialLib/SolidModels/MFront/CreateMFront.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/MFront/DruckerPrager.mfront b/MaterialLib/SolidModels/MFront/DruckerPrager.mfront index 151234811bb..81df3a09dea 100644 --- a/MaterialLib/SolidModels/MFront/DruckerPrager.mfront +++ b/MaterialLib/SolidModels/MFront/DruckerPrager.mfront @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ @DSL Implicit; diff --git a/MaterialLib/SolidModels/MFront/MFront.cpp b/MaterialLib/SolidModels/MFront/MFront.cpp index cde02076a4f..f470c15f82c 100644 --- a/MaterialLib/SolidModels/MFront/MFront.cpp +++ b/MaterialLib/SolidModels/MFront/MFront.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "MFront.h" diff --git a/MaterialLib/SolidModels/MFront/MFront.h b/MaterialLib/SolidModels/MFront/MFront.h index 0963cb7055d..d57ef00d640 100644 --- a/MaterialLib/SolidModels/MFront/MFront.h +++ b/MaterialLib/SolidModels/MFront/MFront.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront index 09fb7b9c10e..b2348cf0e70 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ @DSL Implicit; diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront index 0ab25bc1284..6ecbf75dbbe 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ @DSL Implicit; diff --git a/MaterialLib/SolidModels/MechanicsBase.h b/MaterialLib/SolidModels/MechanicsBase.h index 239fe69ff0d..61497d560c1 100644 --- a/MaterialLib/SolidModels/MechanicsBase.h +++ b/MaterialLib/SolidModels/MechanicsBase.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h b/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h index 53d25f70d9b..fccfd52d3d1 100644 --- a/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h +++ b/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.cpp b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.cpp index ab5f1fef4cd..a2f16240dd8 100644 --- a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.cpp +++ b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateTwoPhaseFlowMaterialProperties.h" diff --git a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h index a3fc5522a7c..7a01012ec52 100644 --- a/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h +++ b/MaterialLib/TwoPhaseModels/CreateTwoPhaseFlowMaterialProperties.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp b/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp index baf1d177b3a..11a3cb659ce 100644 --- a/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp +++ b/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "TwoPhaseFlowWithPPMaterialProperties.h" diff --git a/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.h b/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.h index 65f58d4c190..d606f57985d 100644 --- a/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.h +++ b/MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.h @@ -5,7 +5,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/GeometricBasics.cpp b/MathLib/GeometricBasics.cpp index 904f5fa26de..e0716920957 100644 --- a/MathLib/GeometricBasics.cpp +++ b/MathLib/GeometricBasics.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <logog/include/logog.hpp> diff --git a/MathLib/GeometricBasics.h b/MathLib/GeometricBasics.h index 10da82d85c8..6b47fef328c 100644 --- a/MathLib/GeometricBasics.h +++ b/MathLib/GeometricBasics.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/Integration/GaussLegendre.cpp b/MathLib/Integration/GaussLegendre.cpp index 86b5ca6eabb..a18096310b2 100644 --- a/MathLib/Integration/GaussLegendre.cpp +++ b/MathLib/Integration/GaussLegendre.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "GaussLegendre.h" diff --git a/MathLib/Integration/GaussLegendre.h b/MathLib/Integration/GaussLegendre.h index bb170106243..4c461480932 100644 --- a/MathLib/Integration/GaussLegendre.h +++ b/MathLib/Integration/GaussLegendre.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/LinAlg/FinalizeVectorAssembly.h b/MathLib/LinAlg/FinalizeVectorAssembly.h index 7772256d124..e9f9260b431 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/LinAlg/Lis/LisVector.h b/MathLib/LinAlg/Lis/LisVector.h index 2e59054ea8e..3c5357395b6 100644 --- a/MathLib/LinAlg/Lis/LisVector.h +++ b/MathLib/LinAlg/Lis/LisVector.h @@ -46,7 +46,6 @@ public: LisVector(LisVector const& src); /** - * */ virtual ~LisVector(); diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index d8b49e1c7d0..6f89cbd70d6 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <cmath> diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index 20d44d6d2f6..0765f929d45 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/Point3d.cpp b/MathLib/Point3d.cpp index 90879fbccd6..ac708b7b3fe 100644 --- a/MathLib/Point3d.cpp +++ b/MathLib/Point3d.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Point3d.h" diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h index 168112e7911..f17625d6aa5 100644 --- a/MathLib/Point3d.h +++ b/MathLib/Point3d.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/Point3dWithID.h b/MathLib/Point3dWithID.h index e58803f0d7d..00a1021c772 100644 --- a/MathLib/Point3dWithID.h +++ b/MathLib/Point3dWithID.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MathLib/Vector3.cpp b/MathLib/Vector3.cpp index d83b2cf22b1..dfab4e953e6 100644 --- a/MathLib/Vector3.cpp +++ b/MathLib/Vector3.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Vector3.h" diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp index 0758e33af42..4cb04c65728 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "MeshNodesAlongSurface.h" diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.h b/MeshGeoToolsLib/MeshNodesAlongSurface.h index 872b10db56a..be46caadf9b 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.h +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MeshLib/Elements/LineRule3.cpp b/MeshLib/Elements/LineRule3.cpp index d89c8bbd1c5..e6fee9ea9f5 100644 --- a/MeshLib/Elements/LineRule3.cpp +++ b/MeshLib/Elements/LineRule3.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "LineRule3.h" diff --git a/MeshLib/IO/VtkIO/PVDFile.h b/MeshLib/IO/VtkIO/PVDFile.h index 17310d9ca64..32baa05e6a2 100644 --- a/MeshLib/IO/VtkIO/PVDFile.h +++ b/MeshLib/IO/VtkIO/PVDFile.h @@ -20,7 +20,6 @@ namespace IO { /*! Writes a basic PVD file for use with Paraview. - * */ class PVDFile { diff --git a/MeshLib/Location.h b/MeshLib/Location.h index bc16b64c295..3d242a3d52c 100644 --- a/MeshLib/Location.h +++ b/MeshLib/Location.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <cstddef> diff --git a/MeshLib/MeshEditing/AddLayerToMesh.cpp b/MeshLib/MeshEditing/AddLayerToMesh.cpp index bbe92f36ad5..8f02d43453a 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.cpp +++ b/MeshLib/MeshEditing/AddLayerToMesh.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "AddLayerToMesh.h" diff --git a/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp b/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp index 3a740e6538c..b501da6062c 100644 --- a/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp @@ -4,7 +4,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt - * */ #include "QuadraticMeshGenerator.h" diff --git a/MeshLib/MeshGenerators/QuadraticMeshGenerator.h b/MeshLib/MeshGenerators/QuadraticMeshGenerator.h index 75efe9fcaad..90dbd92623b 100644 --- a/MeshLib/MeshGenerators/QuadraticMeshGenerator.h +++ b/MeshLib/MeshGenerators/QuadraticMeshGenerator.h @@ -4,7 +4,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt - * */ #include <memory> diff --git a/MeshLib/MeshGenerators/RasterToMesh.h b/MeshLib/MeshGenerators/RasterToMesh.h index 24cb91bca4d..b255d730699 100644 --- a/MeshLib/MeshGenerators/RasterToMesh.h +++ b/MeshLib/MeshGenerators/RasterToMesh.h @@ -6,7 +6,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * */ #pragma once diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h index f5a00aaa0c1..366d6747c0c 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.h +++ b/MeshLib/MeshGenerators/VtkMeshConverter.h @@ -10,7 +10,6 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * */ #pragma once diff --git a/MeshLib/MeshSubset.h b/MeshLib/MeshSubset.h index 55e32d6724b..fe7603dfafc 100644 --- a/MeshLib/MeshSubset.h +++ b/MeshLib/MeshSubset.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MeshLib/Properties.cpp b/MeshLib/Properties.cpp index 60d0fe32530..bee4ed65b9f 100644 --- a/MeshLib/Properties.cpp +++ b/MeshLib/Properties.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Properties.h" diff --git a/MeshLib/Properties.h b/MeshLib/Properties.h index efb465ad3b3..665592ada86 100644 --- a/MeshLib/Properties.h +++ b/MeshLib/Properties.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h index d6f2826b570..e0e86b8b9e7 100644 --- a/MeshLib/PropertyVector.h +++ b/MeshLib/PropertyVector.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h index cc5e9bc6856..e27db4f3524 100644 --- a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h +++ b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h @@ -10,7 +10,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/MeshLib/findElementsWithinRadius.h b/MeshLib/findElementsWithinRadius.h index 3774ee7675a..0ed3139006f 100644 --- a/MeshLib/findElementsWithinRadius.h +++ b/MeshLib/findElementsWithinRadius.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Assembler/SerialExecutor.h b/NumLib/Assembler/SerialExecutor.h index b4512506bb3..1c31fa78b7a 100644 --- a/NumLib/Assembler/SerialExecutor.h +++ b/NumLib/Assembler/SerialExecutor.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/DOF/ComponentGlobalIndexDict.h b/NumLib/DOF/ComponentGlobalIndexDict.h index 08c1746c704..2b5e829d69f 100644 --- a/NumLib/DOF/ComponentGlobalIndexDict.h +++ b/NumLib/DOF/ComponentGlobalIndexDict.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/DOF/MeshComponentMap.cpp b/NumLib/DOF/MeshComponentMap.cpp index 69f480abdb1..b1d6ccc730e 100644 --- a/NumLib/DOF/MeshComponentMap.cpp +++ b/NumLib/DOF/MeshComponentMap.cpp @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "MeshComponentMap.h" diff --git a/NumLib/DOF/MeshComponentMap.h b/NumLib/DOF/MeshComponentMap.h index 4c6f154752c..72a4c20f7f6 100644 --- a/NumLib/DOF/MeshComponentMap.h +++ b/NumLib/DOF/MeshComponentMap.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h index e54e0d7d0ff..6b4a7102cdc 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h index d6a62a6af10..db3e46eb5b2 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ namespace NumLib @@ -18,7 +17,6 @@ namespace detail { /* * zero reset functions for Eigen - * */ template<class T> void setMatrixZero(T &mat) diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h index d1cfcd11924..31c3b6618c3 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once @@ -22,7 +21,6 @@ namespace NumLib /** * \brief Shape matrix type to be calculated - * */ enum class ShapeMatrixType { diff --git a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h index 2cdd91aed9b..a51cb5c3a99 100644 --- a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h +++ b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h index 79b928cd6bd..664cf6170e3 100644 --- a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h +++ b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h index fb32e4b0170..70177bef12b 100644 --- a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h +++ b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h index 866835bd19f..1af6b1fb1a7 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h b/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h index 220a41eb0b2..edef7a6d17c 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h index d90a25a2e99..e0a761d9e92 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <cassert> diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h index ecb2e0f2b02..362577bc48f 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h b/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h index 31e77703092..5b3d1010dd9 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/Integration/IntegrationPoint.h b/NumLib/Fem/Integration/IntegrationPoint.h index 04e88a8db4f..069d7dbfea6 100644 --- a/NumLib/Fem/Integration/IntegrationPoint.h +++ b/NumLib/Fem/Integration/IntegrationPoint.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h index 3d9907baba7..4513d8f343f 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ namespace NumLib diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4.h b/NumLib/Fem/ShapeFunction/ShapeQuad4.h index f8c5b16721c..1c88d11c8b5 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/Function/ISpatialFunction.h b/NumLib/Function/ISpatialFunction.h index 77290108510..b364a67bc56 100644 --- a/NumLib/Function/ISpatialFunction.h +++ b/NumLib/Function/ISpatialFunction.h @@ -8,7 +8,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/NumLib/ODESolver/EquationSystem.h b/NumLib/ODESolver/EquationSystem.h index 3dc798c6e46..5452af008fe 100644 --- a/NumLib/ODESolver/EquationSystem.h +++ b/NumLib/ODESolver/EquationSystem.h @@ -26,7 +26,6 @@ enum class IterationResult : char }; /*! Collection of basic methods every equation system must provide. - * */ class EquationSystem : public NumLib::MatrixSpecificationsProvider { diff --git a/NumLib/ODESolver/NonlinearSolver.h b/NumLib/ODESolver/NonlinearSolver.h index 3de41e36c77..a702cb60947 100644 --- a/NumLib/ODESolver/NonlinearSolver.h +++ b/NumLib/ODESolver/NonlinearSolver.h @@ -74,7 +74,6 @@ template <NonlinearSolverTag NLTag> class NonlinearSolver; /*! Find a solution to a nonlinear equation using the Newton-Raphson method. - * */ template <> class NonlinearSolver<NonlinearSolverTag::Newton> final diff --git a/NumLib/ODESolver/TimeDiscretization.h b/NumLib/ODESolver/TimeDiscretization.h index 716935a9bd5..e65f20459dc 100644 --- a/NumLib/ODESolver/TimeDiscretization.h +++ b/NumLib/ODESolver/TimeDiscretization.h @@ -110,7 +110,6 @@ public: * * The other backward differentiation formulas of orders 1 to 6 are also implemented, but only * BDF(2) has bee given here for brevity. - * */ class TimeDiscretization { diff --git a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h index e84a16f9a75..fca5ae0e09a 100644 --- a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h +++ b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h @@ -22,7 +22,6 @@ namespace NumLib { /** * \brief Interface of time stepping algorithms - * */ class TimeStepAlgorithm { diff --git a/ProcessLib/CreateTimeLoop.cpp b/ProcessLib/CreateTimeLoop.cpp index 03ef0251b35..595bffdee4c 100644 --- a/ProcessLib/CreateTimeLoop.cpp +++ b/ProcessLib/CreateTimeLoop.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateTimeLoop.h" diff --git a/ProcessLib/CreateTimeLoop.h b/ProcessLib/CreateTimeLoop.h index 556a87ac01d..a19dd65a701 100644 --- a/ProcessLib/CreateTimeLoop.h +++ b/ProcessLib/CreateTimeLoop.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/Deformation/Divergence.h b/ProcessLib/Deformation/Divergence.h index 1c58b406681..f2cc3119839 100644 --- a/ProcessLib/Deformation/Divergence.h +++ b/ProcessLib/Deformation/Divergence.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/Deformation/GMatrix.h b/ProcessLib/Deformation/GMatrix.h index 5c02dcaa4d8..93225b87ab2 100644 --- a/ProcessLib/Deformation/GMatrix.h +++ b/ProcessLib/Deformation/GMatrix.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/Deformation/GMatrixPolicy.h b/ProcessLib/Deformation/GMatrixPolicy.h index 8debaa57295..ee1143fae44 100644 --- a/ProcessLib/Deformation/GMatrixPolicy.h +++ b/ProcessLib/Deformation/GMatrixPolicy.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/Deformation/MaterialForces.h b/ProcessLib/Deformation/MaterialForces.h index 2ab9460cc58..a714bb39cdd 100644 --- a/ProcessLib/Deformation/MaterialForces.h +++ b/ProcessLib/Deformation/MaterialForces.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp index faae30bf843..f21fa05b1cd 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BHECommonCoaxial.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/BHETypes.h b/ProcessLib/HeatTransportBHE/BHE/BHETypes.h index 19f2465aece..2523cb5ce76 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHETypes.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHETypes.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp index be5d2abe244..7e17c3bb395 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BoreholeGeometry.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h index 0cf692da4e4..f640637a6c8 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp index 0433679c0fe..83f822dee95 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1U.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateBHE1U.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp index 8798f5c0006..6d1d0b1eb9a 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateBHECoaxial.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp index 9bdbea2c099..0524d44f5f7 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "BaseLib/Algorithm.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h index c81da98c9ed..164d64fd3ed 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h b/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h index 03ff6781b80..22ebda9c3f2 100644 --- a/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp index e220c795bba..a686911cba2 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "GroutParameters.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h index 90c5bf964e0..d471f453fa3 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/Physics.h b/ProcessLib/HeatTransportBHE/BHE/Physics.h index d705c3d0458..ca6ed7d0297 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Physics.h +++ b/ProcessLib/HeatTransportBHE/BHE/Physics.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp b/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp index 301065b652b..a9ea2051636 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "Pipe.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/Pipe.h b/ProcessLib/HeatTransportBHE/BHE/Pipe.h index 44e4baff3c7..9c805709e3e 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.h +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1U.h b/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1U.h index d3d99ec9188..dde87c8f6e3 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1U.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1U.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h index 122cd836fbd..02eafa8562c 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp index ac099fc41a9..1d5b8e972cc 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "RefrigerantProperties.h" diff --git a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h index 171a0d7bdd4..ef5542966eb 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h b/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h index 99001843ed1..776f49417af 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h b/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h index fd725152267..a4e1689aedb 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/Output/IntegrationPointWriter.cpp b/ProcessLib/Output/IntegrationPointWriter.cpp index bcbc5ca9327..e92a5b44676 100644 --- a/ProcessLib/Output/IntegrationPointWriter.cpp +++ b/ProcessLib/Output/IntegrationPointWriter.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <nlohmann/json.hpp> diff --git a/ProcessLib/Output/IntegrationPointWriter.h b/ProcessLib/Output/IntegrationPointWriter.h index 5bb7302575c..73bc040388e 100644 --- a/ProcessLib/Output/IntegrationPointWriter.h +++ b/ProcessLib/Output/IntegrationPointWriter.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include <functional> #include <memory> diff --git a/ProcessLib/PhaseField/PhaseFieldProcess.cpp b/ProcessLib/PhaseField/PhaseFieldProcess.cpp index cd92d295f40..dd5be19d7ed 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcess.cpp +++ b/ProcessLib/PhaseField/PhaseFieldProcess.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "PhaseFieldProcess.h" diff --git a/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.cpp b/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.cpp index 36bfc26865a..091a0ba549f 100644 --- a/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.cpp +++ b/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreatePorousMediaProperties.h" diff --git a/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.h b/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.h index 194eca74506..d464a9fbb2f 100644 --- a/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.h +++ b/ProcessLib/RichardsComponentTransport/CreatePorousMediaProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/RichardsComponentTransport/PorousMediaProperties.cpp b/ProcessLib/RichardsComponentTransport/PorousMediaProperties.cpp index 38863a8135c..d0ee65eb801 100644 --- a/ProcessLib/RichardsComponentTransport/PorousMediaProperties.cpp +++ b/ProcessLib/RichardsComponentTransport/PorousMediaProperties.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "PorousMediaProperties.h" diff --git a/ProcessLib/RichardsComponentTransport/PorousMediaProperties.h b/ProcessLib/RichardsComponentTransport/PorousMediaProperties.h index d8009abf4f3..4a320dcb189 100644 --- a/ProcessLib/RichardsComponentTransport/PorousMediaProperties.h +++ b/ProcessLib/RichardsComponentTransport/PorousMediaProperties.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp index b2ab41cda61..01e6bd81108 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "CreateSmallDeformationNonlocalProcess.h" diff --git a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h index 0296e5a17da..bfcf17dcbfb 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/Damage.h b/ProcessLib/SmallDeformationNonlocal/Damage.h index 047d6b8e576..d5f49de94d5 100644 --- a/ProcessLib/SmallDeformationNonlocal/Damage.h +++ b/ProcessLib/SmallDeformationNonlocal/Damage.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h b/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h index f7b52a4d524..33a54f2c673 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h b/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h index 8c7fd088561..b119e519df6 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h b/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h index ceec4dd93b0..6f368a91c55 100644 --- a/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h index 0f8698eab88..e47f5f4ff65 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp index 6f17af718df..e5c027ab595 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "SmallDeformationNonlocalProcess.h" diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h index 7769e2ea000..b965bd388c7 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h index ee554d2bdf8..814072e2205 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssemblerInterface.h b/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssemblerInterface.h index 6795a9573f7..dfe6cd3dcff 100644 --- a/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssemblerInterface.h +++ b/ProcessLib/SourceTerms/Python/PythonSourceTermLocalAssemblerInterface.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h index 9a44e5bd48f..3fee781cd95 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h @@ -8,7 +8,6 @@ * \file * * Created on July 2, 2019, 2:12 PM - * */ #pragma once diff --git a/ProcessLib/TimeLoop.cpp b/ProcessLib/TimeLoop.cpp index 52374d5b842..f18592836f1 100644 --- a/ProcessLib/TimeLoop.cpp +++ b/ProcessLib/TimeLoop.cpp @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #include "TimeLoop.h" @@ -394,7 +393,6 @@ double TimeLoop::computeTimeStepping(const double prev_dt, double& t, * solver is rather complicated. Maybe in the future con can introduce an * abstraction that can do both the convergence checks of the coupling loop and * of the nonlinear solver. - * */ bool TimeLoop::loop() { diff --git a/ProcessLib/TimeLoop.h b/ProcessLib/TimeLoop.h index 3597dad777a..ee5c31c724f 100644 --- a/ProcessLib/TimeLoop.h +++ b/ProcessLib/TimeLoop.h @@ -6,7 +6,6 @@ * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license - * */ #pragma once -- GitLab