Skip to content
Snippets Groups Projects
Commit a592ebc0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: avoid unrestricted dictionary lookup in conversion, sampling, surfMesh

- aids with detection of excess tokens (issue #762)

- deprecated dictionary::operator[] in favour of the lookup() method
  which offers more flexibilty and clarity of purpose.
  Additionally, the read<> and get<> forms should generally be used
  instead anyhow.
parent 956abe3f
Branches
Tags
No related merge requests found
Showing
with 75 additions and 147 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment