cisst-saw
Loading...
Searching...
No Matches
nmrNetlib.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4/*
5 Author(s): Anton Deguet, Simon Leonard
6 Created on: 2005-11-24
7
8 (C) Copyright 2005-2023 Johns Hopkins University (JHU), All Rights Reserved.
9
10--- begin cisst license - do not edit ---
11
12This software is provided "as is" under an open source license, with
13no warranty. The complete license can be found in license.txt and
14http://www.cisst.org/cisst/license.txt.
15
16--- end cisst license ---
17*/
18
22
23
24#ifndef _nmrNetlib_h
25#define _nmrNetlib_h
26
28
29#if CISST_HAS_CISSTNETLIB
30
31#define CISST_HAS_NETLIB
32#include <cisstNetlib.h>
33
37#ifndef cisstNetlib_VERSION
38typedef long int CISSTNETLIB_INTEGER;
39typedef long int CISSTNETLIB_LOGICAL;
40typedef float CISSTNETLIB_FLOAT;
41typedef double CISSTNETLIB_DOUBLE;
42#endif // CISSTNETLIB_VERSION
43
44// for backward compatibility
45#ifndef CISSTNETLIB_VERSION
46#define CISSTNETLIB_VERSION cisstNetlib_VERSION
47#endif
48#ifndef CISSTNETLIB_VERSION_MAJOR
49#define CISSTNETLIB_VERSION_MAJOR cisstNetlib_VERSION_MAJOR
50#endif
51
52#endif // CISST_HAS_CISSTNETLIB
53
54#endif // _nmrNetlib_h