src/Tools/isac/calcelems.sml
changeset 59585 0bb418c3855a
parent 59563 ef74a832fd69
     1.1 --- a/src/Tools/isac/calcelems.sml	Thu Aug 22 15:56:48 2019 +0200
     1.2 +++ b/src/Tools/isac/calcelems.sml	Thu Aug 22 16:48:04 2019 +0200
     1.3 @@ -191,7 +191,7 @@
     1.4  #   that scripts should be re-usable ?                                      #
     1.5  #############################################################################
     1.6  
     1.7 -    eg. 'Script Solve_rat_equation' calls 'SubProblem (RatEq',..'
     1.8 +    eg. 'Program Solve_rat_equation' calls 'SubProblem (RatEq',..'
     1.9      which would not allow to 'solve (y'' = -M_b / EI, M_b)' by this script
    1.10      because Biegelinie.thy is subthy of RatEq.thy and thus Biegelinie.M_b
    1.11      is unknown in RatEq.thy and M_b cannot be parsed into the scripts guard
    1.12 @@ -425,7 +425,7 @@
    1.13  
    1.14  fun assoc_thy thy =
    1.15      if thy = "e_domID"
    1.16 -    then (Rule.Thy_Info_get_theory "Script") (*lower bound of Knowledge*)
    1.17 +    then (Rule.Thy_Info_get_theory "Program") (*lower bound of Knowledge*)
    1.18      else (Rule.Thy_Info_get_theory thy) handle _ => error ("ME_Isa: thy \"" ^ thy ^ "\" not in system");
    1.19  
    1.20  (* overwrite an element in an association list and pair it with a thyID