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
723851d3
Commit
723851d3
authored
Jan 15, 2013
by
Uwe Schulzweida
Browse files
Docu update
parent
acdbea86
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_quick_ref.tex
View file @
723851d3
This diff is collapsed.
Click to expand it.
src/make_fint.c
View file @
723851d3
...
...
@@ -396,7 +396,7 @@ void fortran_interface(char *fname, char *fnameinc, char *fnameint)
{
if
(
i
)
strcat
(
xline
,
", "
);
nchn
=
sprintf
(
farg
,
"%s%s"
,
cname
[
funcargtype
[
i
]],
funcargname
[
i
]);
nchn
=
sprintf
(
farg
,
"%s
%s"
,
cname
[
funcargtype
[
i
]],
funcargname
[
i
]);
if
(
(
strlen
(
xline
)
+
nchn
)
>
80
)
{
cdoc
[
ncdoc
].
aline
[
cdoc
[
ncdoc
].
naline
++
]
=
strdup
(
xline
);
...
...
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