Index: dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r518 -r534 --- dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 518) +++ dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 534) @@ -628,7 +628,7 @@ /// \newline /// Initializes a new instance of the class. \newline /// \newline - /// The model input. \newline + /// Xml string containing the model input. \newline public Interface(string modelInput) \newline } \newline @@ -653,7 +653,7 @@ /// \newline /// Performs the calculation. \newline /// \newline - /// Errors and warnings in an XML string \newline + /// The output of the calculation in an XML string \newline public string Run() \newline } \newline