Skip to content

Commit

Permalink
Add LN2_PHASE_JOLT
Browse files Browse the repository at this point in the history
Stripped down LN2_DIVERGENCE, which I decided to remove
  • Loading branch information
ofgulban committed Nov 17, 2023
1 parent fa1e620 commit c40e2cf
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 573 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ LN2_WINDOWED_COUNTER_2D:
LN2_RIM_POLISH:
$(CC) $(CFLAGS) -o LN2_RIM_POLISH src/LN2_RIM_POLISH.cpp $(LIBRARIES) $(LFLAGS)

LN2_DIVERGENCE:
$(CC) $(CFLAGS) -o LN2_DIVERGENCE src/LN2_DIVERGENCE.cpp $(LIBRARIES) $(LFLAGS)

LN2_GRADIENTS:
$(CC) $(CFLAGS) -o LN2_GRADIENTS src/LN2_GRADIENTS.cpp $(LIBRARIES) $(LFLAGS)

Expand All @@ -266,6 +263,9 @@ LN2_PHASE_GRADIENTS:
LN2_PHASE_LAPLACIAN:
$(CC) $(CFLAGS) -o LN2_PHASE_LAPLACIAN src/LN2_PHASE_LAPLACIAN.cpp $(LIBRARIES) $(LFLAGS)

LN2_PHASE_JOLT:
$(CC) $(CFLAGS) -o LN2_PHASE_JOLT src/LN2_PHASE_JOLT.cpp $(LIBRARIES) $(LFLAGS)

# =============================================================================

clean:
Expand Down
Loading

0 comments on commit c40e2cf

Please sign in to comment.