Skip to content

Commit

Permalink
Fix a few missed header include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Feb 2, 2024
1 parent 300d3bf commit 6a97804
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/22/hdivmass_22_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ CEED_QFUNCTION(f_apply_hdivmass_22)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_22_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_22_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/22/hdivmass_build_22_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ CEED_QFUNCTION(f_build_hdivmass_22)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_BUILD_22_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_BUILD_22_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/32/hdivmass_32_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ CEED_QFUNCTION(f_apply_hdivmass_32)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_32_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_32_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/32/hdivmass_build_32_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ CEED_QFUNCTION(f_build_hdivmass_32)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_BUILD_32_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_BUILD_32_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/33/hdivmass_33_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ CEED_QFUNCTION(f_apply_hdivmass_33)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_33_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_33_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/33/hdivmass_build_33_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ CEED_QFUNCTION(f_build_hdivmass_33)(void *__restrict__ ctx, CeedInt Q,
return 0;
}

#endif // PALACE_LIBCEED_CURLCURL_MASS_BUILD_33_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_BUILD_33_QF_H
2 changes: 1 addition & 1 deletion palace/fem/qfunctions/hdivmass_qf.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
#include "33/hdivmass_33_qf.h"
#include "33/hdivmass_build_33_qf.h"

#endif // PALACE_LIBCEED_CURLCURL_MASS_QF_H
#endif // PALACE_LIBCEED_HDIV_MASS_QF_H

0 comments on commit 6a97804

Please sign in to comment.