# HG changeset patch # User blanchet # Date 1272560882 -7200 # Node ID d495d2e1f0a671b2cd912fe91439cf2daa73a0fa # Parent f1cb249f6384f1dd07a94ddd50fa866a5961ab89 in "overlord" mode: ignore problem prefix specified in the .thy file diff -r f1cb249f6384 -r d495d2e1f0a6 src/HOL/Tools/ATP_Manager/atp_systems.ML --- a/src/HOL/Tools/ATP_Manager/atp_systems.ML Thu Apr 29 19:07:36 2010 +0200 +++ b/src/HOL/Tools/ATP_Manager/atp_systems.ML Thu Apr 29 19:08:02 2010 +0200 @@ -141,8 +141,8 @@ fun prob_pathname nr = let val probfile = - Path.basic (the_problem_prefix ^ - (if overlord then "_" ^ name else serial_string ()) + Path.basic ((if overlord then "prob_" ^ name + else the_problem_prefix ^ serial_string ()) ^ "_" ^ string_of_int nr) in if the_dest_dir = "" then File.tmp_path probfile