X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=9fa7a91c3f93443714f54ec34b153c4d09a1c20b;hb=f46cff227bfdc045c93baf366f3d480005240368;hp=12771f2bed8c73f926d5d4906fa18beb531207d3;hpb=5485feb8f53f4fe816b08d854fc3e82b00c33b0b;p=model-checker.git diff --git a/action.h b/action.h index 12771f2..9fa7a91 100644 --- a/action.h +++ b/action.h @@ -72,7 +72,7 @@ public: bool is_rmwr() const; bool is_rmwc() const; bool is_rmw() const; - bool is_fence() const; + bool is_fence() const; bool is_initialization() const; bool is_acquire() const; bool is_release() const;