MCPcopy 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
232ActorPriority AbstractTimeCluster::getPriority() const {
233 return priority;
234}
235
236void AbstractTimeCluster::setPriority(ActorPriority newPriority) {
237 this->priority = newPriority;

Callers 1

addClustersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected