Fixed issues and added a text loader
This commit is contained in:
parent
4a0ee77276
commit
a2219af116
4 changed files with 194 additions and 21 deletions
2
plot.py
2
plot.py
|
|
@ -20,5 +20,5 @@ gsl_success = libmain.gsl_success()
|
|||
#t_array = linspace(plot_tmin, plot_tmax, plot_points)
|
||||
#r_array = empty_like(t_array)
|
||||
|
||||
res = integrate([10,0,0,0,200,0], 0.1)
|
||||
res = integrate([10,0,0,0,200,0], 2.245)
|
||||
print(res, gsl_success)
|
||||
Loading…
Add table
Add a link
Reference in a new issue