MCPcopy Create free account
hub / github.com/NanoComp/meep / remove_sources

Method remove_sources

src/fields.cpp:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void fields_chunk::remove_sources() {
589 FOR_FIELD_TYPES(ft) { sources[ft].clear(); }
590}
591
592void fields::remove_sources() {
593 delete sources;

Callers 1

change_sourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected