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
cdo
Commits
98083ff9
Commit
98083ff9
authored
Oct 09, 2020
by
Uwe Schulzweida
Browse files
Added blank in output of option --opertors.
parent
e23661cf
Pipeline
#4555
passed with stages
in 23 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules.cc
View file @
98083ff9
...
@@ -696,7 +696,7 @@ operatorPrintList(bool print_no_output)
...
@@ -696,7 +696,7 @@ operatorPrintList(bool print_no_output)
output_list
[
out_list_idx
]
+=
get_spacing_for
(
16
,
current_op_name
)
+
description
;
output_list
[
out_list_idx
]
+=
get_spacing_for
(
16
,
current_op_name
)
+
description
;
}
}
std
::
string
in_out_info
std
::
string
in_out_info
=
"("
+
std
::
to_string
(
current_module
->
streamInCnt
)
+
"|"
+
std
::
to_string
(
current_module
->
streamOutCnt
)
+
")"
;
=
"
("
+
std
::
to_string
(
current_module
->
streamInCnt
)
+
"|"
+
std
::
to_string
(
current_module
->
streamOutCnt
)
+
")"
;
output_list
[
out_list_idx
]
+=
get_spacing_for
(
90
,
output_list
[
out_list_idx
])
+
in_out_info
;
output_list
[
out_list_idx
]
+=
get_spacing_for
(
90
,
output_list
[
out_list_idx
])
+
in_out_info
;
}
}
// print generated output list
// print generated output list
...
...
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