Ejemplo n.º 1
0
def getCanteraError():
    """
    Get an error message generated when Cantera throws an exception.
    """
    return _cantera.get_Cantera_Error()
Ejemplo n.º 2
0
 def __init__(self, msg=""):
     if msg == "":
         msg = _cantera.get_Cantera_Error()
     self.msg = msg
Ejemplo n.º 3
0
def getCanteraError():
    """
    Get an error message generated when Cantera throws an exception.
    """
    return _cantera.get_Cantera_Error()
Ejemplo n.º 4
0
def getCanteraError():
    """Return the Cantera error message, if any."""
    return _cantera.get_Cantera_Error()
Ejemplo n.º 5
0
 def __init__(self, msg = ""):
     if msg == "":
         msg = _cantera.get_Cantera_Error()
     self.msg = msg