From cb2d23c0f7f257fbd3bed6c66444afa5d77c24b0 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesur Date: Tue, 24 Oct 2023 18:24:02 +0200 Subject: [PATCH] add dusty collapse to test suite --- .github/workflows/idefix-ci.yml | 4 ++++ src/gravity/selfGravity.cpp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/idefix-ci.yml b/.github/workflows/idefix-ci.yml index 61e7d293..199626e0 100644 --- a/.github/workflows/idefix-ci.yml +++ b/.github/workflows/idefix-ci.yml @@ -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] diff --git a/src/gravity/selfGravity.cpp b/src/gravity/selfGravity.cpp index 6eedb6b3..661b7f59 100644 --- a/src/gravity/selfGravity.cpp +++ b/src/gravity/selfGravity.cpp @@ -5,8 +5,6 @@ // Licensed under CeCILL 2.1 License, see COPYING for more information // *********************************************************************************** - - #include #include #include