Browse Source

do_meas only if .meas cards are available

pre-master-46
h_vogt 17 years ago
parent
commit
f72545d4d0
  1. 3
      src/frontend/runcoms.c

3
src/frontend/runcoms.c

@ -347,7 +347,8 @@ dosim(
}
/* execute the .measure statements */
if ( !err && ft_curckt->ci_last_an) do_measure( ft_curckt->ci_last_an, FALSE );
if ( !err && ft_curckt->ci_last_an && ft_curckt->ci_meas)
do_measure( ft_curckt->ci_last_an, FALSE );
return err;
}

Loading…
Cancel
Save