Paraffins: Difference between revisions

m
Minor addition to code.
(New post.)
m (Minor addition to code.)
Line 429:
}
 
void bicenter(const int32_t& node) {
if ( ( node & 1 ) == 0 ) {
const uint64_t temp = ( rooted[node / 2] + 1 ) * rooted[node / 2];
908

edits