changeset 356:9567a9dd220d feature/hypsyst

The problem with the upwid operators is fixed
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 08 Dec 2016 10:52:15 +0100
parents 69b078cf8072
children 4a5d83324ec1
files +scheme/Hypsyst3d.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 69b078cf8072 -r 9567a9dd220d +scheme/Hypsyst3d.m
--- a/+scheme/Hypsyst3d.m	Thu Dec 08 10:42:11 2016 +0100
+++ b/+scheme/Hypsyst3d.m	Thu Dec 08 10:52:15 2016 +0100
@@ -138,7 +138,7 @@
                     
                     temp=Cm*Dpz;
                     obj.D=obj.D-temp;
-                    temp=-Cp*Dmz;
+                    temp=Cp*Dmz;
                     obj.D=obj.D-temp;
                     clear Cp Cm Dpz Dmz