Exemple #1
0
void DistGraph::DisconnectLocal( Int localSource, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::DisconnectLocal"))
    QueueLocalDisconnection( localSource, target );
    ProcessLocalQueues();
}
Exemple #2
0
void DistGraph::DisconnectLocal( Int localSource, Int target )
{
    EL_DEBUG_CSE
    QueueLocalDisconnection( localSource, target );
    ProcessLocalQueues();
}