From 1261398be22faa5b0a6d121b7228db93cc23fe94 Mon Sep 17 00:00:00 2001 From: Ying-Li Niu <64801511@qq.com> Date: Sun, 21 Jun 2026 08:11:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20case05=20=E5=90=AF=E7=94=A8=20step=5Fsim?= =?UTF-8?q?ulate=3D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/case05/input/input.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)