MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / OPS_version

Function OPS_version

SRC/interpreter/OpenSeesOutputCommands.cpp:3279–3287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3277}
3278
3279int OPS_version()
3280{
3281 if (OPS_SetString(OPS_VERSION) < 0) {
3282 opserr << "WARNING failed to set version string\n";
3283 return -1;
3284 }
3285
3286 return 0;
3287}
3288
3289int OPS_logFile()
3290{

Callers 2

Tcl_ops_versionFunction · 0.85
Py_ops_versionFunction · 0.85

Calls 1

OPS_SetStringFunction · 0.70

Tested by

no test coverage detected