Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Bing Yuan
Nektar
Commits
51256cc4
Commit
51256cc4
authored
Mar 20, 2017
by
Kilian Lackhove
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FieldConvert: fix a crash in the interppointdatatofld module
parent
1ee65991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
...FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
+1
-1
No files found.
library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
View file @
51256cc4
...
...
@@ -91,7 +91,7 @@ void ProcessInterpPointDataToFld::Process(po::variables_map &vm)
ASSERTL0
(
nFields
>
0
,
"No field values provided in input"
);
// assume one field is already defined from input file.
m_f
->
m_exp
.
resize
(
nFields
+
1
);
m_f
->
m_exp
.
resize
(
nFields
);
for
(
i
=
1
;
i
<
nFields
;
++
i
)
{
m_f
->
m_exp
[
i
]
=
m_f
->
AppendExpList
(
0
);
...
...
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