PIDE-phase 2c CONTINUED: removed error in Protocol
authorWalther Neuper <wneuper@ist.tugraz.at>
Mon, 24 Aug 2015 10:21:14 +0200
changeset 591654a8c2fd35d17
parent 59164 9c50384e9804
child 59166 9b8fa74811e1
PIDE-phase 2c CONTINUED: removed error in Protocol
src/Tools/isac/xmlsrc/interface-xml.sml
     1.1 --- a/src/Tools/isac/xmlsrc/interface-xml.sml	Thu Aug 20 16:18:36 2015 +0200
     1.2 +++ b/src/Tools/isac/xmlsrc/interface-xml.sml	Mon Aug 24 10:21:14 2015 +0200
     1.3 @@ -151,7 +151,7 @@
     1.4  fun gettacticOK2xml (calcid : calcID) tac = 
     1.5    XML.Elem (("GETTACTIC", []),[
     1.6      XML.Elem (("CALCID", []), [XML.Text (string_of_int calcid)]),
     1.7 -    XML.Elem (("CALCCHANGED", []), [xml_of_tac tac])])
     1.8 +    xml_of_tac tac])
     1.9  
    1.10  fun gettacticERROR2xml (cI:calcID) str = 
    1.11      writeln ("@@@@@begin@@@@@\n "^string_of_int cI^" \n" ^