This commit is contained in:
James E McClure
2018-05-16 14:46:11 -04:00
parent 541dce4f63
commit 0663492d02

View File

@@ -18,8 +18,8 @@ Implementation of color lattice boltzmann model
class ScaLBL_ColorModel{
public:
ScaLBL_model_color();
~ScaLBL_model_color();
ScaLBL_ColorModel();
~ScaLBL_ColorModel();
// functions in they should be run
void ReadInput();