X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=predicate.h;fp=predicate.h;h=5c634fbccf8c7938e286b0c7005419847222f485;hp=413b2cd88ec90ff0ac2c9e64dc89c0ec8892aa72;hb=b6b9cfcc5428d3b6f42a7f1d83f512658cd83a74;hpb=e102155b9b54d88cf310d8eba39a42aa51a1aec2 diff --git a/predicate.h b/predicate.h index 413b2cd8..5c634fbc 100644 --- a/predicate.h +++ b/predicate.h @@ -41,7 +41,7 @@ public: uint32_t get_expl_count() { return exploration_count; } uint32_t get_fail_count() { return failure_count; } - uint32_t get_scleep_score() { return sleep_score; } + uint32_t get_sleep_score() { return sleep_score; } void incr_expl_count(); void incr_fail_count(); void incr_sleep_score(uint32_t amount);