Skip to content

Commit

Permalink
Fix incflo.H include guard. Fix typo in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Apr 11, 2024
1 parent dda01f2 commit 0145fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
branch: gh-pages # The branch the action should deploy to.
folder: Docs/sphinx_documentation/build/html # The folder the action should deploy.
target_folder: docs_html # The folder the action should deploy to.
target-folder: docs_html # The folder the action should deploy to.
clean: false # Do not remove existing files from the deploy target.
1 change: 1 addition & 0 deletions src/incflo.H
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifndef INCFLO_H_
#define INCFLO_H_

#include <AMReX_AmrCore.H>
#include <AMReX_MultiFabUtil.H>
Expand Down

0 comments on commit 0145fc2

Please sign in to comment.