lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5644] Forbid sample-product rated riders where unsupporte


From: Greg Chicares
Subject: [lmi-commits] [5644] Forbid sample-product rated riders where unsupported by calculations
Date: Sat, 05 Jan 2013 13:03:15 +0000

Revision: 5644
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5644
Author:   chicares
Date:     2013-01-05 13:03:15 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
Forbid sample-product rated riders where unsupported by calculations

Modified Paths:
--------------
    lmi/trunk/dbdict.cpp

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2013-01-05 01:09:31 UTC (rev 5643)
+++ lmi/trunk/dbdict.cpp        2013-01-05 13:03:15 UTC (rev 5644)
@@ -700,8 +700,8 @@
     Add(database_entity(DB_AllowGuarUw         , true));
     Add(database_entity(DB_AllowMortBlendSex   , true));
     Add(database_entity(DB_AllowMortBlendSmoke , true));
-    Add(database_entity(DB_AllowRatedWp        , true));
-    Add(database_entity(DB_AllowRatedAdb       , true));
+    Add(database_entity(DB_AllowRatedWp        , false));
+    Add(database_entity(DB_AllowRatedAdb       , false));
     Add(database_entity(DB_AllowRatedTerm      , true));
     Add(database_entity(DB_Allowable           , true));
     Add(database_entity(DB_AllowPreferredClass , true));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]