From 36492da266df3f7e66ad5a330c76af285d765fa7 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 10:50:00 +0000 Subject: =?UTF-8?q?auto-replaced=20all=20instances=20of=20H=F8jre=20=F8je?= =?UTF-8?q?=20and=20Venstre=20=F8je=20with=20o.dxt=20and=20o.sin.=20This?= =?UTF-8?q?=20was=20done=20using=20sed.=20These=20changes=20are=20not=20ve?= =?UTF-8?q?rified=20100%,=20but=20i=20assume=20it=20went=20well.=20A=20qui?= =?UTF-8?q?ck=20check=20showed=20no=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/xml/macros/keratometri-1.0.xml | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'server/xml/macros/keratometri-1.0.xml') diff --git a/server/xml/macros/keratometri-1.0.xml b/server/xml/macros/keratometri-1.0.xml index 581dadf..07459ae 100644 --- a/server/xml/macros/keratometri-1.0.xml +++ b/server/xml/macros/keratometri-1.0.xml @@ -14,12 +14,12 @@ out = '' - if ( getValue('keratometri.right.missing') == '' ) + if ( getValue('keratometri.odxt.missing') == '' ) then - rr1 = tonmb(getValue('keratometri.right.r1')) - rr2 = tonmb(getValue('keratometri.right.r2')) - rx1 = tonmb(getValue('keratometri.right.x1')) + rr1 = tonmb(getValue('keratometri.odxt.r1')) + rr2 = tonmb(getValue('keratometri.odxt.r2')) + rx1 = tonmb(getValue('keratometri.odxt.x1')) if ( rx1 >= 0 and rx1 < 90 ) then rx2 = rx1 + 90 @@ -53,12 +53,12 @@ end - if ( getValue('keratometri.left.missing') == '' ) + if ( getValue('keratometri.osin.missing') == '' ) then - lr1 = tonmb(getValue('keratometri.left.r1')) - lr2 = tonmb(getValue('keratometri.left.r2')) - lx1 = tonmb(getValue('keratometri.left.x1')) + lr1 = tonmb(getValue('keratometri.osin.r1')) + lr2 = tonmb(getValue('keratometri.osin.r2')) + lx1 = tonmb(getValue('keratometri.osin.x1')) if ( lx1 >= 0 and lx1 < 90 ) then lx2 = lx1 + 90 @@ -190,48 +190,48 @@ - + - +