Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
10167d15
Commit
10167d15
authored
May 16, 2013
by
Uwe Schulzweida
Browse files
changed cdifortran.h to cdiFortran.h
parent
ddf7139e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdiFortran.c
View file @
10167d15
...
...
@@ -15,7 +15,7 @@
#endif
#if ! defined (_CDIFORTRAN_H)
# include "cdi
f
ortran.h"
# include "cdi
F
ortran.h"
#endif
...
...
src/make_fint.c
View file @
10167d15
...
...
@@ -278,7 +278,7 @@ void fortran_interface(char *fname, char *fnameinc, char *fnameint)
fprintf
(
fpint
,
"#endif
\n
"
);
fprintf
(
fpint
,
"
\n
"
);
fprintf
(
fpint
,
"#if ! defined (_CDIFORTRAN_H)
\n
"
);
fprintf
(
fpint
,
"# include
\"
cdi
f
ortran.h
\"\n
"
);
fprintf
(
fpint
,
"# include
\"
cdi
F
ortran.h
\"\n
"
);
fprintf
(
fpint
,
"#endif
\n
"
);
fprintf
(
fpint
,
"
\n
"
);
...
...
Write
Preview
Markdown
is supported
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