Skip to content

Commit

Permalink
removed whitespace from variables in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Dec 29, 2023
1 parent 8d85575 commit efbc98c
Show file tree
Hide file tree
Showing 38 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions examples/J2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/arbitrary_ode/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/bouncing_balls/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/bouncing_balls_corners/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/bouncing_string/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/circumplanetarydust/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/closeencounter/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/closeencounter_hybrid/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/closeencounter_record/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/dragforce/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/eccentric_orbit/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/granulardynamics/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/kozai/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/megno/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/mergers/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/ode_affecting_nbody/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/openmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export OPENMP=1
endif


export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/orbital_elements/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/outer_solar_system/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/overstability/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/planetary_migration/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/planetesimal_disk_migration/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/prdrag/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/restarting_simulation/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/restricted_threebody/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/selfgravity_disc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/selfgravity_plummer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/shearing_sheet/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/shearing_sheet_2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/shearing_sheet_diagnostics/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/simplest/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/simulationarchive/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/solar_system/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/solar_system_with_testparticles/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/spreading_ring/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/star_of_david/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/uniquely_identifying_particles_with_hashes/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down
4 changes: 2 additions & 2 deletions examples/variational_equations/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENGL=0 # Set this to 1 to enable OpenGL
export SERVER=1 # Set this to 1 to enable the visualization web server
export OPENGL=0# Set this to 1 to enable OpenGL
export SERVER=1# Set this to 1 to enable the visualization web server
include ../../src/Makefile.defs

# CCPROBLEM is defined in Makefile.defs to allow for
Expand Down

0 comments on commit efbc98c

Please sign in to comment.