diff --git a/examples/case05/input/input.txt b/examples/case05/input/input.txt index ab7650e..7e6c874 100644 --- a/examples/case05/input/input.txt +++ b/examples/case05/input/input.txt @@ -5,7 +5,7 @@ # ── 流程控制 ────────────────────────────────── # 每步用 0/1 单独开关,1=执行,0=跳过 # 依赖关系:抽帧依赖模拟结果,绘图依赖模拟+抽帧 -step_simulate: 0 # 运行物理模拟 → output/trajectory.txt +step_simulate: 1 # 运行物理模拟 → output/trajectory.txt step_sample: 0 # 抽帧 → output/display.txt step_plot: 0 # 绘制轨迹/能量图 → output/trajectory_plots.png step_animation: 1 # 自动播放 VisPy 3D 动画窗口(需安装 vispy)