コード例 #1
0
ファイル: DistGraph.cpp プロジェクト: restrin/Elemental
void DistGraph::Connect( Int source, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::Connect"))
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}
コード例 #2
0
void DistGraph::Connect( Int source, Int target )
{
    EL_DEBUG_CSE
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}