NAMD
Macros | Functions
ComputeDPMEMsgs.C File Reference
#include "ComputeDPMEMsgs.h"
#include "packmsg.h"
#include "Debug.h"

Go to the source code of this file.

Macros

#define MIN_DEBUG_LEVEL   3
 

Functions

 PACK_MSG (ComputeDPMEDataMsg, PACK(node);PACK_AND_NEW_ARRAY(particles, numParticles);)
 

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

Function Documentation

◆ PACK_MSG()

PACK_MSG ( ComputeDPMEDataMsg  ,
PACK(node);PACK_AND_NEW_ARRAY(particles, numParticles);   
)

Definition at line 25 of file ComputeDPMEMsgs.C.

33  {
34  numParticles = 0;
35  forces = 0;
36 }