Hello,

I would like to define a constant 2D/3D point, but I can not do it.
Maybe my question is more a C++ question than a Deal ii, but I would 
appreciate it if someone help me.

I want to write something like:

switch (dim)
          {
          case 2: const Point<dim> test_point (value1, value2);
          case 3: const Point<dim> test_point (value1, value2, value3);
          }

Many thanks.
Lisa

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to