From 4657c001ef1dce832c8d0f22471a0aea401b3703 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Thu, 28 Mar 2013 21:22:28 +0100 Subject: [PATCH] Corrected comments about which solver has been compiled --- src/frontend/misccoms.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index f346e2f28..7a39aa721 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -167,6 +167,17 @@ com_version(wordlist *wl) fprintf(cp_out, "******\n" "** %s-%s : %s\n" + +#if defined KLU + "** Compiled with KLU Direct Linear Solver\n" +#elif defined SuperLU + "** Compiled with SuperLU Direct Linear Solver\n" +#elif defined UMFPACK + "** Compiled with UMFPACK Direct Linear Solver\n" +#else + "** Compiled with Sparse Direct Linear Solver\n" +#endif + "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" "** %s\n",