Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeisSol/SeisSol
/ getPriority
Method
getPriority
src/Solver/time_stepping/AbstractTimeCluster.cpp:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
ActorPriority AbstractTimeCluster::getPriority() const {
233
return priority;
234
}
235
236
void AbstractTimeCluster::setPriority(ActorPriority newPriority) {
237
this->priority = newPriority;
Callers
1
addClusters
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected