Mark Olesen
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
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
Mark Olesen
7cf90b039e
sampling: use new runtime macros and avoid typedefs for each writer/instance
2008-11-21 21:46:06 +01:00
mattijs
212a70a17b
boundbox intersect renaming
2008-08-28 15:50:11 +01:00
Mark Olesen
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
andy
168c7e1ca9
removing FoamX
2008-06-04 13:40:02 +01:00
andy
077fc38663
changed default time behaviour to use targetTime (was sourceTime)
2008-06-03 13:09:20 +01:00
andy
9baef871a4
Updated command line arguments
2008-06-03 11:54:34 +01:00
andy
43a7de7862
restoring default behaviour of mapFields re: time
2008-05-14 09:47:01 +01:00
andy
7f70974a98
added sourceTime option to mapFields (2)
2008-05-13 16:33:58 +01:00
andy
0bd12e0601
added sourceTime option to mapFields
2008-05-13 16:33:29 +01:00
OpenFOAM-admin
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00