| 112 | } |
| 113 | |
| 114 | void fields_load(fields *f, const std::string &filename) { |
| 115 | master_printf("Loading fields: %s\n", filename.c_str()); |
| 116 | f->load(filename.c_str()); |
| 117 | } |
| 118 | |
| 119 | int test_metal(double eps(const vec &), int splitting, const char *tmpdir) { |
| 120 | double a = 10.0; |