X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.cc;h=6c6e2fa579e606377ec45bed18bddac8d357cbb8;hb=84e24d516d4e9dbd30f1fff7e9a185d1540d20eb;hp=88ea6fdfcf7cc73a8b99239e9128180883ca55bb;hpb=9603efba5f5006b21140286138ba7e003d29e997;p=model-checker.git diff --git a/clockvector.cc b/clockvector.cc index 88ea6fd..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);