← Back to team overview

dolfin team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~dolfin-core/dolfin/main] Rev 6032: Demo doc fix.]

 

This error was intentional to check whether the error was reported by
the buildbot.

Has the buildbot reported it? I've been waiting for it to turn red.
If not, the error needs to be put back in.

--
Anders
--- 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 ---

Follow ups