mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added support for gcc-4.7.0
This commit is contained in:
@ -32,6 +32,7 @@ License
|
||||
#include "regIOobject.H" // for fileModificationSkew symbol
|
||||
|
||||
#ifdef FOAM_USE_INOTIFY
|
||||
# include <unistd.h>
|
||||
# include <sys/inotify.h>
|
||||
# include <sys/ioctl.h>
|
||||
# include <errno.h>
|
||||
|
||||
@ -53,7 +53,7 @@ template<class Type, class DType, class LUType>
|
||||
void Foam::SmoothSolver<Type, DType, LUType>::readControls()
|
||||
{
|
||||
LduMatrix<Type, DType, LUType>::solver::readControls();
|
||||
readControl(this->controlDict_, nSweeps_, "nSweeps");
|
||||
this->readControl(this->controlDict_, nSweeps_, "nSweeps");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user