Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A DCinput.cc69 string defkey = iter->first; in Input() local
71 if ( input_map->find(defkey) == input_map->end() ) { in Input()
72 (*input_map)[defkey] = defval; in Input()