diff --git a/src/OpenFOAM/global/argList/argList.H b/src/OpenFOAM/global/argList/argList.H index 16e34c76e7..a39b0f0c86 100644 --- a/src/OpenFOAM/global/argList/argList.H +++ b/src/OpenFOAM/global/argList/argList.H @@ -224,7 +224,7 @@ public: inline T argRead(const label index) const; //- Return arguments that are additional to the executable - // @deprecated use operator[] directly (Feb 2010) + // @deprecated use operator[] directly (deprecated Feb 2010) stringList::subList additionalArgs() const { return stringList::subList(args_, args_.size()-1, 1); diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H index e31b6108f7..bf9b67a763 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,7 +32,7 @@ Description Deprecated This solver is present for backward-compatibility and the PBiCG solver - should be used instead. + should be used instead. (deprecated Apr 2008) SourceFiles BICCG.C diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H index ddf1a7a8f8..8ac919a31e 100644 --- a/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H +++ b/src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,7 +32,7 @@ Description Deprecated This solver is present for backward-compatibility and the PCG solver - should be used for preference. + should be used for preference. (deprecated Apr 2008) SourceFiles ICCG.C diff --git a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H index 429d6ef8ef..3ed390c307 100644 --- a/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H +++ b/src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H @@ -65,6 +65,7 @@ Deprecated Specifying the local vectors as an @c axis (corresponding to e3) and a @c direction (corresponding to e1), is allowed for backwards compatibility, but this terminology is generally a bit confusing. + (deprecated Apr 2008) \*---------------------------------------------------------------------------*/ diff --git a/src/meshTools/coordinateSystems/coordinateSystem.H b/src/meshTools/coordinateSystems/coordinateSystem.H index cfdecfd398..61dadf278f 100644 --- a/src/meshTools/coordinateSystems/coordinateSystem.H +++ b/src/meshTools/coordinateSystems/coordinateSystem.H @@ -365,14 +365,14 @@ public: } //- Return axis (e3: local Cartesian z-axis) - // @deprecated method e3 is preferred + // @deprecated method e3 is preferred (deprecated Apr 2008) const vector& axis() const { return Rtr_.z(); } //- Return direction (e1: local Cartesian x-axis) - // @deprecated method e1 is preferred + // @deprecated method e1 is preferred (deprecated Apr 2008) const vector& direction() const { return Rtr_.x(); diff --git a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H index 767bf19707..e5e353a722 100644 --- a/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H +++ b/src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H @@ -29,6 +29,9 @@ Description Reading of the (now deprecated and infrequently used) Foam Trisurface Format. +Deprecated + Other formats are better. (deprecated Mar 2009) + SourceFiles FTRsurfaceFormat.C