Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unnecessary verbose flag
  • Loading branch information
daminton committed Nov 8, 2022
1 parent a784afc commit b6d3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/initial_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Initialize the simulation object as a variable
sim = swiftest.Simulation(init_cond_file_type="ASCII")

sim.set_simulation_time(tstart=0.0, tstop=10.0, dt=0.005, tstep_out=1.0,verbose=True)
sim.set_simulation_time(tstart=0.0, tstop=10.0, dt=0.005, tstep_out=1.0)

# Add parameter attributes to the simulation object
sim.param['GMTINY'] = 1e-6
Expand Down

0 comments on commit b6d3018

Please sign in to comment.