POSIX: removed spurious double literal suffix
This commit is contained in:
parent
a7256d6fa9
commit
bfa7bb85e5
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue