From bee5a0c32262fd96b853e39efd24a973d07be66b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 16 Apr 2003 15:32:15 +0000 Subject: [PATCH] define NRANSI --- Mesh/Utils.cpp | 3 ++- NR/nrutil.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Mesh/Utils.cpp b/Mesh/Utils.cpp index 34781c0b1e..a83308b29f 100644 --- a/Mesh/Utils.cpp +++ b/Mesh/Utils.cpp @@ -1,4 +1,4 @@ -// $Id: Utils.cpp,v 1.20 2003-03-21 00:52:42 geuzaine Exp $ +// $Id: Utils.cpp,v 1.21 2003-04-16 15:32:15 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // @@ -35,6 +35,7 @@ #include <gsl/gsl_vector.h> #include <gsl/gsl_linalg.h> #else +#define NRANSI #include "nrutil.h" #endif diff --git a/NR/nrutil.cpp b/NR/nrutil.cpp index e1066b49c0..8aeaf3a79e 100644 --- a/NR/nrutil.cpp +++ b/NR/nrutil.cpp @@ -1,3 +1,4 @@ +#define NRANSI #if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ #include <stdio.h> -- GitLab