Revision | 6d4c2cd9589e8fc6e24b8c9a80c8e0d0159da169 (tree) |
---|---|
Time | 2007-08-03 19:49:05 |
Author | iselllo |
Commiter | iselllo |
I added an extra line to simulations_script to call an extra .R code for
data post-processing.
@@ -5,4 +5,5 @@ | ||
5 | 5 | ./air-mean-free-path.py |
6 | 6 | ./self_similarity.py |
7 | 7 | ./smoluchowski2.py |
8 | -R<read_results_smoluchowsky_single_simulation.R --vanilla | |
\ No newline at end of file | ||
8 | +R<read_results_smoluchowsky_single_simulation.R --vanilla | |
9 | +R<3D_R_plotting.R --vanilla | |
\ No newline at end of file |