Skip to content

Commit

Permalink
fix(fluids): Remove BUBBLE_COSINE
Browse files Browse the repository at this point in the history
- left over from new feature
  • Loading branch information
jrwrigh committed Nov 27, 2023
1 parent a547b5d commit 8960bf3
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 8960bf3

Please sign in to comment.