#include "NamdTypes.h"#include "Lattice.h"#include "BroadcastObject.h"Go to the source code of this file.
Classes | |
| struct | ControllerBroadcasts |
Enumerations | |
| enum | { SCRIPT_END, SCRIPT_RUN, SCRIPT_OUTPUT, SCRIPT_MEASURE, SCRIPT_REINITVELS, SCRIPT_RESCALEVELS, SCRIPT_RELOADCHARGES, SCRIPT_CHECKPOINT, SCRIPT_REVERT, SCRIPT_MINIMIZE, SCRIPT_DUMMY } |
| enum | { velocityRescaleFactorTag, positionRescaleFactorTag, tcoupleCoefficientTag, minimizeCoefficientTag, momentumCorrectionTag, scriptBarrierTag, dummyTag } |
|
|
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_MEASURE,
00019 SCRIPT_REINITVELS,
00020 SCRIPT_RESCALEVELS,
00021 SCRIPT_RELOADCHARGES,
00022 SCRIPT_CHECKPOINT,
00023 SCRIPT_REVERT,
00024 SCRIPT_MINIMIZE,
00025 SCRIPT_DUMMY
00026 };
|
|
|
Definition at line 29 of file Broadcasts.h. 00029 {
00030 velocityRescaleFactorTag,
00031 positionRescaleFactorTag,
00032 tcoupleCoefficientTag,
00033 minimizeCoefficientTag,
00034 momentumCorrectionTag,
00035 #if USE_BARRIER
00036 cycleBarrierTag,
00037 #endif
00038 scriptBarrierTag,
00039 dummyTag
00040 };
|
1.3.9.1