forked from lijiext/lammps
fix typos
This commit is contained in:
parent
fb7a439cd2
commit
b2c6244b79
|
@ -510,7 +510,7 @@ void ComputeSAED::compute_vector()
|
|||
|
||||
if (me == 0 && echo) {
|
||||
if (screen)
|
||||
fprintf(screen," 100%% \nTime ellapsed during compute_saed = %0.2f sec using %0.2f Mbytes/processor\n-----\n", t2-t0, bytes/1024.0/1024.0);
|
||||
fprintf(screen," 100%% \nTime elapsed during compute_saed = %0.2f sec using %0.2f Mbytes/processor\n-----\n", t2-t0, bytes/1024.0/1024.0);
|
||||
}
|
||||
|
||||
delete [] xlocal;
|
||||
|
|
|
@ -513,7 +513,7 @@ void ComputeXRD::compute_array()
|
|||
|
||||
if (me == 0 && echo) {
|
||||
if (screen)
|
||||
fprintf(screen," 100%% \nTime ellapsed during compute_xrd = %0.2f sec using %0.2f Mbytes/processor\n-----\n", t2-t0, bytes/1024.0/1024.0);
|
||||
fprintf(screen," 100%% \nTime elapsed during compute_xrd = %0.2f sec using %0.2f Mbytes/processor\n-----\n", t2-t0, bytes/1024.0/1024.0);
|
||||
}
|
||||
|
||||
delete [] scratch;
|
||||
|
|
Loading…
Reference in New Issue