From f09ce60d45d5524e36d07e76814b6e0cbc554288 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 28 May 2012 21:50:12 +1000 Subject: Fix issues with some things ignoring strategies. --- impl/EquationSystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/EquationSystem.hpp') diff --git a/impl/EquationSystem.hpp b/impl/EquationSystem.hpp index 772ac37..13319e0 100644 --- a/impl/EquationSystem.hpp +++ b/impl/EquationSystem.hpp @@ -119,7 +119,7 @@ struct EquationSystem { VariableAssignment minFixpoint(const FixpointAlgorithm& algo) const { VariableAssignment rho = assignment(); - VariableAssignment lastRho = assignment(); + VariableAssignment lastRho(0); MaxStrategy strat = strategy(); do { lastRho = rho; -- cgit v1.2.3