Index: mttroot/mtt/bin/trans/switch_txt2m ================================================================== --- mttroot/mtt/bin/trans/switch_txt2m +++ mttroot/mtt/bin/trans/switch_txt2m @@ -14,10 +14,14 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.8 1999/04/20 00:55:40 peterg +## Changed <= to < in switchopen.m +## Removed switch.m generation - redundant +## ## Revision 1.7 1999/04/02 06:30:37 peterg ## New _switchopen ## Removed switcha ## ## Revision 1.6 1998/10/01 18:20:50 peterg @@ -65,11 +69,11 @@ # Set states to zero awk '{ if ($1=="#"){ printf("#== open - boolean vector of open switches ==#\n") - printf("[open] = zero_vector(%i); # Default to not open\n", Nx); + printf("[open] = zero_state(%i); # Default to not open\n", Nx); } else{ printf("\n#== Switch: %s ==#\n",$1) printf("if (%s==0.0) \n", $1);