| version 1.2 | version 1.3 |
|---|
| |
| enum { reductionChecksumLabel = REDUCTION_CROSSTERM_CHECKSUM }; | enum { reductionChecksumLabel = REDUCTION_CROSSTERM_CHECKSUM }; |
| static void submitReductionData(BigReal*,SubmitReduction*); | static void submitReductionData(BigReal*,SubmitReduction*); |
| | |
| CrosstermElem() { | CrosstermElem() { ; } |
| atomID[0] = -1; | |
| atomID[1] = -1; | |
| atomID[2] = -1; | |
| atomID[3] = -1; | |
| atomID[4] = -1; | |
| atomID[5] = -1; | |
| atomID[6] = -1; | |
| atomID[7] = -1; | |
| p[0] = NULL; | |
| p[1] = NULL; | |
| p[2] = NULL; | |
| p[3] = NULL; | |
| p[4] = NULL; | |
| p[5] = NULL; | |
| p[6] = NULL; | |
| p[7] = NULL; | |
| } | |
| | |
| CrosstermElem(AtomID atom0, const TupleSignature *sig, const CrosstermValue *v){ | CrosstermElem(AtomID atom0, const TupleSignature *sig, const CrosstermValue *v){ |
| atomID[0] = atom0; | atomID[0] = atom0; |