NAMD
Macros | Functions
ComputeGlobalMsgs.C File Reference
#include "ComputeGlobalMsgs.h"
#include "packmsg.h"
#include "Debug.h"
#include "ComputeMgr.decl.h"

Go to the source code of this file.

Macros

#define MIN_DEBUG_LEVEL   3
 

Functions

 PACK_MSG (ComputeGlobalDataMsg, PACK(step);PACK(count);PACK(patchcount);PACK_RESIZE(aid);PACK_RESIZE(p);PACK_RESIZE(gcom);PACK_RESIZE(gmass);PACK_RESIZE(gridobjindex);PACK_RESIZE(gridobjvalue);PACK_RESIZE(fid);PACK_RESIZE(tf);PACK_RESIZE(gtf);PACK_RESIZE(lat);)
 

Macro Definition Documentation

#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 11 of file ComputeGlobalMsgs.C.

Function Documentation

PACK_MSG ( ComputeGlobalDataMsg  ,
PACK(step);PACK(count);PACK(patchcount);PACK_RESIZE(aid);PACK_RESIZE(p);PACK_RESIZE(gcom);PACK_RESIZE(gmass);PACK_RESIZE(gridobjindex);PACK_RESIZE(gridobjvalue);PACK_RESIZE(fid);PACK_RESIZE(tf);PACK_RESIZE(gtf);PACK_RESIZE(lat);   
)

Definition at line 41 of file ComputeGlobalMsgs.C.

60  {
61  reconfig = 0;
62  resendCoordinates = 0;
63 }