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

ENH: add explicit doubleVector, doubleTensor typedefs

- the counterpart to floatVector, doubleTensor, which can be useful
  for connecting to programs that always expect double precision for
  the arguments, when using single-precision for OpenFOAM itself.

  Eg,
     doubleVector pos = ...;
     vtkcamera->SetPosition(pos.v_);
parent 0a056fdb
Branches
Tags
No related merge requests found
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