Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A DCinput.cc132 string textlineALL = (*intext)[i]; in build_map() local
137 size_t pos = textlineALL.find_first_of( '#',0); in build_map()
139 textline = textlineALL.substr(0,pos); in build_map()
141 textline = textlineALL; in build_map()