Changeset 3077
- Timestamp:
- Oct 5, 2010 10:40:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pyomo/trunk/coopr/pyomo/base/param.py
r3071 r3077 182 182 # 183 183 if ndx not in self._index: 184 msg = "Cannot set the value of array parameter '%s' with invalid " \184 msg = "Cannot set the value of array parameter '%s' with invalid " \ 185 185 "index '%s'" 186 186 raise KeyError, msg % ( self.name, str(ndx) )
Note: See TracChangeset
for help on using the changeset viewer.