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

STYLE: mark globalMeshData::ListPlusEqOp as deprecated

- can use ListOps::appendEqOp as the more general form.
  Note that this uses a different template parameter.
  Eg,
      `globalMeshData::ListPlusEqOp<labelList>()`
  vs. `ListOps::appendEqOp<label>()`
parent 0a1cd580
Branches
Tags
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