Fixed a comment.

This commit is contained in:
Harry Moffat 2010-07-26 16:16:41 +00:00
parent ea5d838735
commit 7d63641f96

View file

@ -43,7 +43,7 @@ int linprogmax(double *XMOLES, double *CC, double *AX, double *BB,
/*-----------------------------------------------------------------------
* Find XMOLES(I), i = 1, M such that
* Maximize CC dot W, subject to the NE constraints:
* Maximize CC dot XMOLES, subject to the NE constraints:
*
* [AX] [XMOLES] = [BB]
* and XMOLES(i) > 0