| 705 | } |
| 706 | |
| 707 | double network::energy_threshold() const { return energy_threshold_; } |
| 708 | |
| 709 | class network &network::energy_threshold(double energy_threshold) { |
| 710 | if (energy_threshold_ != energy_threshold) { |
nothing calls this directly
no outgoing calls
no test coverage detected