http://xyst.i2p/DEBUG/cppcheck/148.html
stab2 ) return ; auto stab2coef = g_cfg . get < tag :: stab2coef > (); auto vnL = ( ruL * nx + rvL * ny + rwL * nz ) / rL ; auto vnR = ( ruR * nx + rvR * ny + rwR * nz ) / rR ; auto len = tk :: length ( nx , ny , nz ); auto cL = eos :: soundspeed ( std :: max ( rL , 1.0e-8 ), std :: max ( pL , 0.0 ) ); auto cR = eos :: soundspeed ( std :: max ( rR , 1.0e-8 ), std :: max ( pR , 0.0 ) ); auto sl = std :: abs ( vnL ) + cL * len ; auto sr = std :: abs ( vnR ) + cR * len ; auto...