Skip to content

Commit

Permalink
add dusty collapse to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Oct 24, 2023
1 parent 9a6d38c commit cb2d23c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/idefix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ jobs:
run: |
cd $IDEFIX_DIR/test/SelfGravity/UniformCollapse
./testme.py -all $TESTME_OPTIONS
- name: Dusty spherical collapse
run: |
cd $IDEFIX_DIR/test/SelfGravity/DustyCollapse
./testme.py -all $TESTME_OPTIONS
Planet:
needs: [Linter, ShocksHydro, ParabolicHydro, ShocksMHD, ParabolicMHD]
Expand Down
2 changes: 0 additions & 2 deletions src/gravity/selfGravity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// Licensed under CeCILL 2.1 License, see COPYING for more information
// ***********************************************************************************



#include <memory>
#include <string>
#include <vector>
Expand Down

0 comments on commit cb2d23c

Please sign in to comment.