MCPcopy 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
116protected:

Callers 6

Time.CFile · 0.85
flagsMethod · 0.85
flagsMethod · 0.85
flagsMethod · 0.85
flagsMethod · 0.85
flagsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected