We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8da11 commit b50e9e2Copy full SHA for b50e9e2
tests/integrated/test-fci-boundary/get_par_bndry.cxx
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
17
for (const auto& bndry_par :
18
mesh->getBoundariesPar(static_cast<BoundaryParType>(i))) {
19
output.write("{:s} region\n", toString(static_cast<BoundaryParType>(i)));
20
- for (auto& pnt: bndry_par) {
+ for (auto& pnt : bndry_par) {
21
fields[i][pnt.ind()] += 1;
22
output.write("{:s} increment\n", toString(static_cast<BoundaryParType>(i)));
23
}
0 commit comments