From f4a588d421348a8cfb5a744e71d604e1661b5194 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 15 Jul 2016 11:44:56 +0100 Subject: [PATCH] uint: Changed 'uint' to 'unsigned int' Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2152 --- src/OpenFOAM/primitives/ints/uint/uint.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/primitives/ints/uint/uint.H b/src/OpenFOAM/primitives/ints/uint/uint.H index 0aa847e7f..ea2430dc3 100644 --- a/src/OpenFOAM/primitives/ints/uint/uint.H +++ b/src/OpenFOAM/primitives/ints/uint/uint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -67,7 +67,7 @@ MAXMIN(uint64_t, uint64_t, uint64_t) // * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * // -uint readUint(Istream&); +unsigned int readUint(Istream&); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //