changeset 497:6ebdd90ce3ee

bug in pavement durability
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 05 May 2014 23:17:19 -0400
parents 850ed17c7b2f
children ef4059f51af9
files python/pavement.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/pavement.py	Wed Apr 23 23:35:52 2014 -0400
+++ b/python/pavement.py	Mon May 05 23:17:19 2014 -0400
@@ -15,7 +15,7 @@
 
 durabilities = {1: 98, #96 to 100
                 2: 85, #75 to 96
-                3: 72, #50 to 75
+                3: 62, #50 to 75
                 4: 32, #15 to 50
                 5: 7 #0 to 15
                 }