45a8b92450
COMP: mergePoints - corrected erroneous commas
2017-06-20 14:46:31 +01:00
4094e2c58f
ENH: reduce memory overhead in mergePoints (issue #495 )
...
- can avoid the intermediate point distance field in exchange for
calculating a point subtraction twice.
2017-06-12 14:36:45 +02:00
408b6c7e6b
ENH: mergePoints now with template for list types
...
- makes it possible to use list types other than UList.
For example, UIndirectList<point>
2017-05-30 18:21:01 +02:00
4408d47075
MRG: Merged develop branch and resolved conflicts
2016-10-19 13:33:00 +01:00
175c7744c0
STYLE: adjust mergePoints to ease adoption of different list types (issue #250 )
...
- A preliminary minor adjustment only.
2016-10-19 10:42:47 +02:00
67de20df25
Further standardization of loop index naming: pointI -> pointi, patchI -> patchi
2016-05-18 21:20:42 +01:00
41acdf1606
BUG: mergePoints - implementation redefined default args to function
2012-04-16 09:39:53 +01:00
d21091c788
ENH: readSTLASCII: single precision point merging
2011-12-08 16:23:09 +00:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
8b5840d012
ENH: mergePoints.C : enforce correct use of merge tolerance
2011-02-02 12:41:54 +00:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
95dcb6ded7
Simplify checking of container (List/HashTable, strings) sizes
...
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
'XX.size() <= 0' or for simpler coding.
It also has the same number of characters as '!XX.size()' and /might/ be
more readable
- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
4d7cd47341
use average when merging points to prevent truncation error
2008-10-14 17:05:52 +01:00
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00