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
24a8e5c0
Commit
24a8e5c0
authored
May 23, 2017
by
Uwe Schulzweida
Browse files
Changed to C++ Strings.
parent
b27010ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/tex/makedoc
View file @
24a8e5c0
...
...
@@ -305,7 +305,7 @@ while (<MOFILE>) {
}
print
HELPFILE
"
\n
";
print
HELPFILE
"
st
atic const char *
${mname}
Help
[]
= {
\n
";
print
HELPFILE
"
st
d::vector<std::string>
${mname}
Help = {
\n
";
@hkeys
=
split
("
",
$moperators
);
# print "$#hkeys @hkeys \n";
...
...
@@ -1019,7 +1019,6 @@ while (<MOFILE>) {
# print HELPFILE " \"\",\n";
# print HELPFILE " \"\@End_${operator}\",\n";
print
HELPFILE
"
NULL
\n
";
print
HELPFILE
"
};
\n
";
print
TCFILE
"
\\
end{tabular*}
\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