View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000508 | OpenFOAM | Bug | public | 2012-04-13 21:59 | 2012-04-13 22:57 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu x86_64 | OS Version | 11.10 |
Summary | 0000508: About bug report #462 - unable to build after it was fixed. | ||||
Description | I can't build the version 4a9bb59ec8e53f79d1a53220f16be4f334f407cb of "turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C". The error given is in the "Steps to Reproduce" box below. I made a copy of the issue #462 as #507, in an attempt to be able to comment on the copied version. Unfortunately, I wasn't able to post on the copy version... sorry about that. | ||||
Steps To Reproduce | wmake libso turbulenceModels/compressible/RAS [...] LaunderSharmaKE/LaunderSharmaKE.C: In member function ‘virtual void Foam::compressible::RASModels::LaunderSharmaKE::correct()’: LaunderSharmaKE/LaunderSharmaKE.C:320:39: error: no matching function for call to ‘SuSp(Foam::dimensioned<double>)’ LaunderSharmaKE/LaunderSharmaKE.C:320:39: note: candidates are: /home/bmss/OpenFOAM/OpenFOAM-2.1.x/src/finiteVolume/lnInclude/fvmSup.C:192:1: note: template<class Type> Foam::tmp<Foam::fvMatrix<Type> > Foam::fvm::SuSp(const Foam::DimensionedField<double, Foam::volMesh>&, const Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh>&) /home/bmss/OpenFOAM/OpenFOAM-2.1.x/src/finiteVolume/lnInclude/fvmSup.C:221:1: note: template<class Type> Foam::tmp<Foam::fvMatrix<Type> > Foam::fvm::SuSp(const Foam::tmp<Foam::DimensionedField<double, Foam::volMesh> >&, const Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh>&) /home/bmss/OpenFOAM/OpenFOAM-2.1.x/src/finiteVolume/lnInclude/fvmSup.C:235:1: note: template<class Type> Foam::tmp<Foam::fvMatrix<Type> > Foam::fvm::SuSp(const Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> >&, const Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh>&) /home/bmss/OpenFOAM/OpenFOAM-2.1.x/src/finiteVolume/lnInclude/fvmSup.C:249:1: note: template<class Type> Foam::zeroField Foam::fvm::SuSp(const Foam::zero&, const Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh>&) LaunderSharmaKE/LaunderSharmaKE.C:321:7: error: expected ‘,’ or ‘;’ before ‘-’ token make: *** [Make/linux64GccDPOpt/LaunderSharmaKE.o] Error 1 | ||||
Tags | No tags attached. | ||||