fix output directories (out/applications/...)

This commit is contained in:
2022-07-17 13:05:41 -07:00
parent 193e17e2c8
commit 82e72e9e14
3 changed files with 6 additions and 6 deletions

View File

@@ -53,8 +53,8 @@ fn main() {
driver.add_stimulus(stim);
// render the output to a video and to the terminal (low-res)
let _ = std::fs::create_dir_all("out/examples/wavefront");
driver.add_y4m_renderer("out/examples/wavefront/rendered.y4m", 1, None);
let _ = std::fs::create_dir_all("out/applications/wavefront");
driver.add_y4m_renderer("out/applications/wavefront/rendered.y4m", 1, None);
driver.add_term_renderer(4, None);
// finally, run the simulation: