COMP: 64bit label changes

This commit is contained in:
mattijs
2011-11-28 11:10:46 +00:00
parent ea52a8bca6
commit 8558af2cdf
42 changed files with 205 additions and 81 deletions

View File

@ -45,7 +45,7 @@ template <class Type, class TrackingData>
Foam::scalar Foam::FaceCellWave<Type, TrackingData>::propagationTol_ = 0.01;
template <class Type, class TrackingData>
Foam::label Foam::FaceCellWave<Type, TrackingData>::dummyTrackData_ = 12345;
int Foam::FaceCellWave<Type, TrackingData>::dummyTrackData_ = 12345;
namespace Foam
{

View File

@ -240,7 +240,7 @@ class FaceCellWave
//- Used as default trackdata value to satisfy default template
// argument.
static label dummyTrackData_;
static int dummyTrackData_;
public:

View File

@ -30,7 +30,7 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
template <class Type, class TrackingData>
Foam::label Foam::MeshWave<Type, TrackingData>::dummyTrackData_ = 12345;
int Foam::MeshWave<Type, TrackingData>::dummyTrackData_ = 12345;
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -81,7 +81,7 @@ class MeshWave
//- Used as default trackdata value to satisfy default template
// argument.
static label dummyTrackData_;
static int dummyTrackData_;
public:

View File

@ -41,7 +41,7 @@ template <class Type, class TrackingData>
Foam::scalar Foam::PointEdgeWave<Type, TrackingData>::propagationTol_ = 0.01;
template <class Type, class TrackingData>
Foam::label Foam::PointEdgeWave<Type, TrackingData>::dummyTrackData_ = 12345;
int Foam::PointEdgeWave<Type, TrackingData>::dummyTrackData_ = 12345;
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //

View File

@ -96,7 +96,7 @@ class PointEdgeWave
//- Used as default trackdata value to satisfy default template
// argument.
static label dummyTrackData_;
static int dummyTrackData_;
// Private data