Home
last modified time | relevance | path

Searched refs:molweight (Results 1 – 3 of 3) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dspup.vim116 syn keyword spupTypes molweight moment_inertia negative notype percent contained
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dspup.vim116 syn keyword spupTypes molweight moment_inertia negative notype percent contained
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dproject.cpp3448 double molweight = 0.0; in DoFormula() local
3477 molweight += (* it3).mass; in DoFormula()
3494 str << _("MW: ") << molweight << ends; in DoFormula()