Patch: Fix Typos in Comments

Jeffrey Oldham oldham at codesourcery.com
Tue Dec 11 21:44:14 UTC 2001


This patch fixes some typographical errors in Pooma source code
comments.

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

        * Field/Mesh/UniformRectilinearMesh.h
        (UniformRectilinearMeshData): Remove extraneous conjunctive in
        comment.
        (UniformRectilinearMeshData::~UniformRectilinearMeshData): Fix
        typo in introdutory comment.
        * Partition/UniformGridPartition.h
        (UniformGridPartition<Dim>::partition): Fix typos in comment.
        * Utilities/Pooma.cmpl.cpp: Fix typo in comment.

Not tested since the changes are only to comments.
Applied to      mainline
Approved by     Mark Mitchell

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: Field/Mesh/UniformRectilinearMesh.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Field/Mesh/UniformRectilinearMesh.h,v
retrieving revision 1.3
diff -c -p -r1.3 UniformRectilinearMesh.h
*** Field/Mesh/UniformRectilinearMesh.h	2001/12/03 19:38:33	1.3
--- Field/Mesh/UniformRectilinearMesh.h	2001/12/11 19:27:44
*************** public:
*** 63,69 ****
    // Constructors.
  
    // We provide a default constructor that creates the object with empty
!   // domains and. To be useful, this object must be replaced by another 
    // version via assignment.
    
    UniformRectilinearMeshData()
--- 63,69 ----
    // Constructors.
  
    // We provide a default constructor that creates the object with empty
!   // domains. To be useful, this object must be replaced by another 
    // version via assignment.
    
    UniformRectilinearMeshData()
*************** public:
*** 150,156 ****
  
    //---------------------------------------------------------------------------
    // Empty destructor is fine. Note, however, that NoMeshData does not have
!   // a virtual destructor. We must be carefult to delete these puppies as
    // UniformRectilinearMeshData.
  
    ~UniformRectilinearMeshData() { }
--- 150,156 ----
  
    //---------------------------------------------------------------------------
    // Empty destructor is fine. Note, however, that NoMeshData does not have
!   // a virtual destructor. We must be careful to delete these puppies as
    // UniformRectilinearMeshData.
  
    ~UniformRectilinearMeshData() { }
Index: Partition/UniformGridPartition.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Partition/UniformGridPartition.h,v
retrieving revision 1.27
diff -c -p -r1.27 UniformGridPartition.h
*** Partition/UniformGridPartition.h	2001/12/03 19:38:34	1.27
--- Partition/UniformGridPartition.h	2001/12/11 19:27:44
*************** public:
*** 375,382 ****
  	      {
  		iguards = internalGuards_m;
              
! 		// Check if we're at an edge, and if so use the
! 		// external specfication for that edge.
                  
  		for (int d = 0; d < Dim; ++d)
  		  {
--- 375,382 ----
  	      {
  		iguards = internalGuards_m;
              
! 		// Check if we're at an edge, and, if so, use the
! 		// external specification for that edge.
                  
  		for (int d = 0; d < Dim; ++d)
  		  {
Index: Pooma/Pooma.cmpl.cpp
===================================================================
RCS file: /home/pooma/Repository/r2/src/Pooma/Pooma.cmpl.cpp,v
retrieving revision 1.37
diff -c -p -r1.37 Pooma.cmpl.cpp
*** Pooma/Pooma.cmpl.cpp	2001/04/11 21:39:28	1.37
--- Pooma/Pooma.cmpl.cpp	2001/12/11 19:27:45
*************** void lockThreads(bool on)
*** 855,861 ****
  }
  
  //-----------------------------------------------------------------------------
! // Return whether threads hsould be locked to processors.
  //-----------------------------------------------------------------------------
  
  bool blockingExpressions()
--- 855,861 ----
  }
  
  //-----------------------------------------------------------------------------
! // Return whether threads should be locked to processors.
  //-----------------------------------------------------------------------------
  
  bool blockingExpressions()


More information about the pooma-dev mailing list