From a6cee0edbcaf3bcece20a01c3df73ad9fa9bd415 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 15 Feb 2022 18:33:52 +0000 Subject: [PATCH] dimensionSets: Reformatted so the .C and .H files match --- src/OpenFOAM/dimensionSet/dimensionSets.C | 2 +- src/OpenFOAM/dimensionSet/dimensionSets.H | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/OpenFOAM/dimensionSet/dimensionSets.C b/src/OpenFOAM/dimensionSet/dimensionSets.C index 1912cda58f..cb0a9ac849 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSets.C +++ b/src/OpenFOAM/dimensionSet/dimensionSets.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/OpenFOAM/dimensionSet/dimensionSets.H b/src/OpenFOAM/dimensionSet/dimensionSets.H index 996b6ffcae..d0fb9e45e6 100644 --- a/src/OpenFOAM/dimensionSet/dimensionSets.H +++ b/src/OpenFOAM/dimensionSet/dimensionSets.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -61,13 +61,14 @@ extern const dimensionSet dimArea; extern const dimensionSet dimVolume; extern const dimensionSet dimVol; +extern const dimensionSet dimVelocity; +extern const dimensionSet dimAcceleration; + extern const dimensionSet dimDensity; extern const dimensionSet dimForce; extern const dimensionSet dimEnergy; extern const dimensionSet dimPower; -extern const dimensionSet dimVelocity; -extern const dimensionSet dimAcceleration; extern const dimensionSet dimPressure; extern const dimensionSet dimCompressibility; extern const dimensionSet dimGasConstant;