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

Function structure_load

tests/dump_load.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void structure_load(structure *s, const std::string &filename) {
102 master_printf("Loading structure: %s\n", filename.c_str());
103 s->load(filename.c_str());
104}
105
106std::string fields_dump(fields *f, const std::string &filename_prefix,
107 const std::string &output_name) {

Callers 2

test_metalFunction · 0.85
test_periodicFunction · 0.85

Calls 2

master_printfFunction · 0.85
loadMethod · 0.45

Tested by 2

test_metalFunction · 0.68
test_periodicFunction · 0.68