chiark / gitweb /
Add "celtic" as E
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 23 May 2010 17:30:26 +0000 (18:30 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 23 May 2010 17:30:26 +0000 (18:30 +0100)
yarrg/where-vessels

index 272a11432b37f6c6d7169f773b89a621790e7326..9ccb8d1726338a9617b637b71069e4c24aefec0c 100755 (executable)
@@ -583,6 +583,7 @@ proc vessel {vin} {
     switch -exact $subclass {
        null            { lappend codel {} }
        icy             { lappend codel F }
+       celtic          { lappend codel E }
        default         { lappend codel ($subclass) }
     }