Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
marty
marty-public
Commits
2a2c9638
Commit
2a2c9638
authored
Jun 05, 2021
by
Grégoire Uhlrich
Browse files
param_t::print() layout fixed
parent
5e09e770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
csl/src/librarygroup.cpp
csl/src/librarygroup.cpp
+4
-4
No files found.
csl/src/librarygroup.cpp
View file @
2a2c9638
...
@@ -217,13 +217,13 @@ namespace csl {
...
@@ -217,13 +217,13 @@ namespace csl {
<<
LibraryGenerator
::
complexUsing
<<
"> const*, "
<<
LibraryGenerator
::
complexUsing
<<
"> const*, "
<<
complexParams
.
size
()
<<
">;
\n
"
;
<<
complexParams
.
size
()
<<
">;
\n
"
;
out
<<
'\n'
;
out
<<
'\n'
;
out
<<
LibraryGenerator
::
indent
(
1
)
<<
"out <<
\"
param_t struct:
\\
n
\"
;"
;
out
<<
LibraryGenerator
::
indent
(
2
)
<<
"out <<
\"
param_t struct:
\\
n
\"
;
\n
"
;
out
<<
LibraryGenerator
::
indent
(
1
)
<<
"out <<
\"
Real parameters
\\
n
\"
;"
;
out
<<
LibraryGenerator
::
indent
(
2
)
<<
"out <<
\"
Real parameters
\\
n
\"
;
\n
"
;
printPrintParameterList
(
"real_params"
,
realParams
,
out
,
nIndent
+
1
);
printPrintParameterList
(
"real_params"
,
realParams
,
out
,
nIndent
+
1
);
out
<<
'\n'
;
out
<<
'\n'
;
out
<<
LibraryGenerator
::
indent
(
1
)
<<
"out <<
\"
Complex parameters
\\
n
\"
;"
;
out
<<
LibraryGenerator
::
indent
(
2
)
<<
"out <<
\"
Complex parameters
\\
n
\"
;
\n
"
;
printPrintParameterList
(
"complex_params"
,
complexParams
,
out
,
nIndent
+
1
);
printPrintParameterList
(
"complex_params"
,
complexParams
,
out
,
nIndent
+
1
);
out
<<
LibraryGenerator
::
indent
(
1
)
<<
"out <<
\"\\
n
\"
;"
;
out
<<
LibraryGenerator
::
indent
(
2
)
<<
"out <<
\"\\
n
\"
;
\n
"
;
out
<<
LibraryGenerator
::
indent
(
nIndent
)
<<
"}
\n
"
;
out
<<
LibraryGenerator
::
indent
(
nIndent
)
<<
"}
\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