Skip to content
Snippets Groups Projects
Commit 78892268 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge bugfix/pressure-status into develop

parents c5eac43c 9e4177da
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #
......@@ -443,6 +443,7 @@ template <class rnumber,
void vorticity_equation<rnumber, be>::compute_pressure(field<rnumber, be, ONE> *pressure)
{
TIMEZONE("vorticity_equation::compute_pressure");
pressure->real_space_representation = false;
/* assume velocity is already in real space representation */
this->v[1]->real_space_representation = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment