Skip to content

Commit

Permalink
Update cpp/Contact.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jørgen Schartum Dokken <[email protected]>
  • Loading branch information
garth-wells and jorgensd authored Jun 18, 2024
1 parent f66c2dd commit c628575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Contact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void Contact::create_distance_map(int pair)
= tabulate(cmap, _quadrature_rule);

// NOTE: This function should be moved somwhere else, or return the
// actual points such that we compuld send them in to
// actual points such that we could send them in to
// compute_distance_map. Compute quadrature points on physical facet
// _qp_phys_"origin_meshtag"
create_q_phys(quadrature_mt);
Expand Down

0 comments on commit c628575

Please sign in to comment.