mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
POSIX: removed spurious double literal suffix
This commit is contained in:
@ -530,11 +530,11 @@ double Foam::highResLastModified(const fileName& name)
|
|||||||
{
|
{
|
||||||
return
|
return
|
||||||
fileStatus.status().st_mtime
|
fileStatus.status().st_mtime
|
||||||
+ 1e-9d*fileStatus.status().st_atim.tv_nsec;
|
+ 1e-9*fileStatus.status().st_atim.tv_nsec;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return 0.0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user