From e7f97728c3ea7647b6c8edb8100cfe5dca6cf761 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 1 Dec 2017 17:14:11 -0500 Subject: [PATCH] disable disruptive debug output --- src/compute_msd_chunk.cpp | 2 +- src/fix_store.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/compute_msd_chunk.cpp b/src/compute_msd_chunk.cpp index bc5a374fad..69cd87f96b 100644 --- a/src/compute_msd_chunk.cpp +++ b/src/compute_msd_chunk.cpp @@ -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]; diff --git a/src/fix_store.cpp b/src/fix_store.cpp index c856bb2db2..84e94fc2b7 100644 --- a/src/fix_store.cpp +++ b/src/fix_store.cpp @@ -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"); } /* ----------------------------------------------------------------------