Skip to content

Commit a805bce

Browse files
committed
Revert change in demo
1 parent af02ec6 commit a805bce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/demo/mixed_poisson/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ int main(int argc, char* argv[])
278278
// in the map), and exterior facet domain marked as '1' in the UFL
279279
// file, and `domains` holds the necessary data to perform
280280
// integration of selected facets.
281-
std::map<
282-
std::int32_t,
283-
std::vector<std::pair<std::int32_t, std::span<const std::int32_t>>>>
281+
std::map<std::int32_t,
282+
std::vector<
283+
std::pair<fem::IntegralType, std::span<const std::int32_t>>>>
284284
subdomain_data{{fem::IntegralType(1, 1), {{1, domains}}}};
285285

286286
// Since we are doing a `ds(1)` integral on mesh and `u0` is defined

0 commit comments

Comments
 (0)