| 12 | |
| 13 | template<> |
| 14 | void BoostDataContainer<Example_nnp_checkdw>::setup() |
| 15 | { |
| 16 | Example_nnp_checkdw* e = nullptr; |
| 17 | |
| 18 | // Way too slow for CI test. |
| 19 | //examples.push_back(Example_nnp_checkdw("H2O_RPBE-D3")); |
| 20 | //e = &(examples.back()); |
| 21 | //e->args = "0 "; |
| 22 | |
| 23 | examples.push_back(Example_nnp_checkdw("LJ")); |
| 24 | e = &(examples.back()); |
| 25 | e->args = "0 "; |
| 26 | |
| 27 | return; |
| 28 | } |
| 29 | |
| 30 | #endif |
nothing calls this directly
no test coverage detected