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:
1ca9b05
)
action: correct RF capitalization
author
Brian Norris
<banorris@uci.edu>
Fri, 5 Apr 2013 21:01:33 +0000
(14:01 -0700)
committer
Brian Norris
<banorris@uci.edu>
Fri, 5 Apr 2013 23:13:49 +0000
(16:13 -0700)
action.cc
patch
|
blob
|
history
diff --git
a/action.cc
b/action.cc
index 34bc09f0be567c3ff4b30e084e52d911b12fd8cc..6e765fd638ac982ea22d47944983cab90452b815 100644
(file)
--- a/
action.cc
+++ b/
action.cc
@@
-608,7
+608,7
@@
void ModelAction::print() const
if (idx >= 0)
model_print(" Rf: P%-2d", idx);
else
- model_print(" R
F
: P? ");
+ model_print(" R
f
: P? ");
} else
model_print(" Rf: ? ");
}