- 10 Aug, 2009 3 commits
-
-
Mark Olesen authored
- allow construct with Xfer container for the addressing - Replaced non-const addressing() method in BiIndirectList with resetAddressing() method as per IndirectList
-
Mark Olesen authored
- only ignore html files in the main directory, not everywhere. This is how we lost FoamFooter.html, FoamHeader.html in doc/Doxygen/ in the 1.6.x release
-
Mark Olesen authored
-
- 09 Aug, 2009 5 commits
-
-
Mark Olesen authored
- read ~OpenFOAM/foamCopySettings.rc file for an extra rsync options for example, to ignore post-processing or sampling directories
-
Mark Olesen authored
- avoid other degenerate sequences from being treated as a scalar eg, '1-e', '1e+', '1e.2'
-
Mark Olesen authored
- for alphanumeric sequences (optionally with [-+.]) that don't look like a float or int -> return as a word This means that '0patch' now looks like a <word> (not <label>) and '1.end' looks like a <word> and not <scalar> Something like '1-e' still does get treated as a bad <scalar> though
-
Mark Olesen authored
- require a digit somewhere. This traps '.' or '.+E' type of sequences instead of returning them as 0 - avoid buffer overruns on really long sequences - should we be considering strtod() as an alternative to atof() and checking the errno? The same might be true for using strtoul() or strtol() instead of atol()
-
Mark Olesen authored
-
- 07 Aug, 2009 3 commits
-
-
Mark Olesen authored
- solves problems that can occur when checking $PWD and links are involved
-
Mark Olesen authored
-
Mark Olesen authored
-
- 06 Aug, 2009 8 commits
-
-
Andrew Heather authored
-
henry authored
-
-
Andrew Heather authored
-
Mark Olesen authored
- it looks okay to include: same copyrights as the other ensight headers
-
Mark Olesen authored
- still using the same version of the reader API (2.03) - this seems to solve strange issues with genericPatchField symbols, but it still doesn't get the reader module working. - added in the release information (the build string)
-
Mark Olesen authored
-
Mark Olesen authored
-
- 05 Aug, 2009 8 commits
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
-
Andrew Heather authored
-
Mark Olesen authored
- also have it use LIB_LIBS to always load finiteVolume
-
Mark Olesen authored
-
- 04 Aug, 2009 8 commits
- 03 Aug, 2009 5 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
This reverts commit ff5137e4. But keeps (cosmetic) changes to bin/foamCleanPath
-
Mark Olesen authored
This reverts commit ad287d9d.
-
Andrew Heather authored
-