]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid infinite loop.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 27 Sep 2013 12:34:23 +0000 (12:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 27 Sep 2013 12:34:23 +0000 (12:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@30973 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-42/step-42.cc

index e226ffd28c9e35efa4b5b5e63d18720a8006b55f..5496cb266b75bce3c76f738070f87e2b85d1da1b 100644 (file)
@@ -189,7 +189,7 @@ namespace Step42
     H(0, 1) = yy;
     H(0, 2) = xx * yy;
     H(0, 3) = 1.0;
-    b(0) = get_value(ix, iy);
+    b(0) = get_pixel_value(ix, iy);
 
     xx = (ix + 1) * hx;
     yy = iy * hy;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.