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
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixHDF5
Commits
cf32e7f9
Commit
cf32e7f9
authored
Dec 08, 2020
by
Pierre Aubert
Browse files
Remove class name to call compType and offste
parent
04de150b
Pipeline
#95481
passed with stages
in 6 minutes and 26 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/BackEnd/backend.cpp
src/BackEnd/backend.cpp
+1
-2
No files found.
src/BackEnd/backend.cpp
View file @
cf32e7f9
...
...
@@ -679,8 +679,7 @@ std::string ph5_backendTableSourceCompType(PTable & table){
body
+=
");
\n
"
;
body
+=
"
\t
H5::CompType typeCol(sizeAll);
\n
"
;
for
(
PVecAttribute
::
iterator
it
(
vecAttriute
.
begin
());
it
!=
vecAttriute
.
end
();
++
it
){
body
+=
"
\t
typeCol.insertMember(
\"
"
+
it
->
getColName
()
+
"
\"
, "
+
name
+
"::getOffset"
+
firstToUpper
(
it
->
getName
())
+
"(), "
+
name
+
"::getType"
+
firstToUpper
(
it
->
getName
())
+
"());
\n
"
;
body
+=
"
\t
typeCol.insertMember(
\"
"
+
it
->
getColName
()
+
"
\"
, getOffset"
+
firstToUpper
(
it
->
getName
())
+
"(), getType"
+
firstToUpper
(
it
->
getName
())
+
"());
\n
"
;
}
body
+=
"
\t
return typeCol;
\n
"
;
body
+=
"}
\n\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