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
libcdi
Commits
e4614d8e
Commit
e4614d8e
authored
Aug 22, 2012
by
Uwe Schulzweida
Browse files
maek_fint.c: used version from trunk
parent
470af693
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/make_fint.c
View file @
e4614d8e
...
...
@@ -4,7 +4,7 @@
#include
<ctype.h>
#include
<time.h>
//
#include "config.h"
#include
"config.h"
typedef
struct
{
...
...
@@ -116,7 +116,7 @@ void fortran_interface(char *fname, char *fnameinc, char *fnameint)
fprintf
(
fpinc
,
"! This file was automatically generated, don't edit!
\n
"
);
fprintf
(
fpinc
,
"!
\n
"
);
//
fprintf(fpinc, "! Fortran interface for CDI library version %s\n", VERSION);
fprintf
(
fpinc
,
"! Fortran interface for CDI library version %s
\n
"
,
VERSION
);
fprintf
(
fpinc
,
"!
\n
"
);
fprintf
(
fpinc
,
"! Author:
\n
"
);
fprintf
(
fpinc
,
"! -------
\n
"
);
...
...
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