# HG changeset patch # User jwe # Date 1038434691 0 # Node ID 6b7bd9e406be0d6b0afdfb25622077b26ab70068 # Parent a9c76557a005aa5ff9ffed47397a657bcc9850a1 [project @ 2002-11-27 22:04:51 by jwe] diff -r a9c76557a005 -r 6b7bd9e406be examples/oregonator.cc --- a/examples/oregonator.cc Tue Nov 26 17:49:45 2002 +0000 +++ b/examples/oregonator.cc Wed Nov 27 22:04:51 2002 +0000 @@ -14,7 +14,7 @@ ColumnVector x (args(0).vector_value ()); - dx(0) = 77.27 * (x(1) - x(0)*x(1) + x(0) - 8.375e-06*pow (x(0), 2)); + dx(0) = 77.27 * (x(1) - x(0)*x(1) + x(0) - 8.375e-06*pow (x(0), 2.0)); dx(1) = (x(2) - x(0)*x(1) - x(1)) / 77.27; dx(2) = 0.161*(x(0) - x(2));