Index: mttroot/mtt/bin/trans/lang_header ================================================================== --- mttroot/mtt/bin/trans/lang_header +++ mttroot/mtt/bin/trans/lang_header @@ -6,10 +6,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1998/07/25 10:43:10 peterg +## No assignments of x or u if sm rep. +## ## Revision 1.3 1998/07/19 15:52:15 peterg ## Don't call the _input function - make it external from now on ... ## ## Revision 1.2 1998/05/24 12:47:39 peterg ## This still needs worjk doing for c generation!! @@ -143,11 +146,11 @@ # Globals sympar2global_txt2lang $1 $language if [ "$language" = "c" ] || [ "$language" = "m" ]; then - if [ "$rep" != "sm" ]; then + if [ "$rep" != "sm" ]&&[ "$rep" != "switch" ]; then # Common part - ode (c and m) # Use octave for this bit - needs the definition file $MATRIX -q <