disable disruptive debug output

This commit is contained in:
Axel Kohlmeyer 2017-12-01 17:14:11 -05:00
parent 319508bd29
commit e7f97728c3
2 changed files with 2 additions and 3 deletions

View File

@ -126,7 +126,7 @@ void ComputeMSDChunk::setup()
if (fix->nrow == nchunk && fix->ncol == 3) return;
fix->reset_global(nchunk,3);
double **cominit = fix->astore;
for (int i = 0; i < nchunk; i++) {
cominit[i][0] = comall[i][0];

View File

@ -155,8 +155,7 @@ void FixStore::reset_global(int nrow_caller, int ncol_caller)
else memory->create(astore,nrow,ncol,"fix/store:astore");
memory->create(rbuf,nrow*ncol+2,"fix/store:rbuf");
printf("AAA HOW GET HERE\n");
// printf("AAA HOW GET HERE\n");
}
/* ----------------------------------------------------------------------