Skip to content

Commit

Permalink
Merge pull request #1404 from CEED/jrwrigh/fix_bubble
Browse files Browse the repository at this point in the history
fix(fluids): Remove BUBBLE_COSINE
  • Loading branch information
jrwrigh authored Nov 27, 2023
2 parents 7e43781 + 8960bf3 commit f22a855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/fluids/qfunctions/advection_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ typedef enum {
typedef enum {
BUBBLE_SPHERE = 0, // dim=3
BUBBLE_CYLINDER = 1, // dim=2
BUBBLE_COSINE = 2,
} BubbleType;

// Advection - Bubble Continuity Types
Expand Down

0 comments on commit f22a855

Please sign in to comment.