mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed spelling in error message.
This commit is contained in:
parent
94eb0d5ffe
commit
cca38ddc36
@ -71,7 +71,7 @@ namespace mswellhelpers
|
||||
return y;
|
||||
#else
|
||||
// this is not thread safe
|
||||
OPM_THROW(std::runtime_error, "Cannot use aplyUMFPack() without UMFPACK. "
|
||||
OPM_THROW(std::runtime_error, "Cannot use applyUMFPack() without UMFPACK. "
|
||||
"Reconfigure opm-simulator with SuiteSparse/UMFPACK support and recompile.");
|
||||
#endif // HAVE_UMFPACK
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user