From 39e1d291762a7197a3eb15caa901db19e6fb8b0a Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 14 Apr 2015 10:25:21 +0200 Subject: [PATCH] fixed: use size_t and not unsigned long fixes builds on i386 --- opm/autodiff/BackupRestore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/BackupRestore.hpp b/opm/autodiff/BackupRestore.hpp index 775d04bbc..0be1c3bd7 100644 --- a/opm/autodiff/BackupRestore.hpp +++ b/opm/autodiff/BackupRestore.hpp @@ -79,7 +79,7 @@ namespace Opm { container.resize( size ); } - template + template void resizeContainer( std::array& /* a */, size_t size ) { static_cast(size);