Skip to content

Commit

Permalink
Fix header guard in regionalWindField/WindFieldModel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBonus authored Sep 21, 2024
1 parent 5be1c11 commit 779611a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef WIND_FIELD_MODEL_H_
#define WIND_FILED_MODEL_H_
#define WIND_FIELD_MODEL_H_

#include <Eigen/Dense>

Expand Down Expand Up @@ -89,4 +89,4 @@ class WindFieldModel

};

#endif
#endif // WIND_FIELD_MODEL_H_

0 comments on commit 779611a

Please sign in to comment.