Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ zero
Function
zero
src/isomodel/SimModel.cpp:80–82 ·
view source on GitHub ↗
* Initializes a vector to 0 */
Source
from the content-addressed store, hash-verified
78
* Initializes a vector to 0
79
*/
80
void zero(Vector& vec) {
81
vectorInit(vec, 0);
82
}
83
84
/**
85
* Initializes a vector to 1
Callers
2
hvac
Method · 0.85
heatedWater
Method · 0.85
Calls
1
vectorInit
Function · 0.85
Tested by
no test coverage detected