freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: Fix Typos and Add Missing Semicolons


From: Jeffrey Oldham
Subject: Patch: Fix Typos and Add Missing Semicolons
Date: Mon, 3 Dec 2001 12:39:43 -0800
User-agent: Mutt/1.2.5i

This patch fixes mainly typographical errors I found in the Pooma
source code.  Additionally, there are two more significant revisions:

1) Ended a statement with a semicolon in
   src/Tulip/CollectFromContexts.h.  I do not understand why this was
   not previously found.

2) Discovered a "hidden" paragraph in docs/Layout.html.*  Should this
   paragraph really be present?  Presumably, this documentation will
   soon disappear, but it would be nice to get it correct in case it
   does survives.

2001-11-29 Jeffrey D. Oldham  <address@hidden>

        * benchmarks/Doof2d/Doof2d.h: Fix typo in comment.
        (*::initializeStorage): Generalize comment to work for any container.
        * docs/Layout.html: Fix numerous typographical and speling errors.
        Add missing quotation mark which caused entire paragraph
        describing tags to not be displayed.
        * src/Engine/IndexFunctionEngine.h (Engine<Dim, T,
        IndexFunction<Functor> >): Fix typo in introductory comment.
        * src/Engine/NotifyEngineWrite.h: Refill comment.
        * src/Engine/UserFunction.h: Use correct article in comment.
        * src/Field/Mesh/UniformRectilinearMesh.h: End sentence with a
        period in comment.
        * src/Layout/UniformGridLayout.cpp
        (UniformGridLayoutData<Dim>::repartition): Fix typo in
        introductory comment.
        * src/Layout/UniformGridLayout.h (UniformGridLayout<Dim>): Remove
        extra comment characters.
        * src/Partition/DistributedMapper.h (DistributedMapper<Dim>::map):
        Capitalize beginning of sentence in comment.
        * src/Partition/GridPartition.h (GridPartition<Dim>): Add spaces
        between comment symbols and text.  Fix typos and spelling
        mistakes.
        * src/Partition/UniformGridPartition.h
        (UniformGridPartition<Dim>): Properly indent the code.
        * src/Tulip/CollectFromContexts.h (Serialize<CHEETAH,
        CollectionValue<T> >::size): Add missing semicolon at statement's
        end.
        * src/Utilities/Benchmark.h: Fix typo in introductory comment.
        * src/Utilities/Conform.h: Change word in introductory comment.
        * src/Utilities/ModelElement.h: Fix incorrect introductory comment.
        * src/Utilities/Statistics.h: Fix incorrect introductory comment.
        * src/Utilities/WrappedInt.h: Fix spelling mistake in introductory
        comment.

Tested on Linux with g++ 3.1 by compiling Pooma library and Doof2d benchmark
Approved by     Mark Mitchell
Applied to      mainline

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: differences-2001Nov29
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]