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
fluidparticles
MigFlow
Commits
d7bbafde
Commit
d7bbafde
authored
Nov 14, 2018
by
Matthieu Constant
Browse files
fix printf
parent
e7d67a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
fluid/fluid_problem.c
View file @
d7bbafde
...
...
@@ -633,7 +633,6 @@ static void compute_weak_boundary_conditions(FluidProblem *problem, double dt, d
n_value
=
bnd
->
n_value
;
if
(
n_value
>
0
){
v
=
realloc
(
v
,
mesh
->
phys_n_nodes
[
iphys
]
*
sizeof
(
double
)
*
n_value
);
printf
(
"tag : %s apply = %p %i
\n
"
,
bnd
->
tag
,
bnd
->
apply
,
bnd
->
n_value
);
bnd
->
apply
(
mesh
->
phys_n_nodes
[
iphys
],
x
,
v
);
}
break
;
...
...
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