changeset 498:ef4059f51af9

merged
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 05 May 2014 23:17:46 -0400
parents 6ebdd90ce3ee (diff) b96ff16b1c81 (current diff)
children 3b99d712bbee
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/pavement.py	Thu May 01 11:08:41 2014 -0400
+++ b/python/pavement.py	Mon May 05 23:17:46 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
                 }