projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe3c73
)
fix signed/unsigned warning
author
bdemsky
<bdemsky@uci.edu>
Tue, 6 May 2014 17:25:57 +0000
(13:25 -0400)
committer
bdemsky
<bdemsky@uci.edu>
Tue, 6 May 2014 17:25:57 +0000
(13:25 -0400)
params.h
patch
|
blob
|
history
diff --git
a/params.h
b/params.h
index c5b617bc7d64222617d10d0091b45f923bdaf806..d5fd1cb3e0b6ff23815015bad429282d6f08bab5 100644
(file)
--- a/
params.h
+++ b/
params.h
@@
-14,7
+14,7
@@
struct model_params {
unsigned int enabledcount;
unsigned int bound;
unsigned int uninitvalue;
-
unsigned
int maxexecutions;
+ int maxexecutions;
/** @brief Maximum number of future values that can be sent to the same
* read */