Skip to content
Snippets Groups Projects
Commit bee5a0c3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

define NRANSI

parent 02302741
Branches
Tags
No related merge requests found
// $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 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <gsl/gsl_vector.h> #include <gsl/gsl_vector.h>
#include <gsl/gsl_linalg.h> #include <gsl/gsl_linalg.h>
#else #else
#define NRANSI
#include "nrutil.h" #include "nrutil.h"
#endif #endif
......
#define NRANSI
#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ #if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */
#include <stdio.h> #include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment