Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.201 1999/02/16 03:50:09 peterg +## Removed explicit _smx targets +## ## Revision 1.200 1998/12/03 17:11:03 peterg ## Added -dc (derivative causality) switch. ## ## Revision 1.199 1998/12/03 16:53:50 peterg ## Now completes causality using component, not bond, status. @@ -1255,13 +1258,17 @@ fi if [ "$3" != "view" ]; then if [ "$3" != "hview" ]; then - echo Copying $1_$2.$3 - cp -u -p $1_$2.$3 .. - + if [ "$3" = "html" ]; then + echo Moving $1_$2 + mv $1_$2 .. + else + echo Copying $1_$2.$3 + cp -u -p $1_$2.$3 .. + fi if [ "$PLOTTYPE" = "multiple" ]; then echo Copying $1_$2$__ARGS.ps cp $1_$2$__ARGS.ps .. fi @@ -1791,13 +1798,11 @@ mtt_m2p $1_switch.m $1_switcha.p : $1_def.r $1_switcha.m mtt_m2p $1_switcha.m $1_ode2odes.p : $1_ode2odes.m $1_def.r\ $1_simpar.p $1_numpar.p $1_state.p $1_input.p \ - $1_ode.p $1_odeo.p $1_switch.p $1_switcha.p \ - mtt_implicit.p mtt_euler.p \ - mtt_write.p sign.p zero_matrix.p zero_vector.p + $1_ode.p $1_odeo.p $1_switch.p $1_switcha.p mtt_m2p $1_ode2odes.m $1_ode2odes.c: $1_ode2odes.p mtt_p2c $info_switch $1 ode2odes