octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fsolve.cc patch


From: JD Cole
Subject: fsolve.cc patch
Date: Thu, 21 Nov 2002 11:01:04 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

fsolve fails to compile because of some missing slashes in its documentation. Patch is attached.

Best,
JD
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 ****
  @ifinfo\n\
  \n\
  @example\n\
!       df_i
! jac = ----
!       dx_j
  @end example\n\
  @end ifinfo\n\
  \n\
--- 229,237 ----
  @ifinfo\n\
  \n\
  @example\n\
!       df_i\n\
! jac = ----\n\
!       dx_j\n\
  @end example\n\
  @end ifinfo\n\
  \n\

reply via email to

[Prev in Thread] Current Thread [Next in Thread]