| version 1.1004 | version 1.1005 | ||
|---|---|---|---|
|
| ||
| #include "ComputeBonds.h" | #include "ComputeBonds.h" | ||
| inline BondElem::BondElem() | inline BondElem::BondElem() { ; } | ||
| { | |||
| atomID[0] = -1; | |||
| atomID[1] = -1; | |||
| p[0] = NULL; | |||
| p[1] = NULL; | |||
| } | |||
| inline BondElem::BondElem(AtomID atom0, const TupleSignature *sig, const BondValue *v){ | inline BondElem::BondElem(AtomID atom0, const TupleSignature *sig, const BondValue *v){ | ||
| atomID[0] = atom0; | atomID[0] = atom0; |
Legend:
| ||||||