Skip to content
Snippets Groups Projects
Commit 709241a3 authored by Timo Koch's avatar Timo Koch
Browse files

fixup

parent e7eea47b
No related branches found
No related tags found
1 merge request!3767[test][multidomain] Change pressure entries type to double.
Pipeline #41913 passed
+3
......@@ -239,7 +239,7 @@ int main(int argc, char** argv)
const auto& bBoxTree = gridGeometry.boundingBoxTree();
// copy data from the subdomains to full domain data vectors
std::vector<int> processRank(gridView.size(0), 0); // sequential simulation
std::vector<double> pressure(gridView.size(0));
std::vector<Scalar> pressure(gridView.size(0));
for (const auto& element : elements(gridView0))
{
......
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