refactor(GridFire): updated outputs

This commit is contained in:
2026-04-13 07:19:18 -04:00
parent d1872cb65a
commit 5a1a904e71
10 changed files with 704 additions and 291 deletions

View File

@@ -3,3 +3,9 @@ executable(
'main.cpp',
dependencies: [gridfire_dep],
)
executable(
'gf_wall_vs_temp',
'gf_wall_vs_temp.cpp',
dependencies: [gridfire_dep]
)