Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ fmtflags
Enum
fmtflags
src/OpenFOAM/db/Time/Time.H:108–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
//- Supported time directory name formats
108
enum fmtflags
109
{
110
general = 0,
111
fixed = ios_base::fixed,
112
scientific = ios_base::scientific
113
};
114
115
116
protected:
Callers
6
Time.C
File · 0.85
flags
Method · 0.85
flags
Method · 0.85
flags
Method · 0.85
flags
Method · 0.85
flags
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected