summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-04 17:32:16 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-04 17:32:16 -0700
commit63e165bc5fc750d5c6000a9c1b64ea333d3bf160 (patch)
tree4b98545c3c475ffb1f1cbf9c6333f6e0b667027f
parentf591f1cd9a1ea84eea6e6495d9d3e84255858715 (diff)
downloadabc-63e165bc5fc750d5c6000a9c1b64ea333d3bf160.tar.gz
abc-63e165bc5fc750d5c6000a9c1b64ea333d3bf160.tar.bz2
abc-63e165bc5fc750d5c6000a9c1b64ea333d3bf160.zip
Added Python API status_get_vector() similar to cex_get_vector().
-rw-r--r--src/python/pyabc.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pyabc.i b/src/python/pyabc.i
index fa55eb06..1d37c1cf 100644
--- a/src/python/pyabc.i
+++ b/src/python/pyabc.i
@@ -741,7 +741,7 @@ def cex_get_vector():
def status_get_vector():
- return [ _Cex(_status_get_vec(i)) for i in xrange(_status_get_vec_len()) ]
+ return [ _status_get_vec(i) for i in xrange(_status_get_vec_len()) ]
def cex_get():