summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/ode.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/ode.asy')
-rw-r--r--Master/texmf-dist/asymptote/ode.asy3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/ode.asy b/Master/texmf-dist/asymptote/ode.asy
index 712196a3018..51941844fc4 100644
--- a/Master/texmf-dist/asymptote/ode.asy
+++ b/Master/texmf-dist/asymptote/ode.asy
@@ -98,8 +98,7 @@ void expfactors(real x, coefficients a)
}
// First-Order Euler
-RKTableau Euler=RKTableau(1,new real[][],
- new real[] {1});
+RKTableau Euler=RKTableau(1,new real[][], new real[] {1});
// First-Order Exponential Euler
RKTableau E_Euler=RKTableau(1,new real[][], new real[] {1},