* Returns the amount of scientists contained * in the base without any assignments. * @return Number of scientists. */
| 464 | * @return Number of scientists. |
| 465 | */ |
| 466 | int Base::getAvailableScientists() const |
| 467 | { |
| 468 | return getScientists(); |
| 469 | } |
| 470 | |
| 471 | /** |
| 472 | * Returns the total amount of scientists contained |
no outgoing calls
no test coverage detected