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
Javier Galan
rest-framework
Commits
bd6ec0df
Commit
bd6ec0df
authored
Nov 24, 2020
by
Javier Galan
Browse files
restG4.cc initializing stat_val = 0. To solve geometry getting stuck.
parent
2a8017a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/restG4/restG4.cc
View file @
bd6ec0df
...
...
@@ -484,7 +484,7 @@ throw std::exception();
}
// father process
else
{
int
stat_val
;
int
stat_val
=
0
;
pid_t
child_pid
;
printf
(
"Writing geometry ...
\n
"
);
...
...
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