Patch: Fix Spelling Mistakes in NewField Code

Jeffrey Oldham oldham at codesourcery.com
Fri Jun 22 22:51:50 UTC 2001


2001-06-22  Jeffrey D. Oldham  <oldham at codesourcery.com>

	* DiffOps/Div.UR.h: Fix spelling mistake in initial comments.
	* FieldEngine/FieldEngineBase.ExprEngine.h (Overview): Fix
	spelling mistakes in comments.

Untested since comments does not affect code correctness.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: DiffOps/Div.UR.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/NewField/DiffOps/Div.UR.h,v
retrieving revision 1.4
diff -c -p -r1.4 Div.UR.h
*** DiffOps/Div.UR.h	2001/04/11 21:39:27	1.4
--- DiffOps/Div.UR.h	2001/06/22 20:41:01
***************
*** 100,106 ****
  //
  // lowerExtent(int d) - Returns the stencil width in direction d, at the "low"
  //                      end of the (logically) rectilinear mesh. This is the
! //                      maximim positive integer offset from the element 
  //                      indexed by integer i in the input Field's index space
  //                      along dimension d used in outputting the element
  //                      indexed by integer i in the output Field's index space
--- 100,106 ----
  //
  // lowerExtent(int d) - Returns the stencil width in direction d, at the "low"
  //                      end of the (logically) rectilinear mesh. This is the
! //                      maximum positive integer offset from the element 
  //                      indexed by integer i in the input Field's index space
  //                      along dimension d used in outputting the element
  //                      indexed by integer i in the output Field's index space
Index: FieldEngine/FieldEngineBase.ExprEngine.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/NewField/FieldEngine/FieldEngineBase.ExprEngine.h,v
retrieving revision 1.11
diff -c -p -r1.11 FieldEngineBase.ExprEngine.h
*** FieldEngine/FieldEngineBase.ExprEngine.h	2001/05/14 21:11:24	1.11
--- FieldEngine/FieldEngineBase.ExprEngine.h	2001/06/22 20:41:02
***************
*** 37,45 ****
  //-----------------------------------------------------------------------------
  // Overview: 
  // 
! // FieldEngineBase and related classes. POOMA supports a flexifble form 
  // of "centering" that allows a hierarchy of multiple centering points per 
! // cell. The centering information, managemed by the FieldEngineBase
  // class, is initialized using a flexible set of functors.
  //-----------------------------------------------------------------------------
  
--- 37,45 ----
  //-----------------------------------------------------------------------------
  // Overview: 
  // 
! // FieldEngineBase and related classes. POOMA supports a flexible form 
  // of "centering" that allows a hierarchy of multiple centering points per 
! // cell. The centering information, managed by the FieldEngineBase
  // class, is initialized using a flexible set of functors.
  //-----------------------------------------------------------------------------
  


More information about the pooma-dev mailing list