Revision | b9ec2789e2c145de355e98dda4b9ed0302c94736 (tree) |
---|---|
Zeit | 2007-06-14 00:17:07 |
Autor | iselllo |
Commiter | iselllo |
I corrected the a wrong printout in
read_results_smoluchowsky_single_simulation.R.
@@ -33,7 +33,7 @@ | ||
33 | 33 | D_0<-read.table("monomer_radius",header=FALSE) |
34 | 34 | D_0<-as.matrix(D_0)*2 |
35 | 35 | D_0<-mean(D_0) |
36 | -print ("the fractal dimension of the aggregate is") | |
36 | +print ("the size of the primary is") | |
37 | 37 | print (D_0) |
38 | 38 | |
39 | 39 | #Now I read the other set of data |