Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
385954eb
Commit
385954eb
authored
Oct 28, 2017
by
Uwe Schulzweida
Browse files
nearpt3c.h: removed extern C.
parent
d7d4cde7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/compare.h
View file @
385954eb
...
...
@@ -15,11 +15,11 @@
GNU General Public License for more details.
*/
#ifndef
_
COMPARE_H
#define
_
COMPARE_H
#ifndef
COMPARE_H
#define
COMPARE_H
#if
def
ined(
HAVE_CONFIG_H
)
#
include "config.h"
#ifdef
HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<math.h>
...
...
@@ -52,4 +52,4 @@
#define STR_IS_EQ(x,y) ((*x)==(*y) && strcmp(x,y) == 0)
#endif
/*
_
COMPARE_H */
#endif
/* COMPARE_H */
src/nearpt3c.h
View file @
385954eb
...
...
@@ -6,12 +6,6 @@ typedef float Coord_T;
#define NPT3SFACT 32000
#define NPT3SCALE(x) (0.5+(x+1)*NPT3SFACT)
#if defined(__cplusplus)
extern
"C"
{
#endif
void
*
nearpt3_preprocess
(
const
int
nfixpts
,
Coord_T
**
pts
);
int
nearpt3_query
(
void
*
g
,
const
Coord_T
*
q
);
void
nearpt3_destroy
(
void
*
g
);
#if defined(__cplusplus)
}
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment