Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ startSWMR
Function
startSWMR
SRC/recorder/MPCORecorder.cpp:1201–1203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1199
}
1200
#ifdef MPCO_USE_SWMR
1201
herr_t startSWMR(hid_t file_id) {
1202
return H5Fstart_swmr_write(file_id);
1203
}
1204
#endif // MPCO_USE_SWMR
1205
}
1206
Callers
1
initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected