Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4a62cc4e
Commit
4a62cc4e
authored
Mar 01, 2011
by
Uwe Schulzweida
Browse files
Fortran interface update
parent
bc37d409
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cdi.inc
View file @
4a62cc4e
!
This
file
was
automatically
cre
ated
,
don
'
t
edit
!
!
This
file
was
automatically
gener
ated
,
don
'
t
edit
!
!
!
Fortran
interface
for
CDI
library
version
1.4.8
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
February
2011
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
March
2011
!
INTEGER
CDI_UNDEFID
...
...
src/cdiFortran.c
View file @
4a62cc4e
/* Automatically
cre
ated
with
make_fint.c, don't edit! */
/* Automatically
gener
ated
by
make_fint.c, don't edit! */
#if defined (HAVE_CONFIG_H)
# include "config.h"
...
...
src/make_fint.c
View file @
4a62cc4e
...
...
@@ -114,7 +114,7 @@ void fortran_interface(char *fname, char *fnameinc, char *fnameint)
/* fortran include */
fprintf
(
fpinc
,
"! This file was automatically
cre
ated, don't edit!
\n
"
);
fprintf
(
fpinc
,
"! This file was automatically
gener
ated, don't edit!
\n
"
);
fprintf
(
fpinc
,
"!
\n
"
);
fprintf
(
fpinc
,
"! Fortran interface for CDI library version %s
\n
"
,
VERSION
);
fprintf
(
fpinc
,
"!
\n
"
);
...
...
@@ -125,7 +125,7 @@ void fortran_interface(char *fname, char *fnameinc, char *fnameint)
/* fortran interface */
fprintf
(
fpint
,
"/* Automatically
cre
ated
with
make_fint.c, don't edit! */
\n
"
);
fprintf
(
fpint
,
"/* Automatically
gener
ated
by
make_fint.c, don't edit! */
\n
"
);
fprintf
(
fpint
,
"
\n
"
);
fprintf
(
fpint
,
"#if defined (HAVE_CONFIG_H)
\n
"
);
fprintf
(
fpint
,
"# include
\"
config.h
\"\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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