Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix:
species_type
init memory (#5119)
The `PC::physical_species` was undefined memory unless `<species_name>.species_type` was provided in the input set. This initializes this member variable to a clear `PhysicalSpecies::unspecified` instead of random memory, which caused UB in functions such as `IamA<...>` during I/O.
- Loading branch information