From 9a8e8fec5fe43cc6d0f77f98299cdc7d0aebb01d Mon Sep 17 00:00:00 2001 From: Stefan Pranger Date: Thu, 28 Jan 2021 18:20:08 +0100 Subject: [PATCH] renamed function argument --- src/storm/api/verification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storm/api/verification.h b/src/storm/api/verification.h index d6d4969d4..868c00be3 100644 --- a/src/storm/api/verification.h +++ b/src/storm/api/verification.h @@ -264,7 +264,7 @@ namespace storm { } template - typename std::enable_if::value, std::unique_ptr>::type verifyWithSparseEngine(storm::Environment const& env, std::shared_ptr> const& mdp, storm::modelchecker::CheckTask const& task) { + typename std::enable_if::value, std::unique_ptr>::type verifyWithSparseEngine(storm::Environment const& env, std::shared_ptr> const& smg, storm::modelchecker::CheckTask const& task) { STORM_LOG_THROW(false, storm::exceptions::NotSupportedException, "Sparse engine cannot verify SMGs with this data type."); }