Skip to content

Commit

Permalink
add mesh and centering
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-frey committed Mar 19, 2023
1 parent e681bc2 commit 94bd21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/Field/Field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST_F(FieldTest, Curl) {

TEST_F(FieldTest, Hessian) {
typedef ippl::Vector<double, dim> Vector_t;
typedef ippl::Field<ippl::Vector<Vector_t, dim>, dim> matrix_field_type;
typedef ippl::Field<ippl::Vector<Vector_t, dim>, dim, Mesh_t, Centering_t> matrix_field_type;

field_type field(*mesh, *layout);
int nghost = field.getNghost();
Expand Down

0 comments on commit 94bd21e

Please sign in to comment.