Home
last modified time | relevance | path

Searched refs:tmpvalue0 (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DtreeOperation.c288 double value, tmpvalue0, tmpvalue1; in syntheticLength() local
324 tmpvalue0 = syntheticLength( ob->children[dir_ch[0]], ob ); in syntheticLength()
328 fprintf( stderr, "tmpvalue0 = %f\n", tmpvalue0 ); in syntheticLength()
331 if( tmpvalue0 ) tmpvalue0 = 1.0 / tmpvalue0; in syntheticLength()
339 value = tmpvalue0 + tmpvalue1; in syntheticLength()