No description
This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Bernhard F.W. Gschaider a72b12ce8f This solves a compilation problem in Clang 3.5 where the class Time is
not completely instantiated in objectRegistry (see error message
below)

By including objectRegistry.H before Time.H the class Tiem gets
completely defined before objectRegistry.

The original Time.H could be omitted (as it is already included in
objectRegistry.H )

In file included from blockMeshApp.C:49:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/Time.H:42:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistry.H:235:
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistryTemplates.C:94:25: error: 'const Foam::Time' is an incomplete type
        if (&parent_ != dynamic_cast<const objectRegistry*>(&time_))
                        ^                                   ~~~~~~
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/IOobject.H:78:7: note: forward declaration of 'Foam::Time'
class Time;
      ^
In file included from blockMeshApp.C:49:
2014-06-02 18:05:03 +02:00
applications This solves a compilation problem in Clang 3.5 where the class Time is 2014-06-02 18:05:03 +02:00
bin Bump foamInstallationTest 2014-06-01 20:30:01 +02:00
doc Bumped version number in Ubuntu installation scripts, and removed the linking of gmake 2014-06-01 22:37:19 +02:00
etc bump version number 2014-06-01 18:23:43 +02:00
Macros Renamed and cleaned foam-extend 2013-12-11 16:09:41 +00:00
src Remove trailing whitespace systematically 2014-06-01 20:12:52 +02:00
testHarness bump version number 2014-06-01 18:23:43 +02:00
ThirdParty Merge commit 'd3b269b7c6ffa0cd68845adfecdfb849316dba71' into nextRelease 2014-06-01 11:00:14 +02:00
tutorials Remove trailing whitespace systematically 2014-06-01 20:12:52 +02:00
vagrantSandbox Bump up version number for Vagrant-scripts 2014-06-02 00:03:19 +02:00
wmake CLang on MacPorts doesn't pick up the headers provided by flex 2014-05-30 16:56:21 +02:00
.gitignore Fixes and a script to compile Foam in one go 2014-02-10 15:12:04 +01:00
.hgignore Fixes and a script to compile Foam in one go 2014-02-10 15:12:04 +01:00
Allclean Added Allclean and Allwmake.firstInstall 2013-09-23 16:08:50 +01:00
Allwmake Compilation update 2013-09-18 14:24:15 +01:00
Allwmake.firstInstall Remove trailing whitespace systematically 2014-06-01 20:12:52 +02:00
CMakeLists.txt bump version number 2014-06-01 18:23:43 +02:00
COPYING Changed v2 to v3 in remaining text files 2014-04-03 15:54:00 +01:00
CTestConfig.cmake Adjust CDash drop location 2014-06-01 20:24:27 +02:00
ExtendProjectPreamble Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
HowToContribute Release docs 2013-12-18 18:49:05 +01:00
ListOfContributors Remove trailing whitespace systematically 2014-06-01 20:12:52 +02:00
ReleaseNotes-foam-extend-3.0 Merge remote-tracking branch 'origin/BUGFIX/UpdatedReleaseNotes' into nextRelease 2014-05-21 11:18:06 +01:00