--- Begin Message ---
------------------------------------------------------------
revno: 6032
committer: Garth N. Wells <gnw20@xxxxxxxxx>
branch nick: dolfin-all
timestamp: Mon 2011-07-04 22:37:01 +0100
message:
Demo doc fix.
modified:
demo/pde/poisson/cpp/documentation.rst
--
lp:dolfin
https://code.launchpad.net/~dolfin-core/dolfin/main
Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
=== modified file 'demo/pde/poisson/cpp/documentation.rst'
--- demo/pde/poisson/cpp/documentation.rst 2011-07-04 15:35:25 +0000
+++ demo/pde/poisson/cpp/documentation.rst 2011-07-04 21:37:01 +0000
@@ -28,7 +28,7 @@
.. code-block:: python
- element = FiniteElement("Lagrange", triangle, 2)
+ element = FiniteElement("Lagrange", triangle, 1)
The first argument to :py:class:`FiniteElement` is the finite element
family, the second argument specifies the domain, while the third
--- End Message ---