Skip to content
Snippets Groups Projects
Commit ef45c897 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(format) Fix format in solver

parent eb0a6e1e
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,13 @@ class BLAST_API Solver ...@@ -17,13 +17,13 @@ class BLAST_API Solver
{ {
private: private:
bldouble CFL0; ///< Initial CFL number. bldouble CFL0; ///< Initial CFL number.
unsigned int maxIt; ///< Maximum number of iterations. unsigned int maxIt; ///< Maximum number of iterations.
bldouble tol; ///< Convergence tolerance. bldouble tol; ///< Convergence tolerance.
unsigned int itFrozenJac0; ///< Number of iterations between which the unsigned int itFrozenJac0; ///< Number of iterations between which the
///< Jacobian is frozen. ///< Jacobian is frozen.
bldouble const gamma = 1.4; ///< Air heat capacity ratio. bldouble const gamma = 1.4; ///< Air heat capacity ratio.
bldouble Minf; ///< Freestream Mach number. bldouble Minf; ///< Freestream Mach number.
Fluxes *sysMatrix; Fluxes *sysMatrix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment