Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/Parser/
H A Dscript_parser.cpp3148 mystr string_entirerow; // string containing the processed row in ReadMatrixVector() local
3179 found_rowsep = text.GetUntil(pos_in_string, rowsep, string_entirerow); in ReadMatrixVector()
3180 string_entirerow.Replace(tab, space); in ReadMatrixVector()
3184 string_entirerow.EraseSpacesHeadTail(); in ReadMatrixVector()
3185string_entirerow.ReadLeadingSpacesAndCountLines(pos_in_row, line_cnt); // !skip spaces at the begi… in ReadMatrixVector()
3190 string_entirerow.ReadLeadingSpaces(pos_in_row); in ReadMatrixVector()
3191 found_colsep = string_entirerow.GetUntil(pos_in_row, colsep, string_value); in ReadMatrixVector()