Patch: More Typo Fixes

Jeffrey Oldham oldham at codesourcery.com
Mon Dec 17 18:15:52 UTC 2001


More typo fixes in comments.

2001-Dec-17  Jeffrey D. Oldham  <oldham at codesourcery.com>

        * README: Fixed typos in 2.1.0 entry.
        * src/Evaluator/PatchKernel.h: Fix typo in overview comment.
        * src/Pooma/Pooma.h: Remove extraneous semicolon from comment.
         (initialize): Fix spelling mistake in comment.
        * src/Utilities/Options.h: Fix spelling mistake in "Utility
          functions" comment.

Not tested:     since only comments were changed
Applied to      mainline
Approved by     Jim Crotinger and Mark Mitchell

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: README
===================================================================
RCS file: /home/pooma/Repository/r2/README,v
retrieving revision 1.60
diff -c -p -r1.60 README
*** README	2001/10/05 01:29:02	1.60
--- README	2001/12/17 16:44:26
*************** Pooma includes two models for a Geometry
*** 472,478 ****
    o NoGeometry<Dim>
      - only includes positions at which the field is defined
  
! DiscreteGoemetry depends on a Centering concept. Pooma II meshes (see
  below) do not know about centering - it enters at the geometry
  level. Centering is simply a mechanism to determine where the points
  of the Field are defined, relative to the mesh points. Pooma 2.1.0
--- 472,478 ----
    o NoGeometry<Dim>
      - only includes positions at which the field is defined
  
! DiscreteGeometry depends on a Centering concept. Pooma II meshes (see
  below) do not know about centering - it enters at the geometry
  level. Centering is simply a mechanism to determine where the points
  of the Field are defined, relative to the mesh points. Pooma 2.1.0
*************** POOMA 2.1.0 implements the following int
*** 699,705 ****
  CHANGES TO TENSOR CLASS AND NEW TINYMATRIX CLASS
  ------------------------------------------------
  
! The Tensor class now takes only one parameter to specify it's size; it 
  represents a square (D x D) mathematical tensor. The class declaration 
  is
  
--- 699,705 ----
  CHANGES TO TENSOR CLASS AND NEW TINYMATRIX CLASS
  ------------------------------------------------
  
! The Tensor class now takes only one parameter to specify its size; it 
  represents a square (D x D) mathematical tensor. The class declaration 
  is
  
Index: src/Evaluator/PatchKernel.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Evaluator/PatchKernel.h,v
retrieving revision 1.18
diff -c -p -r1.18 PatchKernel.h
*** src/Evaluator/PatchKernel.h	2000/06/08 22:16:13	1.18
--- src/Evaluator/PatchKernel.h	2001/12/17 16:44:26
***************
*** 38,44 ****
  
  //-----------------------------------------------------------------------------
  // Overview: 
! // A PatchKernel encapsulates perfoming operations on a patch of an expression.
  //-----------------------------------------------------------------------------
  
  //-----------------------------------------------------------------------------
--- 38,45 ----
  
  //-----------------------------------------------------------------------------
  // Overview: 
! // A PatchKernel encapsulates performing operations on a patch of an
! // expression.
  //-----------------------------------------------------------------------------
  
  //-----------------------------------------------------------------------------
Index: src/Pooma/Pooma.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Pooma/Pooma.h,v
retrieving revision 1.31
diff -c -p -r1.31 Pooma.h
*** src/Pooma/Pooma.h	2001/11/05 23:46:29	1.31
--- src/Pooma/Pooma.h	2001/12/17 16:44:26
***************
*** 47,53 ****
  //
  //   Pooma::printStats
  //   Pooma::debugLevel
! //   Pooma::infoMessages;
  //   Pooma::warnMessages
  //   Pooma::errorMessages
  //   Pooma::logMessages
--- 47,53 ----
  //
  //   Pooma::printStats
  //   Pooma::debugLevel
! //   Pooma::infoMessages
  //   Pooma::warnMessages
  //   Pooma::errorMessages
  //   Pooma::logMessages
*************** namespace Pooma {
*** 294,300 ****
  
    // Initialize POOMA, using the given Options container instead of argc,argv.
    // If the 2nd argument is true, also initialize the run-time system. 
!   // If the 3rd argument is true, call arch-specific initalize().
    // Return success. 
  
    bool initialize(Pooma::Options &opts, bool initRTS = true, 
--- 294,300 ----
  
    // Initialize POOMA, using the given Options container instead of argc,argv.
    // If the 2nd argument is true, also initialize the run-time system. 
!   // If the 3rd argument is true, call arch-specific initialize().
    // Return success. 
  
    bool initialize(Pooma::Options &opts, bool initRTS = true, 
Index: src/Utilities/Options.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Utilities/Options.h,v
retrieving revision 1.4
diff -c -p -r1.4 Options.h
*** src/Utilities/Options.h	2000/06/30 02:00:16	1.4
--- src/Utilities/Options.h	2001/12/17 16:44:26
*************** private:
*** 285,291 ****
  // Utility functions.
  //============================================================
  
! // These used to be private methodes in the Options class, but they 
  // are generally useful for parsing options, so they're now in the Pooma
  // namespace.
  
--- 285,291 ----
  // Utility functions.
  //============================================================
  
! // These used to be private methods in the Options class, but they 
  // are generally useful for parsing options, so they're now in the Pooma
  // namespace.
  


More information about the pooma-dev mailing list