# HG changeset patch # User idamnjanovic # Date 1277809608 0 # Node ID 1b63e6a201a24fb9530ae716f02a81e4627694eb # Parent dc6aaa2558360d570840ad925b1ea465787fe37b diff -r dc6aaa255836 -r 1b63e6a201a2 Problems/Pierre_Problem.m --- a/Problems/Pierre_Problem.m Tue Jun 29 11:05:31 2010 +0000 +++ b/Problems/Pierre_Problem.m Tue Jun 29 11:06:48 2010 +0000 @@ -114,7 +114,7 @@ data.maxval=maxval; % keep coefficients matrix in sparse form and do not convert it to full. -% geting around out of memory problem when converting big matrix from +% getting around out of memory problem when converting big matrix from % sparse to full... (check SMALL_solve function) data.sparse=1;