4 lines
99 B
Matlab
4 lines
99 B
Matlab
function n = nSpecies(a)
|
|
% NSPECIES - Number of species in the phase.
|
|
%
|
|
n = phase_get(a.tp_id,11);
|