Figuring out compilations.

This commit is contained in:
Miikka Vaisala
2020-11-20 11:58:15 +08:00
parent d060e67bec
commit cb15668f2d
4 changed files with 21 additions and 4 deletions

View File

@@ -20,9 +20,12 @@
uniform int AC_max_steps;
uniform int AC_save_steps;
uniform int AC_bin_steps;
uniform int AC_bc_type;
uniform int AC_start_step;
// In3 params
uniform int3 AC_bc_type_bot;
uniform int3 AC_bc_type_top;
// Real params
uniform Scalar AC_dt;
uniform Scalar AC_max_time;