MCPcopy Create free account
hub / github.com/Colvars/colvars / decrease_depth

Method decrease_depth

src/colvarmodule.cpp:1696–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694
1695
1696void colvarmodule::decrease_depth()
1697{
1698 if (depth() > 0) {
1699 (depth())--;
1700 }
1701}
1702
1703
1704size_t & colvarmodule::depth()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected