small corrections in the DIFFRACTION package, mostly cosmetic
This commit is contained in:
@ -401,7 +401,7 @@ void ComputeSAED::compute_vector()
|
||||
|
||||
// Setting up OMP
|
||||
#if defined(_OPENMP)
|
||||
if (me == 0 && echo) utils::logmesg(lmp," using {}OMP threads\n",comm->nthreads);
|
||||
if (me == 0 && echo) utils::logmesg(lmp," using {} OMP thread(s)\n",comm->nthreads);
|
||||
#endif
|
||||
|
||||
if (me == 0 && echo) utils::logmesg(lmp,"\n");
|
||||
|
||||
@ -332,7 +332,7 @@ void ComputeXRD::compute_array()
|
||||
|
||||
// Setting up OMP
|
||||
#if defined(_OPENMP)
|
||||
if ((me == 0) && echo) utils::logmesg(lmp," using {} OMP threads\n",comm->nthreads);
|
||||
if ((me == 0) && echo) utils::logmesg(lmp," using {} OMP thread(s)\n",comm->nthreads);
|
||||
#endif
|
||||
|
||||
if ((me == 0) && echo) {
|
||||
|
||||
@ -114,6 +114,7 @@ FixSAEDVTK::FixSAEDVTK(LAMMPS *lmp, int narg, char **arg) :
|
||||
memory->create(vector_total,nrows,"saed/vtk:vector_total");
|
||||
|
||||
vector_flag = 1;
|
||||
extvector = 0;
|
||||
size_vector = nrows;
|
||||
|
||||
if (nOutput == 0) {
|
||||
|
||||
Reference in New Issue
Block a user