Skip to content

Commit

Permalink
initialize matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Aug 31, 2024
1 parent af0d180 commit 7c2ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shape_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void check_point(const Omega_h::Matrix<2,3> & coords) {


int main(int argc, char** argv) {
Omega_h::Matrix<2,3> coords{{0.0},{1,0},{0.5,1}} ;
Omega_h::Matrix<2,3> coords{{0,0},{1,0},{0.5,1}} ;
check_verts(coords);
check_point(coords);

Expand Down

0 comments on commit 7c2ba19

Please sign in to comment.