NOW COMPILES. Improvements to timestepping.

This commit is contained in:
Miikka Vaisala
2020-09-11 17:03:10 +08:00
parent 66662c1603
commit e9e247c526
2 changed files with 6 additions and 7 deletions

View File

@@ -27,6 +27,6 @@
#pragma once
#include "astaroth.h"
AcReal host_timestep(const AcReal& umax, const AcMeshInfo& mesh_info);
AcReal host_timestep(const AcReal& umax, const AcReal& vAmax, const AcMeshInfo& mesh_info);
void set_timescale(const AcReal scale);