test/Tools/isac/Frontend/states.sml
changeset 59582 23984b62804f
parent 59580 2c09b60e4a9d
     1.1 --- a/test/Tools/isac/Frontend/states.sml	Thu Aug 22 10:27:02 2019 +0200
     1.2 +++ b/test/Tools/isac/Frontend/states.sml	Thu Aug 22 11:26:14 2019 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -(* Title:  test/../states.sml
     1.5 +(* Title:  test/Frontend/states.sml
     1.6     Author: Walther Neuper 110320, Mathias Lehnfeld 140625
     1.7     (c) copyright due to lincense terms.
     1.8  *)
     1.9 @@ -6,7 +6,7 @@
    1.10  "-----------------------------------------------------------------";
    1.11  "table of contents -----------------------------------------------";
    1.12  "-----------------------------------------------------------------";
    1.13 -"----------- test parallel calls to autoCalculate ----------------";
    1.14 +"----------- (*test parallel calls to autoCalculate*) ------------";
    1.15  "-----------------------------------------------------------------";
    1.16  "-----------------------------------------------------------------";
    1.17  "-----------------------------------------------------------------";
    1.18 @@ -14,6 +14,9 @@
    1.19  "----------- test parallel calls to autoCalculate ----------------";
    1.20  "----------- test parallel calls to autoCalculate ----------------";
    1.21  "----------- test parallel calls to autoCalculate ----------------";
    1.22 +(*----------------------------------------------- Future.join DELETED FROM CODE FOR A WHILE ---\\
    1.23 +  CAUSES ERROR calc 1 not existent NOW.
    1.24 +
    1.25  let (*wraps whole test*)
    1.26  val ex = [(["Traegerlaenge L","Streckenlast q_0","Biegelinie y",
    1.27      "Randbedingungen [Q 0 = q_0 * L, M_b L = 0, y 0 = (0::real), y' 0 = (0::real)]",
    1.28 @@ -109,3 +112,4 @@
    1.29      n     ... max number of parallel calculations
    1.30  *)
    1.31  in run_tests 1(*2*) 2 2 end;
    1.32 +----------------------------------------------------------------------------------------------//*)