NAMD
Macros | Functions
CollectionMaster.C File Reference
#include "largefiles.h"
#include "InfoStream.h"
#include "CollectionMaster.h"
#include "ProcessorPrivate.h"
#include "SimParameters.h"
#include "packmsg.h"
#include "CollectionMaster.decl.h"
#include "Molecule.h"
#include "memusage.h"
#include "Debug.h"
#include "CollectionMaster.def.h"

Go to the source code of this file.

Macros

#define MIN_DEBUG_LEVEL   3
 

Functions

 PACK_MSG (DataStreamMsg, PACK_RESIZE(data);)
 

Macro Definition Documentation

◆ MIN_DEBUG_LEVEL

#define MIN_DEBUG_LEVEL   3

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 18 of file CollectionMaster.C.

Function Documentation

◆ PACK_MSG()

PACK_MSG ( DataStreamMsg  ,
PACK_RESIZE(data);   
)

Definition at line 262 of file CollectionMaster.C.

271  {
272 #ifdef MEM_OPT_VERSION
273  positions.submitData(seq);
274  checkPosReady();
275 #endif
276 }