Skip to content
Snippets Groups Projects
Commit b26e6649 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

Fixed compile error on OGS_USE_PETSC=ON as proposed by Tom.

parent ba9dc14e
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,7 @@ bool UncoupledProcessesTimeLoop::setCoupledSolutions()
}
_solutions_of_coupled_processes.emplace_back(coupled_xs);
auto const x = *_process_solutions[pcs_idx];
auto const& x = *_process_solutions[pcs_idx];
// Create a vector to store the solution of the last coupling iteration
auto& x_coupling0 = NumLib::GlobalVectorProvider::provider.getVector(x);
......
......@@ -26,7 +26,6 @@ stage('CLI (envinf1)') {
}, petsc: {
build.linux(dir: 'build-petsc', env: 'envinf1/petsc.sh', script: this)
}
}
stage('Test (envinf1)') {
......
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