changeset 9:a3f1106a6dc9 misc

_reg_ -> _type_
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2009 06:50:22 +0000
parents 0cf98c61bd9d
children 00510380663b
files materials/parsematerial.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsematerial.pl	Thu Feb 26 06:41:23 2009 +0000
+++ b/materials/parsematerial.pl	Thu Feb 26 06:50:22 2009 +0000
@@ -135,7 +135,7 @@
     push(@{$types{$data{$name}{"type"}}}, lc($name));
   }
   foreach my $type (sort { $a cmp $b } keys %types) {
-    print "/set gmat_reg_".lc($type)."=".join('|', @{$types{$type}})."\n";
+    print "/set gmat_type_".lc($type)."=".join('|', @{$types{$type}})."\n";
   }
 } else {
   foreach my $name (@entries) {