Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A DCinput.cc151 string keyval = textline.substr( pos+1, textline.length() - pos); in build_map() local
152 trim_string(&keyval); in build_map()
155 (*inmap)[keywd] = keyval; in build_map()