Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
78707597
Commit
78707597
authored
Jun 09, 2016
by
Douglas Serson
Committed by
Chris Cantwell
Jul 12, 2016
Browse files
Change missing from previous commit
(cherry picked from commit
7418ec8d
)
parent
50e68a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/FieldConvert/FieldConvert.cpp
View file @
78707597
...
...
@@ -380,13 +380,13 @@ int main(int argc, char* argv[])
// Run field process.
for
(
int
i
=
0
;
i
<
modules
.
size
();
++
i
)
{
if
(
f
->
m_verbose
&&
f
->
m_comm
->
GetRank
()
==
0
)
if
(
f
->
m_verbose
&&
f
->
m_comm
->
TreatAsRankZero
()
)
{
moduleTimer
.
Start
();
}
modules
[
i
]
->
Process
(
vm
);
cout
.
flush
();
if
(
f
->
m_verbose
&&
f
->
m_comm
->
GetRank
()
==
0
)
if
(
f
->
m_verbose
&&
f
->
m_comm
->
TreatAsRankZero
()
)
{
moduleTimer
.
Stop
();
NekDouble
cpuTime
=
moduleTimer
.
TimePerTest
(
1
);
...
...
@@ -401,7 +401,7 @@ int main(int argc, char* argv[])
if
(
f
->
m_verbose
)
{
if
(
f
->
m_comm
->
GetRank
()
==
0
)
if
(
f
->
m_comm
->
TreatAsRankZero
()
)
{
timer
.
Stop
();
NekDouble
cpuTime
=
timer
.
TimePerTest
(
1
);
...
...
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