Skip to content
Snippets Groups Projects
Commit c85fdec0 authored by Sean McBride's avatar Sean McBride
Browse files

Fixed clang analyzer warning about reading uninitialized data.

If 'nmat' is not positive, 'inputsPerMaterial' becomes meaningless but is used anyway,
bail early if so.

Also replaced ISO-8859 'squared' character with ASCII "^2",
since it was confusing my text editor and git diff.

Change-Id: I480447340a2ff541453eddce8c090d8e31e2a01a
parent d0f7675d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment