Patch: Fix Comments in BrickBase.h

Jeffrey Oldham oldham at codesourcery.com
Wed Oct 24 15:38:34 UTC 2001


2001-10-24  Jeffrey D. Oldham  <oldham at codesourcery.com>

	* BrickBase.h: Revise comments since BrickViewBase<Dim> has only
	one template parameter.

Not tested      since only comments are changed.
Approved by     Stephen Smith
Applied to      mainline.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: BrickBase.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Engine/BrickBase.h,v
retrieving revision 1.12
diff -c -p -r1.12 BrickBase.h
*** BrickBase.h	2001/08/30 01:15:02	1.12
--- BrickBase.h	2001/10/24 01:22:05
***************
*** 30,36 ****
  // Classes: 
  //   BrickBase<Dim> 
  //     - Base class for Brick-like engines
! //   BrickViewBase<Dim,BaseDim> 
  //     - Base class for BrickView-like engines
  //   DoubleSliceHelper<Dim,Dim2,BaseDim>
  //     - Helper functions for initializing slice-of-slice BrickViewBases
--- 30,36 ----
  // Classes: 
  //   BrickBase<Dim> 
  //     - Base class for Brick-like engines
! //   BrickViewBase<Dim> 
  //     - Base class for BrickView-like engines
  //   DoubleSliceHelper<Dim,Dim2,BaseDim>
  //     - Helper functions for initializing slice-of-slice BrickViewBases
*************** namespace Pooma {
*** 93,99 ****
  // BrickBase encapsulates the strides, domain, and the calculation
  // of indexing offsets brick-like engines.
  //
! // BrickViewBase<NewDim,Dim>, which is defined below, is used to represent 
  // subsets of a data block described by a BrickBase. 
  // BrickViewBase serves as the base class for brick-view types of engines.
  //
--- 93,99 ----
  // BrickBase encapsulates the strides, domain, and the calculation
  // of indexing offsets brick-like engines.
  //
! // BrickViewBase<Dim>, which is defined below, is used to represent 
  // subsets of a data block described by a BrickBase. 
  // BrickViewBase serves as the base class for brick-view types of engines.
  //
*************** struct DoubleSliceHelper
*** 385,393 ****
  //-----------------------------------------------------------------------------
  //
  // Full Description:
! // BrickViewBase<Dim,BaseDim>
  //
! // BrickViewBase<Dim,BaseDim> is the base-class for engines that are "views"
  // into brick-like engines.
  //
  // The template parameters are:
--- 385,393 ----
  //-----------------------------------------------------------------------------
  //
  // Full Description:
! // BrickViewBase<Dim>
  //
! // BrickViewBase<Dim> is the base-class for engines that are "views"
  // into brick-like engines.
  //
  // The template parameters are:


More information about the pooma-dev mailing list