Patch: FieldStencil Typo in tut-08.html

Jeffrey Oldham oldham at codesourcery.com
Tue Mar 27 00:10:58 UTC 2001


Is this change acceptable?  (The CVS log file for tut-08.html
erroneously says this was already changed.  I do not know how to fix
the log file entry.)

Mon Mar 26 16:09:55 2001  Jeffrey D. Oldham <oldham at codesourcery.com>

	* tut-08.html (FieldStencil example): s/fv/vv/ to match
	previous variable declaration.

Tested on	Netscape 4.76 on Linux

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: tut-08.html
===================================================================
RCS file: /home/pooma/Repository/r2/docs/tut-08.html,v
retrieving revision 1.2
diff -c -p -r1.2 tut-08.html
*** tut-08.html	2001/03/26 23:49:59	1.2
--- tut-08.html	2001/03/27 00:08:07
*************** typedef Div<Cell, DiscreteGeometry&lt
*** 992,998 ****
  FieldStencil<Div_t> divVV2SC();
  
  // <em>Divergence, Vector/Vert-->Scalar/Cell</em>
! sc = divV2SC(fv);
  </pre></blockquote>
  
  <p> Programmers may also find it convenient to create wrappers by
--- 992,998 ----
  FieldStencil<Div_t> divVV2SC();
  
  // <em>Divergence, Vector/Vert-->Scalar/Cell</em>
! sc = divV2SC(vv);
  </pre></blockquote>
  
  <p> Programmers may also find it convenient to create wrappers by


More information about the pooma-dev mailing list