Changed #ifdef HAVE_... to #if HAVE_...

This commit is contained in:
Atgeirr Flø Rasmussen
2013-03-19 13:33:07 +01:00
parent c1e6c7c778
commit fbf938ef91

View File

@@ -78,7 +78,7 @@ main(int argc, char** argv)
parameter::ParameterGroup param(argc, argv, false);
std::cout << "--------------- Reading parameters ---------------" << std::endl;
#ifndef HAVE_SUITESPARSE_UMFPACK_H
#if ! HAVE_SUITESPARSE_UMFPACK_H
// This is an extra check to intercept a potentially invalid request for the
// implicit transport solver as early as possible for the user.
{