Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_formula.cpp389 … = CSG_String::Format("%s %s %d\n", _TL("Error in formula"), _TL("at position"), m_Error_Position); in Get_Error()
391 if( m_Error_Position < 0 || m_Error_Position >= (int)m_sFormula.Length() ) in Get_Error()
397 Message += m_sFormula.Left (m_Error_Position) + " [" in Get_Error()
398 + m_sFormula [m_Error_Position] + "] " in Get_Error()
399 + m_sFormula.Right(m_sFormula.Length() - (m_Error_Position + 1)); in Get_Error()
446 m_Formula = _Translate(Formula, "abcdefghijklmnopqrstuvwxyz", &m_Length, &m_Error_Position); in Set_Formula()
H A Dmat_tools.h1897 int m_Error_Position, m_Length; variable