X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=clockvector.cc;h=6c6e2fa579e606377ec45bed18bddac8d357cbb8;hp=190f9216a92b61ad68df0990775d4c978aaa53f9;hb=061b34a5d84d00df340550d75f664be5e174276c;hpb=8548c711d71b6474802af83f5a4800eb4ac30718 diff --git a/clockvector.cc b/clockvector.cc index 190f921..6c6e2fa 100644 --- a/clockvector.cc +++ b/clockvector.cc @@ -84,10 +84,7 @@ bool ClockVector::synchronized_since(const ModelAction *act) const return false; } -/** - * Gets the clock corresponding to a given thread id from the clock - * vector. */ - +/** Gets the clock corresponding to a given thread id from the clock vector. */ modelclock_t ClockVector::getClock(thread_id_t thread) { int threadid = id_to_int(thread);