#include "NamdTypes.h"#include "Lattice.h"#include "BroadcastObject.h"Go to the source code of this file.
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 14 of file Broadcasts.h. 00014 {
00015 SCRIPT_END,
00016 SCRIPT_RUN,
00017 SCRIPT_OUTPUT,
00018 SCRIPT_FORCEOUTPUT,
00019 SCRIPT_MEASURE,
00020 SCRIPT_REINITVELS,
00021 SCRIPT_RESCALEVELS,
00022 SCRIPT_RELOADCHARGES,
00023 SCRIPT_CHECKPOINT,
00024 SCRIPT_REVERT,
00025 SCRIPT_MINIMIZE,
00026 SCRIPT_DUMMY
00027 };
|
|
|
Definition at line 30 of file Broadcasts.h. 00030 {
00031 velocityRescaleFactorTag,
00032 positionRescaleFactorTag,
00033 tcoupleCoefficientTag,
00034 minimizeCoefficientTag,
00035 momentumCorrectionTag,
00036 #if USE_BARRIER
00037 cycleBarrierTag,
00038 #endif
00039 scriptBarrierTag,
00040 traceBarrierTag,
00041 accelMDRescaleFactorTag,
00042 adaptTemperatureTag, //Tag for adaptive tempering temperature updates to Sequencer
00043 #ifdef MEASURE_NAMD_WITH_PAPI
00044 papiMeasureTag,
00045 #endif
00046 dummyTag
00047 };
|
1.3.9.1