diff --git a/models/ColorModel.h b/models/ColorModel.h index a1640c5d..ec16d49e 100644 --- a/models/ColorModel.h +++ b/models/ColorModel.h @@ -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();