From 2143832d92305042e0225642c56067696201fdd8 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Wed, 19 Dec 2018 18:05:50 +0100 Subject: [PATCH] [PL] Fix grammar in a comment. --- ProcessLib/HydroMechanics/HydroMechanicsFEM.h | 2 +- ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h | 2 +- ProcessLib/PhaseField/PhaseFieldFEM.h | 2 +- ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h | 2 +- ProcessLib/SmallDeformation/SmallDeformationFEM.h | 2 +- .../ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h | 2 +- ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM.h index a00bdc1a0b2..98602f0b1eb 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM.h @@ -93,7 +93,7 @@ struct IntegrationPointData final EIGEN_MAKE_ALIGNED_OPERATOR_NEW; }; -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h index 804efe03754..acc3ba98784 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h @@ -21,7 +21,7 @@ namespace LIE { namespace SmallDeformation { -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/PhaseField/PhaseFieldFEM.h b/ProcessLib/PhaseField/PhaseFieldFEM.h index 32466594ff3..50fb98c7503 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM.h @@ -94,7 +94,7 @@ struct IntegrationPointData final MathLib::KelvinVector::KelvinVectorDimensions<DisplacementDim>::value; }; -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h index ca91e763e88..dda52d152bf 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h @@ -31,7 +31,7 @@ namespace ProcessLib { namespace RichardsMechanics { -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/SmallDeformation/SmallDeformationFEM.h b/ProcessLib/SmallDeformation/SmallDeformationFEM.h index f15ad75ede3..19554fbc643 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationFEM.h +++ b/ProcessLib/SmallDeformation/SmallDeformationFEM.h @@ -69,7 +69,7 @@ struct IntegrationPointData final EIGEN_MAKE_ALIGNED_OPERATOR_NEW; }; -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h index 774b7fc7fe7..e7b4e849fd6 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h @@ -97,7 +97,7 @@ struct IntegrationPointData final EIGEN_MAKE_ALIGNED_OPERATOR_NEW; }; -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h index aff008fe985..3c85df81d2a 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h @@ -75,7 +75,7 @@ struct IntegrationPointData final EIGEN_MAKE_ALIGNED_OPERATOR_NEW; }; -/// Used by for extrapolation of the integration point values. It is ordered +/// Used for the extrapolation of the integration point values. It is ordered /// (and stored) by integration points. template <typename ShapeMatrixType> struct SecondaryData -- GitLab