From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Nov 21 12:51:37 2002 Subject: fsolve.cc patch From: JD Cole To: octave-maintainers at bevo dot che dot wisc dot edu Date: Thu, 21 Nov 2002 11:01:04 -0800 This is a multi-part message in MIME format. --------------090309070203000701070400 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit fsolve fails to compile because of some missing slashes in its documentation. Patch is attached. Best, JD --------------090309070203000701070400 Content-Type: text/plain; name="fsolve.cc_patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fsolve.cc_patch" Index: src/DLD-FUNCTIONS/fsolve.cc =================================================================== RCS file: /cvs/octave/src/DLD-FUNCTIONS/fsolve.cc,v retrieving revision 1.23 diff -c -r1.23 fsolve.cc *** src/DLD-FUNCTIONS/fsolve.cc 2002/11/01 18:03:56 1.23 --- src/DLD-FUNCTIONS/fsolve.cc 2002/11/21 18:47:43 *************** *** 229,237 **** at ifinfo\n\ \n\ at example\n\ ! df_i ! jac = ---- ! dx_j at end example\n\ at end ifinfo\n\ \n\ --- 229,237 ---- at ifinfo\n\ \n\ at example\n\ ! df_i\n\ ! jac = ----\n\ ! dx_j\n\ at end example\n\ at end ifinfo\n\ \n\ --------------090309070203000701070400--