| 99 | } |
| 100 | |
| 101 | void 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 | |
| 106 | std::string fields_dump(fields *f, const std::string &filename_prefix, |
| 107 | const std::string &output_name) { |