From 4c85b686fd06b216e263393569da40d48a14dd75 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 12 Nov 2009 21:11:51 +0000 Subject: [PATCH] before the optimizations OptParametrize and OptValues were applied twice. in addition the values optimization is now always applied because it become very cheep --- src/romance/RelativeRomance.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/romance/RelativeRomance.gf b/src/romance/RelativeRomance.gf index f8d3f466f..1f5773e4a 100644 --- a/src/romance/RelativeRomance.gf +++ b/src/romance/RelativeRomance.gf @@ -6,7 +6,7 @@ incomplete concrete RelativeRomance of Relative = lin RelCl cl = { - s = \\ag,t,a,p,m => pronSuch ! ag ++ conjThat ++ + s = \\ag,t,a,p,m => pronSuch ! {g=ag.g; n=ag.n} ++ conjThat ++ cl.s ! DDir ! t ! a ! p ! m ; c = Nom } ;