修訂 | 6769912b92f5a60e396b0b4b446065d2f4b7ef65 (tree) |
---|---|
時間 | 2011-02-11 20:52:51 |
作者 | lorenzo |
Commiter | lorenzo |
I simply improved a bit the format of the script.
@@ -503,11 +503,11 @@ | ||
503 | 503 | #sliced_interactions=p.load("sliced_dynamics.dat") |
504 | 504 | #sliced_interactions=p.load("edge_list.dat") |
505 | 505 | |
506 | -t_ini=1257894000 # 86400 #i.e. one day in seconds | |
506 | +t_ini=1257417888 # 86400 #i.e. one day in seconds | |
507 | 507 | |
508 | 508 | number_intervals=1 |
509 | 509 | interval_duration= -86400 #i.e. 1 day #604800 #i.e. one week in seconds |
510 | -t_end=t_ini+86400*2 #i.e. I choose when to end the time grid | |
510 | +t_end=1258104328 #i.e. I choose when to end the time grid | |
511 | 511 | #whereas with a negative value of time_end everything is as it used to be. |
512 | 512 | |
513 | 513 |