aboutsummaryrefslogtreecommitdiff
path: root/cartoon_constr.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-08-12 17:06:34 +0200
committerAnton Khirnov <anton@khirnov.net>2020-08-12 17:06:34 +0200
commit19c297d49cc8133cdc3e15e80cbb7ac2fb1c34b8 (patch)
treefb1f053460f292f8e8d2ad7d2a2a7eab655dceac /cartoon_constr.c
parent5209fc8f9afe5afc9a1315839bc7501aa103e34d (diff)
Vectorize 2
Diffstat (limited to 'cartoon_constr.c')
-rw-r--r--cartoon_constr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cartoon_constr.c b/cartoon_constr.c
index 91b3445..6f87960 100644
--- a/cartoon_constr.c
+++ b/cartoon_constr.c
@@ -44,7 +44,7 @@
PDstandardNth23gt33 = kzero;
PDstandardNth2phi = kzero;
- PDstandardNth22phi = kifthen(origin, PDstandardNth11phi, kmul(PDstandardNth1phi, vinx));
+ PDstandardNth22phi = kifthen(origin, PDstandardNth11phi, kmul(PDstandardNth1phi, xinv));
PDstandardNth12phi = kzero;
PDstandardNth23phi = kzero;
PDstandardNth2Xt1 = kzero;