mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove Trailing Semicolon on Function's Close Brace
This removes a GCC warning message on higher warning levels.
This commit is contained in:
parent
38e38fd1c2
commit
90ddd13bcc
@ -105,7 +105,7 @@ template<class M>
|
||||
void milu0_decomposition(M& A, std::vector<typename M::block_type>* diagonal)
|
||||
{
|
||||
milu0_decomposition(A, identityFunctor<typename M::field_type>, oneFunctor<typename M::field_type>, diagonal);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
template<class M>
|
||||
|
Loading…
Reference in New Issue
Block a user