Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julia
Nektar
Commits
fbbed34f
Commit
fbbed34f
authored
Jan 31, 2014
by
Chris Cantwell
Browse files
Fixed Windows compile error.
parent
74b43883
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/PreProcessing/MeshConvert/InputNekpp.cpp
View file @
fbbed34f
...
...
@@ -239,7 +239,7 @@ namespace Nektar
}
else
// quad face.
{
int
N
=
sqrt
(
Ntot
);
int
N
=
(
int
)
sqrt
((
double
)
Ntot
);
for
(
int
j
=
1
;
j
<
N
-
1
;
++
j
)
{
for
(
int
k
=
1
;
k
<
N
-
1
;
++
k
)
...
...
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