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
CTA-LAPP
PHOENIX_LIBS
PhoenixHDF5
Commits
8fa5afdd
Commit
8fa5afdd
authored
Nov 25, 2020
by
Pierre Aubert
Browse files
Add program to test generated code
parent
277cd164
Pipeline
#92614
failed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/BackEnd/backend.cpp
src/BackEnd/backend.cpp
+1
-1
No files found.
src/BackEnd/backend.cpp
View file @
8fa5afdd
...
...
@@ -184,7 +184,7 @@ std::string ph5_backendTableHeader(const PTable & table){
body
+=
"
\t\t
void allocate(size_t nbRow);
\n\n
"
;
body
+=
ph5_backendTableHeaderUpdateArrayDim
(
table
);
body
+=
"
\n
"
;
body
+=
"
\t\t
///Number of rows in the table "
+
name
+
"
\n
"
;
body
+=
"
\t\t
size_t p__nbRow;
\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