diff options
Diffstat (limited to 'lib/Solver/IndependentSolver.cpp')
-rw-r--r-- | lib/Solver/IndependentSolver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Solver/IndependentSolver.cpp b/lib/Solver/IndependentSolver.cpp index 7ebee1c7..69f9567c 100644 --- a/lib/Solver/IndependentSolver.cpp +++ b/lib/Solver/IndependentSolver.cpp @@ -131,7 +131,7 @@ public: os << ", "; } - os << "MO" << array->id; + os << "MO" << array->name; } for (elements_ty::const_iterator it = elements.begin(), ie = elements.end(); it != ie; ++it) { @@ -144,7 +144,7 @@ public: os << ", "; } - os << "MO" << array->id << " : " << dis; + os << "MO" << array->name << " : " << dis; } os << "}"; } |