mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #354 from akva2/fix_i386
fixed: use size_t and not unsigned long
This commit is contained in:
commit
2d50f4850f
@ -79,7 +79,7 @@ namespace Opm {
|
||||
container.resize( size );
|
||||
}
|
||||
|
||||
template <class T, unsigned long n>
|
||||
template <class T, size_t n>
|
||||
void resizeContainer( std::array<T, n>& /* a */, size_t size )
|
||||
{
|
||||
static_cast<void>(size);
|
||||
|
Loading…
Reference in New Issue
Block a user