Commit 00ebbdb5 authored by Greenwood, Scott's avatar Greenwood, Scott
Browse files

move template to methods and updated so it can be autofilled from python

parent fa1a56ca
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -12,9 +12,8 @@ user_profile = Modelica.Utilities.System.getEnvironmentVariable("USERPROFILE", c
dirWorking = user_profile + "/Documents/Dymola/";
		
// Example dependencies. Update to correct file paths.
libs = {"E:/ExaDigiT/AutoCSM/methods/modelica/ExaDigiT_AutoCSM/package.mo",
		"E:/ExaDigiT/AutoCSM/examples/modelica/GenericCSM/package.mo",
		"E:/Modelica/TRANSFORM-Library/TRANSFORM/package.mo"};
// libs = {"",""} Full path to dependencies (e.g., .package or .mo files) in quotes separated by commas
libs = TODO_ADD_DEPENDENCIES_HERE

// Open Libraries
for lib in libs loop