* Creates a blank ruleset for a certain * type of country. * @param type String defining the type. */
| 30 | * @param type String defining the type. |
| 31 | */ |
| 32 | RuleCountry::RuleCountry(const std::string &type) : _type(type), _fundingBase(0), _fundingCap(0), _labelLon(0.0), _labelLat(0.0) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * |
nothing calls this directly
no outgoing calls
no test coverage detected