openfoam/applications/utilities/postProcessing/dataConversion
Mark Olesen 7b4680482e ENH: use string endsWith in a few places
fieldName.endsWith("_0")
vs
    fieldName.size() > 2 && fieldName(fieldName.size()-2, 2) == "_0"
2016-12-18 23:58:45 +01:00
..
foamDataToFluent GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
foamToEnsight ENH: use string endsWith in a few places 2016-12-18 23:58:45 +01:00
foamToEnsightParts ENH: use string endsWith in a few places 2016-12-18 23:58:45 +01:00
foamToGMV ENH: make search of instances in IOobject::typeHeaderOk optional (issue #245) 2016-11-21 14:28:40 +01:00
foamToTecplot360 Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
foamToTetDualMesh GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
foamToVTK MRG: Integrated foundation code 2016-12-12 12:10:29 +00:00
smapToFoam GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00