Home
last modified time | relevance | path

Searched refs:clean_comp (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dsurface_analysis.py926 clean_comp = s.composition.reduced_composition
928 clean_comp = entry.composition.reduced_composition
930 mark = "--" if ucell_comp != clean_comp else "-"
/dports/games/KnightCap/Export/
H A Dbrain.c1641 static int clean_comp(const void *ii1, const void *ii2) in clean_comp() function
1750 qsort(brindex, brain_size, sizeof(brindex[0]), clean_comp); in brain_clean()