| version 1.1018 | version 1.1019 |
|---|
| |
| enum { reductionChecksumLabel = REDUCTION_IMPROPER_CHECKSUM }; | enum { reductionChecksumLabel = REDUCTION_IMPROPER_CHECKSUM }; |
| static void submitReductionData(BigReal*,SubmitReduction*); | static void submitReductionData(BigReal*,SubmitReduction*); |
| | |
| ImproperElem() { | ImproperElem() { ; } |
| atomID[0] = -1; | |
| atomID[1] = -1; | |
| atomID[2] = -1; | |
| atomID[3] = -1; | |
| p[0] = NULL; | |
| p[1] = NULL; | |
| p[2] = NULL; | |
| p[3] = NULL; | |
| } | |
| | |
| ImproperElem(AtomID atom0, const TupleSignature *sig, const ImproperValue *v){ | ImproperElem(AtomID atom0, const TupleSignature *sig, const ImproperValue *v){ |
| atomID[0] = atom0; | atomID[0] = atom0; |