A suggestion when we fail to converge or go singular.

[git-p4: depot-paths = "//depot/solvespace/": change = 1832]
solver
Jonathan Westhues 2008-07-09 23:17:35 -08:00
parent 7cf0deb9f4
commit 44795175ee
1 changed files with 3 additions and 0 deletions

View File

@ -493,6 +493,9 @@ void TextWindow::ShowGroupSolveInfo(void) {
break;
}
}
Printf(true, "It may be possible to fix the problem ");
Printf(false, "by selecting Edit -> Undo.");
}
//-----------------------------------------------------------------------------