openfoam/applications/utilities/mesh
Mark Olesen 937e0d23d0 STYLE: consistent naming of files containing the 'New' method
before:
    - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
    - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
    - 'New' suffixed to class name:             eg, someClass -> someClassNew

after:
    - consistent 'New' suffixed to class name, no change of case
          eg, someClass -> someClassNew
          eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00
..
advanced STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
conversion STYLE: fix worst spacing violations for 'os <<' constructions 2010-04-13 17:45:49 +02:00
generation STYLE: consistent naming of files containing the 'New' method 2010-04-13 18:47:47 +02:00
manipulation STYLE: fix worst spacing violations for 'os <<' constructions 2010-04-13 17:45:49 +02:00