|
@@ -177,10 +177,6 @@ def bootstrap():
|
|
|
return code.replace("auto_initial_IP", target)
|
|
|
|
|
|
# Create all library code
|
|
|
- # But first create the structure to hold compiled data
|
|
|
- f.write("Node __objects()\n", both=False)
|
|
|
- f.write('Dict (__hierarchy, "objects", __objects)\n', both=False)
|
|
|
-
|
|
|
def compile_code_MO(filename, model_name):
|
|
|
import sys
|
|
|
sys.path.append("interface/HUTN/")
|