src/java/isac/bridge/CalcTree.java
changeset 1075 0d935f60759a
parent 1074 821012b70aaf
child 1107 47ca7a8929fa
     1.1 --- a/src/java/isac/bridge/CalcTree.java	Fri Oct 31 09:00:35 2003 +0100
     1.2 +++ b/src/java/isac/bridge/CalcTree.java	Fri Oct 31 09:27:04 2003 +0100
     1.3 @@ -34,10 +34,10 @@
     1.4    Start a new calculation. In case of failure, 
     1.5    the constructor may change the formalization object to hint at incomplete or
     1.6    contradictory specifications. 
     1.7 -  <br> Under normal circumstances, only complete Modspecs should be passed. 
     1.8 +  <br> Under normal circumstances, only complete calcHeads should be passed. 
     1.9    <br> Check every CalcHead for completeness (with the
    1.10 -  static method checkModSpec() before constructing a CalcTree
    1.11 -  * @param modSpec The CalcHead for this CalcTree
    1.12 +  static method checkcalcHead() before constructing a CalcTree
    1.13 +  * @param calcHead The CalcHead for this CalcTree
    1.14    */
    1.15    CalcTree(MathEngine mathEngine, int id) {
    1.16      this.id = id;