Skip to content

Commit d6b9577

Browse files
committed
Another revert
1 parent a805bce commit d6b9577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/demo/mixed_poisson/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ 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<std::int32_t,
281+
std::map<fem::IntegralType,
282282
std::vector<
283283
std::pair<fem::IntegralType, std::span<const std::int32_t>>>>
284284
subdomain_data{{fem::IntegralType(1, 1), {{1, domains}}}};

0 commit comments

Comments
 (0)