------------------------------------------------------------------------ r15029 | adrpo | 2013-02-01 00:50:50 +0100 (Fri, 01 Feb 2013) | 7 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/runtime/config.h - change version to beta4 - improve checkSettings() + give the compiler version + show PATH variable - set Windows paths right after OMC is started + do some checks too to see if we find the needed MinGW things. ------------------------------------------------------------------------ r15027 | lochel | 2013-01-31 20:43:09 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - fix flag -port ------------------------------------------------------------------------ r15026 | adeas31 | 2013-01-31 20:19:33 +0100 (Thu, 31 Jan 2013) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Adapt to new simulation flags format. ------------------------------------------------------------------------ r15025 | cschubert | 2013-01-31 16:36:55 +0100 (Thu, 31 Jan 2013) | 1 line Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osg_interpreter.hpp M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osggtkdrawingarea.cpp modelica3d: workaround for strange looking dxf objects, now robotR3 looks as it should, also shifted spheres to the correct position ------------------------------------------------------------------------ r15024 | niklwors | 2013-01-31 16:01:08 +0100 (Thu, 31 Jan 2013) | 1 line Changed paths: A /trunk/SimulationRuntime/cpp/Solver/Kinsol A /trunk/SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp A /trunk/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.h A /trunk/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.cpp A /trunk/SimulationRuntime/cpp/Solver/Kinsol/KinsolSettings.h A /trunk/SimulationRuntime/cpp/Solver/Kinsol/stdafx.h Added Kinsol solver to cpp runtime ------------------------------------------------------------------------ r15023 | wbraun | 2013-01-31 15:28:57 +0100 (Thu, 31 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - fixed memory leak in simulation results compare function - updated some tests ------------------------------------------------------------------------ r15022 | sjoelund.se | 2013-01-31 15:21:22 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/scripts/simcodedump.xsl Make +simCodeTarget=Dump handle constant literals ------------------------------------------------------------------------ r15021 | hkiel | 2013-01-31 13:06:08 +0100 (Thu, 31 Jan 2013) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - make local functions static - move if-condition out of for-loop - fixed type ------------------------------------------------------------------------ r15020 | adrpo | 2013-01-31 12:50:39 +0100 (Thu, 31 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt - fix CMakeLists.txt as some things moved around. ------------------------------------------------------------------------ r15019 | adrpo | 2013-01-31 12:19:14 +0100 (Thu, 31 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Makefile.common M /trunk/Compiler/omc_release/Makefile.in M /trunk/Compiler/omc_release/Makefile.omdev.mingw - library order hell fixed. ------------------------------------------------------------------------ r15018 | lochel | 2013-01-31 11:49:59 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - minor fixes ------------------------------------------------------------------------ r15017 | lochel | 2013-01-31 11:09:39 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - fix omedit [command line flags] ------------------------------------------------------------------------ r15016 | sjoelund.se | 2013-01-31 10:59:11 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/scripts/simcodedump.xsl Added symbolic tracing of array equation scalarization ------------------------------------------------------------------------ r15015 | sjoelund.se | 2013-01-31 09:56:02 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/ModelicaExternalC/Makefile.common D /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c D /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h A /trunk/SimulationRuntime/c/util/ModelicaUtilities.c (from /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c:15013) A /trunk/SimulationRuntime/c/util/ModelicaUtilities.h (from /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h:15013) Move ModelicaUtilities into the default runtime instead of ModelicaExternalC (it is defined in the spec, not in MSL, and should be usable in any external function) ------------------------------------------------------------------------ r15014 | sjoelund.se | 2013-01-31 09:01:37 +0100 (Thu, 31 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl Write dump to the chosen filename instead of the modelname (they are usually the same, but not always) ------------------------------------------------------------------------ r15013 | hkiel | 2013-01-31 07:47:54 +0100 (Thu, 31 Jan 2013) | 5 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/memory_pool.c - replace calloc by malloc where allocated memory is directly initialized - fix types - optimize round-up division - make local functions "static" - more aggressive memory allocation for realloc() ------------------------------------------------------------------------ r15012 | wbraun | 2013-01-31 01:06:24 +0100 (Thu, 31 Jan 2013) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/varinfo.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_newton.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_newton.mos - added symbolic jacobian support to newton solver - use newton solver for linear tearing systems - added tests for newton solver - suppress warning of non-linear solver ------------------------------------------------------------------------ r15011 | lochel | 2013-01-30 23:10:40 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/options.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - revise command line arguments for c-runtime (second part) ------------------------------------------------------------------------ r15010 | sjoelund.se | 2013-01-30 16:05:02 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl Fix MeasureTime.mos? ------------------------------------------------------------------------ r15009 | lochel | 2013-01-30 15:19:59 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/options.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/testsuite/openmodelica/modelicaML/twotankmodel.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos M /trunk/testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest5.mos M /trunk/testsuite/simulation/modelica/initialization/forest.mos M /trunk/testsuite/simulation/modelica/initialization/forest_algorithm.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/minvalue.mos M /trunk/testsuite/simulation/modelica/initialization/nominal.mos M /trunk/testsuite/simulation/modelica/initialization/nonlinear.mos M /trunk/testsuite/simulation/modelica/initialization/nonlinear2.mos M /trunk/testsuite/simulation/modelica/initialization/scaling1.mos M /trunk/testsuite/simulation/modelica/initialization/scaling2.mos M /trunk/testsuite/simulation/modelica/initialization/singularJacobian.mos - revise command line arguments for c-runtime (part one) ------------------------------------------------------------------------ r15008 | sjoelund.se | 2013-01-30 14:28:36 +0100 (Wed, 30 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Util/Flags.mo M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp D /trunk/OMNotebook/OMNotebookGUI/copytest.cpp - Added option +d=shortOutput - Used +d=shortOutput in OMNotebook initialization ------------------------------------------------------------------------ r15007 | sjoelund.se | 2013-01-30 13:28:09 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo Revert r15004 (did not update tests; and is a bad fix anyway) ------------------------------------------------------------------------ r15006 | sjoelund.se | 2013-01-30 13:27:22 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/scripts/simcodedump.xsl - +simCodeTarget=Dump now runs xsltproc on the code automatically ------------------------------------------------------------------------ r15005 | cschubert | 2013-01-30 13:11:20 +0100 (Wed, 30 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl increased stack size to 32Mb for executables on windows ------------------------------------------------------------------------ r15004 | alash325 | 2013-01-30 13:07:13 +0100 (Wed, 30 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo - shortOutput optional argument for simulate API - to return short simulation results ------------------------------------------------------------------------ r15003 | sjoelund.se | 2013-01-30 12:41:05 +0100 (Wed, 30 Jan 2013) | 3 lines Changed paths: A /trunk/testsuite/flattening/modelica/built-in-functions/Linspace2.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile #2027 - Adding testcase ------------------------------------------------------------------------ r15002 | sjoelund.se | 2013-01-30 12:38:43 +0100 (Wed, 30 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/metamodelica/meta/ListReductionDimError.mo #2027 - Make linspace evaluate dimensions of parameter input third argument ------------------------------------------------------------------------ r15001 | sjoelund.se | 2013-01-30 12:33:07 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb M /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb M /trunk/OMNotebook/DrModelica/Algorithms/Assert.onb M /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb M /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb M /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb M /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FrequencyAnalysisEvaluated.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb M /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb M /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb M /trunk/OMNotebook/DrModelica/Arrays/Construction.onb M /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb M /trunk/OMNotebook/DrModelica/Arrays/Empty.onb M /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb M /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb M /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb M /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb M /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb M /trunk/OMNotebook/DrModelica/Classes/CreateInst.onb M /trunk/OMNotebook/DrModelica/Classes/Nested.onb M /trunk/OMNotebook/DrModelica/Classes/Partial.onb M /trunk/OMNotebook/DrModelica/Classes/Restricted.onb M /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb M /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb M /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb M /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb M /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb M /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Automata.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb M /trunk/OMNotebook/DrModelica/Equations/Assert.onb M /trunk/OMNotebook/DrModelica/Equations/IfEq.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb M /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb M /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb M /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb M /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb M /trunk/OMNotebook/DrModelica/Equations/SimpleEquality.onb M /trunk/OMNotebook/DrModelica/Equations/Step.onb M /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb M /trunk/OMNotebook/DrModelica/Functions/Call.onb M /trunk/OMNotebook/DrModelica/Functions/Extending.onb M /trunk/OMNotebook/DrModelica/Functions/External.onb M /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb M /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb M /trunk/OMNotebook/DrModelica/InherMod/Extend.onb M /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb M /trunk/OMNotebook/DrModelica/InherMod/Short.onb M /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb M /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb M /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb M /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb M /trunk/OMNotebook/DrModelica/LitOpExp/VarTime.onb M /trunk/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb M /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb M /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb M /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb M /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb M /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb M /trunk/OMNotebook/DrModelica/QuickTour/HelloWorldmod.onb M /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb M /trunk/OMNotebook/DrModelica/QuickTour/Local.onb M /trunk/OMNotebook/DrModelica/QuickTour/ReuseMod.onb M /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb M /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb M /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Annotation.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb M /trunk/OMNotebook/DrModelica/Redeclaration/RedNotRepl.onb M /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb M /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb M /trunk/OMNotebook/DrModelica/TypeSubtype/Sub-SuperType.onb M /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb M /trunk/OMNotebook/DrModelica/Variables/Initialization.onb M /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb Monster kill!!! - changed "simulation" to "simulate" in all DrModelica .onb files. ------------------------------------------------------------------------ r15000 | lochel | 2013-01-30 11:39:32 +0100 (Wed, 30 Jan 2013) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - new c-runtime flag –w shows all warnings during simulation (warnings are hidden by default) - new c-runtime lv-option LOG_EVENTS_V shows even more than LOG_EVENTS - shrink dump from LOG_EVENTS ------------------------------------------------------------------------ r14999 | sjoelund.se | 2013-01-30 10:57:23 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo Made typof work better for reductions ------------------------------------------------------------------------ r14997 | wbraun | 2013-01-30 03:17:12 +0100 (Wed, 30 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.h - added newton solver as non-linear system solver ------------------------------------------------------------------------ r14996 | wbraun | 2013-01-30 00:16:50 +0100 (Wed, 30 Jan 2013) | 6 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos - fixed dumps of non-linear solver - fixed dump description - let warnings outputs always - changed some INFO messages to DEBUG ------------------------------------------------------------------------ r14995 | sjoelund.se | 2013-01-29 22:37:26 +0100 (Tue, 29 Jan 2013) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c #2039 - We now sort all equations before putting them in the runtime and verify that they are all there * This makes it possible to print the correct equation name for nonlinear systems * Fixed segfault for nonlinear systems - Removed the commented-out "simulation" command since it should not have been added in the first place ------------------------------------------------------------------------ r14994 | lochel | 2013-01-29 21:04:44 +0100 (Tue, 29 Jan 2013) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/util/omc_error.c - fix some event-dumps - fix description-enum ------------------------------------------------------------------------ r14993 | lochel | 2013-01-29 20:39:47 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos - expected output ------------------------------------------------------------------------ r14992 | perost | 2013-01-29 20:16:34 +0100 (Tue, 29 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/NFEnv.mo M /trunk/Compiler/FrontEnd/NFInst.mo M /trunk/Compiler/FrontEnd/NFInstUtil.mo M /trunk/Compiler/FrontEnd/NFLookup.mo M /trunk/Compiler/FrontEnd/NFMod.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/RecursiveExtends1.mo A /trunk/testsuite/flattening/modelica/scodeinst/RecursiveExtends2.mo M /trunk/testsuite/flattening/modelica/scodeinst/func6.mo M /trunk/testsuite/flattening/modelica/scodeinst/func7.mo M /trunk/testsuite/flattening/modelica/scodeinst/mod5.mo - Converted a major part of the new instantiation to the new environment and lookup. - Enabled the scodeinst tests which now works again. ------------------------------------------------------------------------ r14991 | lochel | 2013-01-29 19:51:39 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp - filter internal variables correctly ------------------------------------------------------------------------ r14990 | sjoelund.se | 2013-01-29 18:48:03 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos Expected output ------------------------------------------------------------------------ r14989 | lochel | 2013-01-29 17:14:57 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp - filter internal variables correctly ------------------------------------------------------------------------ r14988 | lochel | 2013-01-29 10:08:26 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/common/ModelTesting.mo M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos - expected output ------------------------------------------------------------------------ r14987 | sjoelund.se | 2013-01-29 10:01:11 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos Expected output ------------------------------------------------------------------------ r14986 | sjoelund.se | 2013-01-29 10:00:50 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos M /trunk/testsuite/simulation/modelica/parallel/ReferenceFiles/PRVSystem.mat - Reduce the size of the result-file, update test ------------------------------------------------------------------------ r14985 | sjoelund.se | 2013-01-29 09:50:22 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/modelica/equations/IfEquation5.mos M /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos M /trunk/testsuite/simulation/modelica/msl22/blockssources.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos M /trunk/testsuite/simulation/modelica/others/DerivativeCodeGeneration.mo M /trunk/testsuite/simulation/modelica/others/Random.mos M /trunk/testsuite/simulation/modelica/others/sample2.mos - Re-merge r14982 ------------------------------------------------------------------------ r14984 | sjoelund.se | 2013-01-29 09:49:53 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - Fix performance issue with SimulationResultsCmp.c (quadratic-time memory allocation) ------------------------------------------------------------------------ r14983 | sjoelund.se | 2013-01-29 08:02:17 +0100 (Tue, 29 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/modelica/equations/IfEquation5.mos M /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos M /trunk/testsuite/simulation/modelica/msl22/blockssources.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos M /trunk/testsuite/simulation/modelica/others/DerivativeCodeGeneration.mo M /trunk/testsuite/simulation/modelica/others/Random.mos M /trunk/testsuite/simulation/modelica/others/sample2.mos Revert r14982 (breaks 4 tests; 3 of them badly, 1 of them spins forever) ------------------------------------------------------------------------ r14982 | lochel | 2013-01-28 19:35:56 +0100 (Mon, 28 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/modelica/equations/IfEquation5.mos M /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos M /trunk/testsuite/simulation/modelica/msl22/blockssources.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos M /trunk/testsuite/simulation/modelica/others/DerivativeCodeGeneration.mo M /trunk/testsuite/simulation/modelica/others/Random.mos M /trunk/testsuite/simulation/modelica/others/sample2.mos - remove helpVars from Backend (was used to handle when-conditions and sample-calls) - revise event-system (c-runtime) - unfortunately break other runtimes (please contact me, if you need more detailed information) ------------------------------------------------------------------------ r14981 | alash325 | 2013-01-28 19:11:22 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/OMNotebook/DrModelica/DrModelica.onb - Update version Author ------------------------------------------------------------------------ r14980 | wbraun | 2013-01-28 19:05:49 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos - fixed test ------------------------------------------------------------------------ r14979 | alash325 | 2013-01-28 19:05:37 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb M /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb M /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb M /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FrequencyAnalysisEvaluated.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/KinematicLoops.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb M /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb M /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb M /trunk/OMNotebook/DrModelica/Arrays/Construction.onb M /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb M /trunk/OMNotebook/DrModelica/Arrays/Empty.onb M /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb M /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb M /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb M /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb M /trunk/OMNotebook/DrModelica/Classes/Nested.onb M /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb M /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb M /trunk/OMNotebook/DrModelica/CompConn/ConnConstraints.onb M /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb M /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb M /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb M /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/DEVS.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventBeh.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb M /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb M /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb M /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb M /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb M /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb M /trunk/OMNotebook/DrModelica/Functions/Call.onb M /trunk/OMNotebook/DrModelica/Functions/Extending.onb M /trunk/OMNotebook/DrModelica/Functions/External.onb M /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb M /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb M /trunk/OMNotebook/DrModelica/InherMod/Short.onb M /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb M /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb M /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb - Updated DrModelica ------------------------------------------------------------------------ r14978 | sjoelund.se | 2013-01-28 18:33:31 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.h Mark subsequent builds not-beta3 ------------------------------------------------------------------------ r14976 | sjoelund.se | 2013-01-28 18:20:18 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.h - Mark this build Beta3 in config.h. Tag this revision as 1.9.0 beta3. ------------------------------------------------------------------------ r14975 | sjoelund.se | 2013-01-28 18:16:19 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - 1.9.0 ReleaseNotes. Don't tag this revision. ------------------------------------------------------------------------ r14974 | adrpo | 2013-01-28 18:04:12 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.pdf - pdf with links. ------------------------------------------------------------------------ r14973 | petfr | 2013-01-28 17:54:37 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf Updated Users guide with new release text. ------------------------------------------------------------------------ r14972 | sjoelund.se | 2013-01-28 17:40:21 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/PythonInterface/OMPython/OMParser/__init__.py M /trunk/PythonInterface/OMPython/__init__.py M /trunk/PythonInterface/PySimulator/Plugins/Simulator/OpenModelica/OpenModelica.py Update licenses for OMPython / PySimulator plugins to OSMC-PL Runtime license ------------------------------------------------------------------------ r14971 | wbraun | 2013-01-28 17:31:25 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fixed bug with time measurements at runtime ------------------------------------------------------------------------ r14970 | adrpo | 2013-01-28 15:29:48 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/PythonInterface/Makefile.omdev.mingw - in Windows copy PySimulator to build\share\omc\scripts\PythonInterface for now maybe we can find a better place later. ------------------------------------------------------------------------ r14969 | sjoelund.se | 2013-01-28 14:39:42 +0100 (Mon, 28 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.h M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos - Added MLS 3.2 ModelicaVFormatMessage/Error - Made the DIVISION() macro use testsuite-friendly filenames ------------------------------------------------------------------------ r14968 | perost | 2013-01-28 13:41:39 +0100 (Mon, 28 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Linspace1.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile Partial fix for ticket #2027: - Fix type of array reduction. ------------------------------------------------------------------------ r14967 | lochel | 2013-01-28 13:37:45 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/omc_error.h - fix c/cpp comment ------------------------------------------------------------------------ r14966 | lochel | 2013-01-28 13:36:51 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/omc_error.h - disable debug-outputs by default to increase performance ------------------------------------------------------------------------ r14965 | hkiel | 2013-01-28 13:25:36 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/README.txt M /trunk/doc/OpenModelicaUsersGuide.doc - adjust some paths (testsuite/ related) - fix some typos and formattings ------------------------------------------------------------------------ r14964 | sjoelund.se | 2013-01-28 11:02:13 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/rtest Automatically unlink tmp-file ------------------------------------------------------------------------ r14963 | perost | 2013-01-28 11:01:09 +0100 (Mon, 28 Jan 2013) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/modelica/indexreduction/ImplicitStateCoupling.mos - Updated expected output of previously failing tests which now fails slightly differently. ------------------------------------------------------------------------ r14962 | sjoelund.se | 2013-01-28 10:02:04 +0100 (Mon, 28 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/interactive-API/regex.mos Expected output ------------------------------------------------------------------------ r14961 | adrpo | 2013-01-28 07:35:04 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - update guides. ------------------------------------------------------------------------ r14960 | sjoelund.se | 2013-01-28 06:49:53 +0100 (Mon, 28 Jan 2013) | 4 lines Changed paths: M /trunk/libraries/ModelicaAdditions/Blocks/Continuous.mo M /trunk/libraries/ModelicaAdditions/Blocks/Discrete.mo M /trunk/libraries/ModelicaAdditions/Blocks/Logical.mo M /trunk/libraries/ModelicaAdditions/Blocks/Multiplexer.mo M /trunk/libraries/ModelicaAdditions/Blocks/Nonlinear.mo M /trunk/libraries/ModelicaAdditions/Blocks/package.mo M /trunk/libraries/ModelicaAdditions/HeatFlow1D.mo M /trunk/libraries/ModelicaAdditions/MultiBody/CutJoints.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Engine1.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Engine2.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar1.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar2.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/TwoLoop.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Utilities.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Pendulum.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Robots/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Robots/r3.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Forces.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Interfaces.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Joints.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Parts.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Sensors.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Visualizers.mo M /trunk/libraries/ModelicaAdditions/MultiBody/package.mo M /trunk/libraries/ModelicaAdditions/PetriNets.mo M /trunk/libraries/ModelicaAdditions/Tables.mo Reverted r14959. Use: loadModel(Modelica,{"2.2.1"}); loadModel(ModelicaAdditions); There is no need to update the library. We use the version form the website and should update it as little as possible. ------------------------------------------------------------------------ r14959 | alash325 | 2013-01-28 03:45:23 +0100 (Mon, 28 Jan 2013) | 1 line Changed paths: M /trunk/libraries/ModelicaAdditions/Blocks/Continuous.mo M /trunk/libraries/ModelicaAdditions/Blocks/Discrete.mo M /trunk/libraries/ModelicaAdditions/Blocks/Logical.mo M /trunk/libraries/ModelicaAdditions/Blocks/Multiplexer.mo M /trunk/libraries/ModelicaAdditions/Blocks/Nonlinear.mo M /trunk/libraries/ModelicaAdditions/Blocks/package.mo M /trunk/libraries/ModelicaAdditions/HeatFlow1D.mo M /trunk/libraries/ModelicaAdditions/MultiBody/CutJoints.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Engine1.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Engine2.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar1.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Fourbar2.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/TwoLoop.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/Utilities.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Loops/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Pendulum.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Robots/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Robots/r3.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/package.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Forces.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Interfaces.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Joints.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Parts.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Sensors.mo M /trunk/libraries/ModelicaAdditions/MultiBody/Visualizers.mo M /trunk/libraries/ModelicaAdditions/MultiBody/package.mo M /trunk/libraries/ModelicaAdditions/PetriNets.mo M /trunk/libraries/ModelicaAdditions/Tables.mo - added "within ModelicaAdditions/*;" to the the first line ModelicaAdditions library ------------------------------------------------------------------------ r14958 | mahge930 | 2013-01-27 09:47:00 +0100 (Sun, 27 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo + Generate default value bindings for protected components of a record. ------------------------------------------------------------------------ r14957 | sjoelund.se | 2013-01-26 14:38:49 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos Fix stuff rtest -b messed up ------------------------------------------------------------------------ r14956 | sjoelund.se | 2013-01-26 13:55:13 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/TplCodegen.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/susan_codegen/TplCodegen.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/flattening/libraries/biochem/BiochemModels.mos M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl221/PID_Controller.mos M /trunk/testsuite/flattening/libraries/msl221/PreLoad.mos M /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/flattening/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos M /trunk/testsuite/flattening/modelica/mosfiles/TestLoadModel.mos M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos Print longer filenames when running the testsuite (no more "which package.mo should I look in?") ------------------------------------------------------------------------ r14955 | sjoelund.se | 2013-01-26 13:00:23 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/mosfiles/UriLookup.mos Expected output ------------------------------------------------------------------------ r14954 | sjoelund.se | 2013-01-26 12:52:02 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/SimulationRuntime/c/util/utility.c Fix regex usage ------------------------------------------------------------------------ r14953 | sjoelund.se | 2013-01-26 11:43:37 +0100 (Sat, 26 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/utility.c Fix regex output for empty patterns ------------------------------------------------------------------------ r14952 | adrpo | 2013-01-26 01:36:21 +0100 (Sat, 26 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h - utf8 no signature. ------------------------------------------------------------------------ r14951 | adrpo | 2013-01-26 01:12:05 +0100 (Sat, 26 Jan 2013) | 3 lines Changed paths: M /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp - try to fix cppruntime. - do not use hidden attribute as it doesn't seem to work with clang and gcc-4.4: #define BOOST_EXTENSION_IMPORT_DECL __attribute__((visibility("hidden"))) ------------------------------------------------------------------------ r14950 | adrpo | 2013-01-26 00:26:18 +0100 (Sat, 26 Jan 2013) | 4 lines Changed paths: M /trunk/SimulationRuntime/cpp/Include/Core/Object/IObject.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/Object.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h M /trunk/SimulationRuntime/cpp/Include/Core/System/IContinuous.h M /trunk/SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h M /trunk/testsuite/flattening/modelica/redeclare/Makefile - fix utf-8 without signature: SimulationRuntime/cpp/* - fix missing separator testsuite/flattening/modelica/redeclare/Makefile ------------------------------------------------------------------------ r14949 | adrpo | 2013-01-26 00:10:12 +0100 (Sat, 26 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp - geez, stdafx.h actually exists but with small letters. fix case. ------------------------------------------------------------------------ r14948 | adrpo | 2013-01-25 23:59:13 +0100 (Fri, 25 Jan 2013) | 5 lines Changed paths: M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp - guard StdAfx.h with _MSC_VER #if defined(_MSC_VER) #include "StdAfx.h" #endif ------------------------------------------------------------------------ r14947 | wbraun | 2013-01-25 22:23:00 +0100 (Fri, 25 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos - fixed symbolic jacobians for tearing systems - removed some debug output from jacobian calculation calls (performance) ------------------------------------------------------------------------ r14946 | sjoelund.se | 2013-01-25 22:01:04 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp M /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp M /trunk/SimulationRuntime/cpp/Core/Math/stdafx.h M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.h M /trunk/SimulationRuntime/cpp/Core/SimController/Main.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/stdafx.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h M /trunk/SimulationRuntime/cpp/Core/Solver/Initialization.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/stdafx.h M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Core/System/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/System/stdafx.cpp M /trunk/SimulationRuntime/cpp/Core/System/stdafx.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Constants.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Functions.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/IBlas.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/ILapack.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Utility.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/IObject.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/Object.h M /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h M /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/Initialization.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h M /trunk/SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h M /trunk/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Solver/CVode/stdafx.h M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.cpp M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.h M /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.h M /trunk/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml M /trunk/SimulationRuntime/cpp/Solver/Euler/stdafx.h M /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.cpp M /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.h M /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Solver/Newton/stdafx.h M /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/PlanarMechanicsStandard.mo M /trunk/testsuite/openmodelica/uncertainties/dataReconciliation.mo Remove BOM ------------------------------------------------------------------------ r14945 | niklwors | 2013-01-25 18:36:53 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp fixed include names in SystemDefaultImplementation ------------------------------------------------------------------------ r14944 | sjoelund.se | 2013-01-25 17:58:43 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mos Expected output ------------------------------------------------------------------------ r14943 | niklwors | 2013-01-25 17:55:41 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp M /trunk/SimulationRuntime/cpp/Core/Math/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp M /trunk/SimulationRuntime/cpp/Core/Math/stdafx.h M /trunk/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.h M /trunk/SimulationRuntime/cpp/Core/SimController/Main.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/stdafx.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml M /trunk/SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h M /trunk/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Solver/Initialization.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/stdafx.h M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Core/System/CMakeLists.txt D /trunk/SimulationRuntime/cpp/Core/System/CoupledSystem.cpp D /trunk/SimulationRuntime/cpp/Core/System/CoupledSystem.h M /trunk/SimulationRuntime/cpp/Core/System/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/System/stdafx.cpp M /trunk/SimulationRuntime/cpp/Core/System/stdafx.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h M /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Constants.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Functions.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/IBlas.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/ILapack.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h M /trunk/SimulationRuntime/cpp/Include/Core/Math/Utility.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/IObject.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/Object.h M /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h M /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/Initialization.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h D /trunk/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h D /trunk/SimulationRuntime/cpp/Include/Core/System/IDataExchange.h M /trunk/SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h M /trunk/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Solver/CVode/stdafx.h M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.cpp M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.h M /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.h M /trunk/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml M /trunk/SimulationRuntime/cpp/Solver/Euler/stdafx.h M /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.cpp M /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.h M /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Solver/Newton/stdafx.h converted cpp an h files in cpp runtime to utf8 ------------------------------------------------------------------------ r14942 | arun3688 | 2013-01-25 17:17:40 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/OMCC.mos OMCC - added Config.mo to OMCC.mos for proper code generation- arun3688 ------------------------------------------------------------------------ r14941 | niklwors | 2013-01-25 17:07:54 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Makefile fixed SimulationRuntime/cpp/Makefile ------------------------------------------------------------------------ r14940 | cschubert | 2013-01-25 17:03:24 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/utility.c one star for msvc ------------------------------------------------------------------------ r14939 | niklwors | 2013-01-25 14:24:42 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl A /trunk/SimulationRuntime/cpp/CMakeLists.txt (from /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt:14860) A /trunk/SimulationRuntime/cpp/Core A /trunk/SimulationRuntime/cpp/Core/Math A /trunk/SimulationRuntime/cpp/Core/Math/ArrayOperations.cpp A /trunk/SimulationRuntime/cpp/Core/Math/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp A /trunk/SimulationRuntime/cpp/Core/Math/stdafx.h A /trunk/SimulationRuntime/cpp/Core/Modelica A /trunk/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaConfic.inc.in A /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp A /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp A /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h A /trunk/SimulationRuntime/cpp/Core/SimController A /trunk/SimulationRuntime/cpp/Core/SimController/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.cpp A /trunk/SimulationRuntime/cpp/Core/SimController/Configuration.h A /trunk/SimulationRuntime/cpp/Core/SimController/Main.cpp A /trunk/SimulationRuntime/cpp/Core/SimController/stdafx.h A /trunk/SimulationRuntime/cpp/Core/SimulationSettings A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/Factory.h A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.h A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/config A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/config/GlobalSettings.xml A /trunk/SimulationRuntime/cpp/Core/SimulationSettings/stdafx.h A /trunk/SimulationRuntime/cpp/Core/Solver A /trunk/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/Solver/Initialization.cpp A /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp A /trunk/SimulationRuntime/cpp/Core/Solver/SolverSettings.cpp A /trunk/SimulationRuntime/cpp/Core/Solver/stdafx.h A /trunk/SimulationRuntime/cpp/Core/System A /trunk/SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp A /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp A /trunk/SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.h A /trunk/SimulationRuntime/cpp/Core/System/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Core/System/CoupledSystem.cpp A /trunk/SimulationRuntime/cpp/Core/System/CoupledSystem.h A /trunk/SimulationRuntime/cpp/Core/System/EventHandling.cpp A /trunk/SimulationRuntime/cpp/Core/System/SystemDefaultImplementation.cpp A /trunk/SimulationRuntime/cpp/Core/System/stdafx.cpp A /trunk/SimulationRuntime/cpp/Core/System/stdafx.h A /trunk/SimulationRuntime/cpp/Include/Core A /trunk/SimulationRuntime/cpp/Include/Core/DataExchange A /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/IHistory.h A /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies A /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/BufferReaderWriter.h A /trunk/SimulationRuntime/cpp/Include/Core/DataExchange/Policies/TextfileWriter.h A /trunk/SimulationRuntime/cpp/Include/Core/HistoryImpl.h A /trunk/SimulationRuntime/cpp/Include/Core/Math A /trunk/SimulationRuntime/cpp/Include/Core/Math/ArrayOperations.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/Constants.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/Functions.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/IBlas.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/ILapack.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/OMAPI.h A /trunk/SimulationRuntime/cpp/Include/Core/Math/Utility.h A /trunk/SimulationRuntime/cpp/Include/Core/Modelica.h A /trunk/SimulationRuntime/cpp/Include/Core/Object A /trunk/SimulationRuntime/cpp/Include/Core/Object/IObject.h A /trunk/SimulationRuntime/cpp/Include/Core/Object/Object.h A /trunk/SimulationRuntime/cpp/Include/Core/SimController A /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimController.h A /trunk/SimulationRuntime/cpp/Include/Core/SimController/ISimData.h A /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings A /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h A /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISettingsFactory.h A /trunk/SimulationRuntime/cpp/Include/Core/SimulationSettings/ISimControllerSettings.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver A /trunk/SimulationRuntime/cpp/Include/Core/Solver/IAlgLoopSolver.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/IDAESolver.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/INonLinSolverSettings.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/ISolverSettings.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/Initialization.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h A /trunk/SimulationRuntime/cpp/Include/Core/System A /trunk/SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h A /trunk/SimulationRuntime/cpp/Include/Core/System/EventHandling.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolver.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IAlgLoopSolverFactory.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IContinuous.h A /trunk/SimulationRuntime/cpp/Include/Core/System/ICoupledSystem.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IDataExchange.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IEvent.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h A /trunk/SimulationRuntime/cpp/Include/Core/System/ISystemInitialization.h A /trunk/SimulationRuntime/cpp/Include/Core/System/ISystemProperties.h A /trunk/SimulationRuntime/cpp/Include/Core/System/ITimeEvent.h A /trunk/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/common.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/convenience.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/extension.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/factory.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/factory_map.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/filesystem.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_free_functions.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/adaptable_factory_set.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/create_func.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/decl.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/factory_map.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/function.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/library_impl.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/shared_library.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/impl/typeinfo.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/parameter_map.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/registry.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/shared_library.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/extension/type_map.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/LICENSE_1_0.txt A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_names.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/amos/amos_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_enum.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/cblas_inc.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_inc.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/atlas/clapack_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/blas/blas_names.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/cblas A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gbsv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gees.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geev.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gels.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelsd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gelss.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/geqrf.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesdd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/gesvd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbev.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hbevx.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heev.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/heevx.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hegv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hesv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hpsv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/hseqr.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ilaenv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/lapack_names.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/orgqr.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ormqr.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/posv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ppsv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/ptsv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/spsv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/steqr.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syev.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/syevx.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sygv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sysv.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/sytrd.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trevc.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/trexc.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/lapack/workspace.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4 A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/algorithm.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/boost_array.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/c_array2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/config.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/dense_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/array_impl.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/dense_ordering.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/generate_const.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/detail/utils.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/fortran.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_raw.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/matrix_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/sparse_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_valarray2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/std_vector2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/symm_herm_raw.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/tnt.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/transpose.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.h A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/type_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_banded.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_hermitian.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_matrix.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_sparse.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_symmetric.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/ublas_vector2.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_raw.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/traits/vector_traits.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_inc.hpp A /trunk/SimulationRuntime/cpp/Include/Core/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp A /trunk/SimulationRuntime/cpp/Include/FMU (from /trunk/SimulationRuntime/cpp/Source/FMU:14860) A /trunk/SimulationRuntime/cpp/Include/Solver A /trunk/SimulationRuntime/cpp/Include/Solver/CVode A /trunk/SimulationRuntime/cpp/Include/Solver/CVode/ICVodeSettings.h A /trunk/SimulationRuntime/cpp/Include/Solver/Euler A /trunk/SimulationRuntime/cpp/Include/Solver/Euler/IEulerSettings.h A /trunk/SimulationRuntime/cpp/Include/Solver/Newton A /trunk/SimulationRuntime/cpp/Include/Solver/Newton/INewtonSettings.h A /trunk/SimulationRuntime/cpp/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw D /trunk/SimulationRuntime/cpp/Readme.txt A /trunk/SimulationRuntime/cpp/Solver A /trunk/SimulationRuntime/cpp/Solver/CVode A /trunk/SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp A /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.h A /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.cpp A /trunk/SimulationRuntime/cpp/Solver/CVode/CVodeSettings.h A /trunk/SimulationRuntime/cpp/Solver/CVode/stdafx.h A /trunk/SimulationRuntime/cpp/Solver/Euler A /trunk/SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.cpp A /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.h A /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.cpp A /trunk/SimulationRuntime/cpp/Solver/Euler/EulerSettings.h A /trunk/SimulationRuntime/cpp/Solver/Euler/config A /trunk/SimulationRuntime/cpp/Solver/Euler/config/EulerSettings.xml A /trunk/SimulationRuntime/cpp/Solver/Euler/stdafx.h A /trunk/SimulationRuntime/cpp/Solver/Newton A /trunk/SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.cpp A /trunk/SimulationRuntime/cpp/Solver/Newton/Newton.h A /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp A /trunk/SimulationRuntime/cpp/Solver/Newton/NewtonSettings.h A /trunk/SimulationRuntime/cpp/Solver/Newton/stdafx.h D /trunk/SimulationRuntime/cpp/Source Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces ------------------------------------------------------------------------ r14938 | sjoelund.se | 2013-01-25 14:03:00 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/utility.c - Keep using smart, fast code for GCC/Clang ------------------------------------------------------------------------ r14937 | cschubert | 2013-01-25 13:55:39 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/SimulationRuntime/c/util/utility.c M /trunk/SimulationRuntime/c/util/utility.h updated CMakeLists.txt to use regex.c/h for msvc ------------------------------------------------------------------------ r14936 | perost | 2013-01-25 13:45:36 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/redeclare/Makefile - Disable ReplaceableBaseClass test. ------------------------------------------------------------------------ r14935 | sjoelund.se | 2013-01-25 13:24:09 +0100 (Fri, 25 Jan 2013) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/util/utility.c M /trunk/SimulationRuntime/c/util/utility.h - Move regex() to utility.c - Better allocators (pass mk_scon or init_modelica_string to regex) - Never fail (pass 0 match and the error-message on failure; let the user handle it) - Removed #ifdef for regex (fix cmakefiles instead to get regex working) ------------------------------------------------------------------------ r14934 | adrpo | 2013-01-25 13:21:37 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/3rdParty/regex-0.12/regex.c - fix so it compiles with VS. ------------------------------------------------------------------------ r14933 | adrpo | 2013-01-25 12:22:31 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: A /trunk/3rdParty/regex-0.12 A /trunk/3rdParty/regex-0.12/AUTHORS A /trunk/3rdParty/regex-0.12/COPYING A /trunk/3rdParty/regex-0.12/ChangeLog A /trunk/3rdParty/regex-0.12/INSTALL A /trunk/3rdParty/regex-0.12/Makefile.in A /trunk/3rdParty/regex-0.12/NEWS A /trunk/3rdParty/regex-0.12/README A /trunk/3rdParty/regex-0.12/configure A /trunk/3rdParty/regex-0.12/configure.in A /trunk/3rdParty/regex-0.12/doc A /trunk/3rdParty/regex-0.12/doc/Makefile.in A /trunk/3rdParty/regex-0.12/doc/include.awk A /trunk/3rdParty/regex-0.12/doc/regex.aux A /trunk/3rdParty/regex-0.12/doc/regex.cps A /trunk/3rdParty/regex-0.12/doc/regex.info A /trunk/3rdParty/regex-0.12/doc/regex.texi A /trunk/3rdParty/regex-0.12/doc/texinfo.tex A /trunk/3rdParty/regex-0.12/doc/xregex.texi A /trunk/3rdParty/regex-0.12/regex.c A /trunk/3rdParty/regex-0.12/regex.h A /trunk/3rdParty/regex-0.12/test A /trunk/3rdParty/regex-0.12/test/ChangeLog A /trunk/3rdParty/regex-0.12/test/Makefile.in A /trunk/3rdParty/regex-0.12/test/TAGS A /trunk/3rdParty/regex-0.12/test/alloca.c A /trunk/3rdParty/regex-0.12/test/bsd-interf.c A /trunk/3rdParty/regex-0.12/test/debugmalloc.c A /trunk/3rdParty/regex-0.12/test/emacsmalloc.c A /trunk/3rdParty/regex-0.12/test/fileregex.c A /trunk/3rdParty/regex-0.12/test/g++malloc.c A /trunk/3rdParty/regex-0.12/test/getpagesize.h A /trunk/3rdParty/regex-0.12/test/iregex.c A /trunk/3rdParty/regex-0.12/test/main.c A /trunk/3rdParty/regex-0.12/test/malloc-test.c A /trunk/3rdParty/regex-0.12/test/other.c A /trunk/3rdParty/regex-0.12/test/printchar.c A /trunk/3rdParty/regex-0.12/test/psx-basic.c A /trunk/3rdParty/regex-0.12/test/psx-extend.c A /trunk/3rdParty/regex-0.12/test/psx-generic.c A /trunk/3rdParty/regex-0.12/test/psx-group.c A /trunk/3rdParty/regex-0.12/test/psx-interf.c A /trunk/3rdParty/regex-0.12/test/psx-interv.c A /trunk/3rdParty/regex-0.12/test/regexcpp.sed A /trunk/3rdParty/regex-0.12/test/syntax.skel A /trunk/3rdParty/regex-0.12/test/test.c A /trunk/3rdParty/regex-0.12/test/test.h A /trunk/3rdParty/regex-0.12/test/tregress.c A /trunk/3rdParty/regex-0.12/test/upcase.c A /trunk/3rdParty/regex-0.12/test/xmalloc.c - regex to be used with Visual Studio. ------------------------------------------------------------------------ r14932 | perost | 2013-01-25 11:20:11 +0100 (Fri, 25 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/NFEnvExtends.mo M /trunk/testsuite/flattening/modelica/extends/Makefile - Disabled check for replaceable baseclasses for now, since it doesn't work correctly. ------------------------------------------------------------------------ r14931 | cschubert | 2013-01-25 11:17:01 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/systemimpl.c Compiler/runtime: inserted changes so that msvc can compile it ------------------------------------------------------------------------ r14930 | mahge930 | 2013-01-25 11:14:45 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo + Small fix for uncertainties attributes. Expect fully-qualified idents. ------------------------------------------------------------------------ r14929 | sjoelund.se | 2013-01-25 10:21:09 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/System_omc.c Don't use ModelicaExternalC - we can use alloc_modelica_string directly instead ------------------------------------------------------------------------ r14928 | sjoelund.se | 2013-01-25 09:30:14 +0100 (Fri, 25 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/System_omc.c M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c - Fix simulation runtime handling of regex() ------------------------------------------------------------------------ r14927 | mahge930 | 2013-01-25 07:46:47 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/flattening/modelica/records/RecordParameters.mos + Handle protected elements too when evaluating records. ------------------------------------------------------------------------ r14926 | adrpo | 2013-01-25 07:30:31 +0100 (Fri, 25 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos - attempt to fix the omcc test on windows. ------------------------------------------------------------------------ r14925 | sjoelund.se | 2013-01-24 22:04:36 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos Expected output ------------------------------------------------------------------------ r14924 | sjoelund.se | 2013-01-24 20:49:35 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/libraries/README M /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mos Expected output ------------------------------------------------------------------------ r14923 | perost | 2013-01-24 18:48:55 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/NFLookup.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/openmodelica/bootstrapping/SusanTest.mos - Add parentheses around subscripted expressions in ExpressionDump when needed. ------------------------------------------------------------------------ r14922 | jfrenkel | 2013-01-24 18:19:59 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Causalize.mo - comment out debug output ------------------------------------------------------------------------ r14921 | jfrenkel | 2013-01-24 18:08:45 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Matching.mo - bugfix for use assigments from SingularSystemCheck ------------------------------------------------------------------------ r14920 | sjoelund.se | 2013-01-24 18:01:25 +0100 (Thu, 24 Jan 2013) | 8 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/NFLookup.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/ModelicaExternalC.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/Compiler/runtime/System_omc.c M /trunk/Parser/parse.c M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1 modelica3d.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/testsuite/flattening/modelica/mosfiles/ExternalLibraryFunction.mos M /trunk/testsuite/flattening/modelica/mosfiles/TestLoadModel.mos A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A/D.jpeg A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A/Resources A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A/Resources/Icons A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A/Resources/Icons/D.jpeg A /trunk/testsuite/flattening/modelica/mosfiles/UriLookup/A/package.mo M /trunk/testsuite/flattening/modelica/mosfiles/UriLookup.mos M /trunk/testsuite/partest/runtest.pl - Tons of API functions updated and/or added (regularFileExist uses ModelicaInternal now, etc) - Made it possible to easily change the error-messages to print more detailed file locations in the future (will be added today or tomorrow; will need to update a lot of tests) - Modified uriToFileName (it now uses the scripting environment and builtin functions that also work at runtime). The reason it works is that we can read the paths of each library at compile-time and use that information to resolve the URI at runtime. - ModelicaServices now uses uriToFileName to resolve URIs - More ModelicaExternalC functions have a builtin compiler implementation now - Assigning to arrays with unknown dimensions is now a little more stable at runtime - runtest.pl now knows of the directive partest-link: (see UriLookup.mos for an example) ------------------------------------------------------------------------ r14919 | lochel | 2013-01-24 17:15:23 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4b.mos D /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos - update testsuite\simulation\libraries\3rdParty\Exercises ------------------------------------------------------------------------ r14918 | jfrenkel | 2013-01-24 17:03:29 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Matching.mo - looks like some algorithms do not take care on already assigned elements ------------------------------------------------------------------------ r14917 | jfrenkel | 2013-01-24 16:36:38 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Causalize.mo tabs ------------------------------------------------------------------------ r14916 | lochel | 2013-01-24 16:21:52 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos - fix tests ------------------------------------------------------------------------ r14915 | fbergero | 2013-01-24 16:12:32 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo Updating the QSS template and backend ------------------------------------------------------------------------ r14914 | fbergero | 2013-01-24 16:12:08 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl Fixing some errors in the QSS template ------------------------------------------------------------------------ r14913 | lochel | 2013-01-24 16:03:36 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos - expected output ------------------------------------------------------------------------ r14912 | lochel | 2013-01-24 15:58:30 +0100 (Thu, 24 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos - minor speed up for models without when-clauses - expected output ------------------------------------------------------------------------ r14911 | jfrenkel | 2013-01-24 15:49:34 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat - add again ------------------------------------------------------------------------ r14910 | jfrenkel | 2013-01-24 15:48:41 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: A /trunk/Compiler/BackEnd/Causalize.mo - add again ------------------------------------------------------------------------ r14909 | lochel | 2013-01-24 15:32:03 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/events/EventIteration.mos - revert workaround ------------------------------------------------------------------------ r14908 | jfrenkel | 2013-01-24 15:19:59 +0100 (Thu, 24 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos - use matching from singular system check for main matching - do not merge variable attributes of unreplacable variables ------------------------------------------------------------------------ r14907 | hubert.thieriot | 2013-01-24 12:33:23 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/OMOptim/Core/ExeModel.h M /trunk/OMOptim/Core/ModExePlus.h M /trunk/OMOptim/Core/ModelPlus.h M /trunk/OMOptim/Core/Modelica/ModComponent.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModModel.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPackage.h M /trunk/OMOptim/Core/Modelica/ModRecord.h M /trunk/OMOptim/Core/Modelica/ModelicaConnection.h M /trunk/OMOptim/Core/Modelica/ModelicaModifier.h M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.h M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp - adapted to new OMOptimBasis version ------------------------------------------------------------------------ r14906 | hubert.thieriot | 2013-01-24 12:32:47 +0100 (Thu, 24 Jan 2013) | 3 lines Changed paths: M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptimBasis/GUI/MOItemViews.cpp M /trunk/OMOptimBasis/GUI/Tools/MyDelegates.cpp M /trunk/OMOptimBasis/GUI/Tools/MyDelegates.h M /trunk/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptimBasis/MOItem.h M /trunk/OMOptimBasis/MOItemModel.cpp M /trunk/OMOptimBasis/MOParameter.cpp M /trunk/OMOptimBasis/MOParameter.h M /trunk/OMOptimBasis/Problems/Problem.h M /trunk/OMOptimBasis/Problems/Problems.cpp M /trunk/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptimBasis/ProjectBase.h M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptimBasis/Units/MEDimValue.h A /trunk/OMOptimBasis/Units/MEGeneric.cpp A /trunk/OMOptimBasis/Units/MEGeneric.h M /trunk/OMOptimBasis/Units/METime.cpp M /trunk/OMOptimBasis/Units/METime.h M /trunk/OMOptimBasis/Variable.h M /trunk/OMOptimBasis/build/OMOptimBasis.pro - basic changes (const functions) - GUI improvements - Added Generic Unit ------------------------------------------------------------------------ r14905 | cschubert | 2013-01-24 09:58:29 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D 3.2.1/package.mo modelica3d: partial support for pipecylinders with innerdiameter == 0, because it is a cylinder ------------------------------------------------------------------------ r14904 | jfrenkel | 2013-01-24 09:43:38 +0100 (Thu, 24 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - run tearing behind encapsulateWhenConditions, otherwise the torn systems are lost because matching information is thrown away ------------------------------------------------------------------------ r14903 | perost | 2013-01-23 21:09:04 +0100 (Wed, 23 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - Fixed bootstrapping. ------------------------------------------------------------------------ r14902 | nutaro | 2013-01-23 20:13:01 +0100 (Wed, 23 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl Added extra argument to sample function ------------------------------------------------------------------------ r14899 | ppriv | 2013-01-23 16:52:02 +0100 (Wed, 23 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/SimulationRuntime/c/omc_inline.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp Updated C# template to the no-helpVars changes - fix: "inline" keyword macroizing is forbidden in C++ from VS 2012, see omc_inline.h (hope it'll work with VS2010) - fix: copy/paste errors when checking the results of map.find() in simulation_result_mat.cpp - fix: C++ string emptiness should be tested via size() (an error when run with the debug version of STL) ------------------------------------------------------------------------ r14898 | sjoelund.se | 2013-01-23 16:45:51 +0100 (Wed, 23 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/scripts/simcodedump.xsl Add JS diff tool to the simcode dump ------------------------------------------------------------------------ r14897 | jfrenkel | 2013-01-23 15:59:48 +0100 (Wed, 23 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/Util/Flags.mo - add flag to run OnRelaxation ------------------------------------------------------------------------ r14896 | perost | 2013-01-23 15:48:06 +0100 (Wed, 23 Jan 2013) | 12 lines Changed paths: A /trunk/Compiler/FrontEnd/NFInst.mo M /trunk/Compiler/FrontEnd/NFInstSymbolTable.mo M /trunk/Compiler/FrontEnd/NFInstTypes.mo A /trunk/Compiler/FrontEnd/NFInstTypesOld.mo M /trunk/Compiler/FrontEnd/NFInstUtil.mo A /trunk/Compiler/FrontEnd/NFMod.mo M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/NFSCodeApplyRedeclare.mo M /trunk/Compiler/FrontEnd/NFSCodeDependency.mo M /trunk/Compiler/FrontEnd/NFSCodeFlatten.mo D /trunk/Compiler/FrontEnd/NFSCodeInst.mo M /trunk/Compiler/FrontEnd/NFSCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/NFSCodeLookup.mo M /trunk/Compiler/FrontEnd/NFSCodeMod.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos More work on new environment and lookup: - Copied some parts of NFInstTypes (those that depended on NFSCodeEnv) to NFInstTypesOld, for use by the shortcut. - Copied the few functions from NFSCodeInst used by the shortcut into NFSCodeAnalyseRedeclare, and removed NFSCodeInst. - Added a couple of new packages, NFInst and NFMod, and changed CevalScript.runFrontEndWork to use NFInst instead of NFSCodeInst. - Disabled most of the scodeinst tests for now, will enable as I fix the new new instantiation. - Added some utility functions to List and SCode. ------------------------------------------------------------------------ r14895 | sjoelund.se | 2013-01-23 15:24:27 +0100 (Wed, 23 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo - Update tracing of symbolic operations for usability/readability ------------------------------------------------------------------------ r14894 | lochel | 2013-01-23 14:14:02 +0100 (Wed, 23 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos - expected output ------------------------------------------------------------------------ r14893 | cschubert | 2013-01-23 11:49:17 +0100 (Wed, 23 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c fmu: removed forcing of numerical initialization ------------------------------------------------------------------------ r14892 | lochel | 2013-01-23 11:31:34 +0100 (Wed, 23 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo - move encapsulateWhenCodnitions to post opt. modules ------------------------------------------------------------------------ r14891 | cschubert | 2013-01-23 11:10:52 +0100 (Wed, 23 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl fmu: bugfix msvc target ------------------------------------------------------------------------ r14890 | jfrenkel | 2013-01-23 11:10:34 +0100 (Wed, 23 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - remove special handling of $when, bassed on disscussion with Lennart encapsulateWhenConditions will be moved behind removeSimpleEquations in POST_OPT_MODULES ------------------------------------------------------------------------ r14888 | lochel | 2013-01-23 00:19:59 +0100 (Wed, 23 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - start using sample-lookup for codegen - remove unused function SimCodeUtil.failUnlessResidual ------------------------------------------------------------------------ r14887 | jfrenkel | 2013-01-23 00:16:32 +0100 (Wed, 23 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - BackendDAEOptimize.getConditionList1: report an error message - minor changes to statesorting - do not prever internal variables - add only used prevariables from not discrete variables to initial system ------------------------------------------------------------------------ r14886 | lochel | 2013-01-22 23:36:46 +0100 (Tue, 22 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - continue removing helpVars - fix $PRE.$whenConditionXY to pre($whenConditionXY) ------------------------------------------------------------------------ r14885 | lochel | 2013-01-22 23:11:23 +0100 (Tue, 22 Jan 2013) | 12 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - continue removing helpVars (from when-conditions) - try to group some functions - remove unused functions from SimCodeUtil.mo - generateHelpVarsInArrayCondition - selectContinuousEquations - getExpCref - isPartOfMixedSystem - getZcMixedSystem - generateEquationOrder - isNotBuiltinCall - appendNonpresentPaths ------------------------------------------------------------------------ r14884 | perost | 2013-01-22 22:08:48 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: A /trunk/Compiler/FrontEnd/NFBuiltin.mo A /trunk/Compiler/FrontEnd/NFEnv.mo A /trunk/Compiler/FrontEnd/NFLookup.mo - Initial commit of new environment and lookup. ------------------------------------------------------------------------ r14883 | jfrenkel | 2013-01-22 22:08:08 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - do not replace lhs of array assign statement - move unreplace constant variables to known vars ------------------------------------------------------------------------ r14881 | lochel | 2013-01-22 19:13:23 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h - start to rewrite handling of sample-calls ------------------------------------------------------------------------ r14880 | jfrenkel | 2013-01-22 18:06:47 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - expand cref with range subscripts, this are intruduced when replace for iterators with the range expression. ------------------------------------------------------------------------ r14879 | jfrenkel | 2013-01-22 18:05:31 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - export fmu generated with +target=msvc ------------------------------------------------------------------------ r14878 | jfrenkel | 2013-01-22 17:51:52 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos - expected output ------------------------------------------------------------------------ r14877 | cschubert | 2013-01-22 16:47:56 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c fmu: initialization crashed because nlsMethod was set to NS_NONE. Now NS_HYBRID is used as default ------------------------------------------------------------------------ r14876 | cschubert | 2013-01-22 16:34:09 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c fmu: added missing include ------------------------------------------------------------------------ r14875 | jfrenkel | 2013-01-22 16:19:50 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - bugfix traverseExpSubs, use changed list if references not equal ------------------------------------------------------------------------ r14874 | sjoelund.se | 2013-01-22 15:03:59 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo Update documentation ------------------------------------------------------------------------ r14873 | jfrenkel | 2013-01-22 14:39:44 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - report if variable was not found for result compare ------------------------------------------------------------------------ r14872 | lochel | 2013-01-22 14:39:21 +0100 (Tue, 22 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - remove some unused functions - fix sample arguments for BackendQSS ------------------------------------------------------------------------ r14871 | jfrenkel | 2013-01-22 14:10:45 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix state selection ------------------------------------------------------------------------ r14870 | sjoelund.se | 2013-01-22 12:22:44 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos Expected output ------------------------------------------------------------------------ r14869 | sjoelund.se | 2013-01-22 11:27:14 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Makefile.common M /trunk/libraries/Modelica 3.2.1.patch A /trunk/libraries/ModelicaServices 3.2.1 modelica3d.patch M /trunk/libraries/ModelicaServices 3.2.1.patch - Create target to build 3.2.1 version of ModelicaServices modelica3d ------------------------------------------------------------------------ r14868 | sjoelund.se | 2013-01-22 11:15:43 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D 3.2.1/package.mo - Add missing eol-style ------------------------------------------------------------------------ r14867 | sjoelund.se | 2013-01-22 09:35:09 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Make pre(matrix) have the correct type ------------------------------------------------------------------------ r14866 | jfrenkel | 2013-01-22 09:16:39 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Template/CodegenAdevs.mo - bugfix state selection ------------------------------------------------------------------------ r14865 | cschubert | 2013-01-22 08:46:20 +0100 (Tue, 22 Jan 2013) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py M /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D/package.mo A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D 3.2.1 A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D 3.2.1/package.mo A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D 3.2.1/required changes.txt M /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D/package.mo modelica3d: * changed time to t since it is not allowed/supported in an algorithm * preparations for integration into ModelicaServices 3.2.1 ------------------------------------------------------------------------ r14864 | nutaro | 2013-01-22 01:35:40 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl Fixed name of PRE variables ------------------------------------------------------------------------ r14863 | jfrenkel | 2013-01-22 00:12:57 +0100 (Tue, 22 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - bugfix for r14861 ------------------------------------------------------------------------ r14862 | jfrenkel | 2013-01-21 17:03:09 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - happens if you try to solve more than one issue in the same time, - No Idea why it does not work, maybe Lennart knows why ------------------------------------------------------------------------ r14861 | jfrenkel | 2013-01-21 16:48:08 +0100 (Mon, 21 Jan 2013) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/BackendDAEEXT.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matching_cheap.c M /trunk/Compiler/runtime/matchmaker.h - do not intruduce extra derivative variables while do index reduction - add information about derivative name to STATE - replace state alias variables - improve singular system check, use absoulte incidence matrix for check and not the one with extra information for states ------------------------------------------------------------------------ r14860 | niklwors | 2013-01-21 16:26:04 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: A /trunk/SimulationRuntime/cpp/Include added include folder ------------------------------------------------------------------------ r14859 | cschubert | 2013-01-21 15:14:55 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osg_interpreter.hpp M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osgviewerGTK.cpp M /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/Internal.mo M /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D/package.mo M /trunk/3rdParty/modelica3d/lib/proc3d/src/animationContext.hpp M /trunk/3rdParty/modelica3d/lib/proc3d/src/operations.hpp M /trunk/3rdParty/modelica3d/lib/proc3d/src/proc3d.cpp M /trunk/3rdParty/modelica3d/lib/proc3d/src/proc3d.hpp M /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D/package.mo modelica3d: * synchronize via time instead of integer frame number => animation runs in "real-time" now * only send visualization information if object did move (a bug in the initial residuals prevents me from making initial system balanced) ------------------------------------------------------------------------ r14858 | lochel | 2013-01-21 14:16:11 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos - expected output ------------------------------------------------------------------------ r14857 | lochel | 2013-01-21 13:52:54 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/events/EventIteration.mos - workaround to fix testsuite (#2026) ------------------------------------------------------------------------ r14856 | niklwors | 2013-01-21 13:39:11 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp adapted util/numeric include paths ------------------------------------------------------------------------ r14855 | cschubert | 2013-01-21 12:08:59 +0100 (Mon, 21 Jan 2013) | 7 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osg_interpreter.hpp M /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osgviewerGTK.cpp M /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/Internal.mo M /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D/package.mo M /trunk/3rdParty/modelica3d/lib/modbus/CMakeLists.txt M /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.c M /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.h M /trunk/3rdParty/modelica3d/lib/modcount/src/c/modcount.c M /trunk/3rdParty/modelica3d/lib/proc3d/src/operations.hpp M /trunk/3rdParty/modelica3d/lib/proc3d/src/proc3d.cpp M /trunk/Makefile.omdev.mingw M /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D/package.mo modelica3d - enabled support to load file objects: * bugfix in modcount: need to reserve len+1 chars for a string, since it is null terminated * synchronize frame rates -> Now animation is too slow? * need to copy all osg libraries to backend folder, otherwise loadFromFile fails * use absolute filename, because the backend searches for files relative to itself instead of relative to mo file * modbus is not strict c (assignment begore declaration), msvc complained * several primitives are still missing: "pipecylinder", "pipe", "beam", "gearwheel", "spring" ------------------------------------------------------------------------ r14854 | mahge930 | 2013-01-21 11:59:00 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos - Expected output. ------------------------------------------------------------------------ r14853 | vitalij | 2013-01-21 11:57:28 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - generate objective function in C for optimization ------------------------------------------------------------------------ r14851 | mahge930 | 2013-01-21 10:43:51 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/Makefile + Forgotten baseline ------------------------------------------------------------------------ r14850 | lochel | 2013-01-21 10:36:59 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/modelicaML/Makefile M /trunk/testsuite/openmodelica/modelicaML/trafficlight.mos - modelicaML tests ------------------------------------------------------------------------ r14849 | mahge930 | 2013-01-21 10:36:00 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/flattening/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo M /trunk/testsuite/flattening/modelica/packages/ComplexNumbers.mo M /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo M /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo M /trunk/testsuite/flattening/modelica/records/Record1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos + Record constructors: get default values from the original record declaration. Not from an instance (possibly modified) of a record. ------------------------------------------------------------------------ r14848 | lochel | 2013-01-21 10:25:20 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/modelicaML/twotankmodel.mos - expected output ------------------------------------------------------------------------ r14847 | lochel | 2013-01-21 10:18:02 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/modelicaML/testModelicaML.mos - expected output ------------------------------------------------------------------------ r14846 | lochel | 2013-01-21 10:13:54 +0100 (Mon, 21 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/modelicaML/watchdog.mos - expected output ------------------------------------------------------------------------ r14845 | jfrenkel | 2013-01-21 10:06:08 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo - add missing Types to statementOutputs ------------------------------------------------------------------------ r14844 | jfrenkel | 2013-01-21 09:52:17 +0100 (Mon, 21 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo - add Types for all DAE.Statement to ppStmtStr ------------------------------------------------------------------------ r14843 | mahge930 | 2013-01-20 16:58:02 +0100 (Sun, 20 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/msl31/media/Makefile + Forgotten baseline ------------------------------------------------------------------------ r14842 | mahge930 | 2013-01-20 16:56:54 +0100 (Sun, 20 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo M /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo M /trunk/testsuite/flattening/modelica/records/Record1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo + reverting changes from r14841 ------------------------------------------------------------------------ r14841 | mahge930 | 2013-01-20 15:56:38 +0100 (Sun, 20 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo M /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo M /trunk/testsuite/flattening/modelica/records/Record1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo + Record constructors: get default values from the original record declaration. Not from a [modified] instance of the record. ------------------------------------------------------------------------ r14840 | mahge930 | 2013-01-20 13:51:54 +0100 (Sun, 20 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/flattening/libraries/msl31/media/Makefile M /trunk/testsuite/flattening/modelica/packages/ComplexNumbers.mo M /trunk/testsuite/metamodelica/meta/Uniontype8.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos - Expected output. ------------------------------------------------------------------------ r14839 | mahge930 | 2013-01-20 10:17:30 +0100 (Sun, 20 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/flattening/modelica/records/RecordConstructors2.mo M /trunk/testsuite/flattening/modelica/records/RecordVariability.mo - cleanup record construction. - see what fails ------------------------------------------------------------------------ r14838 | lochel | 2013-01-19 14:41:07 +0100 (Sat, 19 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix bug in preOptModule encapsulateWhenConditions - fix accidentally generated strong components ------------------------------------------------------------------------ r14837 | lochel | 2013-01-19 14:04:19 +0100 (Sat, 19 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos D /trunk/testsuite/simulation/modelica/events/EventIteration.mo M /trunk/testsuite/simulation/modelica/events/EventIteration.mos D /trunk/testsuite/simulation/modelica/others/BugTest1830.mo M /trunk/testsuite/simulation/modelica/others/BugTest1830.mos M /trunk/testsuite/simulation/modelica/others/WhenStatement4.mos - fix bugs in preOptModule encapsulateWhenConditions - consider removed equations - fix handling of pre-statements ------------------------------------------------------------------------ r14836 | jfrenkel | 2013-01-19 11:37:08 +0100 (Sat, 19 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/equations/IfEquation6.mos - fix copy past error ------------------------------------------------------------------------ r14835 | jfrenkel | 2013-01-19 10:58:59 +0100 (Sat, 19 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - keep branche order for if equations ------------------------------------------------------------------------ r14834 | lochel | 2013-01-18 23:21:17 +0100 (Fri, 18 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/VarTransform.mo - continue removing helpVars (now from when algorithm statements) - fix when-algorithms for numeric initialization - fix bug in preOptModule encapsulateWhenConditions for when/elsewhen algorithm statements ------------------------------------------------------------------------ r14833 | niklwors | 2013-01-18 16:35:56 +0100 (Fri, 18 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl adapted cpp template on removed help vars ------------------------------------------------------------------------ r14832 | jfrenkel | 2013-01-18 16:21:35 +0100 (Fri, 18 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/modelica/equations/IfEquation5.mos A /trunk/testsuite/simulation/modelica/equations/IfEquation6.mo A /trunk/testsuite/simulation/modelica/equations/IfEquation6.mos M /trunk/testsuite/simulation/modelica/equations/Makefile - fix for if equations with internal as algorithm handelt equations - add Test IfEquation6 - Change Error for initial changing pivoting to warning ------------------------------------------------------------------------ r14831 | sjoelund.se | 2013-01-18 15:25:01 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: D /trunk/testsuite/simulation/modelica/parallel/PRVSystem.mat M /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos A /trunk/testsuite/simulation/modelica/parallel/ReferenceFiles A /trunk/testsuite/simulation/modelica/parallel/ReferenceFiles/PRVSystem.mat (from /trunk/testsuite/simulation/modelica/parallel/PRVSystem.mat:14829) - Move for runtest.pl to symlink the file ------------------------------------------------------------------------ r14830 | cschubert | 2013-01-18 15:24:58 +0100 (Fri, 18 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl changed makefile for msvc target: Added missing libraries given through annotations ------------------------------------------------------------------------ r14829 | lochel | 2013-01-18 14:45:29 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/System.mo M /trunk/SimulationRuntime/c/simulation/results/simulation_result.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - remove internal vars from result-file ------------------------------------------------------------------------ r14828 | sjoelund.se | 2013-01-18 13:48:41 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/modelica/parallel A /trunk/testsuite/simulation/modelica/parallel/Makefile A /trunk/testsuite/simulation/modelica/parallel/PRVSystem.mat A /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mo A /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos - Added ParallelPRV test to the testsuite ------------------------------------------------------------------------ r14827 | wbraun | 2013-01-18 13:35:33 +0100 (Fri, 18 Jan 2013) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos M /trunk/testsuite/simulation/modelica/others/Random.mos #2021 - removed second call of symbolic initialization. - fixes #2021, but break two other tests, which will be fixed, when help-vars for algorithm are finally removed. ------------------------------------------------------------------------ r14826 | jfrenkel | 2013-01-18 11:34:42 +0100 (Fri, 18 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo - fix parseCompilerSources ------------------------------------------------------------------------ r14825 | sjoelund.se | 2013-01-18 10:34:42 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo Load-balance algebraics ------------------------------------------------------------------------ r14824 | sjoelund.se | 2013-01-18 10:04:52 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo Made algebraic continous functions possible to run in parallel ------------------------------------------------------------------------ r14823 | jfrenkel | 2013-01-18 09:04:45 +0100 (Fri, 18 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo - fix parseCompilerSources ------------------------------------------------------------------------ r14822 | sjoelund.se | 2013-01-18 08:06:41 +0100 (Fri, 18 Jan 2013) | 2 lines Changed paths: A /trunk/testsuite/simulation/modelica/indexreduction/ImplicitStateCoupling.mo (from /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mo:14821) A /trunk/testsuite/simulation/modelica/indexreduction/ImplicitStateCoupling.mos (from /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos:14821) D /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mo D /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos M /trunk/testsuite/simulation/modelica/indexreduction/Makefile - Spelling ------------------------------------------------------------------------ r14821 | jfrenkel | 2013-01-18 01:00:16 +0100 (Fri, 18 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/typed-API/SolveLinearSystem.mos M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos - expexted output ------------------------------------------------------------------------ r14820 | jfrenkel | 2013-01-17 18:31:01 +0100 (Thu, 17 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo - remove tabs ------------------------------------------------------------------------ r14819 | jfrenkel | 2013-01-17 18:10:22 +0100 (Thu, 17 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos - fix test ------------------------------------------------------------------------ r14818 | wbraun | 2013-01-17 17:59:59 +0100 (Thu, 17 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bug fix for BackenDAEutil.analyzeJacobian ------------------------------------------------------------------------ r14817 | jfrenkel | 2013-01-17 17:46:52 +0100 (Thu, 17 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo - clean up in Tearing.mo ------------------------------------------------------------------------ r14816 | wbraun | 2013-01-17 17:39:38 +0100 (Thu, 17 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos - fix non-linear tests (config flag for tearing changed) ------------------------------------------------------------------------ r14815 | jfrenkel | 2013-01-17 17:07:50 +0100 (Thu, 17 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo A /trunk/Compiler/BackEnd/Tearing.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - move tearing to Tearing.mo, add new tearing methods, not yet finished ------------------------------------------------------------------------ r14814 | adeas31 | 2013-01-17 16:53:18 +0100 (Thu, 17 Jan 2013) | 1 line Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp - Fix reading of the visualize file. ------------------------------------------------------------------------ r14813 | perost | 2013-01-17 16:04:00 +0100 (Thu, 17 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectArray1.mo M /trunk/testsuite/flattening/modelica/connectors/Makefile Fix for issue #2024: - Fixed cref expansion for qualified crefs with subscripts. ------------------------------------------------------------------------ r14812 | sjoelund.se | 2013-01-17 14:54:59 +0100 (Thu, 17 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Util/Flags.mo - Make sure empty partitioned independent systems do not count as systems (filter them out) ------------------------------------------------------------------------ r14810 | jfrenkel | 2013-01-16 23:18:37 +0100 (Wed, 16 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/HashTableCrIntToExp.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mo M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos M /trunk/testsuite/simulation/modelica/indexreduction/Makefile - check systems with constant jacobian if jacobian has full rang (is singular) ------------------------------------------------------------------------ r14809 | lochel | 2013-01-16 22:45:07 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo - continue removing helpVars ------------------------------------------------------------------------ r14808 | vitalij | 2013-01-16 19:41:57 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - forgote some outliers ------------------------------------------------------------------------ r14807 | vitalij | 2013-01-16 17:57:37 +0100 (Wed, 16 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/modelica/streams/StreamConcept_NoMedium_Total.mo - corrected and add math rules - Code Style ------------------------------------------------------------------------ r14804 | sjoelund.se | 2013-01-16 15:03:33 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Make gnuplot output more robust ------------------------------------------------------------------------ r14800 | jfrenkel | 2013-01-16 14:02:22 +0100 (Wed, 16 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - workaround for pivoting, report no error message if the first pivoting fails because of singulare jacobian, the default selection is used in this cases ------------------------------------------------------------------------ r14799 | lochel | 2013-01-16 13:51:20 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo - continue removing helpVars from backend ------------------------------------------------------------------------ r14798 | sjoelund.se | 2013-01-16 13:12:05 +0100 (Wed, 16 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos - Moved around some realtime timer indices (keep them together so we don't use the same index at the same place by accident) - Made the simulate() command faster, by using any qualified classname as it is, without looking in the symboltable - Enabled a few more tests ------------------------------------------------------------------------ r14797 | lochel | 2013-01-16 12:17:32 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - continue removing helpVars from c-runtime ------------------------------------------------------------------------ r14796 | lochel | 2013-01-16 11:43:10 +0100 (Wed, 16 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/modelica/equations/Makefile D /trunk/testsuite/simulation/modelica/equations/WhenArrayReinit.mo M /trunk/testsuite/simulation/modelica/equations/WhenArrayReinit.mos M /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos - continue removing helpVars - when-coditions are checked without using helpVars anymore (c runtime) - testsuite/simulation/modelica/initialization/gaspropreties.mos fails, because updateDiscreteSystem is called before the symbolic initialization is done. This is related to some kind of annoying workaround and will hopefully removed soon. ------------------------------------------------------------------------ r14795 | mahge930 | 2013-01-16 09:55:28 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Lookup.mo + Set constants without bindings in records as input vars to the record constructor. + See which tests fail. ------------------------------------------------------------------------ r14794 | sjoelund.se | 2013-01-16 09:49:26 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos Updated tests ------------------------------------------------------------------------ r14793 | sjoelund.se | 2013-01-16 09:36:24 +0100 (Wed, 16 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Parser/BaseModelica_Lexer.g - Rename keyword overload to $overload ------------------------------------------------------------------------ r14792 | mahge930 | 2013-01-16 05:34:38 +0100 (Wed, 16 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo + revert changes from r14791. ------------------------------------------------------------------------ r14791 | mahge930 | 2013-01-16 05:02:15 +0100 (Wed, 16 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo + Just to see if anything fails ------------------------------------------------------------------------ r14790 | sjoelund.se | 2013-01-15 22:04:31 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo Fix bootstrapping ------------------------------------------------------------------------ r14789 | sjoelund.se | 2013-01-15 21:51:56 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo - Merge all annotations into one for external definitions (so we never miss one, or use the wrong one) ------------------------------------------------------------------------ r14788 | wbraun | 2013-01-15 18:05:07 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/modelicaML/twotankmodel.mos - fix test by using numerical initialization method ------------------------------------------------------------------------ r14787 | wbraun | 2013-01-15 17:08:34 +0100 (Tue, 15 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos - fixed some tests by run symbolic initialization as a discrete step ------------------------------------------------------------------------ r14786 | sjoelund.se | 2013-01-15 15:14:08 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos Expected output ------------------------------------------------------------------------ r14785 | sjoelund.se | 2013-01-15 13:00:33 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos - Update tests ------------------------------------------------------------------------ r14784 | lochel | 2013-01-15 12:59:05 +0100 (Tue, 15 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/SimCodeFMU.tpl - add unique indices to sample calls - this will help to replace the annoying helpVars - hopefully soon - equal sample-calls are getting the same index ------------------------------------------------------------------------ r14783 | sjoelund.se | 2013-01-15 12:20:26 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos - Updated tests to use new scripts ------------------------------------------------------------------------ r14782 | sjoelund.se | 2013-01-15 11:19:30 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos - Make the filename prefix of the simulate commands be the actual class if using reflections ------------------------------------------------------------------------ r14781 | sjoelund.se | 2013-01-15 10:34:50 +0100 (Tue, 15 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos - Updated test-script and results (only use the error module, not printf) - Made BranchingDynamicPipes a lot smaller (suppress the output) ------------------------------------------------------------------------ r14780 | mahge930 | 2013-01-15 09:47:24 +0100 (Tue, 15 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeInst.mo M /trunk/testsuite/flattening/modelica/scodeinst/func9.mo + Type functions before typing classes. ------------------------------------------------------------------------ r14779 | sjoelund.se | 2013-01-15 09:39:02 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/common/ModelTestingDefaults.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos - Make ModelTesting format even shorter (read reference file as default) ------------------------------------------------------------------------ r14778 | sjoelund.se | 2013-01-15 09:26:24 +0100 (Tue, 15 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo A /trunk/testsuite/simulation/libraries/common A /trunk/testsuite/simulation/libraries/common/ModelTesting.mo A /trunk/testsuite/simulation/libraries/common/ModelTesting.mos A /trunk/testsuite/simulation/libraries/common/ModelTestingDefaults.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos - Adding the new model-testing script ------------------------------------------------------------------------ r14777 | mahge930 | 2013-01-15 07:52:32 +0100 (Tue, 15 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/NFInstTypes.mo M /trunk/Compiler/FrontEnd/NFInstUtil.mo M /trunk/Compiler/FrontEnd/NFSCodeExpand.mo M /trunk/Compiler/FrontEnd/NFSCodeInst.mo M /trunk/Compiler/FrontEnd/NFTyping.mo M /trunk/Compiler/Util/List.mo + Instantiation and typing of record constructors. + Small fix for call vectorization. + Implemented List.extractOnTrue. ------------------------------------------------------------------------ r14776 | sjoelund.se | 2013-01-15 07:52:05 +0100 (Tue, 15 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos M /trunk/testsuite/flattening/modelica/mosfiles/ComplexConnect.mos M /trunk/testsuite/flattening/modelica/mosfiles/ErrorSimPackage.mos M /trunk/testsuite/flattening/modelica/mosfiles/UnusedVariable.mos M /trunk/testsuite/openmodelica/cppruntime/BouncingBall.mos M /trunk/testsuite/openmodelica/typed-API/SolveLinearSystem.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/events/EventTests.mos - Changed translateModel to return a Boolean instead of text that is hard to parse - Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings ------------------------------------------------------------------------ r14775 | wbraun | 2013-01-14 16:12:14 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Script/StaticScript.mo - fixed stepSize bug in simulate builtin-call ------------------------------------------------------------------------ r14774 | sjoelund.se | 2013-01-14 13:42:04 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos Expected output ------------------------------------------------------------------------ r14773 | lochel | 2013-01-14 13:35:05 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - upps ------------------------------------------------------------------------ r14772 | lochel | 2013-01-14 13:31:36 +0100 (Mon, 14 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/HashTable.mo M /trunk/testsuite/openmodelica/modelicaML/bouncingball.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos D /trunk/testsuite/simulation/modelica/equations/when_sorting.mo M /trunk/testsuite/simulation/modelica/equations/when_sorting.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest6.mos - new preOptModule: encapsulateWhenConditions - this module encapsulates each when-condition in a boolean-variable - debug-dump with: +d=dumpEncapsulateWhenConditions ------------------------------------------------------------------------ r14771 | sjoelund.se | 2013-01-14 13:25:40 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos Expected output ------------------------------------------------------------------------ r14770 | sjoelund.se | 2013-01-14 13:10:10 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/libraries - Fix coding style ------------------------------------------------------------------------ r14769 | cschubert | 2013-01-14 12:14:59 +0100 (Mon, 14 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos msl32: expected output ------------------------------------------------------------------------ r14768 | sjoelund.se | 2013-01-14 12:04:12 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL, patch Inverse_sine because old inst has problems with it ------------------------------------------------------------------------ r14767 | lochel | 2013-01-14 11:57:50 +0100 (Mon, 14 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos - fix delay within symbolic initialization ------------------------------------------------------------------------ r14766 | jfrenkel | 2013-01-12 02:16:10 +0100 (Sat, 12 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos - expected output ------------------------------------------------------------------------ r14765 | janssen | 2013-01-12 00:43:47 +0100 (Sat, 12 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl fixed bad close tags; change fun:Statments to fun:Statements ------------------------------------------------------------------------ r14764 | jfrenkel | 2013-01-12 00:30:59 +0100 (Sat, 12 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos - expected output ------------------------------------------------------------------------ r14763 | jfrenkel | 2013-01-11 18:36:15 +0100 (Fri, 11 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos - remove path from "Get Var " error message - incidenceRowExp1 matchcontinue -> match - add uode index reduction method, this is the underlying ODE without any constrained stapilization or projection techniques - add print message to unneccesary case in traversingincidenceRowExpSolvableFinder ------------------------------------------------------------------------ r14761 | jfrenkel | 2013-01-11 17:11:39 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos - add state derivative var to knvars of jacobian state set ------------------------------------------------------------------------ r14760 | lochel | 2013-01-11 14:35:19 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos - switch back to numeric initialization ------------------------------------------------------------------------ r14759 | sjoelund.se | 2013-01-11 13:42:55 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo Improve errors when BackendDAECreate fails ------------------------------------------------------------------------ r14758 | alash325 | 2013-01-11 12:30:56 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - removing unnecessary string name alachew ------------------------------------------------------------------------ r14757 | cschubert | 2013-01-11 12:18:41 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos msl32: expected output - second part ------------------------------------------------------------------------ r14753 | sjoelund.se | 2013-01-11 11:52:39 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Util/Flags.mo Make -help work again ------------------------------------------------------------------------ r14752 | lochel | 2013-01-11 11:49:16 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/events/sample2.mos - new testcase for event-bug ------------------------------------------------------------------------ r14751 | sjoelund.se | 2013-01-11 11:44:03 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README Bump MSL version ------------------------------------------------------------------------ r14748 | cschubert | 2013-01-11 11:07:59 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos msl32: expected output - first part ------------------------------------------------------------------------ r14747 | lochel | 2013-01-11 11:03:15 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos - provide some more information if kinsol failes ------------------------------------------------------------------------ r14746 | alash325 | 2013-01-11 10:55:24 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo -API to translate a Modelica model for XML export from GUI ------------------------------------------------------------------------ r14745 | jfrenkel | 2013-01-11 10:25:13 +0100 (Fri, 11 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c A /trunk/testsuite/openmodelica/fmi/ModelExchange/Pendulum.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/Pendulum.mos - bugfix inlinesolve and nonlinear system, init also the nonlinear systems for inline solver - bugfix/workaround for nonlinear system and inline solver, set the nonlinear index also in odeequations - try to get fmu with state selection working -> no success - free stateselection data ------------------------------------------------------------------------ r14744 | sjoelund.se | 2013-01-11 09:07:32 +0100 (Fri, 11 Jan 2013) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README - Bump MSL version ------------------------------------------------------------------------ r14743 | jfrenkel | 2013-01-11 08:38:43 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - SIM_PROF_EQ_ is a false friend, we have to do more stuff to get the nonlinear index also daeeqnslist ------------------------------------------------------------------------ r14742 | jfrenkel | 2013-01-11 00:47:11 +0100 (Fri, 11 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - bugfix inline solver ------------------------------------------------------------------------ r14741 | jfrenkel | 2013-01-11 00:34:01 +0100 (Fri, 11 Jan 2013) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.h M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos - bugfix nonlinear system - expected results - move pivoting before initialization, check after initilization if pivoting change and report error message ------------------------------------------------------------------------ r14740 | cschubert | 2013-01-10 23:08:13 +0100 (Thu, 10 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos update expected output ------------------------------------------------------------------------ r14739 | cschubert | 2013-01-10 23:05:49 +0100 (Thu, 10 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos updated expected output ------------------------------------------------------------------------ r14738 | jfrenkel | 2013-01-10 21:51:42 +0100 (Thu, 10 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos - use Integer for Enumeration types in modeldiscription.xml instead of Real as type, this fixes the "Warning: Assuming fixed start value for .. " warnings - switch of debug output in IndexReduction - Update fmi/ModelExchange tests ------------------------------------------------------------------------ r14737 | sjoelund.se | 2013-01-10 20:31:33 +0100 (Thu, 10 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResults.c M /trunk/SimulationRuntime/c/simulation/results/read_csv.cpp - Read csv-file using C API instead of C++ ------------------------------------------------------------------------ r14736 | jfrenkel | 2013-01-10 17:13:47 +0100 (Thu, 10 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - bugfix for model fmi/ModelExchange, inital system was not solvable now it is ------------------------------------------------------------------------ r14735 | sjoelund.se | 2013-01-10 16:23:39 +0100 (Thu, 10 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/simulation/results/read_csv.h - Cleanup ------------------------------------------------------------------------ r14734 | adeas31 | 2013-01-10 14:46:06 +0100 (Thu, 10 Jan 2013) | 2 lines Changed paths: M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb Do loadModel(Modelica) before simulating. Saved the plot. ------------------------------------------------------------------------ r14733 | sjoelund.se | 2013-01-10 13:24:47 +0100 (Thu, 10 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos M /trunk/testsuite/flattening/modelica/mosfiles/ExternalLibraryFunction.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo - Bump MSL version - Fix modelica:// for mo-files ------------------------------------------------------------------------ r14732 | sjoelund.se | 2013-01-10 10:36:04 +0100 (Thu, 10 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - Expected output ------------------------------------------------------------------------ r14731 | sjoelund.se | 2013-01-10 09:57:44 +0100 (Thu, 10 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo - Force evaluation of fixed=... ------------------------------------------------------------------------ r14730 | adrpo | 2013-01-09 23:55:54 +0100 (Wed, 09 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/runtime/Print_omc.cpp M /trunk/Compiler/runtime/Print_rml.c - fix bug "Memory performance issue in 1.9.0 beta 2" reported by MathCore. + use internal RML allocation for Print.getString and Print.getErrorString + do not use strdup in Print_omc.cpp for Print.getString and Print.getErrorString ------------------------------------------------------------------------ r14729 | lochel | 2013-01-09 17:35:51 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/events/sample1.mos - fix #2011 (sample breaks c-code) ------------------------------------------------------------------------ r14728 | lochel | 2013-01-09 16:05:55 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/events/sample1.mos - test for sample-call ------------------------------------------------------------------------ r14727 | leonardo.laguna | 2013-01-09 16:03:21 +0100 (Wed, 09 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/Util/Error.mo - Changing the scope of functions used by MathCore modules. ------------------------------------------------------------------------ r14726 | sjoelund.se | 2013-01-09 14:50:51 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos Expected output ------------------------------------------------------------------------ r14725 | sjoelund.se | 2013-01-09 13:59:32 +0100 (Wed, 09 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Examples/BuildModelRecursive.mos M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version - Fix MSL coverage test ------------------------------------------------------------------------ r14724 | sjoelund.se | 2013-01-09 13:33:49 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix time column for the SimCode phase ------------------------------------------------------------------------ r14723 | jfrenkel | 2013-01-09 12:40:13 +0100 (Wed, 09 Jan 2013) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/matrix.h - less output in case of unsolvable linear system ------------------------------------------------------------------------ r14721 | jfrenkel | 2013-01-09 11:42:10 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos M /trunk/testsuite/simulation/modelica/others/Pendulum.mos - workaround for initialsystem to handle dynamic pivot better ToDo: reimplement initialization of simulation runtime for symbolic initial system ------------------------------------------------------------------------ r14720 | sjoelund.se | 2013-01-09 11:41:22 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos Expected output ------------------------------------------------------------------------ r14719 | jfrenkel | 2013-01-09 10:50:28 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/pivot.c M /trunk/SimulationRuntime/c/util/division.h - add missing return statement - use minimal norm in case of 0/0 ------------------------------------------------------------------------ r14718 | jfrenkel | 2013-01-09 09:34:46 +0100 (Wed, 09 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/math-support/pivot.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.h - add error message for division by zero to initial equations - use c comments - better error message vor pivot.c ------------------------------------------------------------------------ r14717 | sjoelund.se | 2013-01-09 09:18:06 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - Expected output ------------------------------------------------------------------------ r14716 | sjoelund.se | 2013-01-09 09:16:35 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos - Expected output ------------------------------------------------------------------------ r14715 | sjoelund.se | 2013-01-09 07:16:24 +0100 (Wed, 09 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Examples/BuildModelRecursive.mos M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version Constrain Universal and Revolute now seem to fail ------------------------------------------------------------------------ r14713 | jfrenkel | 2013-01-08 23:02:56 +0100 (Tue, 08 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/SimulationRuntime/c/simulation/solver/stateset.c - bugfix dynamic state selection, start values for STATESET.A ------------------------------------------------------------------------ r14712 | jfrenkel | 2013-01-08 18:32:34 +0100 (Tue, 08 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - _event_div_integer: check if value2 is zero before call ldiv - trunc for msvc ------------------------------------------------------------------------ r14711 | jfrenkel | 2013-01-08 17:40:02 +0100 (Tue, 08 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/modelica/built_in_functions/MeasureTime.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem4.mos - expected output ------------------------------------------------------------------------ r14710 | jfrenkel | 2013-01-08 16:34:03 +0100 (Tue, 08 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r14709 | sjoelund.se | 2013-01-08 15:27:54 +0100 (Tue, 08 Jan 2013) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase buildModel time limit ------------------------------------------------------------------------ r14708 | sjoelund.se | 2013-01-08 11:50:05 +0100 (Tue, 08 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos #1957 - Fixes for Elementar.Surfaces ------------------------------------------------------------------------ r14707 | sjoelund.se | 2013-01-08 09:05:05 +0100 (Tue, 08 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos #1957 - Handle Modelica.Mechanics.MultiBody.Visualizers.Colors.ColorMaps.jet ------------------------------------------------------------------------ r14706 | sjoelund.se | 2013-01-08 08:53:37 +0100 (Tue, 08 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Print failed tests in sorted order so it is easier to compare two lists ------------------------------------------------------------------------ r14704 | jfrenkel | 2013-01-07 22:42:51 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r14703 | jfrenkel | 2013-01-07 22:17:44 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r14702 | jfrenkel | 2013-01-07 21:34:29 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r14701 | jfrenkel | 2013-01-07 17:41:22 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - switch to new state selection method, combines and improves the last two versions ------------------------------------------------------------------------ r14700 | jfrenkel | 2013-01-07 16:59:43 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/SimulationRuntime/c/math-support/matrix.h - report warning if solving of liniear system failed ------------------------------------------------------------------------ r14699 | lochel | 2013-01-07 16:45:50 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/initialization/singularJacobian.mos - fix test ------------------------------------------------------------------------ r14698 | adrpo | 2013-01-07 16:22:32 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/OMEdit/README.txt M /trunk/OMNotebook/README.txt M /trunk/OMPlot/README.txt M /trunk/OMShell/README.txt M /trunk/OMVisualize/README.txt M /trunk/README-BUILD-RELEASE.txt M /trunk/README-OMDev-MINGW.txt M /trunk/SimulationRuntime/cpp/Source/README.txt M /trunk/SimulationRuntime/interactive/README.txt M /trunk/testsuite/openmodelica/interactive-simulation/README.txt - use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se ------------------------------------------------------------------------ r14697 | jfrenkel | 2013-01-07 15:32:52 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos - expected output ------------------------------------------------------------------------ r14696 | sjoelund.se | 2013-01-07 12:21:21 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version ------------------------------------------------------------------------ r14695 | jfrenkel | 2013-01-07 12:12:35 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat - expected output ------------------------------------------------------------------------ r14693 | sjoelund.se | 2013-01-07 11:47:14 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos Expected output ------------------------------------------------------------------------ r14692 | sjoelund.se | 2013-01-07 11:38:27 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos Expected output ------------------------------------------------------------------------ r14691 | sjoelund.se | 2013-01-07 11:27:27 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos Expected output ------------------------------------------------------------------------ r14690 | sjoelund.se | 2013-01-07 10:46:40 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos Expected output ------------------------------------------------------------------------ r14689 | sjoelund.se | 2013-01-07 10:40:51 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos - Expected output ------------------------------------------------------------------------ r14688 | sjoelund.se | 2013-01-07 09:47:48 +0100 (Mon, 07 Jan 2013) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL version ------------------------------------------------------------------------ r14686 | alash325 | 2013-01-07 08:49:20 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/GameOfLife.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb -Update DrModelica ------------------------------------------------------------------------ r14685 | jfrenkel | 2013-01-07 08:41:36 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix bug from last commit ------------------------------------------------------------------------ r14684 | jfrenkel | 2013-01-07 01:51:21 +0100 (Mon, 07 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/Expression.mo - improved state selection method, not yet aktivated ------------------------------------------------------------------------ r14683 | jfrenkel | 2013-01-06 22:24:06 +0100 (Sun, 06 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - expected output ------------------------------------------------------------------------ r14682 | cschubert | 2013-01-06 20:34:44 +0100 (Sun, 06 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/updateResults.py msl32: updated expected output to my output ------------------------------------------------------------------------ r14681 | jfrenkel | 2013-01-06 20:14:37 +0100 (Sun, 06 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - check if protected variables have record or array type, thous are not supported by VarTransform ------------------------------------------------------------------------ r14680 | sjoelund.se | 2013-01-06 17:41:30 +0100 (Sun, 06 Jan 2013) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version ------------------------------------------------------------------------ r14679 | jfrenkel | 2013-01-06 16:04:47 +0100 (Sun, 06 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - expected output ------------------------------------------------------------------------ r14678 | jfrenkel | 2013-01-06 13:55:24 +0100 (Sun, 06 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - expected output ------------------------------------------------------------------------ r14677 | jfrenkel | 2013-01-05 20:42:08 +0100 (Sat, 05 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos - expected output ------------------------------------------------------------------------ r14676 | jfrenkel | 2013-01-05 20:40:47 +0100 (Sat, 05 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo - switch of case for a^b = f(..) -> a = (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b)), because not all have variables get memory for pre in code generation ------------------------------------------------------------------------ r14675 | jfrenkel | 2013-01-05 16:04:57 +0100 (Sat, 05 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - remove unused parameters from BackendDAETransform.tarjanAlgorithm ------------------------------------------------------------------------ r14672 | jfrenkel | 2013-01-05 00:25:20 +0100 (Sat, 05 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo - add information to store how often a state are differentiated - bugfix BackendVariable.hasContinousVar ------------------------------------------------------------------------ r14671 | jfrenkel | 2013-01-04 22:23:41 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - work not as expected, switch back to old one ------------------------------------------------------------------------ r14670 | jfrenkel | 2013-01-04 19:21:47 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - remove debug print ------------------------------------------------------------------------ r14669 | jfrenkel | 2013-01-04 18:43:10 +0100 (Fri, 04 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Script/CevalScript.mo - improve indicenceMatrix::SOLVABLE, if a function is inlineable check the inlined function - improve index reduction, differentiat less equations by checking the differentiated equation for needed derivatives - improve tarjans algorithm to handle also underconstrained system with full matching for equations ------------------------------------------------------------------------ r14668 | sjoelund.se | 2013-01-04 14:39:10 +0100 (Fri, 04 Jan 2013) | 2 lines Changed paths: M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos - Bump MSL version ------------------------------------------------------------------------ r14667 | jfrenkel | 2013-01-04 12:58:28 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - copy lapack libraries for msvc ------------------------------------------------------------------------ r14666 | sjoelund.se | 2013-01-04 12:12:48 +0100 (Fri, 04 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos M /trunk/testsuite/flattening/modelica/mosfiles/UriLookup.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos - Bump MSL version - Handle "import .A.B.C;" => "import A.B.C;" in Absyn->SCode ------------------------------------------------------------------------ r14665 | cschubert | 2013-01-04 11:17:58 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos testsuite: corrected some expected output ------------------------------------------------------------------------ r14664 | sjoelund.se | 2013-01-04 11:01:55 +0100 (Fri, 04 Jan 2013) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase simulation time limit to account for EngineV6 taking roughly 1 minute to simulate ------------------------------------------------------------------------ r14663 | hubert.thieriot | 2013-01-04 10:46:44 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Dialogs/DlgSelectVars.cpp M /trunk/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h M /trunk/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptimBasis/GUI/Widgets/WidgetSelectVars.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetSelectVars.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h - added possibility to filter variables based on causality ------------------------------------------------------------------------ r14662 | hubert.thieriot | 2013-01-04 10:45:27 +0100 (Fri, 04 Jan 2013) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp - avoid infinite loop while looking for inherited classes - read variables causality ------------------------------------------------------------------------ r14661 | sjoelund.se | 2013-01-04 09:58:04 +0100 (Fri, 04 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mo - Fix testcase ------------------------------------------------------------------------ r14660 | sjoelund.se | 2013-01-04 08:49:59 +0100 (Fri, 04 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - Expected output ------------------------------------------------------------------------ r14656 | jfrenkel | 2013-01-04 00:56:56 +0100 (Fri, 04 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - bugfix for generate dynamic state selection jacobians ------------------------------------------------------------------------ r14655 | jfrenkel | 2013-01-03 23:56:55 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c if absdouble(time-reftime) > reltol*reftime then report an warning ------------------------------------------------------------------------ r14654 | jfrenkel | 2013-01-03 23:30:37 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - bugfix analys strong components, use the same function to check if discrete var is in the block also for splitMixedEquations ------------------------------------------------------------------------ r14653 | sjoelund.se | 2013-01-03 22:34:35 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - Fix compilation ------------------------------------------------------------------------ r14652 | sjoelund.se | 2013-01-03 22:24:35 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Script/CevalScript.mo - Fix compilation ------------------------------------------------------------------------ r14651 | jfrenkel | 2013-01-03 22:10:39 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfxi for avoid strange rml bug ------------------------------------------------------------------------ r14650 | jfrenkel | 2013-01-03 21:48:44 +0100 (Thu, 03 Jan 2013) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos - add Config Flag MAXTRAVERSALS, used to set the maximum number of traversals when looking for simple equations in the acausal System - delete Flag DYNAMIC_PIVOT - fix tabs - fix compilation (Initialization.mo) - expected output ------------------------------------------------------------------------ r14649 | sjoelund.se | 2013-01-03 21:44:49 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fix uriToFilename API ------------------------------------------------------------------------ r14647 | jfrenkel | 2013-01-03 17:49:30 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - avoid strange rml bug ------------------------------------------------------------------------ r14646 | lochel | 2013-01-03 16:31:09 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo #2008 ------------------------------------------------------------------------ r14645 | lochel | 2013-01-03 16:12:27 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - upps (fix for multiple definitions) ------------------------------------------------------------------------ r14644 | jfrenkel | 2013-01-03 15:48:32 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - search simple replacements up to MAXTRAVERSALS - add coments, move all public parts upwarts and protected downwarts ------------------------------------------------------------------------ r14643 | sjoelund.se | 2013-01-03 14:31:08 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/SimulationResults.mo M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/SimulationResults_omc.cpp M /trunk/Compiler/runtime/SimulationResults_rml.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos - Fix testsuite and new format of failure to open reference files ------------------------------------------------------------------------ r14642 | vitalij | 2013-01-03 14:31:02 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - Manipulation of the Runge Kutta equations for split StrongComponents ------------------------------------------------------------------------ r14641 | sjoelund.se | 2013-01-03 14:19:57 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos - Set eol-style ------------------------------------------------------------------------ r14640 | jfrenkel | 2013-01-03 13:53:34 +0100 (Thu, 03 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - improve dynamic state selection, use both strategies, if the first fails try the second - get rid of the wanrings when build bootstrapped compiler - add some comments ------------------------------------------------------------------------ r14639 | sjoelund.se | 2013-01-03 13:27:12 +0100 (Thu, 03 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/ar.sh M /trunk/SimulationRuntime/c/util/read_matlab4.c - Read matlab file with only 1 column for parameters (start and stop value are always the same; more compact format) - Simulation results now look for the "time" or "Time" variable before it does lookup on it (avoids error-messages added if "Time" was used) ------------------------------------------------------------------------ r14638 | jfrenkel | 2013-01-03 13:12:24 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - report warning if simulationtime of result file is different to simulation time of model ------------------------------------------------------------------------ r14637 | sjoelund.se | 2013-01-03 12:30:12 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c - Improve result-file messages ------------------------------------------------------------------------ r14636 | sjoelund.se | 2013-01-03 12:10:13 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos - Fix expected output ------------------------------------------------------------------------ r14635 | sjoelund.se | 2013-01-03 12:09:20 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/rtest M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos - Make rtest -b not output " // Result:", instead outputting "// Result:" as we expect ------------------------------------------------------------------------ r14634 | cschubert | 2013-01-03 11:10:57 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos msl32: Let's see why SpringDamperSystem fails ------------------------------------------------------------------------ r14633 | cschubert | 2013-01-03 10:50:42 +0100 (Thu, 03 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest2.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest6.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos test-suite: added missing reference files for Spice3BenchmarkFourBitBinaryAdder*, corrected simple expected output problems ------------------------------------------------------------------------ r14632 | sjoelund.se | 2013-01-03 10:40:42 +0100 (Thu, 03 Jan 2013) | 3 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/flattening/modelica/mosfiles/Makefile D /trunk/testsuite/flattening/modelica/mosfiles/SolveLinearSystem.mos A /trunk/testsuite/openmodelica/typed-API A /trunk/testsuite/openmodelica/typed-API/Makefile (from /trunk/testsuite/openmodelica/interactive-API/Makefile:14631) A /trunk/testsuite/openmodelica/typed-API/SolveLinearSystem.mos (from /trunk/testsuite/flattening/modelica/mosfiles/SolveLinearSystem.mos:14631) M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos M /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos M /trunk/testsuite/simulation/modelica/others/Random.mos - Some expected output - Moved API test from flattening... ------------------------------------------------------------------------ r14631 | sjoelund.se | 2013-01-03 08:16:26 +0100 (Thu, 03 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/runtime/corbaimpl.cpp M /trunk/README.Linux.txt M /trunk/configure.in - Fix builds using mico (hopefully) - Updated installation instructions ------------------------------------------------------------------------ r14630 | sjoelund.se | 2013-01-03 08:05:28 +0100 (Thu, 03 Jan 2013) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h - Some fixes for min/max defines and namespaces on older systems ------------------------------------------------------------------------ r14626 | cschubert | 2013-01-02 23:01:50 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos msl32: removed "get data" warning from test ------------------------------------------------------------------------ r14625 | cschubert | 2013-01-02 19:21:23 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance2.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos msl32: updated expected output due to support of delay and change of index reduction method ------------------------------------------------------------------------ r14624 | jfrenkel | 2013-01-02 16:25:16 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix for delay ------------------------------------------------------------------------ r14623 | lochel | 2013-01-02 15:19:57 +0100 (Wed, 02 Jan 2013) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl Compiler/BackEnd/Initialization.mo - coding-style Compiler/Template/CodegenC.tpl - generate inlineVars again Compiler/BackEnd/SimCodeUtil.mo - minor changes to error messages - add case for SOLVED_EQUATION ------------------------------------------------------------------------ r14622 | jfrenkel | 2013-01-02 14:30:20 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - partition the state selection system ------------------------------------------------------------------------ r14621 | jfrenkel | 2013-01-02 14:05:20 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - equations with "delay" are not time indepentent ------------------------------------------------------------------------ r14620 | jfrenkel | 2013-01-02 13:33:27 +0100 (Wed, 02 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - collect also pre(var) of continues vars used in whens ------------------------------------------------------------------------ r14619 | jfrenkel | 2013-01-02 13:01:26 +0100 (Wed, 02 Jan 2013) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos - DELAY_BREAK_LOOP -> config flag, true by default - > update Tests - ExpressionSolve: add case for cr = start(cr), Integer(cr) = ... - if guid is not present in xml file report warning and simulate, this makes debugging easier ------------------------------------------------------------------------ r14618 | sjoelund.se | 2013-01-02 12:22:39 +0100 (Wed, 02 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/NFInstDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/TplCodegen.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/susan_codegen/TplCodegen.mo M /trunk/Compiler/susan_codegen/TplCodegen.tpl - Removed $Id$ from generated code (this should reduce number of times svn diff says you changed generated files) ------------------------------------------------------------------------ r14617 | sjoelund.se | 2013-01-02 10:18:43 +0100 (Wed, 02 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos - Mostly removing entries in failingtests that were already in the regular, succeeding tests ------------------------------------------------------------------------ r14616 | sjoelund.se | 2013-01-02 09:00:24 +0100 (Wed, 02 Jan 2013) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos - Some expected output, removed LossyGearDemo2 from wrongresult tests (it now gives correct result and was already in that list) ------------------------------------------------------------------------ r14614 | jfrenkel | 2013-01-01 22:36:17 +0100 (Tue, 01 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r14613 | jfrenkel | 2013-01-01 21:32:53 +0100 (Tue, 01 Jan 2013) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix bootstrapping - do not select discrete variables as tearing variables ------------------------------------------------------------------------ r14612 | jfrenkel | 2013-01-01 20:27:50 +0100 (Tue, 01 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/SimulationRuntime/c/simulation/solver/stateset.c - bugfix memset jacobian for stateselection ------------------------------------------------------------------------ r14611 | sjoelund.se | 2013-01-01 17:29:41 +0100 (Tue, 01 Jan 2013) | 2 lines Changed paths: M /trunk/Makefile.common - Fix logic for opencl runtime ------------------------------------------------------------------------ r14610 | jfrenkel | 2013-01-01 13:31:07 +0100 (Tue, 01 Jan 2013) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - bugfix for selection of initial vars from statesets ------------------------------------------------------------------------ r14609 | sjoelund.se | 2013-01-01 11:47:09 +0100 (Tue, 01 Jan 2013) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/configure.in - Disable OpenCL if not found ------------------------------------------------------------------------ r14608 | adrpo | 2013-01-01 03:28:35 +0100 (Tue, 01 Jan 2013) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - move infinite test to failingtests. ------------------------------------------------------------------------ r14607 | jfrenkel | 2012-12-31 16:44:38 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/simulation/modelica/others/sample3.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - keep differentiated equations as they are and replace state order der(x)=v, replace der(x) with v, only for state selection equations ------------------------------------------------------------------------ r14606 | jfrenkel | 2012-12-31 13:22:14 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/Expression.mo - do not replace crefs from initial equations ------------------------------------------------------------------------ r14604 | mahge930 | 2012-12-31 12:58:17 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/OpenCL.lib + Removed the OpenCL headers and lib. Moved them to OMDev. ------------------------------------------------------------------------ r14603 | cschubert | 2012-12-31 11:56:29 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile removed Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic from test, as it goes to an infinite loop because initial system is broken ------------------------------------------------------------------------ r14602 | jfrenkel | 2012-12-31 10:43:36 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos M /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos M /trunk/testsuite/simulation/modelica/events/whenTest1.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos - expexted outputs ------------------------------------------------------------------------ r14601 | sjoelund.se | 2012-12-31 08:57:02 +0100 (Mon, 31 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/scripts/Compile.bat - Reverting r14595 (r10048 is more important; Windows XP does not report exit status if /B is used) ------------------------------------------------------------------------ r14600 | sjoelund.se | 2012-12-31 08:35:49 +0100 (Mon, 31 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h - Fix to build using the apple built-in OpenCL headers ------------------------------------------------------------------------ r14599 | jfrenkel | 2012-12-31 03:13:35 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - do not replace unfixed parameter ------------------------------------------------------------------------ r14598 | jfrenkel | 2012-12-31 02:00:54 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - fix for last commit ------------------------------------------------------------------------ r14597 | jfrenkel | 2012-12-31 01:57:18 +0100 (Mon, 31 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Makefile.omdev.mingw - add missing lapack lib for msvc Target - CodeGenC.expTypeFromExpFlag(flag=2): use modelica_string_t instead of modelica_string makes msvc happy ------------------------------------------------------------------------ r14596 | jfrenkel | 2012-12-31 01:55:23 +0100 (Mon, 31 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - initialization: bugfix inline inaktive whenstatment - SimCode: hack for if-equation to if-exp when variable to solve for is not present in all branches ------------------------------------------------------------------------ r14595 | cschubert | 2012-12-31 00:28:10 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/Compile.bat Compile.bat: exit /b exits only from batch file and does not close the cmd.exe when run on its own ------------------------------------------------------------------------ r14594 | cschubert | 2012-12-31 00:01:26 +0100 (Mon, 31 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos msl32: added +d=delayBreakLoop Flag, so that DigitalExamples pass the Backend. Now they fail code generation. What is the status of the delay implementation? ------------------------------------------------------------------------ r14593 | cschubert | 2012-12-30 23:52:12 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos expected output ------------------------------------------------------------------------ r14592 | cschubert | 2012-12-30 23:47:44 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo PlanarMechanics - Test_IdealWheel: had to fix initial condition, since omc selected another one than dymola (both equally valid, since both were states with explicit start value. ------------------------------------------------------------------------ r14591 | cschubert | 2012-12-30 23:21:30 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/discreteTest7.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest8.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest6.mos updated initializationTests ------------------------------------------------------------------------ r14590 | cschubert | 2012-12-30 23:16:44 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat msl32: updated wrong referenceFile, initialstate was not active during initialization? ------------------------------------------------------------------------ r14589 | jfrenkel | 2012-12-30 23:12:50 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - ignore inputs ------------------------------------------------------------------------ r14588 | jfrenkel | 2012-12-30 22:54:14 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - Initialization: bugfix for inline when statements, report warning without flag for overdetermined systems ------------------------------------------------------------------------ r14587 | cschubert | 2012-12-30 22:37:33 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/equations/IfEquation5.mos M /trunk/testsuite/simulation/modelica/equations/Makefile added test where you have to solve for rhs of if ------------------------------------------------------------------------ r14586 | jfrenkel | 2012-12-30 22:27:44 +0100 (Sun, 30 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos - bugfix solve y = x^2 -> (if pre(a)==0 then 1 else sign(pre(a)))*(f(...)^(1/b)) - report warning if reference file time not equal simulation time ------------------------------------------------------------------------ r14585 | cschubert | 2012-12-30 22:04:45 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos test-suite: corrected discrete10 test ------------------------------------------------------------------------ r14584 | jfrenkel | 2012-12-30 20:26:28 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix for last commit ------------------------------------------------------------------------ r14583 | jfrenkel | 2012-12-30 19:23:08 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - switch of debug outputs ------------------------------------------------------------------------ r14582 | jfrenkel | 2012-12-30 19:20:27 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - fix for last commit, move fixed pre to known variables to avoid equal equations var = pre(var), do not replace variables with pre ------------------------------------------------------------------------ r14581 | jfrenkel | 2012-12-30 18:39:30 +0100 (Sun, 30 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/List.mo - List.mo: intersectionIntN, setDifferenceIntN and unionIntN: use less memory, tail recursive, check inN - incidenceMatrix(SOLVABLE): consider only variables in if expessions uccure in then and else branche - Initialization: do not fix an underconstraint system to an overconstraint system ------------------------------------------------------------------------ r14580 | jfrenkel | 2012-12-30 17:43:20 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - initialisation: generate for each variable of inaktive when statement branch an equation var = pre(var) ------------------------------------------------------------------------ r14579 | alash325 | 2012-12-30 17:21:20 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo - New API for DrModelica ------------------------------------------------------------------------ r14578 | alash325 | 2012-12-30 17:16:53 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb M /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb M /trunk/OMNotebook/DrModelica/Algorithms/Assert.onb M /trunk/OMNotebook/DrModelica/Algorithms/AssignStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/ForStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/IfStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb M /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb M /trunk/OMNotebook/DrModelica/Algorithms/Sections.onb M /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb M /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Annotations.onb M /trunk/OMNotebook/DrModelica/AnnUnitsQuant/FuncAnn.onb M /trunk/OMNotebook/DrModelica/AnnUnitsQuant/Graphical.onb M /trunk/OMNotebook/DrModelica/Arrays/ArithmeticOp.onb M /trunk/OMNotebook/DrModelica/Arrays/Built-inFunc.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatConstruct.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb M /trunk/OMNotebook/DrModelica/Arrays/Construction.onb M /trunk/OMNotebook/DrModelica/Arrays/Declaration.onb M /trunk/OMNotebook/DrModelica/Arrays/Empty.onb M /trunk/OMNotebook/DrModelica/Arrays/FlexSize.onb M /trunk/OMNotebook/DrModelica/Arrays/Indexing.onb M /trunk/OMNotebook/DrModelica/Arrays/ScalarFunc.onb M /trunk/OMNotebook/DrModelica/Arrays/TypeCheck.onb M /trunk/OMNotebook/DrModelica/Circuits/Acausal.onb M /trunk/OMNotebook/DrModelica/Circuits/DCmotor.onb M /trunk/OMNotebook/DrModelica/Classes/CreateInst.onb M /trunk/OMNotebook/DrModelica/Classes/Nested.onb M /trunk/OMNotebook/DrModelica/Classes/Partial.onb M /trunk/OMNotebook/DrModelica/Classes/Restricted.onb M /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb M /trunk/OMNotebook/DrModelica/Classes/Short.onb M /trunk/OMNotebook/DrModelica/CompConn/CardEq.onb M /trunk/OMNotebook/DrModelica/CompConn/ConnConstraints.onb M /trunk/OMNotebook/DrModelica/CompConn/ConnEq.onb M /trunk/OMNotebook/DrModelica/CompConn/Connections.onb M /trunk/OMNotebook/DrModelica/CompConn/Connectors.onb M /trunk/OMNotebook/DrModelica/CompConn/In-Output.onb M /trunk/OMNotebook/DrModelica/CompConn/MechTrans.onb M /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb M /trunk/OMNotebook/DrModelica/CompConn/MultToSingle.onb M /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb M /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Automata.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/FlatTank mm.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb M /trunk/OMNotebook/DrModelica/DrModelica.onb M /trunk/OMNotebook/DrModelica/Equations/Assert.onb M /trunk/OMNotebook/DrModelica/Equations/EqDeclarations.onb M /trunk/OMNotebook/DrModelica/Equations/IfEq.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb M /trunk/OMNotebook/DrModelica/Equations/Polynomial.onb M /trunk/OMNotebook/DrModelica/Equations/PolynomialEvaluator.onb M /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb M /trunk/OMNotebook/DrModelica/Equations/RepStruct.onb M /trunk/OMNotebook/DrModelica/Equations/SimpleEquality.onb M /trunk/OMNotebook/DrModelica/Equations/Step.onb M /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb M /trunk/OMNotebook/DrModelica/Functions/Call.onb M /trunk/OMNotebook/DrModelica/Functions/Extending.onb M /trunk/OMNotebook/DrModelica/Functions/External.onb M /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb M /trunk/OMNotebook/DrModelica/Generic/ParamInterfaces.onb M /trunk/OMNotebook/DrModelica/Generic/Parameterized.onb M /trunk/OMNotebook/DrModelica/InherMod/Extend.onb M /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb M /trunk/OMNotebook/DrModelica/InherMod/Modification.onb M /trunk/OMNotebook/DrModelica/InherMod/Short.onb M /trunk/OMNotebook/DrModelica/Inheritance/Inheritance.onb M /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb M /trunk/OMNotebook/DrModelica/Inheritance/Multiple.onb M /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb M /trunk/OMNotebook/DrModelica/LawsOfNature/TransformerEMF.onb M /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb M /trunk/OMNotebook/DrModelica/LitOpExp/VarTime.onb M /trunk/OMNotebook/DrModelica/LitOpExp/VariaSubt.onb M /trunk/OMNotebook/DrModelica/QuickTour/Algorithm.onb M /trunk/OMNotebook/DrModelica/QuickTour/Array.onb M /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb M /trunk/OMNotebook/DrModelica/QuickTour/DiffEq.onb M /trunk/OMNotebook/DrModelica/QuickTour/Equations.onb M /trunk/OMNotebook/DrModelica/QuickTour/Functions.onb M /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb M /trunk/OMNotebook/DrModelica/QuickTour/HelloWorldmod.onb M /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb M /trunk/OMNotebook/DrModelica/QuickTour/Inheritance.onb M /trunk/OMNotebook/DrModelica/QuickTour/Local.onb M /trunk/OMNotebook/DrModelica/QuickTour/ReuseMod.onb M /trunk/OMNotebook/DrModelica/QuickTour/SimpleCircuit.onb M /trunk/OMNotebook/DrModelica/QuickTour/Statement.onb M /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Annotation.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb M /trunk/OMNotebook/DrModelica/Redeclaration/RedNotRepl.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Redeclaration.onb M /trunk/OMNotebook/DrModelica/Redeclaration/ReplRed.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Replaceable.onb M /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb M /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb M /trunk/OMNotebook/DrModelica/TypeSubtype/Sub-SuperType.onb M /trunk/OMNotebook/DrModelica/TypeSubtype/Type.onb M /trunk/OMNotebook/DrModelica/Variables/Declaration.onb M /trunk/OMNotebook/DrModelica/Variables/FieldVar.onb M /trunk/OMNotebook/DrModelica/Variables/Initialization.onb M /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb M /trunk/OMNotebook/DrModelica/Variables/VariabilityPrefixes.onb - Re-evaluating and update DrModelica simulation results ------------------------------------------------------------------------ r14577 | jfrenkel | 2012-12-30 13:56:33 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - check whens and do not replace variabes set in when (equation and algorithm) ------------------------------------------------------------------------ r14576 | jfrenkel | 2012-12-30 01:40:52 +0100 (Sun, 30 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - change handling of inaktive when equations for variables with unused pre(var) ------------------------------------------------------------------------ r14575 | jfrenkel | 2012-12-29 23:34:44 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - replace initial() with true and sample(..) with false in initial system ------------------------------------------------------------------------ r14574 | cschubert | 2012-12-29 23:32:45 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/discreteTest10.mos new test for symbolic initialization ------------------------------------------------------------------------ r14573 | jfrenkel | 2012-12-29 23:07:03 +0100 (Sat, 29 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Initialization.mo - consider type of cref when generate equation from aktive when equation - do not add variables with constant bindexpression to initial system ------------------------------------------------------------------------ r14572 | jfrenkel | 2012-12-29 21:59:54 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - bugfix for last commit ------------------------------------------------------------------------ r14571 | jfrenkel | 2012-12-29 21:38:40 +0100 (Sat, 29 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix emtpy Replacements, check also derConst replacements - add for time independent states candidates derConst replacement ------------------------------------------------------------------------ r14570 | jfrenkel | 2012-12-29 20:50:04 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - do not add toplevel inputs to the initial system ------------------------------------------------------------------------ r14569 | jfrenkel | 2012-12-29 14:42:55 +0100 (Sat, 29 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Util/Flags.mo - switch to symbolic initialization - Bugfix dynamic state selection code generation, allocate enough memory ------------------------------------------------------------------------ r14568 | cschubert | 2012-12-29 12:38:50 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos testsuite: corrected expected output ------------------------------------------------------------------------ r14567 | cschubert | 2012-12-29 11:13:49 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos msl32: fixed typo ------------------------------------------------------------------------ r14566 | cschubert | 2012-12-29 11:10:33 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat msl32: updated wrong reference file ------------------------------------------------------------------------ r14565 | cschubert | 2012-12-29 10:52:20 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat M /trunk/testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos M /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos M /trunk/testsuite/simulation/modelica/events/whenTest1.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest4.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest5.mos M /trunk/testsuite/simulation/modelica/others/Random.mos M /trunk/testsuite/simulation/modelica/others/sample3.mos testsuite: updated expected output ------------------------------------------------------------------------ r14564 | cschubert | 2012-12-29 09:57:17 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos msl32: fixed expected output for failing tests, next I will look at those where "Get Data of var" failed ------------------------------------------------------------------------ r14563 | adrpo | 2012-12-29 08:48:12 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - remove one more infinite (or taking long time) test. ------------------------------------------------------------------------ r14562 | adrpo | 2012-12-29 07:18:42 +0100 (Sat, 29 Dec 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - move infinite tests to FAILINGTESTS as they break the Hudson Windows build and Hudson Windows Nightly-Build. we should fix the parallel perl running on windows and run these with a timeout. ------------------------------------------------------------------------ r14561 | jfrenkel | 2012-12-29 03:17:03 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix for dynamic state selection ------------------------------------------------------------------------ r14560 | jfrenkel | 2012-12-29 01:45:02 +0100 (Sat, 29 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - add for each used pre(var) of an alias var an variable for code generation - bugfix for jacobian for dynamic state selection ------------------------------------------------------------------------ r14559 | jfrenkel | 2012-12-29 01:00:40 +0100 (Sat, 29 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - use List.isNotEmpty for BackendVariable.existsVar - do not replace state set candidates - replace algorithm for selection of variables to set fixed=true in case of under determined initialsyst ------------------------------------------------------------------------ r14558 | cschubert | 2012-12-29 00:56:01 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile msl32: run all tests, so that we can also see if a non-working tests changed ------------------------------------------------------------------------ r14557 | cschubert | 2012-12-29 00:48:10 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos updated test results ------------------------------------------------------------------------ r14556 | cschubert | 2012-12-29 00:46:00 +0100 (Sat, 29 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos msl32: added missing inner component in Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos ------------------------------------------------------------------------ r14555 | jfrenkel | 2012-12-28 17:54:37 +0100 (Fri, 28 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - fix for last commit ------------------------------------------------------------------------ r14554 | jfrenkel | 2012-12-28 16:21:07 +0100 (Fri, 28 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - do not evalute the discrete system before symbolic initialization is done ------------------------------------------------------------------------ r14553 | jfrenkel | 2012-12-28 15:54:25 +0100 (Fri, 28 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - bugfix initialization ------------------------------------------------------------------------ r14552 | jfrenkel | 2012-12-28 15:05:43 +0100 (Fri, 28 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos - Initialization: collect discrete States, check when inline when if pre(var) is used in the time equations and var and pre(var) are used in the initial equations, if not set var fixed and report warning ------------------------------------------------------------------------ r14551 | sjoelund.se | 2012-12-28 00:10:29 +0100 (Fri, 28 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/doc/bibliography/generate.sh M /trunk/doc/bibliography/upload.sh M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/modelica/arrays/ConstructFunc.mo M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos #2000 - Make linspace simplify better ------------------------------------------------------------------------ r14550 | jfrenkel | 2012-12-27 16:06:35 +0100 (Thu, 27 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - remove again inline solver vars from code generation because it generates duplicated names for Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint +dynamicPivot (this is the new index reduction and will be aktivated as default soon) ------------------------------------------------------------------------ r14549 | jfrenkel | 2012-12-27 13:30:38 +0100 (Thu, 27 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - BackendDump: use capital letters for constants - RemoveSimpleEquations: do not replace discrete variables and do not merge fixed and start for discrete variables, fixes issues with symbolic initialization, (Modelica.Blocks.Exmaples.Interaktion1) - Initialization: bugfix for inaktive when transformation to equations if only one assignment ------------------------------------------------------------------------ r14548 | jfrenkel | 2012-12-27 11:13:10 +0100 (Thu, 27 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat - use symbolic initialization for IntegerNetwork1 ------------------------------------------------------------------------ r14547 | adeas31 | 2012-12-27 02:16:06 +0100 (Thu, 27 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos - Allocate and free the proper fmi version structures. - some test cases. ------------------------------------------------------------------------ r14546 | cschubert | 2012-12-26 12:41:00 +0100 (Wed, 26 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos msl32: solveinitialsystem helps Modelica.Fluid.Examples.IncompressibleFluidNetwork ------------------------------------------------------------------------ r14545 | jfrenkel | 2012-12-26 00:21:29 +0100 (Wed, 26 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - do not call optimizeInitialSystem if +d=solveinitialsystem is used ------------------------------------------------------------------------ r14544 | AnandKGaneson | 2012-12-25 23:58:33 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: A /trunk/PythonInterface/PySimulator/COPYING.LESSER.txt A /trunk/PythonInterface/PySimulator/COPYING.txt A /trunk/PythonInterface/PySimulator/Documentation A /trunk/PythonInterface/PySimulator/Documentation/index.html A /trunk/PythonInterface/PySimulator/Examples A /trunk/PythonInterface/PySimulator/Examples/Modelica_Electrical_Analog_Examples_HeatingResistor.fmu A /trunk/PythonInterface/PySimulator/Examples/Modelica_Electrical_Analog_Examples_Rectifier.fmu A /trunk/PythonInterface/PySimulator/Examples/Modelica_Mechanics_MultiBody_Examples_Systems_RobotR3_fullRobot.fmu A /trunk/PythonInterface/PySimulator/Examples/Modelica_Mechanics_Rotational_Examples_Friction.fmu A /trunk/PythonInterface/PySimulator/Examples/Rectifier12pulse.fmu A /trunk/PythonInterface/PySimulator/Icons A /trunk/PythonInterface/PySimulator/Icons/LICENSES.txt A /trunk/PythonInterface/PySimulator/Icons/UsedIcons.doc A /trunk/PythonInterface/PySimulator/Icons/anonymous_simple_weather_symbols_1.png A /trunk/PythonInterface/PySimulator/Icons/development-python.png A /trunk/PythonInterface/PySimulator/Icons/dlr-LICENSES.txt A /trunk/PythonInterface/PySimulator/Icons/dlr-grid.png A /trunk/PythonInterface/PySimulator/Icons/dlr-splash.png A /trunk/PythonInterface/PySimulator/Icons/dlr-subplot-add.png A /trunk/PythonInterface/PySimulator/Icons/dlr-subplot-remove.png A /trunk/PythonInterface/PySimulator/Icons/document-save-5.png A /trunk/PythonInterface/PySimulator/Icons/draw-eraser-2.png A /trunk/PythonInterface/PySimulator/Icons/format-text-bold-3.png A /trunk/PythonInterface/PySimulator/Icons/list-add-4.png A /trunk/PythonInterface/PySimulator/Icons/list-remove-4.png A /trunk/PythonInterface/PySimulator/Icons/office-chart-line-stacked.png A /trunk/PythonInterface/PySimulator/Icons/open_icon_library-standard_LICENSES.txt A /trunk/PythonInterface/PySimulator/Icons/splash.png A /trunk/PythonInterface/PySimulator/Icons/splash.xcf A /trunk/PythonInterface/PySimulator/Icons/view-right-close.png A /trunk/PythonInterface/PySimulator/Icons/view-right-new-3.png A /trunk/PythonInterface/PySimulator/Icons/window-new-6.png A /trunk/PythonInterface/PySimulator/Icons/zoom-in-5.png A /trunk/PythonInterface/PySimulator/IntegratorControl.py A /trunk/PythonInterface/PySimulator/License.txt A /trunk/PythonInterface/PySimulator/Plugins A /trunk/PythonInterface/PySimulator/Plugins/Algorithms A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/Internal A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/Internal/StateSpace.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/Internal/ZerosAndPoles.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/Internal/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/Misc.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Control/lti.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/COPYING-python-sundials.txt A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/COPYING.txt A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/LICENSE-Sundials.txt A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/README.txt A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/SundialsIntegrators.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/Sundials/sundials.pyd A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/Integrator/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Algorithms/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons/License.txt A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons/four.png A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons/one.png A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons/three.png A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Icons/two.png A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/Template.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/TemplateOld.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/.Template/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/EigenvalueAnalysis A /trunk/PythonInterface/PySimulator/Plugins/Analysis/EigenvalueAnalysis/EigenvalueAnalysis.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/EigenvalueAnalysis/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/EigenvalueAnalysis/scatterInspector.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/LinTest.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys.fmu A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO.fmu A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO_lin.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys_lin.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_SimpleMIMOsys.fmu A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_SimpleMIMOsys_lin.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/Examples/test.mat A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/LinearSystemAnalysis.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/LinearizeFMU.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/LinearSystemAnalysis/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/MinMax A /trunk/PythonInterface/PySimulator/Plugins/Analysis/MinMax/MinMax.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/MinMax/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/SignalProcessing A /trunk/PythonInterface/PySimulator/Plugins/Analysis/SignalProcessing/Algorithms.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/SignalProcessing/SignalProcessing.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/SignalProcessing/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Analysis/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/DymolaMat A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/DymolaMat/DymolaMat.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/DymolaMat/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/IntegrationResults.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/Mtsf A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/Mtsf/Mtsf.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/Mtsf/MtsfFmi.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/Mtsf/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/Mtsf/pyMtsf.py A /trunk/PythonInterface/PySimulator/Plugins/SimulationResult/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator A /trunk/PythonInterface/PySimulator/Plugins/Simulator/Dymola A /trunk/PythonInterface/PySimulator/Plugins/Simulator/Dymola/Dymola.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/Dymola/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator/FMIDescription.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator/FMUError.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator/FMUInterface.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator/FMUSimulator.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/FMUSimulator/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/OpenModelica A /trunk/PythonInterface/PySimulator/Plugins/Simulator/OpenModelica/OpenModelica.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/OpenModelica/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/SimulatorBase.py A /trunk/PythonInterface/PySimulator/Plugins/Simulator/__init__.py A /trunk/PythonInterface/PySimulator/Plugins/__init__.py A /trunk/PythonInterface/PySimulator/PySimulator.py A /trunk/PythonInterface/PySimulator/Readme.txt A /trunk/PythonInterface/PySimulator/UsedLicenses.pdf A /trunk/PythonInterface/PySimulator/VariablesBrowser.py A /trunk/PythonInterface/PySimulator/plotWidget.py - added PySimulator0.5 source code. ------------------------------------------------------------------------ r14543 | AnandKGaneson | 2012-12-25 23:54:53 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: A /trunk/PythonInterface/PySimulator PySimulator0.5, with the OpenModelica plugin installed ------------------------------------------------------------------------ r14542 | AnandKGaneson | 2012-12-25 23:53:47 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: D /trunk/PythonInterface/COPYING.LESSER.txt D /trunk/PythonInterface/COPYING.txt D /trunk/PythonInterface/Documentation D /trunk/PythonInterface/Examples D /trunk/PythonInterface/Icons D /trunk/PythonInterface/IntegratorControl.py D /trunk/PythonInterface/License.txt D /trunk/PythonInterface/Plugins D /trunk/PythonInterface/PySimulator.py D /trunk/PythonInterface/Readme.txt D /trunk/PythonInterface/UsedLicenses.pdf D /trunk/PythonInterface/VariablesBrowser.py D /trunk/PythonInterface/plotWidget.py need to be put in ./PySimulator ------------------------------------------------------------------------ r14541 | AnandKGaneson | 2012-12-25 23:51:25 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: A /trunk/PythonInterface/COPYING.LESSER.txt A /trunk/PythonInterface/COPYING.txt A /trunk/PythonInterface/Documentation A /trunk/PythonInterface/Documentation/index.html A /trunk/PythonInterface/Examples A /trunk/PythonInterface/Examples/Modelica_Electrical_Analog_Examples_HeatingResistor.fmu A /trunk/PythonInterface/Examples/Modelica_Electrical_Analog_Examples_Rectifier.fmu A /trunk/PythonInterface/Examples/Modelica_Mechanics_MultiBody_Examples_Systems_RobotR3_fullRobot.fmu A /trunk/PythonInterface/Examples/Modelica_Mechanics_Rotational_Examples_Friction.fmu A /trunk/PythonInterface/Examples/Rectifier12pulse.fmu A /trunk/PythonInterface/Icons A /trunk/PythonInterface/Icons/LICENSES.txt A /trunk/PythonInterface/Icons/UsedIcons.doc A /trunk/PythonInterface/Icons/anonymous_simple_weather_symbols_1.png A /trunk/PythonInterface/Icons/development-python.png A /trunk/PythonInterface/Icons/dlr-LICENSES.txt A /trunk/PythonInterface/Icons/dlr-grid.png A /trunk/PythonInterface/Icons/dlr-splash.png A /trunk/PythonInterface/Icons/dlr-subplot-add.png A /trunk/PythonInterface/Icons/dlr-subplot-remove.png A /trunk/PythonInterface/Icons/document-save-5.png A /trunk/PythonInterface/Icons/draw-eraser-2.png A /trunk/PythonInterface/Icons/format-text-bold-3.png A /trunk/PythonInterface/Icons/list-add-4.png A /trunk/PythonInterface/Icons/list-remove-4.png A /trunk/PythonInterface/Icons/office-chart-line-stacked.png A /trunk/PythonInterface/Icons/open_icon_library-standard_LICENSES.txt A /trunk/PythonInterface/Icons/splash.png A /trunk/PythonInterface/Icons/splash.xcf A /trunk/PythonInterface/Icons/view-right-close.png A /trunk/PythonInterface/Icons/view-right-new-3.png A /trunk/PythonInterface/Icons/window-new-6.png A /trunk/PythonInterface/Icons/zoom-in-5.png A /trunk/PythonInterface/IntegratorControl.py A /trunk/PythonInterface/License.txt A /trunk/PythonInterface/Plugins A /trunk/PythonInterface/Plugins/Algorithms A /trunk/PythonInterface/Plugins/Algorithms/Control A /trunk/PythonInterface/Plugins/Algorithms/Control/Internal A /trunk/PythonInterface/Plugins/Algorithms/Control/Internal/StateSpace.py A /trunk/PythonInterface/Plugins/Algorithms/Control/Internal/ZerosAndPoles.py A /trunk/PythonInterface/Plugins/Algorithms/Control/Internal/__init__.py A /trunk/PythonInterface/Plugins/Algorithms/Control/Misc.py A /trunk/PythonInterface/Plugins/Algorithms/Control/__init__.py A /trunk/PythonInterface/Plugins/Algorithms/Control/lti.py A /trunk/PythonInterface/Plugins/Algorithms/Integrator A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/COPYING-python-sundials.txt A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/COPYING.txt A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/LICENSE-Sundials.txt A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/README.txt A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/SundialsIntegrators.py A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/__init__.py A /trunk/PythonInterface/Plugins/Algorithms/Integrator/Sundials/sundials.pyd A /trunk/PythonInterface/Plugins/Algorithms/Integrator/__init__.py A /trunk/PythonInterface/Plugins/Algorithms/__init__.py A /trunk/PythonInterface/Plugins/Analysis A /trunk/PythonInterface/Plugins/Analysis/.Template A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons/License.txt A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons/four.png A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons/one.png A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons/three.png A /trunk/PythonInterface/Plugins/Analysis/.Template/Icons/two.png A /trunk/PythonInterface/Plugins/Analysis/.Template/Template.py A /trunk/PythonInterface/Plugins/Analysis/.Template/TemplateOld.py A /trunk/PythonInterface/Plugins/Analysis/.Template/__init__.py A /trunk/PythonInterface/Plugins/Analysis/EigenvalueAnalysis A /trunk/PythonInterface/Plugins/Analysis/EigenvalueAnalysis/EigenvalueAnalysis.py A /trunk/PythonInterface/Plugins/Analysis/EigenvalueAnalysis/__init__.py A /trunk/PythonInterface/Plugins/Analysis/EigenvalueAnalysis/scatterInspector.py A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/LinTest.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys.fmu A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO.fmu A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSysMIMO_lin.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_LinSys_lin.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_SimpleMIMOsys.fmu A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/PythonLinearization_SimpleMIMOsys_lin.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/Examples/test.mat A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/LinearSystemAnalysis.py A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/LinearizeFMU.py A /trunk/PythonInterface/Plugins/Analysis/LinearSystemAnalysis/__init__.py A /trunk/PythonInterface/Plugins/Analysis/MinMax A /trunk/PythonInterface/Plugins/Analysis/MinMax/MinMax.py A /trunk/PythonInterface/Plugins/Analysis/MinMax/__init__.py A /trunk/PythonInterface/Plugins/Analysis/SignalProcessing A /trunk/PythonInterface/Plugins/Analysis/SignalProcessing/Algorithms.py A /trunk/PythonInterface/Plugins/Analysis/SignalProcessing/SignalProcessing.py A /trunk/PythonInterface/Plugins/Analysis/SignalProcessing/__init__.py A /trunk/PythonInterface/Plugins/Analysis/__init__.py A /trunk/PythonInterface/Plugins/SimulationResult A /trunk/PythonInterface/Plugins/SimulationResult/DymolaMat A /trunk/PythonInterface/Plugins/SimulationResult/DymolaMat/DymolaMat.py A /trunk/PythonInterface/Plugins/SimulationResult/DymolaMat/__init__.py A /trunk/PythonInterface/Plugins/SimulationResult/IntegrationResults.py A /trunk/PythonInterface/Plugins/SimulationResult/Mtsf A /trunk/PythonInterface/Plugins/SimulationResult/Mtsf/Mtsf.py A /trunk/PythonInterface/Plugins/SimulationResult/Mtsf/MtsfFmi.py A /trunk/PythonInterface/Plugins/SimulationResult/Mtsf/__init__.py A /trunk/PythonInterface/Plugins/SimulationResult/Mtsf/pyMtsf.py A /trunk/PythonInterface/Plugins/SimulationResult/__init__.py A /trunk/PythonInterface/Plugins/Simulator A /trunk/PythonInterface/Plugins/Simulator/Dymola A /trunk/PythonInterface/Plugins/Simulator/Dymola/Dymola.py A /trunk/PythonInterface/Plugins/Simulator/Dymola/__init__.py A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator/FMIDescription.py A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator/FMUError.py A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator/FMUInterface.py A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator/FMUSimulator.py A /trunk/PythonInterface/Plugins/Simulator/FMUSimulator/__init__.py A /trunk/PythonInterface/Plugins/Simulator/OpenModelica A /trunk/PythonInterface/Plugins/Simulator/OpenModelica/OpenModelica.py A /trunk/PythonInterface/Plugins/Simulator/OpenModelica/__init__.py A /trunk/PythonInterface/Plugins/Simulator/SimulatorBase.py A /trunk/PythonInterface/Plugins/Simulator/__init__.py A /trunk/PythonInterface/Plugins/__init__.py A /trunk/PythonInterface/PySimulator.py A /trunk/PythonInterface/Readme.txt A /trunk/PythonInterface/UsedLicenses.pdf A /trunk/PythonInterface/VariablesBrowser.py A /trunk/PythonInterface/plotWidget.py PySimulator0.5, installed with the OpenModelica plugin ------------------------------------------------------------------------ r14540 | adrpo | 2012-12-25 23:40:02 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - duh! RCONST instead of ICONST. holiday brain damage :) ------------------------------------------------------------------------ r14539 | adrpo | 2012-12-25 23:34:16 +0100 (Tue, 25 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix bug #1993 handle negative start times. ------------------------------------------------------------------------ r14538 | cschubert | 2012-12-25 22:44:57 +0100 (Tue, 25 Dec 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py msl32: added new tests ------------------------------------------------------------------------ r14537 | jfrenkel | 2012-12-24 15:10:59 +0100 (Mon, 24 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - update result file ------------------------------------------------------------------------ r14536 | lochel | 2012-12-24 14:19:13 +0100 (Mon, 24 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation_data.h - generate variables for inline solver again (was removed in r14511) ------------------------------------------------------------------------ r14535 | jfrenkel | 2012-12-24 13:10:33 +0100 (Mon, 24 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest4.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest5.mos - fix test ------------------------------------------------------------------------ r14534 | jfrenkel | 2012-12-24 11:34:15 +0100 (Mon, 24 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - try to solve single assigment statements ------------------------------------------------------------------------ r14533 | jfrenkel | 2012-12-24 02:01:36 +0100 (Mon, 24 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Initialization.mo - ignore state set variables for initial variables - add state set statecandidates to initial variables - convert single inaktive when algorithm sections to equations ------------------------------------------------------------------------ r14532 | jfrenkel | 2012-12-23 23:02:25 +0100 (Sun, 23 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - partitionIndependentBlocks: dump no error message if throwNoError is true ------------------------------------------------------------------------ r14531 | adrpo | 2012-12-23 19:51:27 +0100 (Sun, 23 Dec 2012) | 4 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - remove one extra run of buildModel done for no apparent reason (probably just a copy paste error). - add flags: setMatchingAlgorithm("PFPlusExt"); setIndexReductionMethod("dynamicStateSelection"); ------------------------------------------------------------------------ r14530 | jfrenkel | 2012-12-23 11:00:02 +0100 (Sun, 23 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Debug.mo - fix bootstrapping ------------------------------------------------------------------------ r14529 | jfrenkel | 2012-12-23 10:51:22 +0100 (Sun, 23 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Debug.mo - splitt the initial system in independend subsystems to see easier what the problem is ------------------------------------------------------------------------ r14528 | jfrenkel | 2012-12-23 10:04:22 +0100 (Sun, 23 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix SimCodeUtil, do not ignore the previus generated tempvariables in createInlineSolverEqns and createInitialResiduals - add case for enumerations in addTempVars - add needed prevars from alias vars to simcode ------------------------------------------------------------------------ r14527 | adrpo | 2012-12-23 07:28:19 +0100 (Sun, 23 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos - two more tests are working. ------------------------------------------------------------------------ r14526 | adrpo | 2012-12-23 07:13:02 +0100 (Sun, 23 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/extends/AccessDemoIllegalMod.mo M /trunk/testsuite/flattening/modelica/modification/Makefile M /trunk/testsuite/flattening/modelica/modification/ModifyConstant4.mo M /trunk/testsuite/flattening/modelica/mosfiles/Makefile M /trunk/testsuite/flattening/modelica/others/Makefile M /trunk/testsuite/flattening/modelica/others/Protected1.mo M /trunk/testsuite/flattening/modelica/others/ProtectedAccess.mo M /trunk/testsuite/flattening/modelica/records/Makefile M /trunk/testsuite/flattening/modelica/redeclare/RedeclareVisibility.mo M /trunk/testsuite/flattening/modelica/redeclare/RedeclareVisibility2.mo - more test fixing and moving tests to non working i mostly broke tests with final components override message. i'll fix them later. ------------------------------------------------------------------------ r14525 | adrpo | 2012-12-23 07:12:00 +0100 (Sun, 23 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos - expected output. ------------------------------------------------------------------------ r14524 | adrpo | 2012-12-23 05:30:13 +0100 (Sun, 23 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Mod.mo - do not print = twice in modifiers. ------------------------------------------------------------------------ r14523 | adrpo | 2012-12-23 03:49:44 +0100 (Sun, 23 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Error.mo - playing with modifiers to fix: Modelica.Electrical.Digital.Examples.DFFREGL and others. - do not apply redeclares in operators - make the error about modification or redeclaration of protected elements a warning plenty of models in MSL that have these! - display the dimensionality in the connect mismatch. - some models will fail, I'll deal with them next. ------------------------------------------------------------------------ r14522 | jfrenkel | 2012-12-22 17:46:14 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - fix for last commit ------------------------------------------------------------------------ r14521 | jfrenkel | 2012-12-22 16:46:44 +0100 (Sat, 22 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - do pre replacements also in event info - check also alias vars for discrete pre variables for the system ------------------------------------------------------------------------ r14520 | nutaro | 2012-12-22 15:34:31 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl Simplified event handling in the adevs backend ------------------------------------------------------------------------ r14519 | jfrenkel | 2012-12-22 15:13:12 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - help the symbolic initialization by calling simplifyTimeIndepFuncCalls after the initial system is generated ------------------------------------------------------------------------ r14518 | jfrenkel | 2012-12-22 14:19:11 +0100 (Sat, 22 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - Derive: add case for MUL_SCALAR_PRODUCT - check Flag for actuall index reduction version ------------------------------------------------------------------------ r14517 | jfrenkel | 2012-12-22 13:32:45 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - Dynamic State Selection, add missing equations to the system if number of equations is equal to number of variables ------------------------------------------------------------------------ r14516 | jfrenkel | 2012-12-22 02:45:07 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and switch back to old one ------------------------------------------------------------------------ r14515 | jfrenkel | 2012-12-22 02:44:00 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - try new state selection ------------------------------------------------------------------------ r14514 | jfrenkel | 2012-12-22 02:39:16 +0100 (Sat, 22 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix dynamic state selection, start value for A Matrix ------------------------------------------------------------------------ r14513 | jfrenkel | 2012-12-22 02:12:42 +0100 (Sat, 22 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/math-support/pivot.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - fix tests - bugfix dynamic state selection, planar pendulum works now ------------------------------------------------------------------------ r14512 | jfrenkel | 2012-12-21 22:47:44 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/openmodelica_func.h - add missing forward declaration for generated code ------------------------------------------------------------------------ r14511 | jfrenkel | 2012-12-21 22:41:17 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation_data.h - do not use the same names for inline vars, fix previous commit from bielefeld people ------------------------------------------------------------------------ r14510 | adrpo | 2012-12-21 20:28:30 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.h - fix UTF-8 encodings. ------------------------------------------------------------------------ r14509 | jfrenkel | 2012-12-21 19:36:57 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/c/simulation/solver/stateset.c A /trunk/SimulationRuntime/c/simulation/solver/stateset.h add missing files ------------------------------------------------------------------------ r14508 | jfrenkel | 2012-12-21 18:25:30 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt M /trunk/SimulationRuntime/c/math-support/pivot.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - continue dynamic state selection ------------------------------------------------------------------------ r14507 | arun3688 | 2012-12-21 16:19:38 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/LexerModelica.mo M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/ParserModelica.mo M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos OMCCp --- some warnings messages fixed arun3688 ------------------------------------------------------------------------ r14506 | adrpo | 2012-12-21 15:37:29 +0100 (Fri, 21 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - fix bootstrapping - dt is given as input so is not needed inside the function. also, you cannot assign to inputs! ------------------------------------------------------------------------ r14505 | vitalij | 2012-12-21 14:56:23 +0100 (Fri, 21 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - collect inlineVars for code generation - symbolic to numeric coefficients for Lobatto IIIA - Lobatto IIIA equations must be better now ------------------------------------------------------------------------ r14504 | adrpo | 2012-12-21 14:10:42 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - remove space after \ ------------------------------------------------------------------------ r14503 | alash325 | 2012-12-21 13:18:35 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/doc/bibliography/openmodelica.bib -fix syntax error in bibliography/openmodelica.bib ------------------------------------------------------------------------ r14502 | lochel | 2012-12-21 13:02:30 +0100 (Fri, 21 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos - again some inline solver stuff - propagate variables to code generation ------------------------------------------------------------------------ r14501 | jfrenkel | 2012-12-21 11:57:01 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/Graph.mo - fix some bugs in sparse jacobian calculation to support NxM ------------------------------------------------------------------------ r14500 | adrpo | 2012-12-21 11:21:25 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo - do not split out the modifiers from redeclares in case of functions and records. ------------------------------------------------------------------------ r14499 | adrpo | 2012-12-21 10:46:57 +0100 (Fri, 21 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos - remove the 2 tests that fail on CLANG - update test to expected result. ------------------------------------------------------------------------ r14498 | lochel | 2012-12-21 10:46:30 +0100 (Fri, 21 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo - keep original states in the inline-solver-system ------------------------------------------------------------------------ r14497 | lochel | 2012-12-21 10:30:35 +0100 (Fri, 21 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - small changes for indentations and comments ------------------------------------------------------------------------ r14496 | adrpo | 2012-12-21 09:56:22 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - remove non-working tests. ------------------------------------------------------------------------ r14495 | cschubert | 2012-12-21 09:33:28 +0100 (Fri, 21 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat msl32: enable Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator ------------------------------------------------------------------------ r14494 | alash325 | 2012-12-21 07:25:38 +0100 (Fri, 21 Dec 2012) | 1 line Changed paths: M /trunk/doc/bibliography/msc.cite M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite -Update Bibliography ------------------------------------------------------------------------ r14493 | jfrenkel | 2012-12-20 23:16:34 +0100 (Thu, 20 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo - continue dynamic state selection, try to get symbolic jacobian ------------------------------------------------------------------------ r14492 | wbraun | 2012-12-20 21:47:05 +0100 (Thu, 20 Dec 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp #1992 - fixed alias treatmeant outputFormat plt ------------------------------------------------------------------------ r14491 | cschubert | 2012-12-20 20:15:47 +0100 (Thu, 20 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/simulateAll_Parallel.cmd msl32: forgot to uncomment line in script ------------------------------------------------------------------------ r14490 | vitalij | 2012-12-20 17:00:25 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - variable moved for simplification ------------------------------------------------------------------------ r14489 | lochel | 2012-12-20 16:55:50 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - upps ------------------------------------------------------------------------ r14488 | lochel | 2012-12-20 16:52:53 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenQSS.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/simulation/modelica/inlineSolver/Makefile M /trunk/testsuite/simulation/modelica/inlineSolver/test1.mos - further steps for the implementation of the inline solver ------------------------------------------------------------------------ r14487 | adrpo | 2012-12-20 14:48:38 +0100 (Thu, 20 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo - more fixes for bug #1956 for +scodeInstShortcut (should fix some of the AVM models) ------------------------------------------------------------------------ r14486 | sjoelund.se | 2012-12-20 13:44:12 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Fix AVM? ------------------------------------------------------------------------ r14485 | lochel | 2012-12-20 13:37:52 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos - fix some simflags ------------------------------------------------------------------------ r14484 | adrpo | 2012-12-20 13:27:18 +0100 (Thu, 20 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Makefile.common M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/ParameterBug.mo A /trunk/testsuite/flattening/modelica/scodeinst/ParameterBug.mos - fixes for bug #1956 for +scodeInstShortcut. add test: testsuite/flattening/modelica/scodeinst/ParameterBug.mos - build omc-diff before omc. ------------------------------------------------------------------------ r14483 | sjoelund.se | 2012-12-20 12:27:09 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Fix because Windows is stupid ------------------------------------------------------------------------ r14482 | adrpo | 2012-12-20 12:23:50 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - RML/MetaModelica is too clever while being stupid (the result of the type inference is verified only at the end against the declared variable). ------------------------------------------------------------------------ r14481 | cschubert | 2012-12-20 12:23:40 +0100 (Thu, 20 Dec 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/simulateAll_Parallel.cmd A /trunk/testsuite/simulation/libraries/msl32/simulate_parallel.cmd M /trunk/testsuite/simulation/libraries/msl32/sortResults.py M /trunk/testsuite/simulation/libraries/msl32/updateResults.py msl32: windows batch script for simulating models in parallel ------------------------------------------------------------------------ r14480 | lochel | 2012-12-20 11:42:26 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - edit some comments ------------------------------------------------------------------------ r14479 | vitalij | 2012-12-20 11:15:04 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/testsuite/simulation/modelica/inlineSolver/test1.mos - Add symbolic equation for Lobatto IIIA ------------------------------------------------------------------------ r14478 | sjoelund.se | 2012-12-20 09:01:53 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Avoid printing error-message ------------------------------------------------------------------------ r14477 | cschubert | 2012-12-20 08:32:43 +0100 (Thu, 20 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/simulate.cmd M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd had to update simulate scripts, because +running-testsuite expects a filename now ------------------------------------------------------------------------ r14476 | hubert.thieriot | 2012-12-20 03:19:06 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/ModExePlus.cpp M /trunk/OMOptim/Core/ModExePlus.h M /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.h M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.h M /trunk/OMOptim/Core/ModPlusExeCtrl.h M /trunk/OMOptim/Core/ModelPlus.cpp M /trunk/OMOptim/Core/ModelPlus.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/OptObjectives.cpp M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.ui M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui - transfer filesToCopy as argument : instatiating function less called - MOStyleSheet should contain main stylesheet strings ------------------------------------------------------------------------ r14475 | hubert.thieriot | 2012-12-20 03:19:03 +0100 (Thu, 20 Dec 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp M /trunk/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptimBasis/GUI/Tools/MOStyleSheet.cpp M /trunk/OMOptimBasis/GUI/Tools/MOStyleSheet.h M /trunk/OMOptimBasis/GUI/Tools/MyTreeView.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.ui M /trunk/OMOptimBasis/GUI/Widgets/WidgetSelectVars.cpp M /trunk/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptimBasis/MOItemModel.cpp M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOSettings.cpp M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variables.cpp - MOStyleSheet should contain main stylesheet strings - small modifications (attribute _items instead of items) ------------------------------------------------------------------------ r14474 | jfrenkel | 2012-12-20 01:58:11 +0100 (Thu, 20 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - continue dynamic state selection dynamic pivot ------------------------------------------------------------------------ r14473 | jfrenkel | 2012-12-19 21:01:00 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - rewrote BackendDAEUtil.markStateEquations, less programm code to maintain - continue dynamic state selection dynamic pivot ------------------------------------------------------------------------ r14472 | wbraun | 2012-12-19 17:21:29 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/SimCodeTV.mo - fix coding style ------------------------------------------------------------------------ r14471 | wbraun | 2012-12-19 16:49:42 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenUtil.mo - fix last commit ------------------------------------------------------------------------ r14470 | wbraun | 2012-12-19 16:44:04 +0100 (Wed, 19 Dec 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/List.mo A /trunk/testsuite/simulation/modelica/equations/IfEquation4.mos M /trunk/testsuite/simulation/modelica/equations/Makefile - added initial steps to support BackendDAE.IF_EQUATION - added missing case in most BackendDAE* files - added a new SimCode equation type SES_IFEQUATION - added cases to suppport this equation in SimCodeUtil - added one first test case for them - some more of the AVM models should now able to simulate ------------------------------------------------------------------------ r14469 | sjoelund.se | 2012-12-19 16:24:22 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/Modelica.Utilities.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithMass.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Worldtorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Frames.AngularVelocity.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Bodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Joints.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Cylindrical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Planar.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Prismatic.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevolutePlanarLoopConstraint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Spherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Universal.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.UniversalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.BodyShape.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FixedRotation.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FlyingBodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.PointMass.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForce.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.RelativeSensor.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.SphericalDoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/CauerLowPassSC2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/CharacteristicThyristors2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingRectifier2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingResistor2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/OvervoltageProtection2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/Rectifier2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/ShowSaturatingInductor2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Accelerate2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/CoupledClutches2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Damper2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/ElasticBearing2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Friction2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/FrictionRotationalSim.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/InitialConditions2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Oscillator2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Sensors2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/SignConvention2.mos M /trunk/testsuite/simulation/libraries/msl221/Mechanics/WhyArrows2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Utilities.Examples.readRealParameterModel.mos M /trunk/testsuite/simulation/libraries/msl31/RectifierOM.mos M /trunk/testsuite/simulation/libraries/msl31/ThyrGTO.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos - Remove a couple of teardown commands ------------------------------------------------------------------------ r14468 | lochel | 2012-12-19 15:05:58 +0100 (Wed, 19 Dec 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest_kinsol.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1.mos - testsuite/simulation/modelica/nonlinear_system/nanTest* - continue renaming - Compiler/BackEnd/BackendVariable.mo - remove unused function: getFixed - typos - Compiler/Template/CodegenC.tpl - minor changes to increase readability ------------------------------------------------------------------------ r14467 | sjoelund.se | 2012-12-19 13:18:28 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos - Bump MSL version. 4 new failing models to fix before the holidays. ------------------------------------------------------------------------ r14466 | sjoelund.se | 2012-12-19 13:13:39 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Electrical/CauerLowPassOPV2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/ChuaCircuit2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos M /trunk/testsuite/simulation/libraries/msl221/Electrical/ShowVariableResistor2.mos teardown_command is not needed for these tests and now conflicts since it doesn't use rm -f ------------------------------------------------------------------------ r14465 | sjoelund.se | 2012-12-19 13:03:06 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Update rtest to not complain about filehandles ------------------------------------------------------------------------ r14464 | sjoelund.se | 2012-12-19 12:15:08 +0100 (Wed, 19 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/simulation/modelica/equations/HideVariableForEquations.mos - Also remove .o-files ------------------------------------------------------------------------ r14463 | sjoelund.se | 2012-12-19 12:07:14 +0100 (Wed, 19 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/Tpl.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/System.mo M /trunk/testsuite/rtest - Update rtest so that it automatically removes all files generated by Tpl.textFile() and CevalScript.compileModel() - This makes teardown_command not needed for most tests ------------------------------------------------------------------------ r14462 | jfrenkel | 2012-12-19 12:01:06 +0100 (Wed, 19 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - fix test ------------------------------------------------------------------------ r14461 | jfrenkel | 2012-12-19 11:22:43 +0100 (Wed, 19 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/testsuite/simulation/modelica/start_value_selection/Makefile A /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo A /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - force evaluation of fixed attribute ------------------------------------------------------------------------ r14460 | jfrenkel | 2012-12-19 09:14:15 +0100 (Wed, 19 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix remove simple equations, take care on statesets ------------------------------------------------------------------------ r14459 | jfrenkel | 2012-12-18 23:55:45 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Util/BaseHashSet.mo - add StateSets to BackendDAE.EqSystem continue ------------------------------------------------------------------------ r14458 | wbraun | 2012-12-18 18:57:26 +0100 (Tue, 18 Dec 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo A /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mo - split up SimCodeUtil.mo in SimCodeMain.mo and SimCodeUtil.mo - SimCodeMain.mo is the entry module to create SimCode and is the only file that import Codegen* modules, since it took forever to load them. - SimCodeUtil.mo contains only public function that are called in SimCodeMain.mo. - started to sort functions in SimCodeUtil that belongs together. ------------------------------------------------------------------------ r14457 | lochel | 2012-12-18 18:29:13 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_kinsol.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos - some asterisks ------------------------------------------------------------------------ r14456 | lochel | 2012-12-18 18:23:06 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJac.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJacTearing.mos - split tests for symbolic jacobian with tearing ------------------------------------------------------------------------ r14455 | lochel | 2012-12-18 18:15:45 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem5.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos - split tests for symbolic jacobian ------------------------------------------------------------------------ r14454 | lochel | 2012-12-18 18:02:42 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/nlsTestPackage.mo A /trunk/testsuite/simulation/modelica/nonlinear_system/problem1.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolvers.mos:14452) A /trunk/testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem2.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem2_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem3.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem3_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem4.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem5.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem5_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem6.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem6_kinsol.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem7.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/problem7_kinsol.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolvers.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJacTearing.mos - split tests and check always for expected output not for our generated failures ------------------------------------------------------------------------ r14453 | lochel | 2012-12-18 17:23:54 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest.mo (from /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nanTest_kinsol.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear.mo (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear.mos:14450) M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mo (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos:14450) M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest_kinsol.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mo (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos:14450) M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mo (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos:14450) M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos:14450) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear_kinsol.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear.mos:14450) D /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos - update/fix some tests ------------------------------------------------------------------------ r14452 | jfrenkel | 2012-12-18 16:57:36 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - test also wrong result tests for msl32 ------------------------------------------------------------------------ r14451 | jfrenkel | 2012-12-18 16:50:32 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos - fix test ------------------------------------------------------------------------ r14450 | lochel | 2012-12-18 16:18:31 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - indentation ------------------------------------------------------------------------ r14449 | lochel | 2012-12-18 16:15:07 +0100 (Tue, 18 Dec 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - Compiler/BackEnd/Initialization.mo - minor speedup - Compiler/BackEnd/BackendDump.mo - make some dump-calls more clean ------------------------------------------------------------------------ r14448 | jfrenkel | 2012-12-18 14:29:41 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Makefile.common M /trunk/testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos - add StateSets to BackendDAE.EqSystem ------------------------------------------------------------------------ r14447 | mahge930 | 2012-12-18 14:26:06 +0100 (Tue, 18 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/NFInstUtil.mo M /trunk/Compiler/FrontEnd/NFSCodeExpand.mo M /trunk/Compiler/FrontEnd/NFTypeCheck.mo M /trunk/Compiler/FrontEnd/NFTyping.mo M /trunk/Compiler/FrontEnd/Static.mo + New FrontEnd + Typing of calls. + Vectorization of calls. ------------------------------------------------------------------------ r14446 | cschubert | 2012-12-18 14:17:58 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile fix Makefile ------------------------------------------------------------------------ r14445 | jfrenkel | 2012-12-18 14:01:58 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile try to fix makefile ------------------------------------------------------------------------ r14444 | sjoelund.se | 2012-12-18 13:48:24 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/NFInstDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo A /trunk/Compiler/scripts/simcodedump.xsl - Revamped +simCodeTarget=Dump. It now create $MODEL_dump.xml. Which, together with OPENMODELICAHOME/share/scripts/simcodedump.xsl produces a pretty html report. Will be improved further. ------------------------------------------------------------------------ r14443 | perost | 2012-12-18 13:28:23 +0100 (Tue, 18 Dec 2012) | 8 lines Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Util/List.mo A /trunk/testsuite/flattening/modelica/scodeinst/DuplicateMod1.mo A /trunk/testsuite/flattening/modelica/scodeinst/DuplicateMod2.mo A /trunk/testsuite/flattening/modelica/scodeinst/DuplicateMod3.mo A /trunk/testsuite/flattening/modelica/scodeinst/DuplicateMod4.mo A /trunk/testsuite/flattening/modelica/scodeinst/DuplicateMod5.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/PropagateRedeclareMod1.mo - Turn on redeclare splitting when +d=scodeInst is given (but only for components, class modifications aren't yet handled in scodeInst). - Make sure we stop if an error occurs during modifier merging. - Implemented List.findMap[1-3]*. Like map, but with the possibility of stopping. - Added test cases for duplicate modifications and redeclare modification propagation. ------------------------------------------------------------------------ r14442 | wbraun | 2012-12-18 12:27:23 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJac.mos - added forgotten test ------------------------------------------------------------------------ r14441 | cschubert | 2012-12-18 10:41:19 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/status.txt M /trunk/testsuite/simulation/libraries/msl32/updateResults.py msl32: added all tests that work on my computer with latest nightly build. Also added tests which results are not equal to the testsuite, so we can see if we break or fix something, updated expected output automatically ------------------------------------------------------------------------ r14440 | jfrenkel | 2012-12-18 10:06:38 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo - rename delteCrefs -> removeCrefs - continue StateSelection ------------------------------------------------------------------------ r14439 | cschubert | 2012-12-18 09:20:11 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: D /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos msl32: added missing variables to compare against, deleted one test that doesn't exist anymore (Modelica.Electrical.EnergyStorages.Examples.Impedance.mos) ------------------------------------------------------------------------ r14438 | adrpo | 2012-12-18 09:17:01 +0100 (Tue, 18 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile - removed missing test testNLSsolversSymJac.mos. Willi, please add it if you forgot it. ------------------------------------------------------------------------ r14437 | sjoelund.se | 2012-12-18 09:14:57 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - Enabling now working tests: BUF3S INV3S NRXFER NXFER ------------------------------------------------------------------------ r14436 | adrpo | 2012-12-18 08:21:24 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolvers.mos - second attempt to fix the testsuite. seems we got deleted via proxy :) do not delete *testNLS.* as that will delete also the result file needed for Hudson. ------------------------------------------------------------------------ r14435 | adrpo | 2012-12-18 07:28:45 +0100 (Tue, 18 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJacTearing.mos - attempt to fix the testsuite. do not delete *testNLS.* as that will delete also the result file needed for Hudson. ------------------------------------------------------------------------ r14434 | wbraun | 2012-12-18 03:55:45 +0100 (Tue, 18 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/fullRobot.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nlsTestPackage.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolvers.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/testNLSsolversSymJacTearing.mos - added support of analytical jacobians for non-linear solver(hybrid-method). - for now they can be activated by debug flag "+d=NLSanalyticJacobian". - added some new tests for non-linear solvers- ------------------------------------------------------------------------ r14433 | nutaro | 2012-12-17 23:11:11 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl Added alias variables and removed equations to generated code ------------------------------------------------------------------------ r14432 | jfrenkel | 2012-12-17 17:49:11 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt do not yet build pivot.c with cmake ------------------------------------------------------------------------ r14431 | adrpo | 2012-12-17 17:17:08 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/pivot.c M /trunk/SimulationRuntime/c/math-support/test/test_pivot.c - remove tabs, replace with 2 spaces. tabs are rather bad as editors displays them differently. ------------------------------------------------------------------------ r14430 | sjoelund.se | 2012-12-17 17:01:55 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/libraries/README - Bump to force new nightly ------------------------------------------------------------------------ r14429 | perost | 2012-12-17 16:51:17 +0100 (Mon, 17 Dec 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation_data.h - Add forward declaration of DATA in simulation runtime to get rid of compiler warnings. ------------------------------------------------------------------------ r14428 | perost | 2012-12-17 16:27:01 +0100 (Mon, 17 Dec 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/NFSCodeInst.mo M /trunk/Compiler/FrontEnd/NFSCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/NFSCodeMod.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/mod12.mo A /trunk/testsuite/flattening/modelica/scodeinst/mod13.mo M /trunk/testsuite/flattening/modelica/scodeinst/mod4.mo Partial fix for #1956 - Split redeclares into redeclare bit and modifier bit in SCodeUtil for easier error checking. - Fix modifier propagation in SCodeMod. ------------------------------------------------------------------------ r14427 | cschubert | 2012-12-17 15:41:26 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt A /trunk/SimulationRuntime/c/math-support/pivot.c A /trunk/SimulationRuntime/c/math-support/test A /trunk/SimulationRuntime/c/math-support/test/CMakeLists.txt A /trunk/SimulationRuntime/c/math-support/test/test_pivot.c implemented a very simple (and presumably slow) complete pivoting procedure for rectangular matrices, to be used for the new dynamic state selection ------------------------------------------------------------------------ r14426 | perost | 2012-12-17 15:05:26 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/configure.in - Add -lm when checking sundials support, so it works on e.g. ArchLinux. ------------------------------------------------------------------------ r14425 | lochel | 2012-12-17 15:05:20 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/simulation/modelica/algorithms-functions A /trunk/testsuite/simulation/modelica/algorithms_functions A /trunk/testsuite/simulation/modelica/algorithms_functions/ASubIfExp.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ASubIfExp.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/Algorithm.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/Algorithm.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign1.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign1.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign2.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign2.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmForInClass.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmForInClass.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmSection.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmSection.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmSection.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmSection.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmTupleAssign.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ComplexSystem.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/ComplexSystem.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ComplexSystem.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ComplexSystem.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/DoubleWhenSequential.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/DoubleWhenSequential.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForIterator1.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator1.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForIterator1.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator1.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForIterator2.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator2.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForIterator2.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator2.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForLoopHideVariable.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForLoopHideVariable.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ForLoopHideVariable.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ForLoopHideVariable.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FuncDer.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/FuncDer.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FuncDer.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/FuncDer.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FuncMultResults.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/FuncMultResults.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FuncMultResults.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/FuncMultResults.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FunctionInReinit.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionInReinit.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FunctionInReinit.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionInReinit.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion2.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion2.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/Interpol2.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/Interpol2.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/Interpolation.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/Interpolation.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/LocalVariableInit.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/LocalVariableInit.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/LocalVariableInit.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/LocalVariableInit.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/MRFcall.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/MRFcall.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/MRFcall.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/MRFcall.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/Makefile (from /trunk/testsuite/simulation/modelica/algorithms-functions/Makefile:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/SimplePeriodicSampler.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/SimplePeriodicSampler.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/StatementCall.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/StatementCall.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/StatementCall.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/StatementCall.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumForLoop.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumForLoop.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumForLoop.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumForLoop.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumSeriesWhile.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumSeriesWhile.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumSeriesWhile.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumSeriesWhile.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumVectorForIf.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumVectorForIf.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/SumVectorForIf.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/SumVectorForIf.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/TupleReturn.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/TupleReturn.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/TupleReturn.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/TupleReturn.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement1.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement1.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement2.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement2.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement3.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement3.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/WhenStatement3.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement3.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ZeroCross.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/ZeroCross.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/ZeroCross.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/ZeroCross.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/algorithms.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/val.mo (from /trunk/testsuite/simulation/modelica/algorithms-functions/val.mo:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/val.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/val.mos:14424) A /trunk/testsuite/simulation/modelica/algorithms_functions/whenstatements.mos (from /trunk/testsuite/simulation/modelica/algorithms-functions/whenstatements.mos:14424) D /trunk/testsuite/simulation/modelica/built-in-functions A /trunk/testsuite/simulation/modelica/built_in_functions A /trunk/testsuite/simulation/modelica/built_in_functions/BuiltinMath.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/BuiltinMath.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/BuiltinMath.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/BuiltinMath.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Delay.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/Delay.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Delay.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/Delay.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/DummyDerMatching.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/DummyDerMatching.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Epidemics1.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/Epidemics1.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Epidemics1.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/Epidemics1.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/HydrogenIodide.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/HydrogenIodide.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Identity.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/Identity.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Identity.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/Identity.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/LotkaVolterra.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/LotkaVolterra.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/LotkaVolterra.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/LotkaVolterra.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Makefile (from /trunk/testsuite/simulation/modelica/built-in-functions/Makefile:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/MeasureTime.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/MeasureTime.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/SemiLinear.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/SemiLinear.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/SemiLinear.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/SemiLinear.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Sign.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/Sign.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Sign.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/Sign.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Time.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/Time.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/Time.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/Time.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/TooManyPointsBug.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/TooManyPointsBug.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/TooManyPointsBug.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/TooManyPointsBug.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/TwoRateSampler.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/TwoRateSampler.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/TwoRateSampler.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/TwoRateSampler.mos:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/dertest.mo (from /trunk/testsuite/simulation/modelica/built-in-functions/dertest.mo:14424) A /trunk/testsuite/simulation/modelica/built_in_functions/dertest.mos (from /trunk/testsuite/simulation/modelica/built-in-functions/dertest.mos:14424) D /trunk/testsuite/simulation/modelica/external-functions A /trunk/testsuite/simulation/modelica/external_functions A /trunk/testsuite/simulation/modelica/external_functions/ExtObj.c (from /trunk/testsuite/simulation/modelica/external-functions/ExtObj.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObj.h (from /trunk/testsuite/simulation/modelica/external-functions/ExtObj.h:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObj.mo (from /trunk/testsuite/simulation/modelica/external-functions/ExtObj.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObj.mos (from /trunk/testsuite/simulation/modelica/external-functions/ExtObj.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.ext.c (from /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.ext.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.ext.h (from /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.ext.h:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.mo (from /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.mos (from /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam2.mo (from /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam2.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalFunc1.c (from /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc1.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalFunc1_ext.h (from /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc1_ext.h:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalFunc2.c (from /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc2.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalFunc2.h (from /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc2.h:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalLibraries.mo (from /trunk/testsuite/simulation/modelica/external-functions/ExternalLibraries.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/ExternalLibraries.mos (from /trunk/testsuite/simulation/modelica/external-functions/ExternalLibraries.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/Func.c (from /trunk/testsuite/simulation/modelica/external-functions/Func.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/Func.h (from /trunk/testsuite/simulation/modelica/external-functions/Func.h:14424) A /trunk/testsuite/simulation/modelica/external_functions/InOutStrings.mo (from /trunk/testsuite/simulation/modelica/external-functions/InOutStrings.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/InOutStrings.mos (from /trunk/testsuite/simulation/modelica/external-functions/InOutStrings.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/InOutStrings_fkn1.cc (from /trunk/testsuite/simulation/modelica/external-functions/InOutStrings_fkn1.cc:14424) A /trunk/testsuite/simulation/modelica/external_functions/InOutStrings_fkn2.cc (from /trunk/testsuite/simulation/modelica/external-functions/InOutStrings_fkn2.cc:14424) A /trunk/testsuite/simulation/modelica/external_functions/InitialConstantSection.mos (from /trunk/testsuite/simulation/modelica/external-functions/InitialConstantSection.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/JoinThreeVectors2.mo (from /trunk/testsuite/simulation/modelica/external-functions/JoinThreeVectors2.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/JoinThreeVectors2.mos (from /trunk/testsuite/simulation/modelica/external-functions/JoinThreeVectors2.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/Makefile (from /trunk/testsuite/simulation/modelica/external-functions/Makefile:14424) A /trunk/testsuite/simulation/modelica/external_functions/Matrix.mo (from /trunk/testsuite/simulation/modelica/external-functions/Matrix.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/Matrix.mos (from /trunk/testsuite/simulation/modelica/external-functions/Matrix.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.mo (from /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.mo:14424) A /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos (from /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.mos:14424) A /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.myExtFunction.c (from /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.myExtFunction.c:14424) A /trunk/testsuite/simulation/modelica/external_functions/testTables.txt (from /trunk/testsuite/simulation/modelica/external-functions/testTables.txt:14424) - move some tests ------------------------------------------------------------------------ r14424 | jfrenkel | 2012-12-17 14:10:10 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - BackendEquation.traverseBackendDAEExpsEqnOutEqn: special case for it initial() then ... else ... end if; only else branch needs to be checked ------------------------------------------------------------------------ r14423 | nutaro | 2012-12-17 13:56:21 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Added support for event generating functions to the adevs backend ------------------------------------------------------------------------ r14422 | lochel | 2012-12-17 13:26:14 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DumpHTML.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/XMLDump.mo - typos ------------------------------------------------------------------------ r14421 | lochel | 2012-12-17 12:50:23 +0100 (Mon, 17 Dec 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mos - remove duplicated test for DrModelica - change test to what should be tested ------------------------------------------------------------------------ r14420 | vitalij | 2012-12-17 11:20:27 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/InlineSolver.mo - begin with the code preparation for implicit methods ------------------------------------------------------------------------ r14419 | cschubert | 2012-12-17 11:16:07 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos msl32: fix getVar failed ------------------------------------------------------------------------ r14418 | lochel | 2012-12-17 10:37:23 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation_data.h - avoid needless copy-instructions for static nls data ------------------------------------------------------------------------ r14417 | lochel | 2012-12-17 09:52:28 +0100 (Mon, 17 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenPriority_ref.mat M /trunk/testsuite/simulation/modelica/algorithms-functions/Makefile D /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mos M /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/events/whenTest1.mos - fix #1981 - why do we check for results, that are actually wrong? It is really annoying to figure out which tests really succeed. ------------------------------------------------------------------------ r14416 | adrpo | 2012-12-17 03:56:38 +0100 (Mon, 17 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/modelica/connectors/ConnectInner2.mo M /trunk/testsuite/flattening/modelica/modification/modifyOuter.mo M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos - expected output due to added line numbers for missing inner messages. ------------------------------------------------------------------------ r14415 | adrpo | 2012-12-17 03:22:19 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - duh, handle all cases: inner, innerouter, outer, regular! ------------------------------------------------------------------------ r14414 | adrpo | 2012-12-17 02:18:47 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/FDependency.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/NFSCodeDependency.mo - more fixes for dependency for inner/outer classes. ------------------------------------------------------------------------ r14413 | adrpo | 2012-12-17 00:32:48 +0100 (Mon, 17 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Mod.mo - do not push these changes yet. ------------------------------------------------------------------------ r14412 | adrpo | 2012-12-17 00:10:32 +0100 (Mon, 17 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/FDependency.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/NFSCodeDependency.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/simulation/modelica/others/Bug1987.mo A /trunk/testsuite/simulation/modelica/others/Bug1987.mos M /trunk/testsuite/simulation/modelica/others/Makefile - attempt to fix bugs: #1987 #1988 - always consider inner/innerouter classes in *Dependency.mo - add inner classes to the InnerOuter.InstanceHierarchy lookup outer classes in the InnerOuter.InstanceHierarchy - right now the support for inner/outer classes is rather primitive. - added testsuite/simulation/modelica/others/Bug1987.mos to test for both bugs. ------------------------------------------------------------------------ r14411 | jfrenkel | 2012-12-16 23:01:36 +0100 (Sun, 16 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix set variable size for dynamic state selection ------------------------------------------------------------------------ r14409 | jfrenkel | 2012-12-16 01:28:42 +0100 (Sun, 16 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - switch back to old state selection ------------------------------------------------------------------------ r14408 | jfrenkel | 2012-12-16 00:11:36 +0100 (Sun, 16 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - expected output ------------------------------------------------------------------------ r14407 | jfrenkel | 2012-12-15 22:42:54 +0100 (Sat, 15 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Matching.mo - bugfix singular system error message, use nonscalar indices of equations ------------------------------------------------------------------------ r14406 | jfrenkel | 2012-12-15 21:49:37 +0100 (Sat, 15 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - do not check differentiated equations twice ------------------------------------------------------------------------ r14405 | jfrenkel | 2012-12-15 19:34:01 +0100 (Sat, 15 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - try new state selection approach ------------------------------------------------------------------------ r14404 | sjoelund.se | 2012-12-15 13:28:27 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r14403 | sjoelund.se | 2012-12-15 11:42:03 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos - Enabled Digital tests ------------------------------------------------------------------------ r14402 | sjoelund.se | 2012-12-15 10:43:27 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/modification/ModifyConstant6.mo M /trunk/testsuite/flattening/modelica/mosfiles/FinalTests.mos - Expected output ------------------------------------------------------------------------ r14401 | adrpo | 2012-12-15 09:58:45 +0100 (Sat, 15 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/SCode.mo - fixes for Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator bad errors: Error: Trying to override final variable in component and scope Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceSMEE by using modifiers: final - we might break a few tests as I changed the way we print modifiers and also send pre instead of NOPRE in Inst.mo ------------------------------------------------------------------------ r14400 | sjoelund.se | 2012-12-15 09:26:50 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output for real... ------------------------------------------------------------------------ r14399 | sjoelund.se | 2012-12-15 09:24:38 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/3rdParty/gc-7.2/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/doc/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/src/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile.in M /trunk/3rdParty/gc-7.2/libatomic_ops/tests/Makefile.in M /trunk/Makefile.in M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r14398 | sjoelund.se | 2012-12-15 08:26:51 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/DumpHTML.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/FDependency.mo M /trunk/Compiler/FrontEnd/FEnv.mo M /trunk/Compiler/FrontEnd/FEnvExtends.mo M /trunk/Compiler/FrontEnd/FFlatten.mo M /trunk/Compiler/FrontEnd/FFlattenImports.mo M /trunk/Compiler/FrontEnd/FFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/FLookup.mo M /trunk/Compiler/FrontEnd/FSCodeCheck.mo M /trunk/Compiler/runtime/FMI1CoSimulation.c M /trunk/Compiler/runtime/FMI1Common.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.h M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/Makefile M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/Makefile M /trunk/testsuite/flattening/modelica/arrays/ArrayTuple.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mo M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos M /trunk/testsuite/flattening/modelica/arrays/TypeTestArrayBug.mo M /trunk/testsuite/flattening/modelica/asserts/Makefile M /trunk/testsuite/flattening/modelica/blocks/Makefile M /trunk/testsuite/flattening/modelica/built-in-functions/AbsIssues.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile M /trunk/testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/connectors/Makefile M /trunk/testsuite/flattening/modelica/connectors/MultipleInheritanceConnect.mo M /trunk/testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow1.mo M /trunk/testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow2.mo M /trunk/testsuite/flattening/modelica/declarations/Makefile M /trunk/testsuite/flattening/modelica/enums/Makefile M /trunk/testsuite/flattening/modelica/equations/Makefile M /trunk/testsuite/flattening/modelica/extends/Makefile M /trunk/testsuite/flattening/modelica/external-functions/Makefile M /trunk/testsuite/flattening/modelica/modification/FixedFalse.mo M /trunk/testsuite/flattening/modelica/modification/Makefile M /trunk/testsuite/flattening/modelica/operators/Makefile M /trunk/testsuite/flattening/modelica/operators/OperatorsTuples.mo M /trunk/testsuite/flattening/modelica/others/Makefile M /trunk/testsuite/flattening/modelica/packages/Makefile M /trunk/testsuite/flattening/modelica/scodeinst/BuiltinTime.mo M /trunk/testsuite/flattening/modelica/scodeinst/ExtendSections.mo M /trunk/testsuite/flattening/modelica/scodeinst/FunctionRecordArg1.mo M /trunk/testsuite/flattening/modelica/scodeinst/RedeclaredFunction1.mo M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/flattening/modelica/scodeinst/enum5.mo M /trunk/testsuite/flattening/modelica/scodeinst/enum6.mo M /trunk/testsuite/flattening/modelica/scoping/Makefile M /trunk/testsuite/flattening/modelica/types/Makefile M /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/PlanarMechanicsStandard.mo M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/openmodelica/xml/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/VTT/Makefile M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/modelica/algorithms-functions/Makefile M /trunk/testsuite/simulation/modelica/arrays/Makefile M /trunk/testsuite/simulation/modelica/asserts/Makefile M /trunk/testsuite/simulation/modelica/built-in-functions/Makefile M /trunk/testsuite/simulation/modelica/connectors/Makefile M /trunk/testsuite/simulation/modelica/declarations/Makefile M /trunk/testsuite/simulation/modelica/enums/Makefile M /trunk/testsuite/simulation/modelica/equations/Makefile M /trunk/testsuite/simulation/modelica/equations/TestTwoOut.mo M /trunk/testsuite/simulation/modelica/equations/TestTwoOut.mos M /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/events/MathEventFuncs1.mos M /trunk/testsuite/simulation/modelica/events/MathEventFuncs2.mos M /trunk/testsuite/simulation/modelica/events/whenTest1.mos M /trunk/testsuite/simulation/modelica/external-functions/Makefile M /trunk/testsuite/simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mo M /trunk/testsuite/simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mos M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mo M /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos M /trunk/testsuite/simulation/modelica/indexreduction/Makefile M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mo M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos M /trunk/testsuite/simulation/modelica/inheritances/Makefile M /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest7.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest8.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest9.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest4.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest5.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest6.mos M /trunk/testsuite/simulation/modelica/initialization/unfixedParameter1.mos M /trunk/testsuite/simulation/modelica/initialization/unfixedParameter2.mos M /trunk/testsuite/simulation/modelica/inlineSolver/Makefile M /trunk/testsuite/simulation/modelica/inlineSolver/test1.mos M /trunk/testsuite/simulation/modelica/japaneselanguage/Makefile M /trunk/testsuite/simulation/modelica/linear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/fullRobot.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos M /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mo M /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mos M /trunk/testsuite/simulation/modelica/others/Makefile M /trunk/testsuite/simulation/modelica/packages/Makefile M /trunk/testsuite/simulation/modelica/records/Makefile M /trunk/testsuite/simulation/modelica/start_value_selection/Makefile M /trunk/testsuite/simulation/modelica/tearing/Makefile M /trunk/testsuite/simulation/modelica/types/Makefile - Fix line-endings ------------------------------------------------------------------------ r14397 | sjoelund.se | 2012-12-15 08:14:56 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos - Fix test ------------------------------------------------------------------------ r14396 | sjoelund.se | 2012-12-15 08:13:27 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Coding style ------------------------------------------------------------------------ r14395 | sjoelund.se | 2012-12-15 07:46:24 +0100 (Sat, 15 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/NFInstDumpTpl.mo M /trunk/README.Linux.txt M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos - Bump MSL version ------------------------------------------------------------------------ r14394 | adrpo | 2012-12-15 02:28:22 +0100 (Sat, 15 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - fix missing separator. ------------------------------------------------------------------------ r14393 | jfrenkel | 2012-12-14 22:38:16 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - small speedup for index reduction in case of undiffable mss, stopp differentiation and continue with next set ------------------------------------------------------------------------ r14392 | jfrenkel | 2012-12-14 19:56:49 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos - expected output, Who added this test with wrong results? ------------------------------------------------------------------------ r14391 | lochel | 2012-12-14 17:46:41 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/simulation/modelica/events/whenTest1.mos - some minor changes ------------------------------------------------------------------------ r14390 | adrpo | 2012-12-14 17:30:44 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Error.mo M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/testsuite/simulation/libraries/msl32/sortResults.py - fix typos. ------------------------------------------------------------------------ r14389 | lochel | 2012-12-14 17:08:20 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos - correct misspelling ------------------------------------------------------------------------ r14388 | lochel | 2012-12-14 16:57:19 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile D /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mo D /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/ReferenceFiles A /trunk/testsuite/simulation/modelica/nonlinear_system/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat A /trunk/testsuite/simulation/modelica/nonlinear_system/fullRobot.mos A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinear.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mos:14386) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/testDelayNLS.mos:14386) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos:14386) A /trunk/testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos (from /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mos:14386) M /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/testDelayNLS.mos - add/modify some test for nonlinear solver - so kinsol is checked as well ------------------------------------------------------------------------ r14387 | cschubert | 2012-12-14 16:42:08 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd M /trunk/testsuite/simulation/libraries/msl32/sortResults.py A /trunk/testsuite/simulation/libraries/msl32/updateResults.py updated msl32 python scripts ------------------------------------------------------------------------ r14386 | lochel | 2012-12-14 16:05:01 +0100 (Fri, 14 Dec 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - rename LOG_NONLIN_SYS to LOG_NLS - rename LOG_NONLIN_SYS_V to LOG_NLS_V - add brief description for both flags ------------------------------------------------------------------------ r14385 | lochel | 2012-12-14 15:59:16 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c - one more fix for nonlinear systems ------------------------------------------------------------------------ r14384 | lochel | 2012-12-14 15:46:21 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c - small fix for last commit ------------------------------------------------------------------------ r14383 | lochel | 2012-12-14 15:35:35 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt A /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c A /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/simulation/modelica/events/whenTest1.mos - add new nonlinear solver: kinsol (runtime-flag: -nls=kinsol) ------------------------------------------------------------------------ r14382 | jfrenkel | 2012-12-14 14:53:37 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - add enumeration to some places ------------------------------------------------------------------------ r14381 | wbraun | 2012-12-14 14:50:08 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fixed BackendDAEUtil.isDiscreteExp for initial() condition ------------------------------------------------------------------------ r14380 | jfrenkel | 2012-12-14 14:35:19 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - small speed up for Pantelides Algorithm: deselect all states without derivatives, because there is no case known where not all needs to be algebraic ------------------------------------------------------------------------ r14379 | jfrenkel | 2012-12-14 13:18:15 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - add new case for not differentiable MSS, search for states without used Derivative in Global System ------------------------------------------------------------------------ r14378 | lochel | 2012-12-14 12:09:14 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: A /trunk/Compiler/BackEnd/InlineSolver.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/Makefile M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/simulation/modelica/inlineSolver A /trunk/testsuite/simulation/modelica/inlineSolver/Makefile A /trunk/testsuite/simulation/modelica/inlineSolver/test1.mos - start implementing inline solver (for vruge alias vitalij) ------------------------------------------------------------------------ r14377 | sjoelund.se | 2012-12-14 11:55:21 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase time limit ------------------------------------------------------------------------ r14376 | adrpo | 2012-12-14 11:23:40 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos - fix tests ------------------------------------------------------------------------ r14375 | jfrenkel | 2012-12-14 10:30:54 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.FourInverters.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat - move tests to working group ------------------------------------------------------------------------ r14374 | jfrenkel | 2012-12-14 10:02:43 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos - move Modelica.Electrical.Spice3.Examples.Graetz to working tests ------------------------------------------------------------------------ r14373 | sjoelund.se | 2012-12-14 09:22:10 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursiveDiff.sh - Remember to print the warning ------------------------------------------------------------------------ r14372 | sjoelund.se | 2012-12-14 09:20:54 +0100 (Fri, 14 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursiveDiff.sh - Also handle tests that crash omc ------------------------------------------------------------------------ r14371 | jfrenkel | 2012-12-14 08:42:21 +0100 (Fri, 14 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - expected output ------------------------------------------------------------------------ r14370 | jfrenkel | 2012-12-14 00:41:21 +0100 (Fri, 14 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - have a look at undifferentiable mss at the end - report warning about structural singulare set earlier - do not sort equations and variables, it is useless ------------------------------------------------------------------------ r14369 | jfrenkel | 2012-12-13 22:45:35 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Matching.mo M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - improve error handling for matching algorithms, use one funktion to report error ------------------------------------------------------------------------ r14368 | jfrenkel | 2012-12-13 18:44:38 +0100 (Thu, 13 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - fix minor mistace in removeSimpleEquations, in case of unreplacable variables were not all possible vars are replaced - add flag for equations to know if an equation was differentiat and should not differntiated again - remove useless code ------------------------------------------------------------------------ r14367 | adrpo | 2012-12-13 18:10:59 +0100 (Thu, 13 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/Makefile.compiler_subdirs.common M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos - properly delete everything in omc_release - do *not* delete PantelitesSingulaer* as that will delete the failing log that we need for Hudson! ------------------------------------------------------------------------ r14366 | adrpo | 2012-12-13 17:00:18 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/modelica/records/RecordBindingsOrdered.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos - expected output. ------------------------------------------------------------------------ r14365 | adrpo | 2012-12-13 16:20:43 +0100 (Thu, 13 Dec 2012) | 12 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo - more fixes for fixes for bugs: #1917, #1983 :) isn't that recursive? - get rid of wrong error messages of type: [package.mo:4549:7-4549:59:writable] Error: Variable reference_X not found in scope Modelica.Media.Interfaces.PartialMedium.specificEnthalpy_pTX - let's see how many tests we break/fix now :) Inst.mo - better analysis of dependencies between elements in Inst.getElementDependencies but commented out for now as it moves things around and breaks a lot of flattening models. Lookup.mo - use the updated environment, not the one stored in Env.CLASS whenever possible. ------------------------------------------------------------------------ r14364 | adeas31 | 2012-12-13 15:45:28 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl A /trunk/Compiler/runtime/FMI1CoSimulation.c A /trunk/Compiler/runtime/FMI1Common.c A /trunk/Compiler/runtime/FMI1ModelExchange.c (from /trunk/Compiler/runtime/FMIWrapper.c:14342) M /trunk/Compiler/runtime/FMIImpl.c D /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/Makefile.common - First version for FMI 2.0 support. - Separate files for common, model exchange and co-simulation functions. ------------------------------------------------------------------------ r14363 | jfrenkel | 2012-12-13 13:07:55 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - dump Uncertainty attribute of variable ------------------------------------------------------------------------ r14362 | sjoelund.se | 2012-12-13 12:51:35 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursiveDiff.sh - I like typos ------------------------------------------------------------------------ r14361 | sjoelund.se | 2012-12-13 12:50:54 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursiveDiff.sh - Prettier reports ------------------------------------------------------------------------ r14360 | sjoelund.se | 2012-12-13 12:47:57 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursiveDiff.sh - Mark executable ------------------------------------------------------------------------ r14359 | sjoelund.se | 2012-12-13 12:30:14 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: A /trunk/Examples/BuildModelRecursiveDiff.sh - Adding a diff script for BuildModelRecursive.mos ------------------------------------------------------------------------ r14358 | jfrenkel | 2012-12-13 11:30:42 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/modelica/indexreduction/Makefile M /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - add Singular System check before start to match the system to detect singular systems ------------------------------------------------------------------------ r14357 | adrpo | 2012-12-13 09:48:08 +0100 (Thu, 13 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo A /trunk/testsuite/flattening/modelica/modification/FixedFalse.mo M /trunk/testsuite/flattening/modelica/modification/Makefile - fix bootstrapping. - add testsuite/flattening/modelica/modification/FixedFalse.mo for bug: #1983 ------------------------------------------------------------------------ r14356 | cschubert | 2012-12-13 09:31:59 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos msl32: included warnings issued by getErrorString() in expected output ------------------------------------------------------------------------ r14355 | adrpo | 2012-12-13 09:28:00 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Patternm.mo - fix build ------------------------------------------------------------------------ r14354 | adrpo | 2012-12-13 09:16:23 +0100 (Thu, 13 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/Static.mo - get rid of bad warnings/error messages of form: [Incompressible.mo:164:5-165:51:writable] Warning: Invalid public variable hasHeatCapacity, function variables that are not input/output must be protected. Inst.mo - change ci_state when changing environment! ------------------------------------------------------------------------ r14353 | cschubert | 2012-12-13 08:40:53 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos msl32: forgot one test ------------------------------------------------------------------------ r14352 | cschubert | 2012-12-13 08:34:56 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos msl32 tests: add missing getErrorString(); ------------------------------------------------------------------------ r14351 | adrpo | 2012-12-13 06:55:20 +0100 (Thu, 13 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo - attempt to fix bugs: #1917, #1983 - quite some tests might fail, let's see how it goes. - if is a parameter component with a record type that has all bindings and the actual component has no binding build the binding from the type. - check for fixed = false for parameter before showing the warning. - Static.elabCallArgs2 do lookup class first as lookupType is much more complex! ------------------------------------------------------------------------ r14350 | adrpo | 2012-12-13 02:19:22 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - attempt to fix bootstrapping: do less inlining when MetaModelica flag is active. ------------------------------------------------------------------------ r14349 | adeas31 | 2012-12-13 00:32:49 +0100 (Thu, 13 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - Fix FMI tests. ------------------------------------------------------------------------ r14348 | jfrenkel | 2012-12-12 23:12:33 +0100 (Wed, 12 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - fix copy past error from last commit ------------------------------------------------------------------------ r14347 | jfrenkel | 2012-12-12 21:59:46 +0100 (Wed, 12 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/Inline.mo - try to support GenerateEvents Annotation - merge funktionalty of inlinecall and force inlinecall - fix for allAcausal ------------------------------------------------------------------------ r14346 | lochel | 2012-12-12 15:56:06 +0100 (Wed, 12 Dec 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - some minor changes for simulation dumps - if unsupported -lv flag is used, a list of all supported -lv flags is shown ------------------------------------------------------------------------ r14345 | jfrenkel | 2012-12-12 15:25:48 +0100 (Wed, 12 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - remove old remove simple equations function - rename BackendDAEUtil.reduceIndexDAE -> causalizeDAE - remove unused code ------------------------------------------------------------------------ r14343 | leonardo.laguna | 2012-12-12 13:56:15 +0100 (Wed, 12 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo - Minimal change to the uncertainties algorithm ------------------------------------------------------------------------ r14342 | lochel | 2012-12-12 12:49:49 +0100 (Wed, 12 Dec 2012) | 6 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/simulation/modelica/initialization/forest.mos M /trunk/testsuite/simulation/modelica/initialization/forest_algorithm.mos M /trunk/testsuite/simulation/modelica/initialization/gaspropreties.mos M /trunk/testsuite/simulation/modelica/initialization/nominal.mos M /trunk/testsuite/simulation/modelica/initialization/scaling1.mos M /trunk/testsuite/simulation/modelica/initialization/scaling2.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos SimulationRuntime/c - rename initialization flag -iim state to -iim numeric (hopefully I forget nothing: fmi, omEdit, ...) - improve the finale initialization dump - fix some issues with LOG_STDOUT (the dump stream should be selected much more carefully) - some minor code simplifications ------------------------------------------------------------------------ r14341 | jfrenkel | 2012-12-12 12:38:31 +0100 (Wed, 12 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - check for equal alias equations a=a ------------------------------------------------------------------------ r14340 | cschubert | 2012-12-12 12:02:03 +0100 (Wed, 12 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/sortResults.py msl32_test: improved sortResults.py ------------------------------------------------------------------------ r14339 | hkiel | 2012-12-12 11:10:47 +0100 (Wed, 12 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/BackendDAEEXT.cpp M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matching_cheap.c - fix memory leak (unfreed temp space) - removed unnecessary memset() where array is initialized directly afterwards ------------------------------------------------------------------------ r14338 | lochel | 2012-12-12 10:46:26 +0100 (Wed, 12 Dec 2012) | 2 lines Changed paths: D /trunk/testsuite/simulation/modelica/algorithms-functions/testalgwhen.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/whenstatements.mos - initialization for discrete variables works actually only with the new initialization ------------------------------------------------------------------------ r14337 | lochel | 2012-12-12 10:20:06 +0100 (Wed, 12 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/algorithms-functions/Makefile M /trunk/testsuite/simulation/modelica/algorithms-functions/whenstatements.mos do not test overcredulous against dymola results (see #1981) ------------------------------------------------------------------------ r14336 | lochel | 2012-12-12 10:06:14 +0100 (Wed, 12 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c some additional improvements for LOG_EVENTS ------------------------------------------------------------------------ r14335 | lochel | 2012-12-12 09:09:35 +0100 (Wed, 12 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/events/whenTest1.mos - test for #1981 ------------------------------------------------------------------------ r14334 | jfrenkel | 2012-12-11 21:37:21 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - update tests - move failing fmi tests to failing test, works on windows (make clean, delete all files not part of the project, build new, still working) ------------------------------------------------------------------------ r14333 | lochel | 2012-12-11 17:17:26 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo some minor updates for BackendDump.mo ------------------------------------------------------------------------ r14332 | perost | 2012-12-11 16:43:45 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos - Updated floating point representation in media/fluid flattening tests. ------------------------------------------------------------------------ r14331 | jfrenkel | 2012-12-11 16:42:27 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos M /trunk/testsuite/simulation/modelica/others/sample3.mos - update tests - move LossyGearDemo2 to failing tests because event iteration seems to do not work ------------------------------------------------------------------------ r14330 | sjoelund.se | 2012-12-11 16:39:14 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Patching Water to be backwards-compatible. See [https://trac.modelica.org/Modelica/ticket/924#comment:3 #924] ------------------------------------------------------------------------ r14329 | lochel | 2012-12-11 16:20:26 +0100 (Tue, 11 Dec 2012) | 13 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/math-support/bigden.c M /trunk/SimulationRuntime/c/math-support/biglag.c M /trunk/SimulationRuntime/c/math-support/daux.c M /trunk/SimulationRuntime/c/math-support/ddasrt.c M /trunk/SimulationRuntime/c/math-support/ddassl.c M /trunk/SimulationRuntime/c/math-support/dgesv_aux.c M /trunk/SimulationRuntime/c/math-support/dlamch.c M /trunk/SimulationRuntime/c/math-support/dlinpk.c M /trunk/SimulationRuntime/c/math-support/dogleg.c M /trunk/SimulationRuntime/c/math-support/enorm.c M /trunk/SimulationRuntime/c/math-support/fdjac1.c M /trunk/SimulationRuntime/c/math-support/hybrd.c M /trunk/SimulationRuntime/c/math-support/hybrd1.c M /trunk/SimulationRuntime/c/math-support/hybrj.c M /trunk/SimulationRuntime/c/math-support/lsame.c M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/math-support/nelmead.c M /trunk/SimulationRuntime/c/math-support/newuoa.c M /trunk/SimulationRuntime/c/math-support/newuob.c M /trunk/SimulationRuntime/c/math-support/qform.c M /trunk/SimulationRuntime/c/math-support/qrfac.c M /trunk/SimulationRuntime/c/math-support/r1mpyq.c M /trunk/SimulationRuntime/c/math-support/r1updt.c M /trunk/SimulationRuntime/c/math-support/trsapp.c M /trunk/SimulationRuntime/c/math-support/update.c M /trunk/SimulationRuntime/c/simulation/libf2c/backspac.c M /trunk/SimulationRuntime/c/simulation/libf2c/c_div.c M /trunk/SimulationRuntime/c/simulation/libf2c/close.c M /trunk/SimulationRuntime/c/simulation/libf2c/d_mod.c M /trunk/SimulationRuntime/c/simulation/libf2c/dfe.c M /trunk/SimulationRuntime/c/simulation/libf2c/due.c M /trunk/SimulationRuntime/c/simulation/libf2c/endfile.c M /trunk/SimulationRuntime/c/simulation/libf2c/err.c M /trunk/SimulationRuntime/c/simulation/libf2c/f77_aloc.c M /trunk/SimulationRuntime/c/simulation/libf2c/fmt.c M /trunk/SimulationRuntime/c/simulation/libf2c/fmtlib.c M /trunk/SimulationRuntime/c/simulation/libf2c/ftell_.c M /trunk/SimulationRuntime/c/simulation/libf2c/getenv_.c M /trunk/SimulationRuntime/c/simulation/libf2c/i77vers.c M /trunk/SimulationRuntime/c/simulation/libf2c/iio.c M /trunk/SimulationRuntime/c/simulation/libf2c/inquire.c M /trunk/SimulationRuntime/c/simulation/libf2c/lbitbits.c M /trunk/SimulationRuntime/c/simulation/libf2c/lread.c M /trunk/SimulationRuntime/c/simulation/libf2c/lwrite.c M /trunk/SimulationRuntime/c/simulation/libf2c/open.c M /trunk/SimulationRuntime/c/simulation/libf2c/pow_hh.c M /trunk/SimulationRuntime/c/simulation/libf2c/pow_ii.c M /trunk/SimulationRuntime/c/simulation/libf2c/r_mod.c M /trunk/SimulationRuntime/c/simulation/libf2c/rdfmt.c M /trunk/SimulationRuntime/c/simulation/libf2c/rsfe.c M /trunk/SimulationRuntime/c/simulation/libf2c/rsli.c M /trunk/SimulationRuntime/c/simulation/libf2c/rsne.c M /trunk/SimulationRuntime/c/simulation/libf2c/s_cat.c M /trunk/SimulationRuntime/c/simulation/libf2c/s_copy.c M /trunk/SimulationRuntime/c/simulation/libf2c/s_paus.c M /trunk/SimulationRuntime/c/simulation/libf2c/sfe.c M /trunk/SimulationRuntime/c/simulation/libf2c/sue.c M /trunk/SimulationRuntime/c/simulation/libf2c/system_.c M /trunk/SimulationRuntime/c/simulation/libf2c/uio.c M /trunk/SimulationRuntime/c/simulation/libf2c/uninit.c M /trunk/SimulationRuntime/c/simulation/libf2c/util.c M /trunk/SimulationRuntime/c/simulation/libf2c/wref.c M /trunk/SimulationRuntime/c/simulation/libf2c/wrtfmt.c M /trunk/SimulationRuntime/c/simulation/libf2c/wsle.c M /trunk/SimulationRuntime/c/simulation/libf2c/xwsne.c M /trunk/SimulationRuntime/c/simulation/libf2c/z_div.c M /trunk/SimulationRuntime/c/simulation/libf2c/z_log.c M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/results/read_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/base_array.c M /trunk/SimulationRuntime/c/util/boolean_array.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/index_spec.c M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/java_interface.c M /trunk/SimulationRuntime/c/util/java_interface.h M /trunk/SimulationRuntime/c/util/memory_pool.c M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/SimulationRuntime/c/util/modelinfo.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/rtclock.c M /trunk/SimulationRuntime/c/util/string_array.c M /trunk/SimulationRuntime/c/util/utility.c M /trunk/SimulationRuntime/c/util/utility.h M /trunk/testsuite/simulation/modelica/algorithms-functions/algorithms.mos M /trunk/testsuite/simulation/modelica/algorithms-functions/whenstatements.mos Compiler/BackEnd/Initialization.mo - fix for when-statements in algorithm sections - remove flag TRACE_INITIAL_SYSTEM - remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars) - fix under-determined systems with zero initial equations SimulationRuntime/c/simulation/solver/initialization/initialization.c - fix initialization of ringbuffer SimulationRuntime/c/ - some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ... - some minor formatting changes testsuite/simulation/modelica/algorithms-functions - adjust expected output to new initialization (symbolic) ------------------------------------------------------------------------ r14327 | jfrenkel | 2012-12-11 13:55:05 +0100 (Tue, 11 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/matching_cheap.c - get rid of unnecessary "Not Enough Time Points Warning" - initialize rand for cheap matching (this could be done better once at the begining of omc's life) ------------------------------------------------------------------------ r14325 | jfrenkel | 2012-12-11 13:31:51 +0100 (Tue, 11 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - speed up remove simple equations, use less temp variables ------------------------------------------------------------------------ r14323 | adeas31 | 2012-12-11 09:36:47 +0100 (Tue, 11 Dec 2012) | 1 line Changed paths: M /trunk/3rdParty updated FMIL version. ------------------------------------------------------------------------ r14322 | adrpo | 2012-12-11 01:13:18 +0100 (Tue, 11 Dec 2012) | 4 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Makefile - move MSL 3.1 Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to non working tests as it goes into an infinite loop and breaks the Windows builds. ------------------------------------------------------------------------ r14321 | jfrenkel | 2012-12-11 00:01:02 +0100 (Tue, 11 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/openmodelica/uncertainties/dataReconciliation.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/modelica/others/sample3.mos - use type of cref for der call and not T_Real by default, solves issues with Unary(Uminus,Unary(Uminus_Arr,__)) ------------------------------------------------------------------------ r14320 | adrpo | 2012-12-10 23:28:31 +0100 (Mon, 10 Dec 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - move Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to non working tests as it goes into an infinite loop and breaks the Windows builds. ------------------------------------------------------------------------ r14319 | jfrenkel | 2012-12-10 22:50:46 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos - bugfix start value merging ------------------------------------------------------------------------ r14318 | jfrenkel | 2012-12-10 20:28:24 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - bugfix for remove simple equations ------------------------------------------------------------------------ r14317 | lochel | 2012-12-10 18:57:34 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - upps ------------------------------------------------------------------------ r14316 | lochel | 2012-12-10 18:53:57 +0100 (Mon, 10 Dec 2012) | 26 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest4.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest5.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest6.mos Compiler/BackEnd/BackendDAEUtil.mo - again: internally generated call start(v) depends not on v Compiler/BackEnd/BackendDump.mo - rename some functions to get consistent naming style Compiler/BackEnd/Initialization.mo - remove previously introduced fallback cases Compiler/BackEnd/SimCodeUtil.mo - remove some fucntions - fixInitialThing - simvarFixed - nonFixifyIfHasInit testsuite/simulation/modelica/initialization/ - test for additional initial conditions added by auto-fixed variables - move some tests from FAILINGTESTFILES to TESTFILES testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos - expected outputs testsuite/simulation/libraries/msl32/Makefile - move some test from TESTFILES to FAILINGTESTFILES - Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos - Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos - Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos - Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos - Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos - Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos - sort tests alphabetically ------------------------------------------------------------------------ r14315 | wbraun | 2012-12-10 18:07:32 +0100 (Mon, 10 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl #1979 - fixed codegen bug with mul integer product(maybe we need change more of that functions) ------------------------------------------------------------------------ r14314 | jfrenkel | 2012-12-10 17:36:45 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - in case of variables with variable indices (for example u[i,1]) replace the indices with WHOLEDIM (maybe this could be improved by evaluating i) to get at least all potential variables in the incidence matrix ------------------------------------------------------------------------ r14313 | sjoelund.se | 2012-12-10 16:18:16 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos - Disable inline of functions with protected variables (until we support it properly) ------------------------------------------------------------------------ r14312 | jfrenkel | 2012-12-10 15:57:20 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - remove tabs ------------------------------------------------------------------------ r14311 | jfrenkel | 2012-12-10 14:35:39 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - switch to new remove simple equations implementation ------------------------------------------------------------------------ r14310 | sjoelund.se | 2012-12-10 14:32:34 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos - Expected output ------------------------------------------------------------------------ r14309 | sjoelund.se | 2012-12-10 14:14:57 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile D /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mos - TestMedia.TemplateMedium was removed from the standard library ------------------------------------------------------------------------ r14308 | sjoelund.se | 2012-12-10 14:04:22 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Remove *.orig files left from patch ------------------------------------------------------------------------ r14307 | sjoelund.se | 2012-12-10 13:24:10 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/Util/System.mo - Use System.intMaxLit instead of integerMax since it has a better definition ------------------------------------------------------------------------ r14306 | sjoelund.se | 2012-12-10 13:09:38 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/configure.in - Use getconf instead of uname. It works even in chroot environments. ------------------------------------------------------------------------ r14305 | sjoelund.se | 2012-12-10 12:36:35 +0100 (Mon, 10 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/NFInstDumpTpl.mo M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version ------------------------------------------------------------------------ r14304 | lochel | 2012-12-10 11:18:21 +0100 (Mon, 10 Dec 2012) | 21 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest2.mos A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest4.mos A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest5.mos A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest6.mos Compiler/BackEnd/Initialization.mo - introduce some kind of structure - first try - next steps to solve under-determined initial systems - add some fallback-clauses, to provide current testsuite (probably not so clever... ?!) Compiler/BackEnd/BackendDAEUtil.mo - improve validity of some names - internally generated call start(v) depends not on v - simplify some snippets Compiler/BackEnd/SimCodeUtil.mo - remove unneeded output Compiler/BackEnd/BackendEquation.mo - add function emptyEqns() - as listEquation({}) is often used instead testsuite/simulation/modelica/initialization/ - conform expected outputs to current messages for - underdeterminedTest1.mos - underdeterminedTest2.mos - new test for under-determined initial systems - underdeterminedTest4.mos - underdeterminedTest5.mos - underdeterminedTest6.mos ------------------------------------------------------------------------ r14303 | jfrenkel | 2012-12-10 09:50:43 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos expected output ------------------------------------------------------------------------ r14302 | jfrenkel | 2012-12-10 09:16:36 +0100 (Mon, 10 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos - use dynamic state selection for this test ------------------------------------------------------------------------ r14301 | jfrenkel | 2012-12-09 23:58:57 +0100 (Sun, 09 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos - exptected output ------------------------------------------------------------------------ r14300 | jfrenkel | 2012-12-09 23:26:07 +0100 (Sun, 09 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos - check if types equal for alias equation - expexted output - check if variables replacable ------------------------------------------------------------------------ r14299 | jfrenkel | 2012-12-09 22:55:37 +0100 (Sun, 09 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - exptected output ------------------------------------------------------------------------ r14298 | jfrenkel | 2012-12-09 21:02:53 +0100 (Sun, 09 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/openmodelica/uncertainties/dataReconciliation.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos M /trunk/testsuite/simulation/modelica/connectors/HeatTank.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos M /trunk/testsuite/simulation/modelica/others/VariableFilter.mos - exptected output ------------------------------------------------------------------------ r14297 | jfrenkel | 2012-12-09 19:42:37 +0100 (Sun, 09 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - second try new remove simple equations - implement trunc for msvc ------------------------------------------------------------------------ r14296 | wbraun | 2012-12-09 17:58:06 +0100 (Sun, 09 Dec 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/modelica/events/EventTests.mat #1975 - Fixed bug FinZeroCrossinsg for algorithms - Improved hysteresis relation - don't use hysteresis relation, while the intialization ------------------------------------------------------------------------ r14295 | jfrenkel | 2012-12-09 17:54:26 +0100 (Sun, 09 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - Tearing: speed up numerical solver by sorting the residuals with direct dependency on tearing variables ------------------------------------------------------------------------ r14294 | jfrenkel | 2012-12-09 14:42:06 +0100 (Sun, 09 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo - small speed up for tearing ------------------------------------------------------------------------ r14293 | jfrenkel | 2012-12-08 22:54:57 +0100 (Sat, 08 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - small speed up for tearing ------------------------------------------------------------------------ r14292 | jfrenkel | 2012-12-08 02:40:18 +0100 (Sat, 08 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - switch back to old remove simple equations, the new implementation works fine but I am to tired to update the working tests ------------------------------------------------------------------------ r14291 | adeas31 | 2012-12-08 01:54:42 +0100 (Sat, 08 Dec 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf fixed typo. ------------------------------------------------------------------------ r14290 | jfrenkel | 2012-12-08 01:51:13 +0100 (Sat, 08 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - bugfix for BackendVariable.existsVar ------------------------------------------------------------------------ r14289 | jfrenkel | 2012-12-08 01:22:58 +0100 (Sat, 08 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix for RemoveSimpleEquations, generate equation if not replacable time independent variable. ------------------------------------------------------------------------ r14288 | jfrenkel | 2012-12-08 00:16:49 +0100 (Sat, 08 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - BackendVarTransform. add case for not Cr for when assigment - add case for jacobian for remove simple equations - add case for not(not(exp)) -> exp - add case for not cr = ... for CodegenC.writeLhsCref ------------------------------------------------------------------------ r14287 | adrpo | 2012-12-07 23:32:55 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - remove tabs. ------------------------------------------------------------------------ r14286 | jfrenkel | 2012-12-07 22:54:58 +0100 (Fri, 07 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Util/BaseHashSet.mo - use startvalue from var with shortest name - start to check for unreplacable crefs - BaseHashSet.has: empty set containg nothing ------------------------------------------------------------------------ r14285 | nutaro | 2012-12-07 22:44:45 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Finished support (but not very good support) for delay functions to the adevs backend ------------------------------------------------------------------------ r14284 | jfrenkel | 2012-12-07 21:14:36 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - bugfix for last commit ------------------------------------------------------------------------ r14283 | jfrenkel | 2012-12-07 19:00:59 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - try new remove simple equations ------------------------------------------------------------------------ r14282 | jfrenkel | 2012-12-07 18:49:21 +0100 (Fri, 07 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - make BackendVariable.vararrayNth protected use BackendVariable.getVarAt - add LOG_DEBUG Info to callExternalObjectConstructors - continue new Remove Simple Equations ------------------------------------------------------------------------ r14281 | nutaro | 2012-12-07 16:45:30 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenXML.mo First try at support for the delay operator in the adevs backend ------------------------------------------------------------------------ r14280 | adrpo | 2012-12-07 13:47:32 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - more info on modelica3d visualization, a small script to visualize any MSL3.1 MultiBody model. ------------------------------------------------------------------------ r14279 | adrpo | 2012-12-07 13:04:44 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - fixes for Modelica3D, sort inner ModelicaServices first, then Modelica then others. ------------------------------------------------------------------------ r14278 | jfrenkel | 2012-12-07 12:31:46 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - add missing free, workaround for last commit ------------------------------------------------------------------------ r14277 | jfrenkel | 2012-12-07 11:34:40 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c - fix for last commit, log messages needs memory in initData ------------------------------------------------------------------------ r14276 | jfrenkel | 2012-12-07 10:29:07 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - small fixes for modelica3d support, still dit not work on my computer, please can one of the modelica3d people have a look at it if it works in generall ------------------------------------------------------------------------ r14275 | adrpo | 2012-12-07 10:27:43 +0100 (Fri, 07 Dec 2012) | 6 lines Changed paths: M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h M /trunk/SimulationRuntime/c/simulation_data.h - activate dtostr in realString.c for MinGW32 too. - get rid of some warnings in SimulationRuntime/c/ + try to use existing defined types instead of casting as that might generate problems. int is rather a bad type on different platforms so use integer or fortran_integer directly instead of casting. - let's see if we run into any problems. ------------------------------------------------------------------------ r14274 | adrpo | 2012-12-07 00:39:59 +0100 (Fri, 07 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/arrays/ArrayAsAliasInExtends.mo M /trunk/testsuite/flattening/modelica/mosfiles/FinalTests.mos - expected output. ------------------------------------------------------------------------ r14273 | adrpo | 2012-12-07 00:08:40 +0100 (Fri, 07 Dec 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/TypeTest.mo (from /trunk/testsuite/flattening/modelica/arrays/TypeTest.mo:14255) A /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos (from /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos:14255) A /trunk/testsuite/flattening/modelica/arrays/TypeTestArrayBug.mo - second attempt to fix bugs: #1405 and #1970 it will generate some missing each warnings for modifiers but it will work otherwise. i'll get rid of the warnings later. - added tests with both models and more: testsuite/flattening/modelica/arrays/TypeTest.mos - let's see how many tests will fail now. ------------------------------------------------------------------------ r14272 | jfrenkel | 2012-12-06 22:16:40 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: A /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - add RemoveSimpleEquations.mo again ------------------------------------------------------------------------ r14271 | adrpo | 2012-12-06 21:19:35 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos - fix test. ------------------------------------------------------------------------ r14267 | adrpo | 2012-12-06 19:38:26 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos - expected output due to MSL changes. ------------------------------------------------------------------------ r14266 | adrpo | 2012-12-06 18:44:51 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - handle also InlineAfterIndexReduction as this changed in the lastes MSL version from __Dymola_InlineAfterIndexReduction. ------------------------------------------------------------------------ r14263 | lochel | 2012-12-06 15:35:36 +0100 (Thu, 06 Dec 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest3.mos - Compiler/BackEnd/BackendDump.mo These file is subdivided into several section: section for all print* functions section for all dump* functions section for all *String functions section for all debug* functions unsorted section Please follow the introduced naming style (above) and sort all new functions into the corresponding section (except unsorted section). - Compiler/BackEnd/Initialization.mo - small changes in pedantic output - new debug output via traceinitialsystem - testsuite/simulation/modelica/initialization - new test for underdetermined system ------------------------------------------------------------------------ r14262 | sjoelund.se | 2012-12-06 15:26:59 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version ------------------------------------------------------------------------ r14261 | sjoelund.se | 2012-12-06 14:28:06 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase time allowed for building an executable ------------------------------------------------------------------------ r14260 | jfrenkel | 2012-12-06 11:23:00 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/modelica/equations/TestTwoOut.mo - fix potential bug for simplified if equations in old remove simple equations ------------------------------------------------------------------------ r14259 | lochel | 2012-12-06 11:16:56 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/operators/reinit.mo - use reinit in test operators/reinit.mo - otherwise the test is senseless ;-) ------------------------------------------------------------------------ r14258 | lochel | 2012-12-06 11:08:26 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo - fix mess regarding when initial() - reinit (see #1972) ------------------------------------------------------------------------ r14257 | jfrenkel | 2012-12-06 11:04:29 +0100 (Thu, 06 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeTV.mo A /trunk/testsuite/simulation/modelica/equations/TestTwoOut.mo A /trunk/testsuite/simulation/modelica/equations/TestTwoOut.mos - fix for Ticket #1971 add tes TestTwoOut.mos , val seems to do not work ------------------------------------------------------------------------ r14256 | adrpo | 2012-12-06 09:17:48 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile D /trunk/testsuite/flattening/modelica/arrays/TypeTest.mo D /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos D /trunk/testsuite/flattening/modelica/arrays/TypeTestArrayBug.mo - not working yet, reverting. ------------------------------------------------------------------------ r14255 | adrpo | 2012-12-06 08:56:33 +0100 (Thu, 06 Dec 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/TypeTest.mo A /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos A /trunk/testsuite/flattening/modelica/arrays/TypeTestArrayBug.mo - attempt to fix bugs: #1405 and #1970 - added tests with both models and more: testsuite/flattening/modelica/arrays/TypeTest.mos - let's see how many tests fail. ------------------------------------------------------------------------ r14254 | adrpo | 2012-12-06 04:38:22 +0100 (Thu, 06 Dec 2012) | 3 lines Changed paths: M /trunk/testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo M /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType.mo M /trunk/testsuite/flattening/modelica/operators/reinit.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.mo - make tests do what they are suppose to. replaced reinit inside when initial() with assignment or initial equation. ------------------------------------------------------------------------ r14253 | adrpo | 2012-12-06 03:58:56 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo M /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType.mo M /trunk/testsuite/flattening/modelica/operators/reinit.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos - fix tests. ------------------------------------------------------------------------ r14252 | adrpo | 2012-12-06 03:29:34 +0100 (Thu, 06 Dec 2012) | 26 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo D /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos D /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mo D /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mos - reverting the commit by Jens and mine with tabs removal: r14251 and r14248 to see who broke what :) Revision: 14251 Author: adrpo Date: den 6 december 2012 02:04:56 Message: - squash tabs in RemoveSimpleEquations.mo ---- Modified : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo Revision: 14248 Author: jfrenkel Date: den 6 december 2012 00:48:31 Message: - fix potential bug for simplified if equations in old remove simple equations - add new file RemoveSimpleEquations.mo - add new tests for singular systems ---- Modified : /trunk/Compiler/BackEnd/BackendDAEOptimize.mo Added : /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo Modified : /trunk/Compiler/Makefile.common Modified : /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mo Added : /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mos ------------------------------------------------------------------------ r14251 | adrpo | 2012-12-06 02:04:56 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo - squash tabs in RemoveSimpleEquations.mo ------------------------------------------------------------------------ r14250 | adrpo | 2012-12-06 01:27:37 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - and not or! ------------------------------------------------------------------------ r14249 | adrpo | 2012-12-06 00:57:32 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/FDependency.mo - fix RML stupidity with types having the same name as the package. ------------------------------------------------------------------------ r14248 | jfrenkel | 2012-12-06 00:48:31 +0100 (Thu, 06 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo A /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mo A /trunk/testsuite/simulation/modelica/indexreduction/SingularSystem.mos - fix potential bug for simplified if equations in old remove simple equations - add new file RemoveSimpleEquations.mo - add new tests for singular systems ------------------------------------------------------------------------ r14247 | adrpo | 2012-12-06 00:40:43 +0100 (Thu, 06 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.common M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - mind your case please. ------------------------------------------------------------------------ r14246 | adrpo | 2012-12-06 00:38:07 +0100 (Thu, 06 Dec 2012) | 15 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo A /trunk/Compiler/FrontEnd/FDependency.mo A /trunk/Compiler/FrontEnd/FEnv.mo A /trunk/Compiler/FrontEnd/FEnvExtends.mo A /trunk/Compiler/FrontEnd/FFlatten.mo A /trunk/Compiler/FrontEnd/FFlattenImports.mo A /trunk/Compiler/FrontEnd/FFlattenRedeclare.mo A /trunk/Compiler/FrontEnd/FLookup.mo A /trunk/Compiler/FrontEnd/FSCodeCheck.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/NFEnvExtends.mo M /trunk/Compiler/FrontEnd/NFSCodeEnv.mo M /trunk/Compiler/FrontEnd/NFSCodeInst.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/filterBlock1.mos (from /trunk/testsuite/simulation/modelica/initialization/filterBlock1.mos:14241) - checks for bug #1972 in InstSection.mo with helpers in SCode.mo and Absyn.mo make the way we check the when equations and when statements more uniform. added testsuite/simulation/modelica/initialization/filterBlock1.mos back to test the error reporting for #1972. - unify SCodeEnv.Env with Env.Env a lot of changes to adapt to the changes in Env.Env new packages starting with F* that mirror the functionality in SCodeFlatten, SCodeEnv, SCodeDependency, etc. Not used yet, but will be used in the old Inst.mo - removed some unused code, correct indentation for some functions, etc. - let's see if I didn't break any tests. ------------------------------------------------------------------------ r14245 | wbraun | 2012-12-05 19:57:33 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenJava.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/delay.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/testDelayNLS.mos - fixed delay handling in non-linear systems ------------------------------------------------------------------------ r14244 | mahge930 | 2012-12-05 16:52:35 +0100 (Wed, 05 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/NFTypeCheck.mo + change operator on Multiplication of an array and a scalar. ------------------------------------------------------------------------ r14243 | jfrenkel | 2012-12-05 15:55:04 +0100 (Wed, 05 Dec 2012) | 1 line Changed paths: D /trunk/Compiler/Initialization.h - generatede file ------------------------------------------------------------------------ r14242 | lochel | 2012-12-05 15:26:13 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile D /trunk/testsuite/simulation/modelica/initialization/filterBlock1.mos - remove invalid testcase (that model should be never end up in the simulation - maybe we can move this testcase [see #51 and #1688]) ------------------------------------------------------------------------ r14241 | lochel | 2012-12-05 14:44:18 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo A /trunk/Compiler/Initialization.h - indentation ------------------------------------------------------------------------ r14240 | lochel | 2012-12-05 14:26:03 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - a bit more output for unbalanced initial systems ------------------------------------------------------------------------ r14239 | lochel | 2012-12-05 14:18:37 +0100 (Wed, 05 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/IndexReduction.mo A /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - Compiler/BackEnd - move some functions from BackendDAEUtil.mo to BackendVariable.mo and BackendEquation.mo - move code for initialization to Initialization.mo ------------------------------------------------------------------------ r14238 | mahge930 | 2012-12-05 12:19:28 +0100 (Wed, 05 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/NFSCodeExpand.mo - New FE: Expand arrays inside cast expressions. ------------------------------------------------------------------------ r14237 | perost | 2012-12-05 12:08:05 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Only add WRONGRESULTTEST once in runtests.pl. ------------------------------------------------------------------------ r14236 | perost | 2012-12-05 12:03:06 +0100 (Wed, 05 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Added -failing flag to runtests.pl, to run failing tests. ------------------------------------------------------------------------ r14235 | wbraun | 2012-12-05 05:34:35 +0100 (Wed, 05 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/events/MathEventFuncs1.mos A /trunk/testsuite/simulation/modelica/events/MathEventFuncs2.mos #1959 - added support for event triggering math function e.g. ceil,floor,div,mod,rem,integer ------------------------------------------------------------------------ r14234 | adrpo | 2012-12-05 00:02:31 +0100 (Wed, 05 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/System_rml.c - rewrite weird code in System_rml.c isIdenticalFile - remove some warnings in FMIImpl.c ------------------------------------------------------------------------ r14233 | jfrenkel | 2012-12-04 22:00:40 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - use intMax for repl Size, as in fact wanted ------------------------------------------------------------------------ r14232 | jfrenkel | 2012-12-04 21:29:34 +0100 (Tue, 04 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/Inline.mo A /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mo A /trunk/testsuite/simulation/modelica/indexreduction/PantelitesSingulaer.mos - buy time with memory, now the avm model finishes remove simple equations after around 15 Minutes (last try was not finished after 9 hours), so it was not a loop, we need a new implementation of BackendVarTransform because this is the bottleneck (the inverse hashtable, the lists crow dramatical) - use the model size to alloc memory for the replacements - remove unused code from Inline.mo - add new tests for index reduction ------------------------------------------------------------------------ r14231 | sjoelund.se | 2012-12-04 18:33:39 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r14230 | sjoelund.se | 2012-12-04 18:05:22 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README - Bump MSL version (ModelicaServices moved) ------------------------------------------------------------------------ r14229 | sjoelund.se | 2012-12-04 16:46:16 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Makefile.common M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch A /trunk/libraries/ModelicaServices 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL+OM to calculate the maximum integer size instead of using hardcoded constants ------------------------------------------------------------------------ r14228 | hkiel | 2012-12-04 15:19:59 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/util/base_array.c M /trunk/SimulationRuntime/c/util/boolean_array.c M /trunk/SimulationRuntime/c/util/index_spec.c M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/string_array.c - moved some if statements out of for loops - avoid calloc if memory is directly initialized after allocation ------------------------------------------------------------------------ r14227 | jfrenkel | 2012-12-04 13:13:10 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - see what happens without old force inline implementation ------------------------------------------------------------------------ r14226 | jfrenkel | 2012-12-04 12:33:50 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - first attempt to inline function with multiple statements ------------------------------------------------------------------------ r14225 | lochel | 2012-12-04 10:25:19 +0100 (Tue, 04 Dec 2012) | 10 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos D /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mos D /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos A /trunk/testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos (from /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mos:14198) M /trunk/testsuite/simulation/modelica/initialization/discreteTest5.mos A /trunk/testsuite/simulation/modelica/initialization/filterBlock1.mos (from /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos:14198) M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos - Compiler/BackEnd/ - solve dependencies for parameters during initialization - fix for equations from bindings - Compiler/Template/ - print error message, if symbolic initialization is selected but not generated - SimulationRuntime/c - always dump error messages - testsuite/ - activate case for ticket #1964 ------------------------------------------------------------------------ r14224 | hkiel | 2012-12-04 08:43:03 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - fix loop boundaries - remove unused variables ------------------------------------------------------------------------ r14223 | hkiel | 2012-12-04 07:31:44 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/System_rml.c - rollback of file opening issue ------------------------------------------------------------------------ r14222 | adrpo | 2012-12-04 06:41:24 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mo A /trunk/testsuite/simulation/modelica/others/CombiTable1DBug.mos M /trunk/testsuite/simulation/modelica/others/Makefile - add CombiTable1DBug.mos to test CombiTable1D with table of 1 row. ------------------------------------------------------------------------ r14221 | adrpo | 2012-12-04 05:44:58 +0100 (Tue, 04 Dec 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c - handle CombiTable1D tables of 1 row only in tables.c Modelica.Blocks.Tables.CombiTable1D z(table = [0, 0.7]); ------------------------------------------------------------------------ r14220 | adrpo | 2012-12-04 03:11:38 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos - fix test. ------------------------------------------------------------------------ r14219 | hubert.thieriot | 2012-12-04 01:29:23 +0100 (Tue, 04 Dec 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/MOItemViews.cpp M /trunk/OMOptimBasis/GUI/MOItemViews.h M /trunk/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp M /trunk/OMOptimBasis/GUI/Tools/qsciencespinbox.h M /trunk/OMOptimBasis/MOItemModel.cpp M /trunk/OMOptimBasis/MOItemModel.h M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/Tools/LowTools.cpp - minor changes ------------------------------------------------------------------------ r14218 | sjoelund.se | 2012-12-04 00:20:11 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Updated MSL, removes EnergyStorages ------------------------------------------------------------------------ r14217 | sjoelund.se | 2012-12-04 00:01:05 +0100 (Tue, 04 Dec 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix to try scodeInstShortcut in BuildModelRecursive.mos. Only uses it if buildModel fails, and then succeeds with the shortcut. Green cells become yellow if the shortcut was used. ------------------------------------------------------------------------ r14216 | jfrenkel | 2012-12-03 23:39:08 +0100 (Mon, 03 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/testsuite/simulation/libraries/msl32/status.txt - BackendDAECreate.lower3: add missing case for DAE.INITIALDEFINE - SimCodeUtil.createNonlinearResidualExp: add case for Enumerations - Expression.expAdd,expSub: add case for Enumerations ------------------------------------------------------------------------ r14215 | sjoelund.se | 2012-12-03 23:08:47 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/README - Bump MSL, remove patch now applied to the trunk ------------------------------------------------------------------------ r14214 | sjoelund.se | 2012-12-03 19:52:26 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL ------------------------------------------------------------------------ r14213 | adrpo | 2012-12-03 19:37:10 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos - fix changes due to external MSL 3.2.1 update by Martin. ------------------------------------------------------------------------ r14212 | adrpo | 2012-12-03 19:09:22 +0100 (Mon, 03 Dec 2012) | 5 lines Changed paths: M /trunk/testsuite/Makefile - add the uncertainties.log to the testsuite/Makefile. - it seems Jens already fixed Uncertainties.mo + weird types + assignment to inputs ------------------------------------------------------------------------ r14211 | jfrenkel | 2012-12-03 18:59:29 +0100 (Mon, 03 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos - break infintite loop in index reduction - update test - fix bootstrapping (that was not easy) ------------------------------------------------------------------------ r14210 | sjoelund.se | 2012-12-03 18:59:16 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Env.mo M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL version ------------------------------------------------------------------------ r14209 | adrpo | 2012-12-03 18:12:03 +0100 (Mon, 03 Dec 2012) | 10 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/modelica/built-in-functions/AbsIssues.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo - fixes for bugs: #1946 #1969 - do not allow subtype(Tuple, nonTuple) - do type conversion of Tuple -> DAE.TSUB(Tuple, 1) when the actual type is tuple and the expected type is not. also check that the first type of the tuple agrees with the type of the non-tuple. - added tests for these bugs testsuite/flattening/modelica/built-in-functions/AbsIssues.mo testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo - let's see how many tests fail :) ------------------------------------------------------------------------ r14208 | adrpo | 2012-12-03 17:52:10 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo - attempt to fix bootstrapping. ------------------------------------------------------------------------ r14207 | jfrenkel | 2012-12-03 16:41:10 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - BackendVarTransform.replaceExp: add missing cases for DAE.TSUB and PARTEVALFUNCTION ------------------------------------------------------------------------ r14206 | leonardo.laguna | 2012-12-03 16:38:50 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo - Fixed problem making the bootstrap test fail ------------------------------------------------------------------------ r14205 | leonardo.laguna | 2012-12-03 16:16:16 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/testsuite/openmodelica/uncertainties/dataReconciliation.mos - Update to the uncertainties algorithm ------------------------------------------------------------------------ r14204 | cschubert | 2012-12-03 13:31:27 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos msl32: corrected expected output. Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos fails on Hudson but works on Windows. Why is that? ------------------------------------------------------------------------ r14203 | hkiel | 2012-12-03 12:00:08 +0100 (Mon, 03 Dec 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/System_rml.c - optimize loops - fix memory leak ------------------------------------------------------------------------ r14202 | cschubert | 2012-12-03 11:43:17 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile msl32: moved not working tests to working tests ------------------------------------------------------------------------ r14201 | cschubert | 2012-12-03 11:35:09 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos A /trunk/testsuite/simulation/libraries/msl32/simulate.cmd M /trunk/testsuite/simulation/libraries/msl32/sortResults.py M /trunk/testsuite/simulation/libraries/msl32/status.txt msl32: updated status.txt, some tests work with +d=solveinitialsystem ------------------------------------------------------------------------ r14200 | alash325 | 2012-12-03 10:29:58 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/doc/bibliography/msc.cite M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite -Update bibliography ------------------------------------------------------------------------ r14199 | cschubert | 2012-12-03 10:29:44 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat msl32: updated variables to compare, generated mat file with omc, since results were ok but too far off for comparison with dymola ------------------------------------------------------------------------ r14198 | hubert.thieriot | 2012-12-03 03:02:11 +0100 (Mon, 03 Dec 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Problems/OptimResult.cpp - corrected reading frontVars bug ------------------------------------------------------------------------ r14197 | wbraun | 2012-12-02 18:50:57 +0100 (Sun, 02 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c A /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/events/Makefile #1960 -fixed bug with integer valued zerocrossings ------------------------------------------------------------------------ r14196 | mahge930 | 2012-12-02 17:49:42 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl + ParModelica: fix parallelism propagation, append omc_ prefix to parallel functions, change modelica_assert to omc_assert ------------------------------------------------------------------------ r14195 | lochel | 2012-12-02 17:37:25 +0100 (Sun, 02 Dec 2012) | 2 lines Changed paths: D /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mo M /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile - add BoundParameterExpUnfixed to FAILINGTESTFILES ------------------------------------------------------------------------ r14194 | jfrenkel | 2012-12-02 14:30:49 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated, 2th try ------------------------------------------------------------------------ r14193 | jfrenkel | 2012-12-02 13:54:34 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo A /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mo A /trunk/testsuite/simulation/modelica/initialization/BoundParameterExpUnfixed.mos - add model for Ticket #1964 ------------------------------------------------------------------------ r14192 | hubert.thieriot | 2012-12-02 12:01:16 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPlot.cpp - updated for new MOVector::findItem function ------------------------------------------------------------------------ r14191 | hubert.thieriot | 2012-12-02 12:00:39 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.h M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.ui M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOParameter.cpp M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h - new MOVector::findItem function. Returns item instead of index ------------------------------------------------------------------------ r14190 | adrpo | 2012-12-02 06:07:17 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/others/SubscriptEval.mo - expected output. ------------------------------------------------------------------------ r14189 | adrpo | 2012-12-02 05:40:05 +0100 (Sun, 02 Dec 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos - bug #1963 cannot be fixed right now as the fix is breaking too many models. - to fix this bug we need to know in Static which parameters are final and we have no way of knowing that right now. ------------------------------------------------------------------------ r14188 | adrpo | 2012-12-02 03:53:25 +0100 (Sun, 02 Dec 2012) | 12 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/libraries/msl32/Makefile A /trunk/testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos - second attempt to fix #1963 constant with parameter index -> DO NOT CONSTANT EVALUATE. this time it should work fine, i even added a test: testsuite/flattening/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos Static.mo - use the subscripts constant-ness property more. Expression.mo - handle DAE.ENUM_LITERAL in Expression.dimensionSize and Expression.dimensionKnown - i guess a lot of tests will fail, i'll fix them when i get the result from Hudson ------------------------------------------------------------------------ r14187 | adrpo | 2012-12-02 02:58:48 +0100 (Sun, 02 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo - attempt to fix #1963 constant with parameter index -> DO NOT CONSTANT EVALUATE. - i guess a lot of tests will fail, i'll fix them when i get the result from Hudson ------------------------------------------------------------------------ r14186 | nutaro | 2012-12-02 00:43:11 +0100 (Sun, 02 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Fixed problem evaluating pre() function in the adevs backend ------------------------------------------------------------------------ r14185 | jfrenkel | 2012-12-01 20:08:02 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - comment last changes out ------------------------------------------------------------------------ r14184 | jfrenkel | 2012-12-01 18:36:36 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - expressions with unfixed parameters cannot moved to simple equations because they are calculated before the unfixed parameter values are calculated ------------------------------------------------------------------------ r14183 | jfrenkel | 2012-12-01 18:34:18 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo - traverse also subscripts of cref in traverseExptopDown ------------------------------------------------------------------------ r14182 | jfrenkel | 2012-12-01 16:28:38 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - missing function from last commit ------------------------------------------------------------------------ r14181 | jfrenkel | 2012-12-01 16:14:49 +0100 (Sat, 01 Dec 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/SimulationRuntime/c/CMakeLists.txt - improve algortihm for handling undifferentiable mss - copy also lapack and blas for msvc debugging - comment for further developemnt to BackendDAE.STATE ------------------------------------------------------------------------ r14180 | cschubert | 2012-12-01 14:28:05 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat msl32: added solveinitialsystem to OneTank and TankWithEmptyingPipe1 ------------------------------------------------------------------------ r14179 | cschubert | 2012-12-01 12:41:39 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd msl32 test: updated variables to compare for Modelica.Electrica.Digital ------------------------------------------------------------------------ r14178 | adrpo | 2012-12-01 06:02:07 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl - remove the tabs ------------------------------------------------------------------------ r14177 | nutaro | 2012-12-01 03:17:11 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/NFInstDumpTpl.mo Added support for sample to adevs ------------------------------------------------------------------------ r14176 | jfrenkel | 2012-12-01 02:19:00 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - bufgix for replace STMT_ASSIGN_ARR ------------------------------------------------------------------------ r14175 | jfrenkel | 2012-12-01 00:45:00 +0100 (Sat, 01 Dec 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Matching.mo - improve collecting of equations for index reduction ------------------------------------------------------------------------ r14174 | jfrenkel | 2012-11-30 23:42:50 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/Util/Debug.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - improve collecting of equations for index reduction ------------------------------------------------------------------------ r14173 | mahge930 | 2012-11-30 22:11:07 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/NFTypeCheck.mo - Coding style. ------------------------------------------------------------------------ r14172 | jfrenkel | 2012-11-30 21:53:30 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Util/Util.mo - CheckModel.statementOutputs: add Case for DAE.STMT_BREAK ------------------------------------------------------------------------ r14171 | jfrenkel | 2012-11-30 20:27:08 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - do not report "Files Equal" if nothing was compared ------------------------------------------------------------------------ r14170 | adrpo | 2012-11-30 18:27:18 +0100 (Fri, 30 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos - fix test. ------------------------------------------------------------------------ r14169 | sjoelund.se | 2012-11-30 17:58:55 +0100 (Fri, 30 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Fix unparse ------------------------------------------------------------------------ r14168 | sjoelund.se | 2012-11-30 17:23:26 +0100 (Fri, 30 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl #1961 - Fix enumeration index for arrays of enumerations ------------------------------------------------------------------------ r14167 | mahge930 | 2012-11-30 16:14:36 +0100 (Fri, 30 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/NFTypeCheck.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo + Check proper numeric types for operators. + cast operands of pow to real before exponentiation. ------------------------------------------------------------------------ r14166 | lochel | 2012-11-30 12:32:42 +0100 (Fri, 30 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/discreteTest9.mos - a more general implementation for when-clauses in algorithm-sections for the initialization ------------------------------------------------------------------------ r14165 | cschubert | 2012-11-30 11:51:00 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos msl32: added missing inner components manually in test as Adrian suggested ------------------------------------------------------------------------ r14164 | adrpo | 2012-11-30 06:11:35 +0100 (Fri, 30 Nov 2012) | 9 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Makefile.common - remove debugging printout in CodegenC.tpl daeExpIf because the expression inside /* */ can contain /* */ and you get a lot of issues add it back if you want to debug that part! - build the freaking omc-diff on omc build! it takes a nanosecond anyway and you can then cd to anywhere in the testsuite and run rtest without the annoying omc-diff is not there message. ------------------------------------------------------------------------ r14163 | adrpo | 2012-11-30 05:39:03 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo - geez, the missing file from package.order has a warning, squash it! ------------------------------------------------------------------------ r14162 | adrpo | 2012-11-30 05:23:09 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order - hopefully fixing tests. ------------------------------------------------------------------------ r14161 | adrpo | 2012-11-30 04:53:00 +0100 (Fri, 30 Nov 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Error.mo - add a warning about files and directories (containing package.mo) that are not present in package.order *AND ALSO LOAD THE ONES THAT ARE NOT PRESENT*. I've got bitten by this waaaay too many times to let it slide! Now we got 3 more test models in the AVM lib from this. - way faster extendsFrom (without bothering to fully qualify extends, just checks suffix of extends in class) previous took 10 minutes, now is 16 seconds. ------------------------------------------------------------------------ r14160 | adeas31 | 2012-11-30 01:37:16 +0100 (Fri, 30 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c Fix testsuite. ------------------------------------------------------------------------ r14159 | hubert.thieriot | 2012-11-30 01:18:36 +0100 (Fri, 30 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Problems/OneSimulation.cpp --- OMOPTIM --- - filestocopy in OneSimulation ------------------------------------------------------------------------ r14158 | hubert.thieriot | 2012-11-30 01:18:15 +0100 (Fri, 30 Nov 2012) | 4 lines Changed paths: M /trunk/OMOptimBasis/GUI/MOItemViews.cpp M /trunk/OMOptimBasis/GUI/MOItemViews.h M /trunk/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp M /trunk/OMOptimBasis/GUI/Tabs/MOTab.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.ui M /trunk/OMOptimBasis/MOItem.cpp M /trunk/OMOptimBasis/MOItem.h M /trunk/OMOptimBasis/MOItemModel.cpp M /trunk/OMOptimBasis/MOItemModel.h ---OMOPTIM----- - MOItem : field type added - GUI corrections - FilesToCopy in OneSimulation ------------------------------------------------------------------------ r14157 | adeas31 | 2012-11-29 18:50:46 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.tpl fixed tabs. ------------------------------------------------------------------------ r14156 | adeas31 | 2012-11-29 18:38:09 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/FMIWidget.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h - Allow users to select/unselect the input/output connectors for the imported FMU. ------------------------------------------------------------------------ r14155 | adeas31 | 2012-11-29 18:36:56 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c - Let the user decided whether he want input/output connectors or not. ------------------------------------------------------------------------ r14154 | adeas31 | 2012-11-29 17:31:40 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c Generate the connector pins for input and output variables. Give a standard annotation to the imported model. ------------------------------------------------------------------------ r14153 | alash325 | 2012-11-29 17:09:02 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - Added time Point value and index in XML code generation - Fixed XML code generation for Builtin functions ------------------------------------------------------------------------ r14152 | wbraun | 2012-11-29 17:02:20 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - remove temp directories again after a test is done ------------------------------------------------------------------------ r14151 | sjoelund.se | 2012-11-29 16:40:49 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib - Update crossref ------------------------------------------------------------------------ r14150 | lochel | 2012-11-29 16:27:47 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/discreteTest7.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest8.mos - move tests from FAILINGTESTFILES to TESTFILES ------------------------------------------------------------------------ r14149 | lochel | 2012-11-29 16:14:23 +0100 (Thu, 29 Nov 2012) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/flattening/modelica/mosfiles/SolveLinearSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/modelica/algorithms-functions/algorithms.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/discreteTest7.mos A /trunk/testsuite/simulation/modelica/initialization/discreteTest8.mos - Compiler\BackEnd - handle when-clause inside algorithm sections for initialization - rename SimCode.mo to SimCodeUtil.mo in some error messages - testsuite\simulation\ - libraries\msl32 - fix expected output - modelica\initialization - add two cases for when-clause inside algorithm sections ------------------------------------------------------------------------ r14148 | cschubert | 2012-11-29 14:23:14 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos fix msl32 tests (expected output) ------------------------------------------------------------------------ r14145 | cschubert | 2012-11-29 12:35:31 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile update msl32 Makefile to include all currently working tests ------------------------------------------------------------------------ r14144 | jfrenkel | 2012-11-29 11:32:19 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo - next case for undifferentiable mss, select the first state candidate with unused derivative ------------------------------------------------------------------------ r14143 | sjoelund.se | 2012-11-29 11:21:22 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/build/OMOptimBasis.config.in - Fix to build OMOptimBasis using forced gcc-4.4 if available ------------------------------------------------------------------------ r14142 | cschubert | 2012-11-29 11:21:16 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile added a single msl32 test, mainly to trigger avm ------------------------------------------------------------------------ r14141 | cschubert | 2012-11-29 10:53:20 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd M /trunk/testsuite/simulation/libraries/msl32/status.txt updated status and tests of msl32, going to cleanup Makefile as soon as AVM tests succeed ------------------------------------------------------------------------ r14140 | sjoelund.se | 2012-11-29 10:42:55 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c - Fixes FMIImport on the bootstrapped compiler ------------------------------------------------------------------------ r14139 | cschubert | 2012-11-29 09:33:03 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: D /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mos updated msl32 tests ------------------------------------------------------------------------ r14138 | sjoelund.se | 2012-11-29 09:02:41 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/BackendDAEEXT.cpp M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp - Merge some code in BackendDAEEXT so we do not have a different version for bootstrapped (it was broken, causing errors in libc malloc, making the process into a zombie) ------------------------------------------------------------------------ r14137 | sjoelund.se | 2012-11-29 06:58:05 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/configure.in - Fix the path ------------------------------------------------------------------------ r14136 | sjoelund.se | 2012-11-29 06:55:17 +0100 (Thu, 29 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/configure.in - Fix to build on OSX ------------------------------------------------------------------------ r14135 | jfrenkel | 2012-11-29 01:41:34 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos - fix tests ------------------------------------------------------------------------ r14134 | jfrenkel | 2012-11-29 00:20:15 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - remove unused code ------------------------------------------------------------------------ r14133 | jfrenkel | 2012-11-29 00:00:53 +0100 (Thu, 29 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - try to replace final vars in undifferentiable subset ------------------------------------------------------------------------ r14132 | mahge930 | 2012-11-28 22:19:51 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/NFTypeCheck.mo - fix returned type. ------------------------------------------------------------------------ r14131 | jfrenkel | 2012-11-28 20:38:22 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - expexted output ------------------------------------------------------------------------ r14130 | sjoelund.se | 2012-11-28 19:48:02 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Lapack.mo - Fix copy/paste error in lapack ------------------------------------------------------------------------ r14129 | adrpo | 2012-11-28 19:21:41 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h - no GC for visual studio! ------------------------------------------------------------------------ r14128 | mahge930 | 2012-11-28 18:52:29 +0100 (Wed, 28 Nov 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/NFTypeCheck.mo M /trunk/Compiler/FrontEnd/NFTyping.mo M /trunk/testsuite/flattening/modelica/scodeinst/eq10.mo M /trunk/testsuite/flattening/modelica/scodeinst/eq4.mo M /trunk/testsuite/flattening/modelica/scodeinst/eq5.mo M /trunk/testsuite/flattening/modelica/scodeinst/func9.mo M /trunk/testsuite/flattening/modelica/scodeinst/loop2.mo + Type checking for operators and operands for the new FrontEnd. + Arithmetic operations + Logical operations + Relations + Fix for type checking of assignment and equality equation statements . ------------------------------------------------------------------------ r14127 | adrpo | 2012-11-28 18:50:44 +0100 (Wed, 28 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - OpenTURNS.mo fixes: + do not reverse the wrapper inputs/outputs! + use the variable names in the description. ------------------------------------------------------------------------ r14126 | sjoelund.se | 2012-11-28 18:42:17 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in - Fix origin ------------------------------------------------------------------------ r14125 | adrpo | 2012-11-28 18:26:38 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Parser/Makefile.omdev.mingw - add the gc includes to the Parser/Makefile.omdev.mingw ------------------------------------------------------------------------ r14124 | adrpo | 2012-11-28 18:00:21 +0100 (Wed, 28 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Compiler/runtime/config.h - link with -lgc the generated code - link with -lgc omc.exe - add the gc includes to the Compiler/runtime/Makefile.omdev.mingw ------------------------------------------------------------------------ r14123 | sjoelund.se | 2012-11-28 17:34:55 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.in - I promise one of these days make will listen to what I mean ------------------------------------------------------------------------ r14122 | sjoelund.se | 2012-11-28 17:31:38 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Fix for parallel builds ------------------------------------------------------------------------ r14121 | sjoelund.se | 2012-11-28 17:25:32 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw - Fix build ------------------------------------------------------------------------ r14120 | sjoelund.se | 2012-11-28 17:18:40 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/omc_release/Makefile.in M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in - Enable boehm-gc by default ------------------------------------------------------------------------ r14119 | sjoelund.se | 2012-11-28 16:09:40 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Util/List.mo - Tail recursion ------------------------------------------------------------------------ r14118 | jfrenkel | 2012-11-28 15:21:18 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - fix test - small improvements to OnRelaxation ------------------------------------------------------------------------ r14117 | adrpo | 2012-11-28 14:58:58 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/Makefile.omdev.mingw M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw - boehm gc paths to omdev are not needed anymore as the lib is in trunk/3rdParty now and is installed in build/ - also removed the compiled boehm gc from OMDev. ------------------------------------------------------------------------ r14115 | adrpo | 2012-11-28 14:31:12 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - set some default CC, CXX and CFLAGS ------------------------------------------------------------------------ r14114 | sjoelund.se | 2012-11-28 14:19:40 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo - Tail-recursion ------------------------------------------------------------------------ r14113 | cschubert | 2012-11-28 13:58:10 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mos D /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mat D /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mat M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/getExamples.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py updated mls32 mos files ------------------------------------------------------------------------ r14112 | lochel | 2012-11-28 13:50:13 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - generate initalsystem before replacing pre(alias) ------------------------------------------------------------------------ r14111 | sjoelund.se | 2012-11-28 13:13:05 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Back to using .a-file instead of .so since we cannot load the file if it uses so ------------------------------------------------------------------------ r14110 | sjoelund.se | 2012-11-28 13:04:05 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile - Updating makefile to not do so many slow tests in fast.logs ------------------------------------------------------------------------ r14109 | sjoelund.se | 2012-11-28 12:54:29 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Use LinearSystems2 2.3 instead of 2.0 ------------------------------------------------------------------------ r14108 | sjoelund.se | 2012-11-28 12:50:10 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Let's create the directory before we copy to it ------------------------------------------------------------------------ r14107 | jfrenkel | 2012-11-28 12:45:33 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Matching.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - bugfix for multidim constrained equations with no algebraic variables - improve error message STRUCT_SINGULAR_SYSTEM ------------------------------------------------------------------------ r14106 | sjoelund.se | 2012-11-28 12:21:58 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.in M /trunk/Makefile.common M /trunk/Parser/Makefile.in M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h M /trunk/configure.in M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in - Updating makefiles so we can enable boehm when it works with dynamically loaded code ------------------------------------------------------------------------ r14105 | lochel | 2012-11-28 12:20:03 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix bad handled failure of new initialization ------------------------------------------------------------------------ r14104 | cschubert | 2012-11-28 11:13:35 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot_failed.mos M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd M /trunk/testsuite/simulation/libraries/msl32/sortResults.py M /trunk/testsuite/simulation/libraries/msl32/status.txt updated status of msl32 ------------------------------------------------------------------------ r14103 | sjoelund.se | 2012-11-28 10:44:21 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: A /trunk/3rdParty/gc-7.2 A /trunk/3rdParty/gc-7.2/BCC_MAKEFILE A /trunk/3rdParty/gc-7.2/CMakeLists.txt A /trunk/3rdParty/gc-7.2/ChangeLog A /trunk/3rdParty/gc-7.2/EMX_MAKEFILE A /trunk/3rdParty/gc-7.2/MacProjects.sit.hqx A /trunk/3rdParty/gc-7.2/Mac_files A /trunk/3rdParty/gc-7.2/Mac_files/MacOS_Test_config.h A /trunk/3rdParty/gc-7.2/Mac_files/MacOS_config.h A /trunk/3rdParty/gc-7.2/Mac_files/dataend.c A /trunk/3rdParty/gc-7.2/Mac_files/datastart.c A /trunk/3rdParty/gc-7.2/Makefile.DLLs A /trunk/3rdParty/gc-7.2/Makefile.am A /trunk/3rdParty/gc-7.2/Makefile.direct A /trunk/3rdParty/gc-7.2/Makefile.dj A /trunk/3rdParty/gc-7.2/Makefile.in A /trunk/3rdParty/gc-7.2/NT_MAKEFILE A /trunk/3rdParty/gc-7.2/NT_STATIC_THREADS_MAKEFILE A /trunk/3rdParty/gc-7.2/NT_X64_STATIC_THREADS_MAKEFILE A /trunk/3rdParty/gc-7.2/NT_X64_THREADS_MAKEFILE A /trunk/3rdParty/gc-7.2/OS2_MAKEFILE A /trunk/3rdParty/gc-7.2/PCR-Makefile A /trunk/3rdParty/gc-7.2/README.QUICK A /trunk/3rdParty/gc-7.2/SMakefile.amiga A /trunk/3rdParty/gc-7.2/WCC_MAKEFILE A /trunk/3rdParty/gc-7.2/aclocal.m4 A /trunk/3rdParty/gc-7.2/allchblk.c A /trunk/3rdParty/gc-7.2/alloc.c A /trunk/3rdParty/gc-7.2/alpha_mach_dep.S A /trunk/3rdParty/gc-7.2/autogen.sh A /trunk/3rdParty/gc-7.2/backgraph.c A /trunk/3rdParty/gc-7.2/bdw-gc.pc.in A /trunk/3rdParty/gc-7.2/blacklst.c A /trunk/3rdParty/gc-7.2/build_atomic_ops.sh A /trunk/3rdParty/gc-7.2/build_atomic_ops.sh.cygwin A /trunk/3rdParty/gc-7.2/callprocs A /trunk/3rdParty/gc-7.2/checksums.c A /trunk/3rdParty/gc-7.2/compile A /trunk/3rdParty/gc-7.2/config.guess A /trunk/3rdParty/gc-7.2/config.sub A /trunk/3rdParty/gc-7.2/configure A /trunk/3rdParty/gc-7.2/configure.ac A /trunk/3rdParty/gc-7.2/configure.host A /trunk/3rdParty/gc-7.2/cord A /trunk/3rdParty/gc-7.2/cord/cord.am A /trunk/3rdParty/gc-7.2/cord/cordbscs.c A /trunk/3rdParty/gc-7.2/cord/cordprnt.c A /trunk/3rdParty/gc-7.2/cord/cordtest.c A /trunk/3rdParty/gc-7.2/cord/cordxtra.c A /trunk/3rdParty/gc-7.2/cord/de.c A /trunk/3rdParty/gc-7.2/cord/de_cmds.h A /trunk/3rdParty/gc-7.2/cord/de_win.ICO A /trunk/3rdParty/gc-7.2/cord/de_win.RC A /trunk/3rdParty/gc-7.2/cord/de_win.c A /trunk/3rdParty/gc-7.2/cord/de_win.h A /trunk/3rdParty/gc-7.2/darwin_stop_world.c A /trunk/3rdParty/gc-7.2/dbg_mlc.c A /trunk/3rdParty/gc-7.2/depcomp A /trunk/3rdParty/gc-7.2/digimars.mak A /trunk/3rdParty/gc-7.2/doc A /trunk/3rdParty/gc-7.2/doc/README A /trunk/3rdParty/gc-7.2/doc/README.DGUX386 A /trunk/3rdParty/gc-7.2/doc/README.Mac A /trunk/3rdParty/gc-7.2/doc/README.MacOSX A /trunk/3rdParty/gc-7.2/doc/README.OS2 A /trunk/3rdParty/gc-7.2/doc/README.amiga A /trunk/3rdParty/gc-7.2/doc/README.arm.cross A /trunk/3rdParty/gc-7.2/doc/README.autoconf A /trunk/3rdParty/gc-7.2/doc/README.changes A /trunk/3rdParty/gc-7.2/doc/README.cmake A /trunk/3rdParty/gc-7.2/doc/README.contributors A /trunk/3rdParty/gc-7.2/doc/README.cords A /trunk/3rdParty/gc-7.2/doc/README.darwin A /trunk/3rdParty/gc-7.2/doc/README.dj A /trunk/3rdParty/gc-7.2/doc/README.environment A /trunk/3rdParty/gc-7.2/doc/README.ews4800 A /trunk/3rdParty/gc-7.2/doc/README.hp A /trunk/3rdParty/gc-7.2/doc/README.linux A /trunk/3rdParty/gc-7.2/doc/README.macros A /trunk/3rdParty/gc-7.2/doc/README.rs6000 A /trunk/3rdParty/gc-7.2/doc/README.sgi A /trunk/3rdParty/gc-7.2/doc/README.solaris2 A /trunk/3rdParty/gc-7.2/doc/README.uts A /trunk/3rdParty/gc-7.2/doc/README.win32 A /trunk/3rdParty/gc-7.2/doc/README.win64 A /trunk/3rdParty/gc-7.2/doc/barrett_diagram A /trunk/3rdParty/gc-7.2/doc/debugging.html A /trunk/3rdParty/gc-7.2/doc/doc.am A /trunk/3rdParty/gc-7.2/doc/gc.man A /trunk/3rdParty/gc-7.2/doc/gcdescr.html A /trunk/3rdParty/gc-7.2/doc/gcinterface.html A /trunk/3rdParty/gc-7.2/doc/leak.html A /trunk/3rdParty/gc-7.2/doc/overview.html A /trunk/3rdParty/gc-7.2/doc/porting.html A /trunk/3rdParty/gc-7.2/doc/scale.html A /trunk/3rdParty/gc-7.2/doc/simple_example.html A /trunk/3rdParty/gc-7.2/doc/tree.html A /trunk/3rdParty/gc-7.2/dyn_load.c A /trunk/3rdParty/gc-7.2/extra A /trunk/3rdParty/gc-7.2/extra/AmigaOS.c A /trunk/3rdParty/gc-7.2/extra/MacOS.c A /trunk/3rdParty/gc-7.2/extra/add_gc_prefix.c A /trunk/3rdParty/gc-7.2/extra/gc.c A /trunk/3rdParty/gc-7.2/extra/gcname.c A /trunk/3rdParty/gc-7.2/extra/if_mach.c A /trunk/3rdParty/gc-7.2/extra/if_not_there.c A /trunk/3rdParty/gc-7.2/extra/msvc_dbg.c A /trunk/3rdParty/gc-7.2/extra/setjmp_t.c A /trunk/3rdParty/gc-7.2/extra/threadlibs.c A /trunk/3rdParty/gc-7.2/finalize.c A /trunk/3rdParty/gc-7.2/gc.mak A /trunk/3rdParty/gc-7.2/gc_cpp.cc A /trunk/3rdParty/gc-7.2/gc_cpp.cpp A /trunk/3rdParty/gc-7.2/gc_dlopen.c A /trunk/3rdParty/gc-7.2/gcj_mlc.c A /trunk/3rdParty/gc-7.2/headers.c A /trunk/3rdParty/gc-7.2/ia64_save_regs_in_stack.s A /trunk/3rdParty/gc-7.2/include A /trunk/3rdParty/gc-7.2/include/cord.h A /trunk/3rdParty/gc-7.2/include/ec.h A /trunk/3rdParty/gc-7.2/include/extra A /trunk/3rdParty/gc-7.2/include/extra/gc.h A /trunk/3rdParty/gc-7.2/include/extra/gc_cpp.h A /trunk/3rdParty/gc-7.2/include/gc.h A /trunk/3rdParty/gc-7.2/include/gc_allocator.h A /trunk/3rdParty/gc-7.2/include/gc_amiga_redirects.h A /trunk/3rdParty/gc-7.2/include/gc_backptr.h A /trunk/3rdParty/gc-7.2/include/gc_config_macros.h A /trunk/3rdParty/gc-7.2/include/gc_cpp.h A /trunk/3rdParty/gc-7.2/include/gc_gcj.h A /trunk/3rdParty/gc-7.2/include/gc_inline.h A /trunk/3rdParty/gc-7.2/include/gc_mark.h A /trunk/3rdParty/gc-7.2/include/gc_pthread_redirects.h A /trunk/3rdParty/gc-7.2/include/gc_tiny_fl.h A /trunk/3rdParty/gc-7.2/include/gc_typed.h A /trunk/3rdParty/gc-7.2/include/gc_version.h A /trunk/3rdParty/gc-7.2/include/include.am A /trunk/3rdParty/gc-7.2/include/javaxfc.h A /trunk/3rdParty/gc-7.2/include/leak_detector.h A /trunk/3rdParty/gc-7.2/include/new_gc_alloc.h A /trunk/3rdParty/gc-7.2/include/private A /trunk/3rdParty/gc-7.2/include/private/config.h.in A /trunk/3rdParty/gc-7.2/include/private/cord_pos.h A /trunk/3rdParty/gc-7.2/include/private/darwin_semaphore.h A /trunk/3rdParty/gc-7.2/include/private/darwin_stop_world.h A /trunk/3rdParty/gc-7.2/include/private/dbg_mlc.h A /trunk/3rdParty/gc-7.2/include/private/gc_hdrs.h A /trunk/3rdParty/gc-7.2/include/private/gc_locks.h A /trunk/3rdParty/gc-7.2/include/private/gc_pmark.h A /trunk/3rdParty/gc-7.2/include/private/gc_priv.h A /trunk/3rdParty/gc-7.2/include/private/gcconfig.h A /trunk/3rdParty/gc-7.2/include/private/msvc_dbg.h A /trunk/3rdParty/gc-7.2/include/private/pthread_stop_world.h A /trunk/3rdParty/gc-7.2/include/private/pthread_support.h A /trunk/3rdParty/gc-7.2/include/private/specific.h A /trunk/3rdParty/gc-7.2/include/private/thread_local_alloc.h A /trunk/3rdParty/gc-7.2/include/weakpointer.h A /trunk/3rdParty/gc-7.2/install-sh A /trunk/3rdParty/gc-7.2/libatomic_ops A /trunk/3rdParty/gc-7.2/libatomic_ops/AUTHORS A /trunk/3rdParty/gc-7.2/libatomic_ops/COPYING A /trunk/3rdParty/gc-7.2/libatomic_ops/ChangeLog A /trunk/3rdParty/gc-7.2/libatomic_ops/INSTALL A /trunk/3rdParty/gc-7.2/libatomic_ops/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/NEWS A /trunk/3rdParty/gc-7.2/libatomic_ops/README A /trunk/3rdParty/gc-7.2/libatomic_ops/aclocal.m4 A /trunk/3rdParty/gc-7.2/libatomic_ops/compile A /trunk/3rdParty/gc-7.2/libatomic_ops/config.guess A /trunk/3rdParty/gc-7.2/libatomic_ops/config.sub A /trunk/3rdParty/gc-7.2/libatomic_ops/configure A /trunk/3rdParty/gc-7.2/libatomic_ops/configure.ac A /trunk/3rdParty/gc-7.2/libatomic_ops/depcomp A /trunk/3rdParty/gc-7.2/libatomic_ops/doc A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/COPYING A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/LICENSING.txt A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/README.txt A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/README_malloc.txt A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/README_stack.txt A /trunk/3rdParty/gc-7.2/libatomic_ops/doc/README_win32.txt A /trunk/3rdParty/gc-7.2/libatomic_ops/install-sh A /trunk/3rdParty/gc-7.2/libatomic_ops/missing A /trunk/3rdParty/gc-7.2/libatomic_ops/mkinstalldirs A /trunk/3rdParty/gc-7.2/libatomic_ops/pkgconfig A /trunk/3rdParty/gc-7.2/libatomic_ops/pkgconfig/atomic_ops-uninstalled.pc.in A /trunk/3rdParty/gc-7.2/libatomic_ops/pkgconfig/atomic_ops.pc.in A /trunk/3rdParty/gc-7.2/libatomic_ops/src A /trunk/3rdParty/gc-7.2/libatomic_ops/src/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/src/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/src/Makefile.msft A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/generalize-small.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/generalize-small.template A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/generalize.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/README A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/acquire_release_volatile.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/aligned_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_acquire_release_volatile.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_aligned_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ao_t_is_int.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/armcc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/armcc/arm_v6.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/char_acquire_release_volatile.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/char_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/emul_cas.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/alpha.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/arm.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/avr32.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/cris.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/hexagon.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/hppa.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/ia64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/m68k.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/mips.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/powerpc.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/s390.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/sh.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/sparc.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86_64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/generic_pthread.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/hpc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/hpc/hppa.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/hpc/ia64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ibmc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ibmc/powerpc.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/icc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/icc/ia64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_acquire_release_volatile.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_aligned_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/arm.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/common32_defs.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/x86.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/x86_64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ordered.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ordered_except_wr.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/read_ordered.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_acquire_release_volatile.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_aligned_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_atomic_load_store.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/standard_ao_double_t.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/sparc.S A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/sparc.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86_64.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/test_and_set_t_is_char.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops.c A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops_malloc.c A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops_malloc.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops_stack.c A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops_stack.h A /trunk/3rdParty/gc-7.2/libatomic_ops/src/atomic_ops_sysdeps.S A /trunk/3rdParty/gc-7.2/libatomic_ops/src/config.h.in A /trunk/3rdParty/gc-7.2/libatomic_ops/tests A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/Makefile.am A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/Makefile.in A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/list_atomic.c A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/list_atomic.template A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/run_parallel.inc A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/test_atomic.c A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/test_atomic.template A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/test_atomic_include.h A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/test_malloc.c A /trunk/3rdParty/gc-7.2/libatomic_ops/tests/test_stack.c A /trunk/3rdParty/gc-7.2/ltmain.sh A /trunk/3rdParty/gc-7.2/m4 A /trunk/3rdParty/gc-7.2/m4/gc_set_version.m4 A /trunk/3rdParty/gc-7.2/m4/libtool.m4 A /trunk/3rdParty/gc-7.2/m4/ltoptions.m4 A /trunk/3rdParty/gc-7.2/m4/ltsugar.m4 A /trunk/3rdParty/gc-7.2/m4/ltversion.m4 A /trunk/3rdParty/gc-7.2/m4/lt~obsolete.m4 A /trunk/3rdParty/gc-7.2/mach_dep.c A /trunk/3rdParty/gc-7.2/malloc.c A /trunk/3rdParty/gc-7.2/mallocx.c A /trunk/3rdParty/gc-7.2/mark.c A /trunk/3rdParty/gc-7.2/mark_rts.c A /trunk/3rdParty/gc-7.2/mips_sgi_mach_dep.s A /trunk/3rdParty/gc-7.2/mips_ultrix_mach_dep.s A /trunk/3rdParty/gc-7.2/misc.c A /trunk/3rdParty/gc-7.2/missing A /trunk/3rdParty/gc-7.2/mkinstalldirs A /trunk/3rdParty/gc-7.2/new_hblk.c A /trunk/3rdParty/gc-7.2/obj_map.c A /trunk/3rdParty/gc-7.2/os_dep.c A /trunk/3rdParty/gc-7.2/pcr_interface.c A /trunk/3rdParty/gc-7.2/pthread_start.c A /trunk/3rdParty/gc-7.2/pthread_stop_world.c A /trunk/3rdParty/gc-7.2/pthread_support.c A /trunk/3rdParty/gc-7.2/ptr_chck.c A /trunk/3rdParty/gc-7.2/real_malloc.c A /trunk/3rdParty/gc-7.2/reclaim.c A /trunk/3rdParty/gc-7.2/rs6000_mach_dep.s A /trunk/3rdParty/gc-7.2/sparc_mach_dep.S A /trunk/3rdParty/gc-7.2/sparc_netbsd_mach_dep.s A /trunk/3rdParty/gc-7.2/sparc_sunos4_mach_dep.s A /trunk/3rdParty/gc-7.2/specific.c A /trunk/3rdParty/gc-7.2/stubborn.c A /trunk/3rdParty/gc-7.2/tests A /trunk/3rdParty/gc-7.2/tests/CMakeLists.txt A /trunk/3rdParty/gc-7.2/tests/huge_test.c A /trunk/3rdParty/gc-7.2/tests/initsecondarythread.c A /trunk/3rdParty/gc-7.2/tests/leak_test.c A /trunk/3rdParty/gc-7.2/tests/middle.c A /trunk/3rdParty/gc-7.2/tests/realloc_test.c A /trunk/3rdParty/gc-7.2/tests/smash_test.c A /trunk/3rdParty/gc-7.2/tests/staticrootslib.c A /trunk/3rdParty/gc-7.2/tests/staticrootstest.c A /trunk/3rdParty/gc-7.2/tests/test.c A /trunk/3rdParty/gc-7.2/tests/test_cpp.cc A /trunk/3rdParty/gc-7.2/tests/tests.am A /trunk/3rdParty/gc-7.2/tests/thread_leak_test.c A /trunk/3rdParty/gc-7.2/tests/threadkey_test.c A /trunk/3rdParty/gc-7.2/tests/trace_test.c A /trunk/3rdParty/gc-7.2/thread_local_alloc.c A /trunk/3rdParty/gc-7.2/typd_mlc.c A /trunk/3rdParty/gc-7.2/win32_threads.c M /trunk/Makefile.common - Adding boehm gc 7.2d sources to 3rdParty since we need to compile our own version rather than the OS-provided ------------------------------------------------------------------------ r14102 | sjoelund.se | 2012-11-28 10:43:26 +0100 (Wed, 28 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/Tpl.mo - Tail-recursion ------------------------------------------------------------------------ r14101 | jfrenkel | 2012-11-28 10:10:02 +0100 (Wed, 28 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo A /trunk/Compiler/BackEnd/DumpHTML.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos - improve Pantelites algorithm to handle also not differentiable singulare subsets - move Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos to working tests - add flag to dump trace in HTML usage with +d=bltdump +dumpTarget=log.html it is a first try, shure we have to improve it but it can be quiet usefull in case of large trace files ------------------------------------------------------------------------ r14100 | adrpo | 2012-11-28 09:34:13 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/gc/marksweep.c - add the global root for boehm gc also ------------------------------------------------------------------------ r14099 | adrpo | 2012-11-28 08:59:39 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/CMakeLists.txt - attempt to fix the cmake stuff. ------------------------------------------------------------------------ r14098 | adrpo | 2012-11-28 08:41:12 +0100 (Wed, 28 Nov 2012) | 9 lines Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/Makefile.omdev.mingw D /trunk/SimulationRuntime/c/meta/gc/gc.c D /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c A /trunk/SimulationRuntime/c/meta/gc/mmc_gc.c (from /trunk/SimulationRuntime/c/meta/gc/gc.c:14096) A /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h (from /trunk/SimulationRuntime/c/meta/gc/gc.h:14096) M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw - rename SimulationRuntime/c/meta/gc.* to SimulationRuntime/c/meta/mmc_gc.* - to use the Boehm GC uncomment: #define _MMC_USE_BOEHM_GC_ in SimulationRuntime/c/meta/mmc_gc.h and recompile the SimulationRuntime/c and the bootstrapped compiler. note that you will have to link omc or the bootstrapped compiler with Boehm GC (for OMDev the flags are already in place but commented out, search for boehm in the Makefiles.omdev.mingw, also the compiled libgc was added to OMDev). ------------------------------------------------------------------------ r14096 | hubert.thieriot | 2012-11-28 02:41:41 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp - replaced editableField by protectedField (cleaner) ------------------------------------------------------------------------ r14095 | hubert.thieriot | 2012-11-28 01:36:37 +0100 (Wed, 28 Nov 2012) | 1 line Changed paths: A /trunk/OMOptimBasis/GUI/MOItemViews.cpp A /trunk/OMOptimBasis/GUI/MOItemViews.h A /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.cpp A /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.h A /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItemsList.ui M /trunk/OMOptimBasis/MOItem.cpp M /trunk/OMOptimBasis/MOItem.h A /trunk/OMOptimBasis/MOItemModel.cpp A /trunk/OMOptimBasis/MOItemModel.h M /trunk/OMOptimBasis/MOParameter.cpp M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h M /trunk/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptimBasis/Units/MEMassFlow.cpp M /trunk/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptimBasis/Units/MESpecHeatCapacity.cpp M /trunk/OMOptimBasis/Units/MESurface.cpp M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/build/OMOptimBasis.pro - added WidgetMOItemsList : generic editing widget ------------------------------------------------------------------------ r14094 | wbraun | 2012-11-27 16:59:30 +0100 (Tue, 27 Nov 2012) | 13 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat small fixes to runtime - simulation_runtime.cpp - added correct solver to callSolver - dassl.c - use colored sparse structure for dasslwort - nonlinearSolverHybrd.* - added a case for using values as scaling factos - model_help.c - fixed uninitialized value - testsuite/* - adjust tests ------------------------------------------------------------------------ r14093 | lochel | 2012-11-27 16:56:12 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - fix memory leak ------------------------------------------------------------------------ r14092 | lochel | 2012-11-27 16:46:00 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp - avoid compiler warnings ------------------------------------------------------------------------ r14091 | vitalij | 2012-11-27 16:36:00 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c - fix error message ------------------------------------------------------------------------ r14090 | lochel | 2012-11-27 16:24:56 +0100 (Tue, 27 Nov 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/testsuite/simulation/modelica/others/Makefile D /trunk/testsuite/simulation/modelica/others/Sample1.mo D /trunk/testsuite/simulation/modelica/others/Sample1.mos D /trunk/testsuite/simulation/modelica/others/Sample2.mo D /trunk/testsuite/simulation/modelica/others/Sample2.mos D /trunk/testsuite/simulation/modelica/others/Sample3.mo D /trunk/testsuite/simulation/modelica/others/Sample3.mos A /trunk/testsuite/simulation/modelica/others/sample1.mos (from /trunk/testsuite/simulation/modelica/others/Sample1.mos:14089) A /trunk/testsuite/simulation/modelica/others/sample2.mos (from /trunk/testsuite/simulation/modelica/others/Sample2.mos:14089) A /trunk/testsuite/simulation/modelica/others/sample3.mos (from /trunk/testsuite/simulation/modelica/others/Sample3.mos:14089) - improve readability of - some sample test cases - some dumps: LOG_EVENTS and LOG_ZEROCROSSINGS ------------------------------------------------------------------------ r14089 | lochel | 2012-11-27 13:52:54 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/func6.mo M /trunk/testsuite/flattening/modelica/scodeinst/func7.mo - once more ------------------------------------------------------------------------ r14088 | lochel | 2012-11-27 13:39:28 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/NFInstDumpTpl.mo M /trunk/testsuite/flattening/modelica/scodeinst/func6.mo M /trunk/testsuite/flattening/modelica/scodeinst/func7.mo - rename SCodeInst.instExp to NFSCodeInst.instExp ------------------------------------------------------------------------ r14087 | adrpo | 2012-11-27 13:19:27 +0100 (Tue, 27 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/NFInstDumpTV.mo - fix template compilation. ------------------------------------------------------------------------ r14086 | lochel | 2012-11-27 13:14:17 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/modelica/initialization/Makefile D /trunk/testsuite/simulation/modelica/initialization/unfixedParameter.mos A /trunk/testsuite/simulation/modelica/initialization/unfixedParameter1.mos (from /trunk/testsuite/simulation/modelica/initialization/unfixedParameter.mos:14071) A /trunk/testsuite/simulation/modelica/initialization/unfixedParameter2.mos - small changes for calculating parameters ------------------------------------------------------------------------ r14085 | adrpo | 2012-11-27 13:12:40 +0100 (Tue, 27 Nov 2012) | 4 lines Changed paths: D /trunk/Compiler/FrontEnd/Connect2.mo D /trunk/Compiler/FrontEnd/ConnectCheck.mo D /trunk/Compiler/FrontEnd/ConnectEquations.mo D /trunk/Compiler/FrontEnd/ConnectUtil2.mo D /trunk/Compiler/FrontEnd/ConnectionSets.mo D /trunk/Compiler/FrontEnd/EnvExtends.mo D /trunk/Compiler/FrontEnd/EvalFunction.mo D /trunk/Compiler/FrontEnd/ExpandableConnectors.mo M /trunk/Compiler/FrontEnd/Inst.mo D /trunk/Compiler/FrontEnd/InstDump.mo D /trunk/Compiler/FrontEnd/InstFlatten.mo M /trunk/Compiler/FrontEnd/InstSection.mo D /trunk/Compiler/FrontEnd/InstSymbolTable.mo D /trunk/Compiler/FrontEnd/InstTypes.mo D /trunk/Compiler/FrontEnd/InstUtil.mo D /trunk/Compiler/FrontEnd/InstanceHierarchy.mo A /trunk/Compiler/FrontEnd/NFConnect2.mo (from /trunk/Compiler/FrontEnd/Connect2.mo:14083) A /trunk/Compiler/FrontEnd/NFConnectCheck.mo (from /trunk/Compiler/FrontEnd/ConnectCheck.mo:14083) A /trunk/Compiler/FrontEnd/NFConnectEquations.mo (from /trunk/Compiler/FrontEnd/ConnectEquations.mo:14083) A /trunk/Compiler/FrontEnd/NFConnectUtil2.mo (from /trunk/Compiler/FrontEnd/ConnectUtil2.mo:14083) A /trunk/Compiler/FrontEnd/NFConnectionSets.mo (from /trunk/Compiler/FrontEnd/ConnectionSets.mo:14083) A /trunk/Compiler/FrontEnd/NFEnvExtends.mo (from /trunk/Compiler/FrontEnd/EnvExtends.mo:14083) A /trunk/Compiler/FrontEnd/NFEvalFunction.mo (from /trunk/Compiler/FrontEnd/EvalFunction.mo:14083) A /trunk/Compiler/FrontEnd/NFExpandableConnectors.mo (from /trunk/Compiler/FrontEnd/ExpandableConnectors.mo:14083) A /trunk/Compiler/FrontEnd/NFInstDump.mo (from /trunk/Compiler/FrontEnd/InstDump.mo:14083) A /trunk/Compiler/FrontEnd/NFInstFlatten.mo (from /trunk/Compiler/FrontEnd/InstFlatten.mo:14083) A /trunk/Compiler/FrontEnd/NFInstSymbolTable.mo (from /trunk/Compiler/FrontEnd/InstSymbolTable.mo:14083) A /trunk/Compiler/FrontEnd/NFInstTypes.mo (from /trunk/Compiler/FrontEnd/InstTypes.mo:14083) A /trunk/Compiler/FrontEnd/NFInstUtil.mo (from /trunk/Compiler/FrontEnd/InstUtil.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo (from /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeApplyRedeclare.mo (from /trunk/Compiler/FrontEnd/SCodeApplyRedeclare.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeCheck.mo (from /trunk/Compiler/FrontEnd/SCodeCheck.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeDependency.mo (from /trunk/Compiler/FrontEnd/SCodeDependency.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeEnv.mo (from /trunk/Compiler/FrontEnd/SCodeEnv.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeExpand.mo (from /trunk/Compiler/FrontEnd/SCodeExpand.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeFlatten.mo (from /trunk/Compiler/FrontEnd/SCodeFlatten.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeFlattenImports.mo (from /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo (from /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeHashTable.mo (from /trunk/Compiler/FrontEnd/SCodeHashTable.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeInst.mo (from /trunk/Compiler/FrontEnd/SCodeInst.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeInstShortcut.mo (from /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeLookup.mo (from /trunk/Compiler/FrontEnd/SCodeLookup.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeMod.mo (from /trunk/Compiler/FrontEnd/SCodeMod.mo:14083) A /trunk/Compiler/FrontEnd/NFSCodeStatic.mo (from /trunk/Compiler/FrontEnd/SCodeStatic.mo:14083) A /trunk/Compiler/FrontEnd/NFTypeCheck.mo (from /trunk/Compiler/FrontEnd/TypeCheck.mo:14083) A /trunk/Compiler/FrontEnd/NFTyping.mo (from /trunk/Compiler/FrontEnd/Typing.mo:14083) M /trunk/Compiler/FrontEnd/SCode.mo D /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo D /trunk/Compiler/FrontEnd/SCodeApplyRedeclare.mo D /trunk/Compiler/FrontEnd/SCodeCheck.mo D /trunk/Compiler/FrontEnd/SCodeDependency.mo D /trunk/Compiler/FrontEnd/SCodeEnv.mo D /trunk/Compiler/FrontEnd/SCodeExpand.mo D /trunk/Compiler/FrontEnd/SCodeFlatten.mo D /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo D /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo D /trunk/Compiler/FrontEnd/SCodeHashTable.mo D /trunk/Compiler/FrontEnd/SCodeInst.mo D /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo D /trunk/Compiler/FrontEnd/SCodeLookup.mo D /trunk/Compiler/FrontEnd/SCodeMod.mo D /trunk/Compiler/FrontEnd/SCodeStatic.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo D /trunk/Compiler/FrontEnd/TypeCheck.mo D /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenXML.mo D /trunk/Compiler/Template/InstDumpTV.mo D /trunk/Compiler/Template/InstDumpTpl.mo D /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/Template/Makefile A /trunk/Compiler/Template/NFInstDumpTV.mo (from /trunk/Compiler/Template/InstDumpTV.mo:14083) A /trunk/Compiler/Template/NFInstDumpTpl.mo (from /trunk/Compiler/Template/InstDumpTpl.mo:14083) A /trunk/Compiler/Template/NFInstDumpTpl.tpl (from /trunk/Compiler/Template/InstDumpTpl.tpl:14083) A /trunk/Compiler/Unused/InstanceHierarchy.mo (from /trunk/Compiler/FrontEnd/InstanceHierarchy.mo:14083) M /trunk/Compiler/Unused/SCodeFlat.mo M /trunk/Compiler/Unused/SCodeFlattenExtends.mo M /trunk/Compiler/Util/HashTablePathToFunction.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - naming frenzy :) - changed names of packages belonging to the new instantiation from NAME to NFNAME. NF=NewFrontEnd ------------------------------------------------------------------------ r14084 | sjoelund.se | 2012-11-27 11:01:34 +0100 (Tue, 27 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/modelica/mosfiles/TestLoadModel.mos M /trunk/testsuite/openmodelica/interactive-API/Rename.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos - Load MSL 3.2 by default ------------------------------------------------------------------------ r14083 | adrpo | 2012-11-27 08:40:34 +0100 (Tue, 27 Nov 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/Types.mo - better failtrace message in Compiler/FrontEnd/SCodeFlattenRedeclare.mo - new functions for dimension comparison on Compiler/FrontEnd/Expression.mo not used yet in Compiler/FrontEnd/Types.mo as I did not want to allow Types.subtype(Type[0], Type[N]) to return true (we'll see if we need to allow it). ------------------------------------------------------------------------ r14082 | adrpo | 2012-11-26 22:40:27 +0100 (Mon, 26 Nov 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/status.txt - update Fluid tests, enable also Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos - update status.txt (needs more work to put everything in the categories). ------------------------------------------------------------------------ r14081 | mahge930 | 2012-11-26 20:24:36 +0100 (Mon, 26 Nov 2012) | 1 line Changed paths: D /trunk/libraries/Modelica_LinearSystems2 A /trunk/libraries/Modelica_LinearSystems2 2.3 (from /trunk/libraries/Modelica_LinearSystems2:14080) + Rename 'Modelica_LinearSystems2' to 'Modelica_LinearSystems2 2.3' to properly load in OMEdit. ------------------------------------------------------------------------ r14080 | adrpo | 2012-11-26 18:28:33 +0100 (Mon, 26 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo - let's try this again to see how the tests are going. previously there were other issues with templates. ------------------------------------------------------------------------ r14078 | perost | 2012-11-26 14:40:54 +0100 (Mon, 26 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mos - Fix test again. ------------------------------------------------------------------------ r14077 | perost | 2012-11-26 14:33:36 +0100 (Mon, 26 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/PlanarMechanicsStandard.mo - Fix JuliansBib test. ------------------------------------------------------------------------ r14076 | adeas31 | 2012-11-26 14:16:52 +0100 (Mon, 26 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mos fix test. ------------------------------------------------------------------------ r14075 | sjoelund.se | 2012-11-26 14:08:31 +0100 (Mon, 26 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h A /trunk/testsuite/flattening/modelica/built-in-functions/Symmetric.mo #1950 - Added symmetric() implementation ------------------------------------------------------------------------ r14074 | adeas31 | 2012-11-26 13:17:14 +0100 (Mon, 26 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/testInOut.mo try the fmi tests one more time.... ------------------------------------------------------------------------ r14073 | adeas31 | 2012-11-26 13:16:01 +0100 (Mon, 26 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo Mark input variables, call fmiSet* functions for input variables. ------------------------------------------------------------------------ r14072 | jfrenkel | 2012-11-26 11:56:28 +0100 (Mon, 26 Nov 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mo A /trunk/testsuite/simulation/modelica/indexreduction/ArbitrarilyHighStructuralIndex.mos A /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mo A /trunk/testsuite/simulation/modelica/indexreduction/ImplizitStateCoupling.mos - add examples for index reduction ------------------------------------------------------------------------ r14071 | lochel | 2012-11-26 10:32:48 +0100 (Mon, 26 Nov 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mat - add reference file for JointUSR - update initialization test for JointUSR ------------------------------------------------------------------------ r14070 | adrpo | 2012-11-26 07:43:43 +0100 (Mon, 26 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/CoupledClutches.mos M /trunk/testsuite/flattening/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl221/LogicalNetwork1.mos M /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo1.mos M /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo2.mos M /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/flattening/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/flattening/libraries/msl221/ShowLogicalSources.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForNested.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForSimple.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/SumForLoop.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Summation.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayIndex3.mo M /trunk/testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayTuple.mo M /trunk/testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo M /trunk/testsuite/flattening/modelica/arrays/InOutArray.mo M /trunk/testsuite/flattening/modelica/arrays/InOutArray2.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo M /trunk/testsuite/flattening/modelica/blocks/BlockResult.mo M /trunk/testsuite/flattening/modelica/built-in-functions/AbsIssues.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/enums/Enum7.mo M /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo M /trunk/testsuite/flattening/modelica/expandable/ExpandableConnectors.mos M /trunk/testsuite/flattening/modelica/msl/BS11.mo M /trunk/testsuite/flattening/modelica/msl/Gear.mo M /trunk/testsuite/flattening/modelica/operators/OperatorsTuples.mo M /trunk/testsuite/flattening/modelica/others/DiagonalBlock.mo M /trunk/testsuite/flattening/modelica/others/EndUnknown.mo M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/flattening/modelica/others/SubScript3.mo M /trunk/testsuite/flattening/modelica/others/SubscriptEval.mo M /trunk/testsuite/flattening/modelica/others/WillowForest.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mos M /trunk/testsuite/simulation/modelica/others/Random.mos - revert changes to templates: Compiler/Template/CodegenC.tpl Compiler/Template/ExpressionDumpTpl.tpl as things started to break for no apparent reason! - revert changes to tests. ------------------------------------------------------------------------ r14069 | adrpo | 2012-11-26 07:03:59 +0100 (Mon, 26 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/CoupledClutches.mos M /trunk/testsuite/flattening/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl221/LogicalNetwork1.mos M /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo1.mos M /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo2.mos M /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/flattening/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/flattening/libraries/msl221/ShowLogicalSources.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForNested.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForSimple.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/SumForLoop.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Summation.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayIndex3.mo M /trunk/testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayTuple.mo M /trunk/testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo M /trunk/testsuite/flattening/modelica/arrays/InOutArray.mo M /trunk/testsuite/flattening/modelica/arrays/InOutArray2.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo M /trunk/testsuite/flattening/modelica/blocks/BlockResult.mo M /trunk/testsuite/flattening/modelica/built-in-functions/AbsIssues.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/enums/Enum7.mo M /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo M /trunk/testsuite/flattening/modelica/expandable/ExpandableConnectors.mos M /trunk/testsuite/flattening/modelica/msl/BS11.mo M /trunk/testsuite/flattening/modelica/msl/Gear.mo M /trunk/testsuite/flattening/modelica/operators/OperatorsTuples.mo M /trunk/testsuite/flattening/modelica/others/DiagonalBlock.mo M /trunk/testsuite/flattening/modelica/others/EndUnknown.mo M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/flattening/modelica/others/SubScript3.mo M /trunk/testsuite/flattening/modelica/others/SubscriptEval.mo M /trunk/testsuite/flattening/modelica/others/WillowForest.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mos M /trunk/testsuite/simulation/modelica/others/Random.mos - expected output - remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models. ------------------------------------------------------------------------ r14068 | adrpo | 2012-11-26 06:17:13 +0100 (Mon, 26 Nov 2012) | 24 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Fixes for bug: #1954 Static.mo - perform vectorization on inStream and actualStream ComponentReference.mo, ExpressionDump.mo - better debug printing of expressions and crefs ExpressionDumpTpl.tpl - prefix exps with /*asub*/ or /*tsub*/ so we know which one it is. CodegenC.tpl - use // as expressions can have /* */ in them! SCodeAnalyseRedeclare.mo - merge modifiers of derived classes on chain (more work is needed) but it seems to fix issues for some Fluid examples already ConnectUtil.mo - use the types of the input expressions/crefs to build the types of expressions needed for evaluation of inStream and actualStream. - Some tests will fail due to changes in ExpressionDumpTpl.tpl, I'll fix them with the output from Hudson. ------------------------------------------------------------------------ r14067 | adrpo | 2012-11-25 21:12:28 +0100 (Sun, 25 Nov 2012) | 12 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/modelica/operators/Makefile A /trunk/testsuite/flattening/modelica/operators/OperatorsTuples.mo - fixes for bug: #1953 Static.mo - handle Tuple op nonTuple - handle op Tuple - test for it: testsuite/flattening/modelica/operators/OperatorsTuples.mo Inst.mo - workaround for Modelica MSL bug: https://trac.modelica.org/Modelica/ticket/627 - remove when fixed ------------------------------------------------------------------------ r14065 | adrpo | 2012-11-25 17:53:31 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/SCodeDependency.mos - add test for bug #1952 ------------------------------------------------------------------------ r14064 | adrpo | 2012-11-25 17:46:26 +0100 (Sun, 25 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos - expected output. ------------------------------------------------------------------------ r14063 | adrpo | 2012-11-25 17:15:42 +0100 (Sun, 25 Nov 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo Fix attempt for bug: #1952 Compiler/FrontEnd/SCodeDependency.mo - call analyseClass on class extends in SCodeDependency.analyseElement Compiler/BackEnd/BackendDAEUtil.mo - traverse also DAE.TSUB in BackendDAEUtil.traversingincidenceRowExpSolvableFinder Compiler/BackEnd/Derive.mo - handle DAE.TSUB in Derive.differentiateExpTime Compiler/FrontEnd/CevalFunction.mo - handle DAE.TSUB in CevalFunction.optimizeExpTraverser Let's see how many tests fail :) ------------------------------------------------------------------------ r14062 | adeas31 | 2012-11-25 12:02:40 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile Linux don't like some tests. ------------------------------------------------------------------------ r14061 | adeas31 | 2012-11-25 11:32:33 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/JuliansBib.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/PlanarMechanicsStandard.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/TanksConnectedPI.mos few more tests. ------------------------------------------------------------------------ r14060 | adrpo | 2012-11-25 03:16:46 +0100 (Sun, 25 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Static.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayTuple.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile - fixes for bug #1951 add DAE.TSUB to array(fcallReturningTuple for i in range) -> array(tsub(fcallReturningTuple, 1) for i in range) - handle DAE.TSUB in prefixExp - add testsuite/flattening/modelica/arrays/ArrayTuple.mo ------------------------------------------------------------------------ r14059 | adrpo | 2012-11-25 02:11:51 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile - disable failing test to get Hudson to 100% again. ------------------------------------------------------------------------ r14058 | adrpo | 2012-11-25 01:45:14 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - calling Env.mergeEnvConnectionSet in Inst.mo is not really needed. ------------------------------------------------------------------------ r14057 | adrpo | 2012-11-25 00:49:43 +0100 (Sun, 25 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Env.mo - do not failtrace on Env.mergeEnvConnectionSet ------------------------------------------------------------------------ r14056 | adrpo | 2012-11-25 00:43:41 +0100 (Sun, 25 Nov 2012) | 22 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/SCode.mo Compiler/BackEnd/Derive.mo - add der(sign(x)) -> 0 to Derive.differentiateExpTime Compiler/FrontEnd/Ceval.mo - change the way cardinality is evaluated (strip all subs from connect crefs) Compiler/FrontEnd/Env.mo - make the CSetsType a list - add a function to merge CSetsType from 2 envs. Inst.mo - strip subs from crefs/prefix added to csets for cardinality sake. - add connections from for equations SCode.mo - added makeEquation to make an SCode.Equation out of SCode.EEquation. - quite some tests might fail, let's see what Hudson tells us. ------------------------------------------------------------------------ r14055 | adrpo | 2012-11-24 21:53:51 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos - expected output. ------------------------------------------------------------------------ r14054 | adrpo | 2012-11-24 21:31:28 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica/built-in-functions/AbsIssues.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile - test for bug #1946 ------------------------------------------------------------------------ r14053 | adrpo | 2012-11-24 21:26:13 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - send in the file info in BackendDAEUtil.checkAssertCondition so we know where the assertion got triggered ------------------------------------------------------------------------ r14052 | adeas31 | 2012-11-24 19:46:29 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos - Few more tests can now run successfully with new FMI import. ------------------------------------------------------------------------ r14051 | adeas31 | 2012-11-24 19:43:53 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/SimulationRuntime/c/util/modelica_string.h - escape the generated code strings. ------------------------------------------------------------------------ r14049 | adeas31 | 2012-11-24 16:30:30 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl handle input causality for the variable. ------------------------------------------------------------------------ r14048 | adeas31 | 2012-11-24 16:25:36 +0100 (Sat, 24 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - Make the FMI Export generate XML according to the specification. ------------------------------------------------------------------------ r14047 | adrpo | 2012-11-24 16:04:40 +0100 (Sat, 24 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo Fixes for #1946 - guard Types.subtype2(ty1, tuple(ty2, _)) -> Types.subtype2(ty1, ty2) and Types.subtype2(tuple(ty1, _), ty2) -> Types.subtype2(ty1, ty2) to be executed only for normal Modelica and not MetaModelica ------------------------------------------------------------------------ r14046 | adrpo | 2012-11-24 15:52:00 +0100 (Sat, 24 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo Fixes for #1946 - Types.subtype2: + check of tuple vs. type: i.e. abs(fcallReturningTuple) we try subtype of the first tuple element with the other type! ------------------------------------------------------------------------ r14045 | jfrenkel | 2012-11-23 23:03:26 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/FMU/fmu_model_interface.c tabs ------------------------------------------------------------------------ r14044 | jfrenkel | 2012-11-23 22:49:16 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Source/FMU A /trunk/SimulationRuntime/cpp/Source/FMU/fmiModelFunctions.h A /trunk/SimulationRuntime/cpp/Source/FMU/fmiModelTypes.h A /trunk/SimulationRuntime/cpp/Source/FMU/fmu_model_interface.c A /trunk/SimulationRuntime/cpp/Source/FMU/fmu_model_interface.h - continue translateModelFMU SimulationRuntime CPP ------------------------------------------------------------------------ r14043 | adrpo | 2012-11-23 22:16:07 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - small optimization, use funcs directly do not call get func twice. ------------------------------------------------------------------------ r14042 | lochel | 2012-11-23 19:15:28 +0100 (Fri, 23 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_empty.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h - remove some redundant parts of SimulationRuntime/c ------------------------------------------------------------------------ r14041 | jfrenkel | 2012-11-23 17:53:38 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - remove duplicated variable ------------------------------------------------------------------------ r14040 | lochel | 2012-11-23 17:51:05 +0100 (Fri, 23 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos A /trunk/testsuite/simulation/modelica/initialization/unfixedParameter.mos - bugfix for: unfixed parameters were initialized with their start values, instead of what the initial system says ------------------------------------------------------------------------ r14039 | jfrenkel | 2012-11-23 17:49:34 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix for last commit ------------------------------------------------------------------------ r14038 | jfrenkel | 2012-11-23 17:29:25 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos - expexted output ------------------------------------------------------------------------ r14037 | jfrenkel | 2012-11-23 17:17:04 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - additional fix for #1948 ------------------------------------------------------------------------ r14036 | jfrenkel | 2012-11-23 16:25:06 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos - replace bind expression of final vars with evaluated expression ------------------------------------------------------------------------ r14035 | adrpo | 2012-11-23 16:18:07 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mo A /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/connectors/Makefile - fix test, use a .mos script as we need to load Modelica. ------------------------------------------------------------------------ r14034 | cschubert | 2012-11-23 15:36:43 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mo M /trunk/testsuite/flattening/modelica/connectors/Makefile Test for Bug #1947 (I hope it works) ------------------------------------------------------------------------ r14033 | jfrenkel | 2012-11-23 14:41:08 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp - bugfix for getEqnsforIndexReduction ------------------------------------------------------------------------ r14032 | adeas31 | 2012-11-23 14:02:15 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - few minor fixes in the co-simulation generated code. ------------------------------------------------------------------------ r14031 | adrpo | 2012-11-23 13:55:06 +0100 (Fri, 23 Nov 2012) | 13 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c ComponentReference.mo - fix comment ModelicaBuiltin.mo - add showFlatModelica to buildOpenTURNSInterface default to false CevalScript.mo - handle showFlatModelica in buildOpenTURNSInterface - more things in isCompleteFunction, not activated yet SimulationRuntime/OpenTurns/wrapper_template.c - enable debugging by default ------------------------------------------------------------------------ r14030 | adeas31 | 2012-11-23 13:19:53 +0100 (Fri, 23 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/testsuite/openmodelica/fmi/ModelExchange/ExternalFMUs.mos - removed some unused code. - documentation. - Some minor fixes. ------------------------------------------------------------------------ r14029 | jfrenkel | 2012-11-23 12:00:28 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp - fix tabs ------------------------------------------------------------------------ r14028 | jfrenkel | 2012-11-23 11:45:03 +0100 (Fri, 23 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matching.c M /trunk/Compiler/runtime/matchmaker.h M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/modelica/indexreduction A /trunk/testsuite/simulation/modelica/indexreduction/Makefile A /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mo A /trunk/testsuite/simulation/modelica/indexreduction/SingularePlanarLoop.mos M /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos - bugfix for singulare sytems, add test SingularePlanarLoop, Ticket #1948 ------------------------------------------------------------------------ r14027 | sjoelund.se | 2012-11-23 10:03:01 +0100 (Fri, 23 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/Makefile.unix.in M /trunk/OMOptim/build/OMOptim.config.in M /trunk/configure.in - Force gcc-4.4 for OMOptim builds ------------------------------------------------------------------------ r14026 | perost | 2012-11-22 16:31:40 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/const17.mo - Forgot to actually update the test. ------------------------------------------------------------------------ r14025 | perost | 2012-11-22 16:30:57 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile M /trunk/testsuite/flattening/modelica/scodeinst/const11.mo - Disable SCodeLookup.crefStripEnvPrefix when the scodeInst flag is used. ------------------------------------------------------------------------ r14024 | perost | 2012-11-22 16:22:05 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/enum5.mo A /trunk/testsuite/flattening/modelica/scodeinst/enum6.mo - Some enumeration improvements in the new instantiation. ------------------------------------------------------------------------ r14023 | perost | 2012-11-22 15:49:19 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix path for ReferenceFiles in runtest.pl. ------------------------------------------------------------------------ r14022 | sjoelund.se | 2012-11-22 15:47:40 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/configure.in - Don't link in sundials if it's not working... ------------------------------------------------------------------------ r14021 | lochel | 2012-11-22 14:56:05 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile - initialization for fmi should work now. so move up some tests ------------------------------------------------------------------------ r14020 | perost | 2012-11-22 14:37:48 +0100 (Thu, 22 Nov 2012) | 3 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Check for the existence of a ReferenceFiles folder in runtest.pl, instead of listing all the folders manually. ------------------------------------------------------------------------ r14019 | jfrenkel | 2012-11-22 14:31:15 +0100 (Thu, 22 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - bugfix for array_algorithm, replace also lhs of array assign statement, test does still not work because values of parameters seems to be written to early (before initialisation) in mat file ------------------------------------------------------------------------ r14018 | niklwors | 2012-11-22 12:56:47 +0100 (Thu, 22 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cppruntime/BouncingBall.mos A /trunk/testsuite/openmodelica/cppruntime/ReferenceFiles A /trunk/testsuite/openmodelica/cppruntime/ReferenceFiles/BouncingBall.csv Added comparison of simulation results for BouncingBall test ------------------------------------------------------------------------ r14017 | perost | 2012-11-22 12:21:35 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica_LinearSystems2 2.0/DiscreteStateSpace.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/PolesAndZeros.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/StateSpaceR.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Polynomial.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/StateSpace.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/TransferFunction.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/ZerosAndPoles.mo - Fix redeclare issues in Modelica_LinearSystems2 2.0. ------------------------------------------------------------------------ r14016 | perost | 2012-11-22 12:15:09 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica_LinearSystems2/DiscreteStateSpace.mo M /trunk/libraries/Modelica_LinearSystems2/DiscreteTransferFunction.mo M /trunk/libraries/Modelica_LinearSystems2/DiscreteZerosAndPoles.mo M /trunk/libraries/Modelica_LinearSystems2/Examples/package.order M /trunk/libraries/Modelica_LinearSystems2/Internal/StateSpaceR.mo M /trunk/libraries/Modelica_LinearSystems2/Math/Complex.mo M /trunk/libraries/Modelica_LinearSystems2/Math/Polynomial.mo M /trunk/libraries/Modelica_LinearSystems2/StateSpace.mo M /trunk/libraries/Modelica_LinearSystems2/TransferFunction.mo M /trunk/libraries/Modelica_LinearSystems2/ZerosAndPoles.mo M /trunk/libraries/Modelica_LinearSystems2/package.order - Fix issues with redeclare and operator records in Modelica_LinearSystems2. ------------------------------------------------------------------------ r14015 | perost | 2012-11-22 11:53:51 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica_LinearSystems2/UsersGuide.mo - Removed tabs. ------------------------------------------------------------------------ r14014 | perost | 2012-11-22 11:14:25 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: A /trunk/libraries/Modelica_LinearSystems2 A /trunk/libraries/Modelica_LinearSystems2/Controller A /trunk/libraries/Modelica_LinearSystems2/Controller/ADconverter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/DAconverter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Derivative.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/AccelerationLimiter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/DoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/DoublePendulum2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/InverseDoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/InverseDoublePendulum2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/InverseDoublePendulum3.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/MixingUnit.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/MixingUnit1.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/SeriesConnection.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/TwoPoint.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Components/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Discretization1.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Discretization2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/DiscretizationSeries.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/DoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/FirstExample.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/Interpolator.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/InverseDoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/InverseDoublePendulumWithObserver.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/MixingUnit.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/SimpleControlledDrive.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Examples/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Filter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/FilterFIR.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/FirstOrder.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Icons A /trunk/libraries/Modelica_LinearSystems2/Controller/Icons/PartialBlockDiscrete.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Icons/PartialBlockIcon.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Icons/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Icons/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Integrator.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialBlockIcon.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialDiscreteBlock.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialDiscreteSISO_equality.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialSISO2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialSISO_equality.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/PartialSampledBlock.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interfaces/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/Add.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/Add2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteADconverter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteDAconverter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteFIR.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteInterpolator.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteNoise.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteSampler.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteStateSpace.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteStateSpace2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/DiscreteUnitDelay.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/FIR_coefficients.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/FIR_window.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/bessel0.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/random.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/scaleFactor1.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Internal/scaleFactor2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Interpolator.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/LimPID.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/MatrixGain.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Noise.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/PI.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/PID.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/SampleClock.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Sampler.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/SecondOrder.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/StateSpace.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Add2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/Add2.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/ObserverTemplate.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/PartialPlantMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/PartialPlantSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/PlantTemplate.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/PlantTemplate_SISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/Plant_SISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Internal/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/PartialPlantMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/PartialPlantSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/PlantTemplate.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/PlantTemplate_SISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/Plant_SISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/SimpleObserverStateSpaceControl.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/SimpleStateSpaceControl.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/TwoDOFinverseModelController.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/TwoDegreesOfFreedomControlSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Templates/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/TransferFunction.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/AnalogFilter.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/BlockType.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/BlockTypeWithGlobalDefault.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/FIRspec.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/FilterType.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/Init.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/InitWithGlobalDefault.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/Method.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/MethodWithGlobalDefault.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/PID_representation.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/Window.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/Types/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/UnitDelay.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/BlockProperties.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/Contact.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/GettingStarted.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/Literature.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/UsersGuide/package.order A /trunk/libraries/Modelica_LinearSystems2/Controller/ZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/package.mo A /trunk/libraries/Modelica_LinearSystems2/Controller/package.order A /trunk/libraries/Modelica_LinearSystems2/DiscreteStateSpace.mo A /trunk/libraries/Modelica_LinearSystems2/DiscreteTransferFunction.mo A /trunk/libraries/Modelica_LinearSystems2/DiscreteZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/Examples A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/analysisEigenvalues.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/analysisTimeResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/importFromModel.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/package.order A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteStateSpace/plotBodeSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteTransferFunction A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteTransferFunction/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteTransferFunction/package.order A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteTransferFunction/plotBode.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteTransferFunction/poltBode.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/DiscreteZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysis.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisControllability.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisControllablePoles.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisDcGain.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisImpulseResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisInitialResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisInvariantZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisObservability.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisPolesAndZerosSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisPolesAndZeros_SISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisStairCase.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisStepResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/analysisTimeResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/conversionFromZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/conversionToTransferFunctionMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/conversionToTransferFunctionSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/conversionToZerosAndPolesMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/conversionToZerosAndPolesSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/designAssignPolesMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/designAssignPolesSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/designKalmanFilter.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/designLQG.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/designLQR.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/importFromModel.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/package.order A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotBodeMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotBodeSISO.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotImpulse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotInital.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotPolesAndZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotRamp.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotStep.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotTimeResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/plotZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/transformation.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/transformationExtract.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/StateSpace/transformationToIrreducibleForm.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/importFromFile.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/operationsOnTransferFunctions.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/package.order A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotBode1.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotBode2.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotBode3.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotBodeFilter2.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotImpulse.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotInital.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotPolesAndZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/TransferFunction/plotStep.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/analysisDcGain.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/analysisZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/conversionToStateSpace.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/package.order A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBode1.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBode2.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBode3.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBodeFilter1.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBodeFilter2.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotBodeFilter3.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotPolesAndZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/ZerosAndPoles/plotStep.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/package.mo A /trunk/libraries/Modelica_LinearSystems2/Examples/package.order A /trunk/libraries/Modelica_LinearSystems2/Internal A /trunk/libraries/Modelica_LinearSystems2/Internal/AnalyseOptions.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/AnalyseOptions2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/DefaultDiagramBodePlot.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/DefaultDiagramPolesAndZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/DefaultDiagramTimeResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Eigenvalue.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/PartialAnalyzeFunction.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/PartialPlotFunction.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/PartialPlotFunctionMIMO.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/PolesAndZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/StateSpace2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/StateSpaceR.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/AnalyseOptions.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixA.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixA2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixB.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixB2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixC.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixC2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixD.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadMatrixD2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadSystemDimension.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/ReadSystemDimension2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/package.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/package.order A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/readMatrixInternal.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/readMatrixOnFileSize.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/Streams/stateSpaceString_html.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/defaultColumnLabels.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/defaultImpulseResponseHeadings.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/defaultInitialResponseHeadings.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/defaultRampResponseHeadings.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/defaultStepResponseHeadings.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/eigenValuesFromLinearization.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/extractRealZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/frequencyRangeBode.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/frequencyRangeZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/frequencyVector.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/from_Hz.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/methodString.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/numberOfRealZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/package.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/package.order A /trunk/libraries/Modelica_LinearSystems2/Internal/printComplexVector.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/reorderEigenvalue.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/reorderZeros.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/sortEigenvalue.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask2.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask2_tf.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask2_zp.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask_discrete.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask_tf.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask_tf_discrete.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask_zp.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseMask_zp_discrete.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/timeResponseSamples.mo A /trunk/libraries/Modelica_LinearSystems2/Internal/to_Hz.mo A /trunk/libraries/Modelica_LinearSystems2/Math A /trunk/libraries/Modelica_LinearSystems2/Math/Complex.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Examples.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/QR.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/QR2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/carenls.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/darenls.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/dgeqp3_workdim.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/dgeqrf_workdim.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/dhseqr_workdim.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/eigenvalues2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/eigenvaluesHessenberg.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/findLocal_tk.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/frobeniusNorm.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/haveZeroRow.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/hessenberg2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/hohoTrafoLowerHess.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/hohoTrafoUpperHess.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/householderSimilarityTransformation2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/k_care_u.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/multiplyWithOrthogonalQ_hr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/multiplyWithOrthogonalQ_qr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/package.order A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/readMatrixGain.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/reorderRSF.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/reorderRSF2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/reorderRSFc.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/reorderRSFd.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/solve2rSym.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/solve2rSym_C.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/solveSymRight.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/solveSymRight_C.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/symMatMul.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/Internal/symMatMul_C.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgecon.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgees.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgeev.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgeevx.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgegv.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgehrd.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgelqf.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgelsx.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgemm.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgeqp3.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgeqrf.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgesdd.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgesvd.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgesvx.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dgetrs.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dggev.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dggevx.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dhgeqz.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dhseqr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dlange.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dlansy.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dorghr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dorglq.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dorgqr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dorgqr_x.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dormhr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dormqr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dpocon.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dposv.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dpotrf.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/drot.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/drotg.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrevc.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrmm.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrsen.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrsm.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrsv.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrsyl.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/dtrtri.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LAPACK/package.order A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LQ.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LU.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LU_solve.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/LU_solve2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/QR.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/care.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/cholesky.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/choleskyDownDate.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/choleskyDownDate2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/choleskyUpDate.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/conditionNumber.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/dare.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/det.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/dlyapunov.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/dsylvester.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/eigenValues.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/equalityLeastSquares.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/fliplr.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/flipud.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/fromFile.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/generalizedEigenvaluesTriangular.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/hessenberg.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/householderReflexion.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/householderSimilarityTransformation.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/leastSquares.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/leastSquares2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/lyapunov.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/norm.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/nullspace.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/orthogonalQ.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/package.order A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/printMatrix.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/printMatrixInHtml.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/rcond.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/rsf.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/rsf2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/solve.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/solve2.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/solve2r.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/sylvester.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/toUpperHessenberg.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/trace.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Matrices/triangle.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Polynomial.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/Internal A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/Internal/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/Internal/package.order A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/find.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/householderReflexion.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/householderReflexion_e1.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/householderReflexion_en.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/householderVector.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/length.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/package.order A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/printStringVectorInHtml.mo A /trunk/libraries/Modelica_LinearSystems2/Math/Vectors/printVector.mo A /trunk/libraries/Modelica_LinearSystems2/Math/isEqual.mo A /trunk/libraries/Modelica_LinearSystems2/Math/package.mo A /trunk/libraries/Modelica_LinearSystems2/Math/package.order A /trunk/libraries/Modelica_LinearSystems2/ModelAnalysis.mo A /trunk/libraries/Modelica_LinearSystems2/Records.mo A /trunk/libraries/Modelica_LinearSystems2/Resources A /trunk/libraries/Modelica_LinearSystems2/Resources/Data A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_diff.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_mimo.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_mimo2.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_siso.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_siso2.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/abcd_siso3.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/craneController.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/craneController_small.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/doublePendulumController.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/dss.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/inverseDoublePendulumController.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/inverseDoublePendulumControllerO.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/inversePendulumController_small.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/m.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/pc.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/siso_Acrit.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/siso_Acrit2.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/siso_Acrit3.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/tf.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/tf1.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/tf_siso_1.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/z.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Data/zp.mat A /trunk/libraries/Modelica_LinearSystems2/Resources/Images A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/AdvancedOptionsMenu.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Examples A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Examples/Interpolator.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Examples/MixingUnit_results.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Examples/SimpleControlledDrive_Layout.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Examples/SimpleControlledDrive_Plot1.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/Noise_typicalSignal.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Controllers/SampleClockMenu.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DeveloperOnlyFunction.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles/impulseResponseDZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles/initialResponseDZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles/rampResponseDZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles/stepResponseDZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/DiscreteZerosAndPoles/timeResponseDZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/HighPassOrder4Filters.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/HighPassOrder4FiltersStepResponse.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/LowPassOrder4Filters.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/LowPassOrder4FiltersStepResponse.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Math A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Math/vectorNorm.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Math/vectorNorm.ppt A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/NotWorkingYetFunction.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/impulseResponseSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/initialResponseSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/polesAndZerosSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/rampResponseSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/stepResponseSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/StateSpace/timeResponseSS.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/PolesAndZerosTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/impulseResponseTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/initialResponseTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/rampResponseTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/stepResponseTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/TransferFunction/timeResponseTF.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Complex.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Complex2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Complex3.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Polynomial1.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Polynomial2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Polynomial3.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Polynomial4.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Sampled1.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Sampled2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/Sampled3.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/TransferFunction1.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/TransferFunction2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/TransferFunction3.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/TransferFunction4.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/UsersGuide/TransferFunction5.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities/plotSine.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities/plotTwoSineDifferentStyles.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities/rootLocusOfDrive.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities/showLegendStyles.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/Utilities/showSinesInVectorDiagram.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/impulseResponseZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/initialResponseZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/polesAndZerosZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/rampResponseZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/stepResponseZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/ZerosAndPoles/timeResponseZP.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodeMagDis.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodeMagnitude.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodeMagnitude2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodePhase.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodePhase2.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/bodePhaseDis.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/dBbodeMagnitude.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/dBodePhase.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/dlr_logo.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/initialResponse.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Images/rootLocusDefaultSetup.png A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola/Controllers A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola/Controllers/Examples A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola/Controllers/Examples/MixingUnit_plot.mos A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola/Controllers/Examples/SimpleControlledDriver_plot.mos A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/Dymola/ConvertLinearSystems2_from_2.2.2_to_XXX.mos A /trunk/libraries/Modelica_LinearSystems2/Resources/Scripts/_abbreviations.mos A /trunk/libraries/Modelica_LinearSystems2/StateSpace.mo A /trunk/libraries/Modelica_LinearSystems2/TransferFunction.mo A /trunk/libraries/Modelica_LinearSystems2/Types A /trunk/libraries/Modelica_LinearSystems2/Types/AnalogFilter.mo A /trunk/libraries/Modelica_LinearSystems2/Types/FilterType.mo A /trunk/libraries/Modelica_LinearSystems2/Types/Grid.mo A /trunk/libraries/Modelica_LinearSystems2/Types/Method.mo A /trunk/libraries/Modelica_LinearSystems2/Types/StaircaseMethod.mo A /trunk/libraries/Modelica_LinearSystems2/Types/TimeResponse.mo A /trunk/libraries/Modelica_LinearSystems2/Types/Window.mo A /trunk/libraries/Modelica_LinearSystems2/Types/package.mo A /trunk/libraries/Modelica_LinearSystems2/Types/package.order A /trunk/libraries/Modelica_LinearSystems2/UsersGuide.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/Examples A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/Examples/linearizeDoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/Examples/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/Examples/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/linearize.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/linearize2.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Import/rootLocusOfModel.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/DoublePendulum.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/DoublePendulumInverse.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/SimpleLinearSystem.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/SimpleMIMOSystem.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plants/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities/ControlledSISO1.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities/ControlledSISO2.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities/dampedSine.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/Utilities/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/plotParameterizedCurve1.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/plotParameterizedCurve2.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/plotSine.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/plotTwoSine.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/plotTwoSineDifferentStyles.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfControlledSISO1Log.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfControlledSISO2.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfControlledSISO2Log.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfDrive.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfDriveSolidLine.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/rootLocusOfPIDDrive.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/showLegendStyles.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/showMatrixDiagrams.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Examples/showSinesInVectorDiagrams.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Internal.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/Curve.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/CurveProperties.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/DefaultDiagram.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/Device.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/Diagram.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/ParametrizedCurves.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/RootLocusDiagram.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Records/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/DrawingUnit_mm.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/ImageResolution_dpi.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/LegendLocation.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/LinePattern.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/PointSymbol.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/Types/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/diagram.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/diagramMatrix.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/diagramVector.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/package.order A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/parameterizedCurves.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/Plot/rootLocusOfModel.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/package.mo A /trunk/libraries/Modelica_LinearSystems2/Utilities/package.order A /trunk/libraries/Modelica_LinearSystems2/ZerosAndPoles.mo A /trunk/libraries/Modelica_LinearSystems2/libraryinfo.mos A /trunk/libraries/Modelica_LinearSystems2/package.mo A /trunk/libraries/Modelica_LinearSystems2/package.order - Added newest version of Modelica_LinearSystems2 library. ------------------------------------------------------------------------ r14013 | lochel | 2012-11-22 11:02:54 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/array_algorithm.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest6.mos - add case for an array assignment in initial algorithms ------------------------------------------------------------------------ r14012 | niklwors | 2012-11-22 10:13:30 +0100 (Thu, 22 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h fix in Idas solver for event handling, added reinit before Idas call. fix in cpp template in event iteration if discrete variable has changed. ------------------------------------------------------------------------ r14011 | adrpo | 2012-11-21 22:38:37 +0100 (Wed, 21 Nov 2012) | 15 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo - fixes for bug #1947 Inst.mo - send the connection graph to InnerOuter.retrieveOuterConnections as it does InstSection.connectComponents and it can change graph! InnerOuter.mo - handle the connection graph in InnerOuter.retrieveOuterConnections and down to InstSection.connectComponents More prefixing for DAE.ElementSources in connect equations in InstSection.mo, also display prefix/component in ConnectUtil.mo when adding the unconnected inside flow comment to DAE.ElementSource to know where the prefix ends. - ------------------------------------------------------------------------ r14010 | sjoelund.se | 2012-11-21 13:36:45 +0100 (Wed, 21 Nov 2012) | 2 lines Changed paths: M /trunk/doc/bibliography/bib2html.sh M /trunk/doc/bibliography/documentation.cite M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/phd.cite - Update output format to be by year ------------------------------------------------------------------------ r14009 | perost | 2012-11-21 13:11:44 +0100 (Wed, 21 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Some code cleanup. ------------------------------------------------------------------------ r14008 | perost | 2012-11-21 13:09:00 +0100 (Wed, 21 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo A /trunk/testsuite/flattening/modelica/scodeinst/BuiltinTime.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile - Improved handling of package constants in SCodeInst. - Fixed function parameter order in SCodeInst. ------------------------------------------------------------------------ r14007 | sjoelund.se | 2012-11-21 13:06:12 +0100 (Wed, 21 Nov 2012) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib - Typo ------------------------------------------------------------------------ r14006 | sjoelund.se | 2012-11-21 13:04:46 +0100 (Wed, 21 Nov 2012) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite M /trunk/doc/bibliography/upload.sh - Adding the mathmod paper ------------------------------------------------------------------------ r14005 | sjoelund.se | 2012-11-21 12:40:44 +0100 (Wed, 21 Nov 2012) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite M /trunk/doc/bibliography/upload.sh - Updated bibliography ------------------------------------------------------------------------ r14004 | adrpo | 2012-11-21 12:27:21 +0100 (Wed, 21 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw - fixes for building cpp runtime on OMDev msys. ------------------------------------------------------------------------ r14003 | adrpo | 2012-11-21 11:25:30 +0100 (Wed, 21 Nov 2012) | 5 lines Changed paths: M /trunk/Makefile.common M /trunk/testsuite/Makefile Makefile.common - remove testing from runtimeCPPinstall and move it to testsuite/Makefile to be part of the full test. - some build might fail, I'll fix them as it goes. ------------------------------------------------------------------------ r14002 | niklwors | 2012-11-21 10:10:58 +0100 (Wed, 21 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt fix for coping all cpp runtime libs to /omc/lib/cpp in CMake file ------------------------------------------------------------------------ r14001 | niklwors | 2012-11-21 09:49:43 +0100 (Wed, 21 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for correct jacobian tmp vars vector allocation. ------------------------------------------------------------------------ r14000 | jfrenkel | 2012-11-20 22:15:34 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Util.mo - fix bootstrapping ------------------------------------------------------------------------ r13999 | jfrenkel | 2012-11-20 21:49:39 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat - expected output ------------------------------------------------------------------------ r13998 | adrpo | 2012-11-20 21:45:04 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - attempt to fix bootstrapping. ------------------------------------------------------------------------ r13997 | jfrenkel | 2012-11-20 21:06:51 +0100 (Tue, 20 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/matching.c M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat - partial support for Media Models - Matching.c: do not generate transposet incidence madrix if not necessary - move some Media Models to working group ------------------------------------------------------------------------ r13996 | mahge930 | 2012-11-20 18:34:36 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/libraries/Modelica_LinearSystems2 2.0.txt M /trunk/libraries/README - update READMEs. ------------------------------------------------------------------------ r13995 | mahge930 | 2012-11-20 18:22:38 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Icons/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/DiscreteStateSpace.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Complex.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Polynomial.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/StateSpace.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/TransferFunction.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/ZerosAndPoles.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/package.order - record -> operator record ------------------------------------------------------------------------ r13994 | sjoelund.se | 2012-11-20 17:19:12 +0100 (Tue, 20 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/EnvExtends.mo M /trunk/Compiler/FrontEnd/InstFlatten.mo M /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeApplyRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/SCodeStatic.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Unused/Global.mo M /trunk/Compiler/Util/HashTableCrToExpSourceTpl.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mos - Fix MeasureTime.mos ------------------------------------------------------------------------ r13993 | perost | 2012-11-20 16:40:38 +0100 (Tue, 20 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Got rid of GNU extension asprintf to please clang. ------------------------------------------------------------------------ r13992 | mahge930 | 2012-11-20 15:28:37 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos - Expected output. ------------------------------------------------------------------------ r13991 | mahge930 | 2012-11-20 14:38:52 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplex.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo #1821 - Remove unnecessary error messages. ------------------------------------------------------------------------ r13990 | perost | 2012-11-20 14:27:23 +0100 (Tue, 20 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo A /trunk/testsuite/flattening/modelica/scodeinst/ExtendSections.mo A /trunk/testsuite/flattening/modelica/scodeinst/FunctionRecordArg1.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/RedeclaredFunction1.mo M /trunk/testsuite/flattening/modelica/scodeinst/classextends3.mo M /trunk/testsuite/flattening/modelica/scodeinst/loop4.mo - Fix component order in SCodeInst. - Added a couple of tests I'd forgotten. ------------------------------------------------------------------------ r13989 | mahge930 | 2012-11-20 14:13:00 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplex.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo - revert r13984. ------------------------------------------------------------------------ r13988 | perost | 2012-11-20 14:12:58 +0100 (Tue, 20 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Typing.mo - Oh RML, why are you so lazy? ------------------------------------------------------------------------ r13987 | perost | 2012-11-20 14:05:24 +0100 (Tue, 20 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix compilation. ------------------------------------------------------------------------ r13986 | perost | 2012-11-20 14:00:36 +0100 (Tue, 20 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Don't return the class from InstSymbolTable.addClass, it's no longer needed since classes are flattened in SCodeInst.instClassItem. ------------------------------------------------------------------------ r13985 | perost | 2012-11-20 13:41:02 +0100 (Tue, 20 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Handle package constants in SCodeInst instead of collecting them in SCodeDependency. ------------------------------------------------------------------------ r13984 | mahge930 | 2012-11-20 13:05:22 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplex.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo #1821 - Remove unnecessary error messages. ------------------------------------------------------------------------ r13983 | sjoelund.se | 2012-11-20 10:35:27 +0100 (Tue, 20 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl #1941 - Fix for outerProduct and other earlyInline functions with unknown dimensions in output ------------------------------------------------------------------------ r13982 | perost | 2012-11-20 10:34:17 +0100 (Tue, 20 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/modelica/connectors/Makefile A /trunk/testsuite/flattening/modelica/connectors/MultipleInheritanceConnect.mo - Fixed connect with multiple inheritance, in both old and new instantiation. - Added test case MultipleInheritanceConnect and updated Modelica.Fluid.Examples.HeatingSystem test which is now balanced. ------------------------------------------------------------------------ r13981 | perost | 2012-11-20 09:52:05 +0100 (Tue, 20 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo - Fix bootstrapping. ------------------------------------------------------------------------ r13980 | adrpo | 2012-11-20 09:31:27 +0100 (Tue, 20 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Inst.mo - print more info on +d=showEquationSource - add more info from where the unconnected flow comes (add Element info to added inside flow) to get nicer +d=showEquationSource display. ------------------------------------------------------------------------ r13979 | adrpo | 2012-11-20 06:35:36 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl - get rid of tabs once again. ------------------------------------------------------------------------ r13978 | adrpo | 2012-11-20 06:00:14 +0100 (Tue, 20 Nov 2012) | 11 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo SCodeAnalyseRedeclare.mo - do not crash omc on types containing functions referring to the type the testsuite now works without issues with +d=scodeInstShortcut and has 309 failures. Dump.mo - dump all the existing restrictions Inline.mo - more useful output for failtrace. ------------------------------------------------------------------------ r13977 | nutaro | 2012-11-20 03:20:51 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Code cleanup in adevs backend ------------------------------------------------------------------------ r13976 | nutaro | 2012-11-20 02:58:40 +0100 (Tue, 20 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Fixed minor problem in nonlinear system solver for adevs backend ------------------------------------------------------------------------ r13975 | jfrenkel | 2012-11-19 22:49:24 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - ignore toplevel inputs for parameter bound equations ------------------------------------------------------------------------ r13974 | jfrenkel | 2012-11-19 22:04:38 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/checkHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mos - expected output (now some more models are balanced) ------------------------------------------------------------------------ r13973 | jfrenkel | 2012-11-19 21:15:37 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - size of enumeration type is 1 ------------------------------------------------------------------------ r13972 | perost | 2012-11-19 17:29:54 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/extends/InvalidComponentExtends1.mo - Fixed test. ------------------------------------------------------------------------ r13971 | jfrenkel | 2012-11-19 17:19:32 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix for last commit, ignore constants ------------------------------------------------------------------------ r13970 | jfrenkel | 2012-11-19 17:16:44 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix for last commit, ignore constants ------------------------------------------------------------------------ r13969 | alash325 | 2012-11-19 17:06:58 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - Added XML code generation for Optimica Extension ------------------------------------------------------------------------ r13968 | jfrenkel | 2012-11-19 17:06:05 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - add in case of constant variables every time a parameter bound equation to the simulation code and in case of parameters only if it is not constant ------------------------------------------------------------------------ r13967 | perost | 2012-11-19 17:01:04 +0100 (Mon, 19 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos - Removed some dead code from SCodeDependency. - Updated fluid tests. ------------------------------------------------------------------------ r13966 | sjoelund.se | 2012-11-19 16:21:57 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2/Aufgabe2.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/5/FourBar.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/expandable/07.mo M /trunk/testsuite/flattening/modelica/extends/Extends12.mo M /trunk/testsuite/flattening/modelica/extends/InvalidComponentExtends1.mo M /trunk/testsuite/flattening/modelica/extends/InvalidComponentExtends2.mo M /trunk/testsuite/flattening/modelica/extends/InvalidInheritedExtends2.mo M /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends1.mo M /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends2.mo M /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends3.mo M /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends4.mo M /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends5.mo M /trunk/testsuite/flattening/modelica/extends/ShortClassdefExtends1.mo M /trunk/testsuite/flattening/modelica/extends/ShortClassdefExtends2.mo M /trunk/testsuite/flattening/modelica/scodeinst/MissingRedeclare1.mo M /trunk/testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo M /trunk/testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo M /trunk/testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo M /trunk/testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo M /trunk/testsuite/flattening/modelica/scodeinst/classextends3.mo M /trunk/testsuite/flattening/modelica/scodeinst/enum4.mo M /trunk/testsuite/flattening/modelica/scodeinst/eq10.mo M /trunk/testsuite/flattening/modelica/scodeinst/inst8.mo M /trunk/testsuite/openmodelica/cppruntime/BouncingBallFMI.mos M /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/ExternalFMUs.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/ExternalFMUs.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/TanksConnectedPI.mo M /trunk/testsuite/openmodelica/fmi/ModelExchange/TanksConnectedPI.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/testInOut.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2/Aufgabe2.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/5/FourBar.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos M /trunk/testsuite/simulation/libraries/3rdParty/VTT/FreeBody18.mo M /trunk/testsuite/simulation/libraries/3rdParty/VTT/FreeBody18.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameTorques.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithMass.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Worldtorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Frames.AngularVelocity.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Bodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Joints.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Cylindrical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Planar.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Prismatic.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevolutePlanarLoopConstraint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Spherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Universal.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.UniversalSpherical.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.BodyShape.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FixedRotation.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FlyingBodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodies.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.PointMass.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForce.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance2.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.RelativeSensor.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.SphericalDoublePendulum.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/getExamples.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/getStopTime.mo M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/printModels.mo M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/traversePackage.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/getExamples.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/getStopTime.mo M /trunk/testsuite/simulation/libraries/msl32/Utilities/printModels.mo M /trunk/testsuite/simulation/libraries/msl32/Utilities/traversePackage.mo M /trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mo M /trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest1.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest2.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest3.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest4.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest5.mos M /trunk/testsuite/simulation/modelica/initialization/discreteTest6.mos M /trunk/testsuite/simulation/modelica/initialization/eventTest.mos M /trunk/testsuite/simulation/modelica/initialization/eventTest2.mos M /trunk/testsuite/simulation/modelica/initialization/forest_symbolical.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/nonlinear3.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest2.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos M /trunk/testsuite/simulation/modelica/start_value_selection/Test.mo M /trunk/testsuite/simulation/modelica/start_value_selection/Test.mos - svn eol-style ------------------------------------------------------------------------ r13965 | perost | 2012-11-19 16:21:24 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/testsuite/flattening/modelica/connectors/Makefile A /trunk/testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow1.mo A /trunk/testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow2.mo - Don't add inside flows for empty arrays. ------------------------------------------------------------------------ r13964 | jfrenkel | 2012-11-19 15:31:42 +0100 (Mon, 19 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/Expression.mo - add size of equation when dump equations - fix for sizeof(typeof(ENUM_LITERAL)) - add code to add the pre vars of alias vars (not aktivated) ------------------------------------------------------------------------ r13963 | perost | 2012-11-19 15:01:06 +0100 (Mon, 19 Nov 2012) | 9 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo A /trunk/Compiler/FrontEnd/EnvExtends.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/extends (from /trunk/testsuite/flattening/modelica/inheritances:13959) A /trunk/testsuite/flattening/modelica/extends/InvalidComponentExtends1.mo A /trunk/testsuite/flattening/modelica/extends/InvalidComponentExtends2.mo A /trunk/testsuite/flattening/modelica/extends/InvalidInheritedExtends1.mo (from /trunk/testsuite/flattening/modelica/others/InvalidExtends1.mo:13959) A /trunk/testsuite/flattening/modelica/extends/InvalidInheritedExtends2.mo A /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends1.mo A /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends2.mo A /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends3.mo A /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends4.mo A /trunk/testsuite/flattening/modelica/extends/InvalidReplaceableExtends5.mo M /trunk/testsuite/flattening/modelica/extends/Makefile A /trunk/testsuite/flattening/modelica/extends/ShortClassdefExtends1.mo A /trunk/testsuite/flattening/modelica/extends/ShortClassdefExtends2.mo D /trunk/testsuite/flattening/modelica/inheritances D /trunk/testsuite/flattening/modelica/others/InvalidExtends1.mo M /trunk/testsuite/flattening/modelica/others/Makefile M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/MissingRedeclare1.mo M /trunk/testsuite/flattening/modelica/scodeinst/const13.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos - Rewrote extends qualifying phase to handle more cases and do more checking. Now checks for inherited extends and checks all parts of the base class name for replaceability. - Added new package EnvExtends and put most of the extends stuff in it. - Added check for missing redeclare keywords when redeclaring classes (see MissingRedeclare1.mo test case). - Implemented better propagation of modifiers to multiple extends. - Renamed test folder flattening/modelica/inheritances to extends. ------------------------------------------------------------------------ r13962 | adrpo | 2012-11-19 14:46:16 +0100 (Mon, 19 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - small fixes in OpenTURNS connection: write the input/output variables in the correct form (x.y not x_y) and order in the wrapper xml file ------------------------------------------------------------------------ r13961 | sjoelund.se | 2012-11-19 14:38:44 +0100 (Mon, 19 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo #1941 - Handle inlining of outerProduct() instead of treating it as a builtin call ------------------------------------------------------------------------ r13960 | perost | 2012-11-19 13:22:25 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/SusanTest.mos - Trying to fix SusanTest again. ------------------------------------------------------------------------ r13959 | mahge930 | 2012-11-19 12:59:22 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo Fix output. ------------------------------------------------------------------------ r13958 | perost | 2012-11-19 11:55:36 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/SusanTest.mos - Fix SusanTest. ------------------------------------------------------------------------ r13957 | mahge930 | 2012-11-19 11:42:46 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo ParModelica: Check declaration of global vars in kernel functions. And add omc prefix to parallel/kernel functions. ------------------------------------------------------------------------ r13956 | lochel | 2012-11-19 11:27:56 +0100 (Mon, 19 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat - update tests ------------------------------------------------------------------------ r13955 | sjoelund.se | 2012-11-19 10:02:53 +0100 (Mon, 19 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h #1941 - Added code generation for outerProduct ------------------------------------------------------------------------ r13954 | hubert.thieriot | 2012-11-19 02:05:30 +0100 (Mon, 19 Nov 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp - small omc function call improvment ------------------------------------------------------------------------ r13953 | jfrenkel | 2012-11-18 22:42:37 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - test new remove simple equation implementation, switch off ------------------------------------------------------------------------ r13952 | jfrenkel | 2012-11-18 22:40:57 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - test new remove simple equation implementation ------------------------------------------------------------------------ r13951 | jfrenkel | 2012-11-18 21:37:33 +0100 (Sun, 18 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp - bugfix msvc compile - bugfix for last commit for result .mat ------------------------------------------------------------------------ r13950 | jfrenkel | 2012-11-18 20:19:47 +0100 (Sun, 18 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp - bugfix for alias a = time - bugfix for msvc compile ------------------------------------------------------------------------ r13949 | adrpo | 2012-11-18 10:58:08 +0100 (Sun, 18 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - set the type of T_UNKNOWN to "complex" (void*) when +g=MetaModelica and to "real" (modelica_real) when not. - have the type of the inStream operator to be T_REAL_DEFAULT as T_UNKONW reaches the code somehow. ------------------------------------------------------------------------ r13948 | adrpo | 2012-11-18 10:15:51 +0100 (Sun, 18 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - assume real for T_UNKNOWN + a comment in the C code. wonder how many tests this will break :) ------------------------------------------------------------------------ r13947 | adrpo | 2012-11-18 09:39:06 +0100 (Sun, 18 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Script/CevalScript.mo - don't do the second dependency analysis in CevalScript.mo and the third in Inst.instantiateClass when +d=scodeInstShortcut is active (it doesn't work yet in all cases) ------------------------------------------------------------------------ r13946 | adrpo | 2012-11-18 05:39:44 +0100 (Sun, 18 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo - make models dumped with +d=scodeInstShortcut able to instantiate when loaded again in OMC. Check differently the last ident if __OMC__ is present otherwise you get: first element is: .Modelica.Fluid.Interfaces.FluidPort_a__OMC__70 port_a; second element is: .Modelica.Fluid.Interfaces.FluidPort_a__OMC__88 port_a; ------------------------------------------------------------------------ r13945 | adrpo | 2012-11-18 03:32:37 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl - mind your tabs please! ------------------------------------------------------------------------ r13944 | nutaro | 2012-11-18 02:16:06 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Code cleanup in the adevs backend ------------------------------------------------------------------------ r13943 | nutaro | 2012-11-18 01:12:39 +0100 (Sun, 18 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenXML.mo Updated adevs backend ------------------------------------------------------------------------ r13942 | jfrenkel | 2012-11-17 21:01:44 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - switch replaceEdgeChange on ------------------------------------------------------------------------ r13941 | perost | 2012-11-17 20:58:22 +0100 (Sat, 17 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo - Evaluate generated inStream calls too. ------------------------------------------------------------------------ r13940 | jfrenkel | 2012-11-17 20:58:11 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo - add module replaceEdgeChange ------------------------------------------------------------------------ r13939 | adrpo | 2012-11-17 18:57:08 +0100 (Sat, 17 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - sort inners again to put inner Modelica.* component; first. - some tests might need changes, I'll do that next ------------------------------------------------------------------------ r13938 | adrpo | 2012-11-17 17:50:42 +0100 (Sat, 17 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos - fix tests ------------------------------------------------------------------------ r13937 | adrpo | 2012-11-17 17:23:15 +0100 (Sat, 17 Nov 2012) | 25 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Util/Flags.mo Flags.mo - +d=showEquationSource to display where an equation comes from. easier for debugging of where the equations come from. InstSection.mo - fix a bug with the prefixing of outer components when they were inside a for loop [InnerOuter.InstanceHierarchy was not sent to InstSection.unroll, DUH! who did that? probably me :)] - this fixes compilation of some Fluid models also some AVM models. DAEUtil.mo - use List.union in merging of DAE.ElementSource(s) ConnectUtil.mo - add information where an equation comes from DAEDump.mo - add some source information to all the dumped equation in the DAE. - note that this should be used with +d=showEquationSource - we should really, really sort the equations via ElementSource.typeLst same as some other software does. Write typeLst: numberOfEquations then the equations that come from that model! Any takers? InnerOuter.mo - a bit faster prefixing of inner outer. ------------------------------------------------------------------------ r13936 | alash325 | 2012-11-17 15:55:44 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - Added XML code generation for Scalar variable type- min and max attributes ------------------------------------------------------------------------ r13935 | nutaro | 2012-11-17 03:16:18 +0100 (Sat, 17 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo Mixed generates usable code for Adevs backend. Need better test cases. ------------------------------------------------------------------------ r13934 | wbraun | 2012-11-17 01:36:22 +0100 (Sat, 17 Nov 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/notanumberTest.mos prevent throw for division by zero in non-linear system solver, since the solver can manage that. ------------------------------------------------------------------------ r13933 | adrpo | 2012-11-16 23:04:11 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl - no more tabs please. ------------------------------------------------------------------------ r13932 | sjoelund.se | 2012-11-16 22:53:52 +0100 (Fri, 16 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo #1941 - Allow all sorts of weird stuff if external language is "builtin" ------------------------------------------------------------------------ r13931 | nutaro | 2012-11-16 22:34:01 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.tpl Fixed initialization of matrix in the linear solver routine ------------------------------------------------------------------------ r13930 | adrpo | 2012-11-16 22:11:14 +0100 (Fri, 16 Nov 2012) | 65 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo A /trunk/Compiler/FrontEnd/SCodeAnalyseRedeclare.mo A /trunk/Compiler/FrontEnd/SCodeApplyRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/systemimpl.c M /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.BasicHX.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.AbruptAdaptor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.BaseClasses.QuadraticTurbulent.TestWallFriction.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.SharpEdgedOrifice.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.SimpleGenericOrifice.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionVolume.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.ControlledPump.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.PrescribedPump.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.Pump.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.SweptVolume.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.DynamicPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_pT.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_ph.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.FixedBoundary.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_T.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_h.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.ClosedVolume.mos M /trunk/testsuite/flattening/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/flattening/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/MainTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos - 5th version of the SCodeInstShortcut.mo (+d=scodeInstShortcut) Absyn.mo - Absyn.pathSetLastIdent - when +d=scodeInstShortcut the last id of the path might be different don't check for it in Absyn.typeSpecEqual Ceval.mo - remove the no constant binding error messages InstUtil.mo - InstUtil.prefixToStr/prefixToStrNoEmpty/prefixFirstName SCode.mo - plenty of new functions to set/get stuff SCodeAnalyseRedeclare.mo - new package to do a dryrun of scode inst and analyse redeclares SCodeApplyRedeclare.mo - apply the stuff from the redeclare analysis to the SCode AST. SCodeDependency.mo - changes due to interface changes in other packages. SCodeDump.mo - better display in SCodeDump.shortElementStr SCodeEnv.mo - changes to item printing - return the applied redeclares in some functions - SCodeEnv.getDerivedClassRedeclares to get redeclares to be applied for SCode.DERIVED - SCodeEnv.mergeTypeSpecWithEnvPath same as for SCodeEnv.mergePathWithEnvPath but for TypeSpec SCodeFlattenRedeclare.mo - union Replacement for storing the redeclares - replaceRedeclaredElementInEnv now always pushes redeclares to baseclasses SCodeInst.mo - apply redeclares for SCode.DERIVED too - small changes due to interface changes in other packages SCodeInstShortcut.mo - call SCodeAnalyseRedeclare then SCodeApplyRedeclare SCodeLookup.mo - return Absyn.TypeSpec when doing SCodeLookup.lookupTypeSpec SCodeMod.mo - changes to how applyModifications and updateModElement handle multiple base classes Static.mo - remove the no constant binding error messages CevalScript.mo - better errors for buildOpenTURNSInterface - a bit different handling for +d=scodeInstShortcut in runFrontEndWork Flags.mo - new flags +d=showRedeclareAnalysis,showProgramChanges to be used for debugging of +d=SCodeInstShortcut - test updates (i guess more will fail, I'll update them next after Hudson tells) ------------------------------------------------------------------------ r13929 | adrpo | 2012-11-16 19:39:16 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix bootstrapping. ------------------------------------------------------------------------ r13928 | sjoelund.se | 2012-11-16 18:38:57 +0100 (Fri, 16 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Types.mo - Handle connecting arrays of records with different names ------------------------------------------------------------------------ r13927 | jfrenkel | 2012-11-16 18:00:29 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix for replace not pre,change,edge with alias, still not enough to get all working because if edge and change will not be replaced tarjans algorithm cannot sort in right order ------------------------------------------------------------------------ r13926 | lochel | 2012-11-16 16:27:56 +0100 (Fri, 16 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR_init.mos BackEnd - remove unneeded vars testsuite - add initialization test for ModelicaTest.MultiBody.FourbarVariants.JointUSR (#1929) ------------------------------------------------------------------------ r13925 | adeas31 | 2012-11-16 16:23:20 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/runtime/FMIWrapper.c - make the initial section balanced. ------------------------------------------------------------------------ r13924 | jfrenkel | 2012-11-16 15:55:55 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix for last commit ------------------------------------------------------------------------ r13923 | jfrenkel | 2012-11-16 15:35:27 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - additional fix for last commit ------------------------------------------------------------------------ r13922 | jfrenkel | 2012-11-16 15:12:31 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - get testsuite working back, Lennart can switch of simplifyTimeIndepFuncCalls module in backendpipeline ------------------------------------------------------------------------ r13921 | jfrenkel | 2012-11-16 15:07:20 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - bugfix simplify change, edge ------------------------------------------------------------------------ r13920 | jfrenkel | 2012-11-16 14:30:59 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - bootstrapping ------------------------------------------------------------------------ r13919 | adeas31 | 2012-11-16 14:27:01 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - fixing FMI. ------------------------------------------------------------------------ r13918 | jfrenkel | 2012-11-16 14:16:35 +0100 (Fri, 16 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Flags.mo - do not replace PreVariables with information from time-equation-systems - move simplifyTimeIndepFuncCalls behind solveinitialsystem to replace all the pre variables for code generation ------------------------------------------------------------------------ r13917 | nutaro | 2012-11-16 13:38:49 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo Corrections to adevs backend. Still does not support MIXED equations ------------------------------------------------------------------------ r13916 | sjoelund.se | 2012-11-16 10:46:52 +0100 (Fri, 16 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos - Don't print this false positive ------------------------------------------------------------------------ r13915 | lochel | 2012-11-16 10:22:01 +0100 (Fri, 16 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos Compiler/BackEnd - shrink/simplify BackendDAEUtil.analyzeInitialSystem1 - fix implicit pre-calls (e.g. edge, change) ------------------------------------------------------------------------ r13914 | jfrenkel | 2012-11-16 09:31:33 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo - use a^b = f(..) -> a = sign(pre(a))*(f(...)^(1/b)) only for even integer numbers of b ------------------------------------------------------------------------ r13913 | jfrenkel | 2012-11-16 00:15:02 +0100 (Fri, 16 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - and switch off ------------------------------------------------------------------------ r13912 | jfrenkel | 2012-11-16 00:13:07 +0100 (Fri, 16 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix bootstrapping - try if relaxation of linear systems works ------------------------------------------------------------------------ r13911 | jfrenkel | 2012-11-15 23:41:47 +0100 (Thu, 15 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo - ExpressionSolve: a^b = f(..) -> a = sign(pre(a))*(f(...)^(1/b)) ------------------------------------------------------------------------ r13910 | jfrenkel | 2012-11-15 22:46:18 +0100 (Thu, 15 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo - bugfix ExpressionSolve ------------------------------------------------------------------------ r13909 | jfrenkel | 2012-11-15 21:32:01 +0100 (Thu, 15 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix for r13850, add when equations not to ode or algebraic equations ------------------------------------------------------------------------ r13908 | jfrenkel | 2012-11-15 20:53:32 +0100 (Thu, 15 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo - fix bug in ExpressionSolve ------------------------------------------------------------------------ r13907 | jfrenkel | 2012-11-15 20:31:12 +0100 (Thu, 15 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/FrontEnd/Expression.mo - continue redesign remove simple equations - BackendVarTransform add functionalety to replace der(cr), this is realy helpfull to handle states - redesign ExpressionSolve.mo ------------------------------------------------------------------------ r13906 | lochel | 2012-11-15 17:57:00 +0100 (Thu, 15 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo Compiler/BackEnd - improve warnings and dumps - move printSparsityPattern to BackendDump.mo ------------------------------------------------------------------------ r13905 | wbraun | 2012-11-15 17:04:16 +0100 (Thu, 15 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat disable tearing of linear system as long as they aren't handled efficent during the simulation ------------------------------------------------------------------------ r13904 | wbraun | 2012-11-15 16:38:53 +0100 (Thu, 15 Nov 2012) | 21 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat activate sparse colored jacobians for dassl as default solver - SimulationRuntime/c/simulation/solver/* - update jacobian functions for dassl - minor bugfixes - SimulationRuntime/c/math-support/matrix.h - bug fixed in extrapolation function for non-linear system solving - SimulationRuntime/c/simulation/simulation_runtime.cpp - activate time measurement for flag LOG_STATS - update solver methods output - Compiler/BackEnd/BackendDAEOptimize.mo - activation of coloring for sparse structure - testsuite/* - minor test updates ------------------------------------------------------------------------ r13903 | sjoelund.se | 2012-11-15 14:34:37 +0100 (Thu, 15 Nov 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Fix lexer to only add optimica keywords if +g=Optimica is used ------------------------------------------------------------------------ r13902 | mahge930 | 2012-11-15 14:12:31 +0100 (Thu, 15 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/MetaModelica_Lexer.g M /trunk/Parser/Modelica.g M /trunk/Parser/ModelicaParserCommon.h M /trunk/Parser/Parser_omc.c M /trunk/Parser/Parser_rml.c M /trunk/Parser/parse.c + Optimica: + handle Optimica vars with opt. instants in class attributes. e.g. x(finalTime) + 1, where x is a variable. + Added a new flag for Optimica. + Added new class attribute objectiveIntgrand. ------------------------------------------------------------------------ r13901 | sjoelund.se | 2012-11-15 14:03:55 +0100 (Thu, 15 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos - Some fixes for evaluating bindings ------------------------------------------------------------------------ r13900 | lochel | 2012-11-15 13:27:44 +0100 (Thu, 15 Nov 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/discreteTest6.mos (from /trunk/testsuite/simulation/modelica/initialization/discreteTest5.mos:13897) Compiler - remove unneeded function BackendDAEUtil.addBackendDAEEqSystem - add warning to Expressions.containsInitialCall - remove most of the changes from r13894 regarding BackendDAEUtil.mo testsuite - move StateGraph tests to WRONGRESULTTEST, as long as the implementation let other tests fail ------------------------------------------------------------------------ r13899 | sjoelund.se | 2012-11-15 12:39:11 +0100 (Thu, 15 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - Tail recursion ------------------------------------------------------------------------ r13898 | sjoelund.se | 2012-11-15 09:41:27 +0100 (Thu, 15 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - Remove unused ceval call with empty cache and env ------------------------------------------------------------------------ r13897 | jfrenkel | 2012-11-15 01:00:28 +0100 (Thu, 15 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/modelica/algorithms-functions/algorithms.mos - expected output - move Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos to wrong results, I know what is wrong and how it can be fixed but I have no time to implement it right now. ------------------------------------------------------------------------ r13896 | jfrenkel | 2012-11-15 00:34:12 +0100 (Thu, 15 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos - get Modelica.StateGraph.Examples.ControlledTanks.mos working - move expandAlgorithmsbyInitStmts to SimCodeDump - improve Error Message "Inverse Algorithm needs to be solved for ..." ------------------------------------------------------------------------ r13895 | nutaro | 2012-11-14 23:29:25 +0100 (Wed, 14 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl Switching adevs backend to use the SUNDIAL solvers ------------------------------------------------------------------------ r13894 | jfrenkel | 2012-11-14 22:17:50 +0100 (Wed, 14 Nov 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos - get 6 from 7 StateGraph examples working with solveinitialsystem - collect all variables used in pre, and add equation for each unused pre var indroduced by a inaktive when equatin an equation pre(var) = var.start - BackendVariable.varStartValueType - ComponentReference.isPreCref - Expression.containsInitialCall: ... or Initial() - ExpressionSimplify: cases for a and not a > false, a or not a -> true, a and a -> a, a or a -> a maybe split simplifyBinary in simplifyBinary and simplifyLBinary ------------------------------------------------------------------------ r13893 | adrpo | 2012-11-14 21:52:35 +0100 (Wed, 14 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - consider also variables with uncertain=Uncertainty.refine as inputs to the OpenTURNS wrapper. ------------------------------------------------------------------------ r13892 | lochel | 2012-11-14 18:17:38 +0100 (Wed, 14 Nov 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile D /trunk/testsuite/simulation/modelica/initialization/outputTest.mos M /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest2.mos initialization - continue with handling of under-determined initial system testsuite - add test for under-determined initial system - remove unneeded test ------------------------------------------------------------------------ r13891 | lochel | 2012-11-14 13:10:46 +0100 (Wed, 14 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/underdeterminedTest1.mos initialization - first steps to solve under-determined systems testsuite - add case for under-determined initial system ------------------------------------------------------------------------ r13890 | sjoelund.se | 2012-11-14 12:36:34 +0100 (Wed, 14 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/flattening/modelica/modification/ModifyConstant6.mo M /trunk/testsuite/flattening/modelica/mosfiles/FinalTests.mos #1936 - Partial fix to make final modifications work on redeclares. Now passes front-end, but loses some modifications. Possibly related to #1922. ------------------------------------------------------------------------ r13889 | adrpo | 2012-11-14 10:25:37 +0100 (Wed, 14 Nov 2012) | 2 lines Changed paths: A /trunk/testsuite/AVM/electrical/clean.cmd M /trunk/testsuite/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/AVM/fluid/clean.cmd M /trunk/testsuite/AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/AVM/fluid/omc_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/AVM/multibody/clean.cmd M /trunk/testsuite/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/AVM/runAll.sh - updated AVM performance tests, add run script. ------------------------------------------------------------------------ r13888 | jfrenkel | 2012-11-14 00:46:19 +0100 (Wed, 14 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - remove uneseccary case from replaceExp for pre(-a), because this is also done in simplify ------------------------------------------------------------------------ r13887 | jfrenkel | 2012-11-13 23:34:37 +0100 (Tue, 13 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - use Expression.splitRecord instead of trying to match all combinations of crefs and calls that are possible to split ------------------------------------------------------------------------ r13886 | jfrenkel | 2012-11-13 22:17:00 +0100 (Tue, 13 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/testsuite/simulation/modelica/others/ParameterCycle.mo M /trunk/testsuite/simulation/modelica/others/ParameterCycle.mos - do not change discreter variables in der-function to states - diverentiate also complex equations and records - continue redesign remove simple equations - rename MyModel->ParameterCycle to avoid conflicts ------------------------------------------------------------------------ r13885 | jfrenkel | 2012-11-13 18:10:07 +0100 (Tue, 13 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/List.mo - becauase edge and change uses a and pre(a) do not ignore them - continue redesign of remove simple equation ------------------------------------------------------------------------ r13884 | lochel | 2012-11-13 15:01:25 +0100 (Tue, 13 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos - fix collectInitialVars - edit compiler-warnings using +d=pedantic ------------------------------------------------------------------------ r13883 | niklwors | 2012-11-13 14:50:30 +0100 (Tue, 13 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix for jacobian tmp var in cpp template ------------------------------------------------------------------------ r13882 | sjoelund.se | 2012-11-13 13:35:26 +0100 (Tue, 13 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Add dumping of cast to records - Bumped MSL version ------------------------------------------------------------------------ r13881 | sjoelund.se | 2012-11-13 12:21:49 +0100 (Tue, 13 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/biochem/BiochemModels.mos M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/DifferentialAmplifier.mos M /trunk/testsuite/flattening/libraries/msl221/EnforcedMovement.mos M /trunk/testsuite/flattening/libraries/msl221/HeatingRectifier.mos M /trunk/testsuite/flattening/libraries/msl221/MotionCycleWithLoad.mos M /trunk/testsuite/flattening/libraries/msl221/OneWayRectifier.mos M /trunk/testsuite/flattening/libraries/msl221/OneWayRectifierBG.mos M /trunk/testsuite/flattening/libraries/msl221/PullinStroke.mos M /trunk/testsuite/flattening/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/flattening/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/World.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/modelica/built-in-functions/Delay.mo M /trunk/testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo M /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclRecord.mo M /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord.mo M /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord2.mo M /trunk/testsuite/flattening/modelica/declarations/InputDeclRecord.mo M /trunk/testsuite/flattening/modelica/declarations/OutputDeclRecord.mo M /trunk/testsuite/flattening/modelica/declarations/ParameterDeclRecord.mo M /trunk/testsuite/flattening/modelica/equations/EquationComponent1.mo M /trunk/testsuite/flattening/modelica/equations/EquationComponent2.mo M /trunk/testsuite/flattening/modelica/equations/EquationComponent3.mo M /trunk/testsuite/flattening/modelica/equations/EquationComponent4.mo M /trunk/testsuite/flattening/modelica/equations/EquationComponent5.mo M /trunk/testsuite/flattening/modelica/operators/OperatorSimple.mo M /trunk/testsuite/flattening/modelica/others/ComponentNames2.mo M /trunk/testsuite/flattening/modelica/others/Simplify.mo M /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo M /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplex.mo M /trunk/testsuite/flattening/modelica/records/Record1.mo M /trunk/testsuite/flattening/modelica/records/RecordAssignment.mo M /trunk/testsuite/flattening/modelica/records/RecordBindingsOrdered.mo M /trunk/testsuite/flattening/modelica/records/RecordConnections.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo M /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo M /trunk/testsuite/flattening/modelica/records/RecordConstructorVectorization.mo M /trunk/testsuite/flattening/modelica/records/RecordNonPublic.mo M /trunk/testsuite/flattening/modelica/records/RecordPrefixes.mo M /trunk/testsuite/flattening/modelica/records/RecordSimple.mo M /trunk/testsuite/metamodelica/meta/ListReductionDimError.mo M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos #1922 - Handle type-casting from records with the same components but different names' - Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records) ------------------------------------------------------------------------ r13880 | niklwors | 2012-11-13 10:17:54 +0100 (Tue, 13 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl adapted modifications of jacobian to cpp template ------------------------------------------------------------------------ r13879 | lochel | 2012-11-13 10:08:34 +0100 (Tue, 13 Nov 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/discreteTest1.mos A /trunk/testsuite/simulation/modelica/initialization/discreteTest2.mos A /trunk/testsuite/simulation/modelica/initialization/discreteTest3.mos A /trunk/testsuite/simulation/modelica/initialization/discreteTest4.mos A /trunk/testsuite/simulation/modelica/initialization/discreteTest5.mos M /trunk/testsuite/simulation/modelica/initialization/forest.mos M /trunk/testsuite/simulation/modelica/initialization/forest_algorithm.mos A /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/nominal.mos M /trunk/testsuite/simulation/modelica/initialization/scaling1.mos M /trunk/testsuite/simulation/modelica/initialization/scaling2.mos Compiler/BackEnd - fix symbolic initialization of discrete vars - fix handling of when-clauses during initialization - remove some misspellings from function descriptions - add debug-flag: +d=pedantic SimulationRuntime/c - fix a bug in evaluating residuals for global homotopy testsuite - add test cases for initialization of discrete variables - add testcase for initialization of fullRobot ------------------------------------------------------------------------ r13878 | hubert.thieriot | 2012-11-13 03:32:03 +0100 (Tue, 13 Nov 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptimBasis/Units/MEDimValue.h - copy/paste shortcuts ------------------------------------------------------------------------ r13877 | hubert.thieriot | 2012-11-13 03:31:50 +0100 (Tue, 13 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp - copy paste shorcuts - no more automatic compilation when loading ------------------------------------------------------------------------ r13876 | adrpo | 2012-11-12 23:10:41 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/metamodelica/meta/OptimizeMatchToIfExp.mo - expected output. ------------------------------------------------------------------------ r13875 | adrpo | 2012-11-12 22:53:26 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Util.mo - forgot to add this. ------------------------------------------------------------------------ r13874 | adrpo | 2012-11-12 22:40:24 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - add more error info on the issues that might appear. ------------------------------------------------------------------------ r13873 | adrpo | 2012-11-12 22:39:43 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: A /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo (from /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/temperature_HX.mo:13872) D /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/temperature_HX.mo A /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo (from /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeAth.mo:13872) D /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeAth.mo A /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo (from /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBth.mo:13872) D /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBth.mo A /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo (from /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCth.mo:13872) D /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCth.mo A /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo (from /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDth.mo:13872) D /trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDth.mo - fixes to make the library load. ------------------------------------------------------------------------ r13872 | bruno | 2012-11-12 16:33:21 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP2.mos Added multibody tests for ModelicaTest ------------------------------------------------------------------------ r13871 | jfrenkel | 2012-11-12 15:37:25 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo - avoid events in inlined functions ------------------------------------------------------------------------ r13870 | jfrenkel | 2012-11-12 13:05:19 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - bugfix for BackendEquation.aliasEquation ------------------------------------------------------------------------ r13869 | cschubert | 2012-11-12 11:58:37 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd A /trunk/testsuite/simulation/libraries/msl32/sortResults.py M /trunk/testsuite/simulation/libraries/msl32/status.txt updated status.txt for msl32 ------------------------------------------------------------------------ r13868 | bruno | 2012-11-12 11:54:10 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithMass.mos M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.LineForceWithMass.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.WorldForces.mat Fixed multibody tests for ModelicaTest library ------------------------------------------------------------------------ r13867 | niklwors | 2012-11-12 10:24:10 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for set help var in update method ------------------------------------------------------------------------ r13866 | sjoelund.se | 2012-11-12 09:54:21 +0100 (Mon, 12 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Add code to codegen/dump cast to record types ------------------------------------------------------------------------ r13865 | jfrenkel | 2012-11-12 00:15:33 +0100 (Mon, 12 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - continue redesign of remove simple equations ------------------------------------------------------------------------ r13864 | jfrenkel | 2012-11-11 22:43:30 +0100 (Sun, 11 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/List.mo - Expression.iszero use List.mapListAllValueBool in case of matrix - improve BackendEquation.aliasEquation ------------------------------------------------------------------------ r13863 | jfrenkel | 2012-11-11 21:21:05 +0100 (Sun, 11 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - Expression.typeof return boolean or array of boolean in case of relation, because relations return boolean values ------------------------------------------------------------------------ r13862 | jfrenkel | 2012-11-11 20:50:45 +0100 (Sun, 11 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - CodegenC.expTypeFromExpFlag return {boolean,modelica_boolean} in case of relation, because relations return booleans values ------------------------------------------------------------------------ r13861 | jfrenkel | 2012-11-11 19:00:28 +0100 (Sun, 11 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile A /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos - fix for fmu with nonlinear systems, call allocateNonlinearSystem before simulate - fixes to compile fmu with visual studio ------------------------------------------------------------------------ r13860 | hubert.thieriot | 2012-11-11 12:41:49 +0100 (Sun, 11 Nov 2012) | 4 lines Changed paths: M /trunk/OMOptimBasis/FileData/CSVBase.cpp M /trunk/OMOptimBasis/FileData/CSVBase.h M /trunk/OMOptimBasis/FileData/XML.cpp M /trunk/OMOptimBasis/FileData/XML.h M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptimBasis/MOItem.cpp M /trunk/OMOptimBasis/MOItem.h M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h M /trunk/OMOptimBasis/Variables.cpp M /trunk/OMOptimBasis/Variables.h - cleaned csv functions - InfoSender : keep errors and warning messages - drag tables to csv ------------------------------------------------------------------------ r13859 | jfrenkel | 2012-11-10 22:52:59 +0100 (Sat, 10 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo - do not throw information away ------------------------------------------------------------------------ r13858 | adrpo | 2012-11-10 03:56:52 +0100 (Sat, 10 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Static.mo - added EnumToInteger(Enumeration) -> Integer as a workaround until Dymola supports Integer(Enumeration) -> Integer. ------------------------------------------------------------------------ r13857 | bruno | 2012-11-09 17:29:41 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Damper2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Spring2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mos D /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Worldtorque.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRP.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointRRR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSP.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointSSR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUPS.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSP.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.JointUSR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.PrismaticInit.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevolutePlanarLoopConstraint.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.UniversalSpherical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FixedRotation.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FlyingBodies.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Damper.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Damper2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Spring.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Spring2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.SpringDamperParallel.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.SpringDamperSeries.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.WorldForceAndTorque.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.WorldForces2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Worldtorque.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.FreeMotion2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointRRP.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointRRR.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointSSP.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointSSR.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointUPS.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointUSP.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.JointUSR.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.PrismaticInit.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Revolute2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.FixedRotation.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.FlyingBodies.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.FreeBodiesEnforceStatesFalse.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.Beveal1d.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.GearConstraint2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_1.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Rotor1D.Rotor1D_3.mat M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/setUpTests.py Added new multibody test cases from modelicatest library and rrelative data ------------------------------------------------------------------------ r13856 | jfrenkel | 2012-11-09 16:49:09 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - start to improve remove simple equations ------------------------------------------------------------------------ r13854 | hkiel | 2012-11-09 16:03:26 +0100 (Fri, 09 Nov 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp #1897 - also take care of single quote strings (' ') ------------------------------------------------------------------------ r13853 | hkiel | 2012-11-09 15:57:14 +0100 (Fri, 09 Nov 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp #1897 - rewrite of QStringList StringHandler::getStrings(QString value, char start, char end) + takes care of strings and masked ('\') chars in strings ------------------------------------------------------------------------ r13852 | adeas31 | 2012-11-09 15:54:15 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile Disable the FMI tests until we really fix them. ------------------------------------------------------------------------ r13851 | adeas31 | 2012-11-09 15:28:32 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c #1933. Fixed the exported FMUs fmiTerminate. Use functions.freeMemory instead of free. ------------------------------------------------------------------------ r13850 | jfrenkel | 2012-11-09 14:39:43 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - support array vars in when equations ------------------------------------------------------------------------ r13849 | jfrenkel | 2012-11-09 13:42:27 +0100 (Fri, 09 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - support tuple equations in when equations with TSUB, this is not so good see Ticket #1932 - bugfix EquationSize for WhenEquations ------------------------------------------------------------------------ r13848 | jfrenkel | 2012-11-09 13:38:13 +0100 (Fri, 09 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - update referencefiles ------------------------------------------------------------------------ r13847 | jfrenkel | 2012-11-09 11:37:22 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - support also nested if equations in if equtions then branches ------------------------------------------------------------------------ r13846 | jfrenkel | 2012-11-09 11:23:44 +0100 (Fri, 09 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/HashTableCrToExpSourceTpl.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - basic support for if equations in when equations, still not supported nested if equations in if equations then branches. ------------------------------------------------------------------------ r13845 | hkiel | 2012-11-09 08:44:25 +0100 (Fri, 09 Nov 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Component.h # 1837 - open properties dialog on double click ------------------------------------------------------------------------ r13844 | adrpo | 2012-11-08 22:12:32 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - better error message for not handled when equation. ------------------------------------------------------------------------ r13843 | adeas31 | 2012-11-08 22:10:16 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/FMIWidget.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h set/unset debugLogging via GUI. ------------------------------------------------------------------------ r13842 | adrpo | 2012-11-08 22:00:04 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Types.mo - use unparseType instead of printType in Types.printConnectorTypeStr as is more user oriented. ------------------------------------------------------------------------ r13841 | adeas31 | 2012-11-08 19:44:52 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo Allow user to set/unset debugLogging. ------------------------------------------------------------------------ r13840 | adrpo | 2012-11-08 19:01:38 +0100 (Thu, 08 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/modelica/connectors/ConnectInner2.mo M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos - expected output ------------------------------------------------------------------------ r13839 | adrpo | 2012-11-08 18:45:24 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Types.mo - fix bootstrapping ------------------------------------------------------------------------ r13838 | adrpo | 2012-11-08 18:23:28 +0100 (Thu, 08 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Types.mo - print types if components are not there in Types.printConnectorType - InstSection.validConnector now allows expandable connector components even if they are not connectors - print the type of the outer of a missing inner component (a couple of tests will fail, I'll fix them in my next commit) ------------------------------------------------------------------------ r13837 | adeas31 | 2012-11-08 17:36:29 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.tpl stupid copy paste. Use fmiModelIdentifier variable instead of hard coded value. ------------------------------------------------------------------------ r13836 | adeas31 | 2012-11-08 17:16:14 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo - call fmiSet* functions. ------------------------------------------------------------------------ r13835 | sjoelund.se | 2012-11-08 16:52:27 +0100 (Thu, 08 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo - Fix for bootstrapping ------------------------------------------------------------------------ r13834 | leonardo.laguna | 2012-11-08 15:30:40 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo - Adding option to dump all the steps performed when calling uncertainties extraction. ------------------------------------------------------------------------ r13833 | adrpo | 2012-11-08 15:25:45 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos - expected output. ------------------------------------------------------------------------ r13832 | adrpo | 2012-11-08 15:23:25 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo - fix bootstrapping. ------------------------------------------------------------------------ r13831 | adrpo | 2012-11-08 14:57:52 +0100 (Thu, 08 Nov 2012) | 10 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/flattening/modelica/expandable/ExpandableConnectors.mos - fixes for expandable connectors (AVM 09 & 11 are working now): + do not delete the components already defined inside the connector + remove from DAE / connection sets all expandable variables that are not connected to real variables - use ComponentReference.crefEqualNoStringCompare in ConnectionGraph.mo - activate forgotten 07.mo in testsuite/flattening/modelica/expandable/ExpandableConnectors.mos - expected output for: testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos ------------------------------------------------------------------------ r13830 | sjoelund.se | 2012-11-08 13:29:52 +0100 (Thu, 08 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/flattening/libraries/msl221/AIMS_start.mos M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/flattening/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/World.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/checkEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Function11.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval10.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/JoinThreeVectors2.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/LeastSquares.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Summation.mo M /trunk/testsuite/flattening/modelica/arrays/ABCDsystem.mo M /trunk/testsuite/flattening/modelica/arrays/Array1.mo M /trunk/testsuite/flattening/modelica/arrays/Array10.mo M /trunk/testsuite/flattening/modelica/arrays/Array11.mo M /trunk/testsuite/flattening/modelica/arrays/Array14.mo M /trunk/testsuite/flattening/modelica/arrays/Array3.mo M /trunk/testsuite/flattening/modelica/arrays/Array9.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAddEmpty.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub1.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAddition2.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAsAlias.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayCall.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayConstruct1.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration5.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDim1.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDim2.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDim3.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDim4.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayIndex.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayIndex3.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayLogic.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayMult.mo M /trunk/testsuite/flattening/modelica/arrays/Concat3.mo M /trunk/testsuite/flattening/modelica/arrays/ConstructFunc.mo M /trunk/testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo M /trunk/testsuite/flattening/modelica/arrays/Matrix.mo M /trunk/testsuite/flattening/modelica/arrays/MatrixMulVector.mo M /trunk/testsuite/flattening/modelica/arrays/NonExpArray1.mo M /trunk/testsuite/flattening/modelica/arrays/NonExpArray2.mo M /trunk/testsuite/flattening/modelica/arrays/NonExpArray3.mo M /trunk/testsuite/flattening/modelica/arrays/NonExpModif1.mo M /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo M /trunk/testsuite/flattening/modelica/arrays/Range1.mo M /trunk/testsuite/flattening/modelica/arrays/Range2.mo M /trunk/testsuite/flattening/modelica/arrays/RangeVector.mo M /trunk/testsuite/flattening/modelica/arrays/VectorizeOneReturnValue.mo M /trunk/testsuite/flattening/modelica/arrays/modelica_1_1_Array9.mo M /trunk/testsuite/flattening/modelica/blocks/BlockResult.mo M /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant1.mo M /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant2.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Sum.mo M /trunk/testsuite/flattening/modelica/built-in-functions/SumVar.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Transpose.mo M /trunk/testsuite/flattening/modelica/built-in-functions/VectorizeUnknownDim.mo M /trunk/testsuite/flattening/modelica/connectors/Connect12.mo M /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation2.mo M /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation3.mo M /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction4.mo M /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionArray.mo M /trunk/testsuite/flattening/modelica/inheritances/StepAdvanced.mo M /trunk/testsuite/flattening/modelica/modification/Modification12.mo M /trunk/testsuite/flattening/modelica/modification/Modification13.mo M /trunk/testsuite/flattening/modelica/modification/Modification17.mo M /trunk/testsuite/flattening/modelica/mosfiles/AIMC_DOL.mos M /trunk/testsuite/flattening/modelica/mosfiles/BaseClass1.mos M /trunk/testsuite/flattening/modelica/mosfiles/Model1.mos M /trunk/testsuite/flattening/modelica/mosfiles/Model2.mos M /trunk/testsuite/flattening/modelica/mosfiles/ZeroDims.mos M /trunk/testsuite/flattening/modelica/msl/BC1.mo M /trunk/testsuite/flattening/modelica/msl/BC10.mo M /trunk/testsuite/flattening/modelica/msl/BC2.mo M /trunk/testsuite/flattening/modelica/msl/BC3.mo M /trunk/testsuite/flattening/modelica/msl/BC4.mo M /trunk/testsuite/flattening/modelica/msl/BC5.mo M /trunk/testsuite/flattening/modelica/msl/BC6.mo M /trunk/testsuite/flattening/modelica/msl/BC7.mo M /trunk/testsuite/flattening/modelica/msl/BC8.mo M /trunk/testsuite/flattening/modelica/msl/BC9.mo M /trunk/testsuite/flattening/modelica/msl/BM1.mo M /trunk/testsuite/flattening/modelica/msl/BM10.mo M /trunk/testsuite/flattening/modelica/msl/BM11.mo M /trunk/testsuite/flattening/modelica/msl/BM14.mo M /trunk/testsuite/flattening/modelica/msl/BM15.mo M /trunk/testsuite/flattening/modelica/msl/BM16.mo M /trunk/testsuite/flattening/modelica/msl/BM17.mo M /trunk/testsuite/flattening/modelica/msl/BM18.mo M /trunk/testsuite/flattening/modelica/msl/BM19.mo M /trunk/testsuite/flattening/modelica/msl/BM2.mo M /trunk/testsuite/flattening/modelica/msl/BM20.mo M /trunk/testsuite/flattening/modelica/msl/BM21.mo M /trunk/testsuite/flattening/modelica/msl/BM22.mo M /trunk/testsuite/flattening/modelica/msl/BM23.mo M /trunk/testsuite/flattening/modelica/msl/BM24.mo M /trunk/testsuite/flattening/modelica/msl/BM25.mo M /trunk/testsuite/flattening/modelica/msl/BM26.mo M /trunk/testsuite/flattening/modelica/msl/BM3.mo M /trunk/testsuite/flattening/modelica/msl/BM5.mo M /trunk/testsuite/flattening/modelica/msl/BM6.mo M /trunk/testsuite/flattening/modelica/msl/BM7.mo M /trunk/testsuite/flattening/modelica/msl/BM8.mo M /trunk/testsuite/flattening/modelica/msl/BM9.mo M /trunk/testsuite/flattening/modelica/msl/BN1.mo M /trunk/testsuite/flattening/modelica/msl/BN2.mo M /trunk/testsuite/flattening/modelica/msl/BN3.mo M /trunk/testsuite/flattening/modelica/msl/BS1.mo M /trunk/testsuite/flattening/modelica/msl/BS10.mo M /trunk/testsuite/flattening/modelica/msl/BS11.mo M /trunk/testsuite/flattening/modelica/msl/BS12.mo M /trunk/testsuite/flattening/modelica/msl/BS15.mo M /trunk/testsuite/flattening/modelica/msl/BS16.mo M /trunk/testsuite/flattening/modelica/msl/BS17.mo M /trunk/testsuite/flattening/modelica/msl/BS2.mo M /trunk/testsuite/flattening/modelica/msl/BS3.mo M /trunk/testsuite/flattening/modelica/msl/BS4.mo M /trunk/testsuite/flattening/modelica/msl/BS5.mo M /trunk/testsuite/flattening/modelica/msl/BS6.mo M /trunk/testsuite/flattening/modelica/msl/BS7.mo M /trunk/testsuite/flattening/modelica/msl/BS8.mo M /trunk/testsuite/flattening/modelica/msl/BS9.mo M /trunk/testsuite/flattening/modelica/others/BoolArrayTest.mo M /trunk/testsuite/flattening/modelica/others/BooleanDim.mo M /trunk/testsuite/flattening/modelica/others/BooleanRanges.mo M /trunk/testsuite/flattening/modelica/others/ConditionalComponent.mo M /trunk/testsuite/flattening/modelica/others/Derivative1.mo M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/flattening/modelica/others/Philosopher.mo M /trunk/testsuite/flattening/modelica/others/Philosopher2.mo M /trunk/testsuite/flattening/modelica/others/SimplifyRangeInCall.mo M /trunk/testsuite/flattening/modelica/others/VectorizeExtendedType.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo M /trunk/testsuite/flattening/modelica/types/Type11.mo M /trunk/testsuite/metamodelica/meta/UnboundLocal.mo M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/simulation/modelica/external-functions/Matrix.mos M /trunk/testsuite/simulation/modelica/others/SyncFilter.mos #1931 - Do not scalarize vector equations + Except constants, parameters, records, complex types, external objects, and maybe some more ------------------------------------------------------------------------ r13829 | mahge930 | 2012-11-08 12:44:09 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo + Propagate class attributes for Optimica optimization classes to templates. ------------------------------------------------------------------------ r13828 | perost | 2012-11-08 11:06:54 +0100 (Thu, 08 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs D /trunk/SimulationRuntime/c/f2c.h M /trunk/SimulationRuntime/c/simulation/libf2c/f2c.h - Remove one of the two f2c.h headers to fix segfaults on some operating systems. ------------------------------------------------------------------------ r13827 | sjoelund.se | 2012-11-08 09:48:49 +0100 (Thu, 08 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo - More typeinfo when dumping with +t ------------------------------------------------------------------------ r13826 | perost | 2012-11-08 09:37:38 +0100 (Thu, 08 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos - Change msl32 test to actually use MSL 3.2. ------------------------------------------------------------------------ r13825 | jfrenkel | 2012-11-08 08:56:15 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix last commit ------------------------------------------------------------------------ r13824 | jfrenkel | 2012-11-08 08:44:42 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Util/Flags.mo - rename flag more grammatical ------------------------------------------------------------------------ r13823 | adeas31 | 2012-11-08 03:22:28 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile - Enabled the FMI Model Exchange tests. ------------------------------------------------------------------------ r13822 | adeas31 | 2012-11-08 03:21:17 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - Fixed FMI Model Exchange. ------------------------------------------------------------------------ r13821 | jfrenkel | 2012-11-08 00:21:46 +0100 (Thu, 08 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/Flags.mo - start to implement stateselection during simulation via pivod function, add flag +dynamicpivod ------------------------------------------------------------------------ r13820 | perost | 2012-11-07 17:56:22 +0100 (Wed, 07 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/flattening/modelica/connectors/ConnectInner1.mo M /trunk/testsuite/flattening/modelica/connectors/ConnectInner2.mo M /trunk/testsuite/flattening/modelica/connectors/ConnectInner3.mo M /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter.mo M /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter2.mo M /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter3.mo M /trunk/testsuite/flattening/modelica/modification/modifyOuter.mo M /trunk/testsuite/flattening/modelica/modification/modifyOuter2.mo - Use the face stored in OUTERCONNECT instead of trying to determine it in InnerOuter.retrieveOuterConnections2. ------------------------------------------------------------------------ r13819 | sjoelund.se | 2012-11-07 15:58:34 +0100 (Wed, 07 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl - Bugfix codegen for unary minus of array ------------------------------------------------------------------------ r13818 | sjoelund.se | 2012-11-07 14:46:16 +0100 (Wed, 07 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h - Added usub_alloc_real for expressions (we do not want to negate the source if it is used later...) - Added some debug info for use with +t ------------------------------------------------------------------------ r13817 | adeas31 | 2012-11-07 13:44:54 +0100 (Wed, 07 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - flow control. ------------------------------------------------------------------------ r13816 | sjoelund.se | 2012-11-07 11:12:29 +0100 (Wed, 07 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version used ------------------------------------------------------------------------ r13815 | sjoelund.se | 2012-11-07 09:39:57 +0100 (Wed, 07 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo - Calculate the constness of partevalfunc calls ------------------------------------------------------------------------ r13814 | jfrenkel | 2012-11-06 20:39:44 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/FrontEnd/Expression.mo - consider not pre,change,edge on rhs when equation is solved and rhs is checked for componentref ------------------------------------------------------------------------ r13813 | adeas31 | 2012-11-06 18:47:19 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/runtime/FMIWrapper.c - get rid of initial sections. ------------------------------------------------------------------------ r13812 | wbraun | 2012-11-06 18:35:52 +0100 (Tue, 06 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - add relative tolerance to zero-crossing hysteresis function - changed non-linear solving strategy a bit - update test-cases ------------------------------------------------------------------------ r13811 | adeas31 | 2012-11-06 17:37:19 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.tpl - minor fix. ------------------------------------------------------------------------ r13810 | adeas31 | 2012-11-06 17:30:14 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/runtime/FMIWrapper.c - Trying to fix FMI. ------------------------------------------------------------------------ r13809 | hubert.thieriot | 2012-11-06 15:21:05 +0100 (Tue, 06 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOAdapt.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOStd.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/version.h - corrected omc functions : getmofilepath and compile - add saved variables in optimization : those that are kept through optimization even if not objectives or parameters ------------------------------------------------------------------------ r13808 | sjoelund.se | 2012-11-06 13:41:59 +0100 (Tue, 06 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version ------------------------------------------------------------------------ r13807 | sjoelund.se | 2012-11-06 13:26:39 +0100 (Tue, 06 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL 3.2.1 version ------------------------------------------------------------------------ r13806 | lochel | 2012-11-06 09:39:24 +0100 (Tue, 06 Nov 2012) | 15 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Debug.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos - initialization - always generate all the stuff for the numerical initialization (even if +d=solveinitialsystem is used) - add executable-flag [-iim symbolic] to solve the initialization problem symbolically (currently you also need +d=solveinitialsystem) - remove obsolete function: - ./Compiler/BackEnd/SimCodeUtil.addJacobiansToSimCode - SimulationRuntime/c - introduce new initialization option: -iim symbolic - improve dumps - remove c++ comments - remove unused vars - make some code fragments more readable - use comments - even for function descriptions! - use meaningful variable names - use spaces between arguments ------------------------------------------------------------------------ r13805 | adrpo | 2012-11-06 07:46:20 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - use path equal as it might be fully qualified. ------------------------------------------------------------------------ r13804 | adrpo | 2012-11-06 06:50:29 +0100 (Tue, 06 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo - add extendFrom to builtin API. ------------------------------------------------------------------------ r13803 | jfrenkel | 2012-11-05 23:33:00 +0100 (Mon, 05 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - solve small (less than 10 other equations) linear torn systems with linear solver, commented out because not yet testet ------------------------------------------------------------------------ r13802 | wbraun | 2012-11-05 19:28:59 +0100 (Mon, 05 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c bug fixes - fixed zeroCrossings generation - initialize simulationInfo.discretCall - chnaged return values if initialization fails ------------------------------------------------------------------------ r13801 | perost | 2012-11-05 16:39:38 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Remove debug printout. ------------------------------------------------------------------------ r13800 | perost | 2012-11-05 16:24:03 +0100 (Mon, 05 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/InstFlatten.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/Util/List.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType2.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType5.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection3.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection4.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile - Flatten the class structure in SCodeInst.instClassItem, so we can avoid handling EXTENDED_ELEMENTS everywhere. ------------------------------------------------------------------------ r13799 | sjoelund.se | 2012-11-05 16:17:12 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Correction for ModelicaTest version ------------------------------------------------------------------------ r13798 | sjoelund.se | 2012-11-05 14:10:04 +0100 (Mon, 05 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Parser/Modelica.g M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn1.mos M /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn2.mos M /trunk/testsuite/openmodelica/linearization/linmodel.mos M /trunk/testsuite/openmodelica/linearization/simLotkaVolterra.mos M /trunk/testsuite/openmodelica/linearization/simNonlinear.mos M /trunk/testsuite/openmodelica/linearization/simTwoTank.mos M /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos M /trunk/testsuite/openmodelica/linearization/simextfunction.mos M /trunk/testsuite/openmodelica/linearization/smallValues.mos M /trunk/testsuite/openmodelica/linearization/test_02.mos M /trunk/testsuite/openmodelica/linearization/test_03.mos M /trunk/testsuite/openmodelica/linearization/test_04.mos M /trunk/testsuite/openmodelica/linearization/test_05.mos M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/openmodelica/linearization/testknownvar.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica1.6.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.1.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Fix indentation of list() command for if-statements - Add comments to algorithmitem ------------------------------------------------------------------------ r13797 | jfrenkel | 2012-11-05 13:19:13 +0100 (Mon, 05 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - improve error report for index reduction ------------------------------------------------------------------------ r13796 | sjoelund.se | 2012-11-05 11:12:46 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos - Expected output ------------------------------------------------------------------------ r13795 | sjoelund.se | 2012-11-05 10:54:57 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL 3.2.1 (Complex and ModelicaTest are now version 3.2.1) ------------------------------------------------------------------------ r13794 | sjoelund.se | 2012-11-05 09:24:15 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Fix codegen of empty array ------------------------------------------------------------------------ r13793 | adrpo | 2012-11-05 05:30:15 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo A /trunk/testsuite/flattening/modelica/expandable/07.mo - fixes to connection of expandable connectors array instances (AVM 07 model works now). - added example with for equations testsuite/flattening/modelica/expandable/07.mo ------------------------------------------------------------------------ r13792 | wbraun | 2012-11-05 02:59:53 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/modelica/equations/BouncingBall.mos - update result files to current event tolerance ------------------------------------------------------------------------ r13791 | wbraun | 2012-11-05 01:05:20 +0100 (Mon, 05 Nov 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/simulation/modelica/events/EventTests.mat - decrease tolerance for zero-crossing ------------------------------------------------------------------------ r13790 | adrpo | 2012-11-04 22:39:00 +0100 (Sun, 04 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos - less interval points to try to fix CLANG. ------------------------------------------------------------------------ r13789 | jfrenkel | 2012-11-04 21:31:37 +0100 (Sun, 04 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/Expression.mo - DynamicStateSelection: start to implement new feature for quaternion constrained equation ------------------------------------------------------------------------ r13788 | wbraun | 2012-11-04 19:07:30 +0100 (Sun, 04 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos - fix testsuite ------------------------------------------------------------------------ r13787 | wbraun | 2012-11-04 18:48:56 +0100 (Sun, 04 Nov 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/simulation/modelica/events/EventTests.mat - quite big change to c simulation runtime - solving non-linear systems (almost) always continuous - update debug output of non-linear systems - generate additional only relations - updated testsuite ------------------------------------------------------------------------ r13786 | wbraun | 2012-11-04 14:05:27 +0100 (Sun, 04 Nov 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile bug fixes - BackendDAECreate.mo fixed findZeroCrossings, scan when clauses with all other shared stuff - CodegenC.tpl fixed memory leak in updateBoundParameters. ------------------------------------------------------------------------ r13785 | jfrenkel | 2012-11-04 10:26:16 +0100 (Sun, 04 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/modelica/others/Pendulum.mos - Pendulum: expected output - FilterWithRiseTime use solveinitalsystem ------------------------------------------------------------------------ r13784 | adrpo | 2012-11-04 03:45:25 +0100 (Sun, 04 Nov 2012) | 1 line Changed paths: M /trunk/README-BUILD-WINDOWS.txt - empty change to test Hudson configuration (OpenModelica*CLANG* should run on testone) ------------------------------------------------------------------------ r13783 | adrpo | 2012-11-04 03:06:19 +0100 (Sun, 04 Nov 2012) | 2 lines Changed paths: A /trunk/README-BUILD-WINDOWS.txt - a build document for Windows from Zsolt Lattmann - testing new Hudson setup ------------------------------------------------------------------------ r13782 | jfrenkel | 2012-11-03 22:41:38 +0100 (Sat, 03 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/testsuite/simulation/modelica/others/Pendulum.mos - move zero size equations (terminate,assert,noretcall) to removed equations in initial system ------------------------------------------------------------------------ r13780 | adrpo | 2012-11-03 03:55:07 +0100 (Sat, 03 Nov 2012) | 4 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos - activate Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos some modeler should look at the variables I selected. ------------------------------------------------------------------------ r13779 | adrpo | 2012-11-03 03:06:50 +0100 (Sat, 03 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/rtest - always run omc with +locale=C in the testsuite. ------------------------------------------------------------------------ r13778 | adrpo | 2012-11-03 01:58:21 +0100 (Sat, 03 Nov 2012) | 9 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile - fixes for Ticket #1923 - correct and way faster handling of overconstrained connection graph (not based on equation source which deleted more equations than it should have in some cases) now the broken connects are removed from the connect sets and the allowed ones are put back. - move the handling of overconstrained connection graph to ConnectUtil.equations so we do everything in one place. - fixes to testsuite/simulation/libraries/msl32/Makefile (USE THE FILE NAME NOT THE TEST NAME!) - probably a lot of flattening models will fail now because the equations will be moved around. i'll fix these when I get the output from Hudson. ------------------------------------------------------------------------ r13777 | adeas31 | 2012-11-02 21:46:11 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile Move EnumerationTest to failing tests. ------------------------------------------------------------------------ r13776 | jfrenkel | 2012-11-02 21:04:47 +0100 (Fri, 02 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl A /trunk/Compiler/Template/CodegenFMUCpp.mo A /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/Compiler/Template/Makefile M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/openmodelica/cppruntime/BouncingBallFMI.mos - avalute also parameters with start value and final=true - start to implement fmu export for cpp runtime ------------------------------------------------------------------------ r13775 | adeas31 | 2012-11-02 20:42:39 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c some fixes for FMI initial algorithm section. ------------------------------------------------------------------------ r13774 | sjoelund.se | 2012-11-02 16:33:16 +0100 (Fri, 02 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica1.6.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.1.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Handle comments in equation-sections ------------------------------------------------------------------------ r13773 | jfrenkel | 2012-11-02 16:29:03 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mo - fix tab ------------------------------------------------------------------------ r13772 | niklwors | 2012-11-02 15:19:48 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt changed folder of cpp runtime libraries to lib/omc/cpp ------------------------------------------------------------------------ r13771 | jfrenkel | 2012-11-02 15:02:47 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mo A /trunk/testsuite/simulation/modelica/nonlinear_system/Nonlinear.mos - add test for Ticket #1794 ------------------------------------------------------------------------ r13770 | jfrenkel | 2012-11-02 14:45:15 +0100 (Fri, 02 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Makefile.common M /trunk/testsuite/simulation/modelica/others/ParameterCycle.mo - Reimplement DivisionByZero easier, solves Ticket #1895 - fixes vor msvc compile in case of empty residualEquations or zeroCrossings - fix order of Equations for DynamicStateSelection ------------------------------------------------------------------------ r13769 | lochel | 2012-11-02 14:25:01 +0100 (Fri, 02 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - minor code improvements - minor documentation improvements ------------------------------------------------------------------------ r13767 | adeas31 | 2012-11-02 12:06:08 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - use defaultSuffix instead of hard coded value. ------------------------------------------------------------------------ r13766 | adeas31 | 2012-11-02 12:02:45 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - QFileDialog::getSaveFileName does return filename with suffix on Linux in newer versions of Qt. ------------------------------------------------------------------------ r13765 | jfrenkel | 2012-11-02 11:15:21 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo - DAEDump: add missing elements to dump2 ------------------------------------------------------------------------ r13764 | lochel | 2012-11-02 10:15:08 +0100 (Fri, 02 Nov 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos - set a uniform stop criterion for all initialization methods - always prompt an error, if the initialization fails ------------------------------------------------------------------------ r13763 | lochel | 2012-11-02 09:24:37 +0100 (Fri, 02 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/forest_algorithm.mos (from /trunk/testsuite/simulation/modelica/initialization/forest.mos:13761) A /trunk/testsuite/simulation/modelica/initialization/forest_symbolical.mos - fix algorithms for initialization - disable some FMI/ModelExchange tests, as long as they are built on a buggy implementation of algorithms in the initialization ------------------------------------------------------------------------ r13762 | sjoelund.se | 2012-11-02 09:18:43 +0100 (Fri, 02 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Fix digital errors ------------------------------------------------------------------------ r13761 | hubert.thieriot | 2012-11-02 03:14:20 +0100 (Fri, 02 Nov 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.h M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.h M /trunk/OMOptim/Core/ModPlusExeCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.h M /trunk/OMOptim/GUI/Plots/MOOptPlot.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/version.h - updates for new information controler in OMOptimBasis - minor corrections ------------------------------------------------------------------------ r13760 | hubert.thieriot | 2012-11-02 03:11:48 +0100 (Fri, 02 Nov 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptimBasis/GUI/Tabs/MOTabBase.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetList.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetList.h M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetMOItem.h M /trunk/OMOptimBasis/GUI/Widgets/WidgetTableVar.cpp M /trunk/OMOptimBasis/Infos/Info.cpp M /trunk/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptimBasis/MOItem.h M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOParameter.cpp M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h M /trunk/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptimBasis/Problems/OMCase.h M /trunk/OMOptimBasis/Problems/Result.cpp M /trunk/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptimBasis/ProjectBase.h M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptimBasis/Tools/OMProcess.cpp M /trunk/OMOptimBasis/Tools/OMProcess.h M /trunk/OMOptimBasis/Units/MEHTCoeff.h M /trunk/OMOptimBasis/Units/MEMassFlow.h M /trunk/OMOptimBasis/Units/MEQflow.h M /trunk/OMOptimBasis/Units/MESpecHeatCapacity.h M /trunk/OMOptimBasis/Units/MESurface.h M /trunk/OMOptimBasis/Units/METemperature.h M /trunk/OMOptimBasis/Units/METime.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/registermetatypes.h - added a new Info controler (to be used in model/data architecture) -> less memory consumption ------------------------------------------------------------------------ r13759 | wbraun | 2012-11-02 00:00:25 +0100 (Fri, 02 Nov 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - fix test - fix for windows build ------------------------------------------------------------------------ r13758 | wbraun | 2012-11-01 23:25:10 +0100 (Thu, 01 Nov 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt A /trunk/SimulationRuntime/c/math-support/daux.c (from /trunk/SimulationRuntime/c/simulation/solver/daux.c:13756) A /trunk/SimulationRuntime/c/math-support/ddasrt.c (from /trunk/SimulationRuntime/c/simulation/solver/ddasrt.c:13756) A /trunk/SimulationRuntime/c/math-support/ddassl.c (from /trunk/SimulationRuntime/c/simulation/solver/ddassl.c:13756) A /trunk/SimulationRuntime/c/math-support/dlamch.c (from /trunk/SimulationRuntime/c/simulation/solver/dlamch.c:13756) A /trunk/SimulationRuntime/c/math-support/dlinpk.c (from /trunk/SimulationRuntime/c/simulation/solver/dlinpk.c:13756) D /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c D /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.h D /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c D /trunk/SimulationRuntime/c/math-support/nonlinearSystem.h M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt D /trunk/SimulationRuntime/c/simulation/solver/daux.c D /trunk/SimulationRuntime/c/simulation/solver/ddasrt.c D /trunk/SimulationRuntime/c/simulation/solver/ddassl.c D /trunk/SimulationRuntime/c/simulation/solver/dlamch.c D /trunk/SimulationRuntime/c/simulation/solver/dlinpk.c A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c (from /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c:13756) A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.h (from /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.h:13756) A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c (from /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c:13756) A /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.h (from /trunk/SimulationRuntime/c/math-support/nonlinearSystem.h:13756) M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - moved all f2c code to math-support - moved nonlinearSolver interface to solver - fixed testsuite ------------------------------------------------------------------------ r13757 | wbraun | 2012-11-01 21:45:52 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - fixed reinit in algorithm statements ------------------------------------------------------------------------ r13756 | wbraun | 2012-11-01 21:16:26 +0100 (Thu, 01 Nov 2012) | 13 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat M /trunk/testsuite/simulation/modelica/events/EventTests.mat event handling update: - zero-crossings are handled as hysteresis function - improved selection for sample or state event Testsuite updates: - updates to some result files - enabled Modelica.Mechanics.Rotational.Examples.HeatLosses - disabled Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects (has some issues with state selection and current event handling) - disabled Modelica.Electrical.Analog.Examples.NandGate (other results) - disabled Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc (non-linear solver) - disabled Modelica.Electrical.Analog.Examples.SwitchWithArc (non-linear solver) ------------------------------------------------------------------------ r13755 | perost | 2012-11-01 17:11:43 +0100 (Thu, 01 Nov 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo A /trunk/Compiler/FrontEnd/InstFlatten.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/testsuite/flattening/modelica/scodeinst/func6.mo M /trunk/testsuite/flattening/modelica/scodeinst/func7.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - Fixed various issues with function instantiation in the new instantiation. - Added new package InstFlatten (work in progress). - Switched back partial instantiation to be an error in the new instantiation. ------------------------------------------------------------------------ r13753 | adeas31 | 2012-11-01 12:35:41 +0100 (Thu, 01 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Script/CevalScript.mo - SearchClassNames API. ------------------------------------------------------------------------ r13752 | sjoelund.se | 2012-11-01 12:30:26 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output, bump MSL version ------------------------------------------------------------------------ r13751 | sjoelund.se | 2012-11-01 12:12:22 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README - Update to working MSL 3.2 version... ------------------------------------------------------------------------ r13750 | sjoelund.se | 2012-11-01 11:55:33 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README - Bump MSL version ------------------------------------------------------------------------ r13749 | sjoelund.se | 2012-11-01 11:49:04 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/modelica/events/CheckEvents.mos - Expected output ------------------------------------------------------------------------ r13748 | sjoelund.se | 2012-11-01 10:53:24 +0100 (Thu, 01 Nov 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Bump MSL version, remove omc hotfix ------------------------------------------------------------------------ r13747 | jfrenkel | 2012-11-01 01:37:43 +0100 (Thu, 01 Nov 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - better error message for sqrt ------------------------------------------------------------------------ r13746 | adrpo | 2012-11-01 01:29:08 +0100 (Thu, 01 Nov 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw - fix Compiler/BackEnd/BackendDAECreate.mo - use +locale=C testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw ------------------------------------------------------------------------ r13745 | jfrenkel | 2012-11-01 00:30:45 +0100 (Thu, 01 Nov 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - BackendDAECreate: - remove asserts,terminates from if-equations - check type on EqEquations and Tuple-Equations when generate Equations - BackendDAEOptimize: - remove also termintates from if-equations ------------------------------------------------------------------------ r13744 | niklwors | 2012-10-31 17:10:44 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/cpp/Makefile M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaConfic.inc.in extended make file to build cpp runtime with visual studio ------------------------------------------------------------------------ r13743 | sjoelund.se | 2012-10-31 15:41:10 +0100 (Wed, 31 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r13742 | sjoelund.se | 2012-10-31 15:29:53 +0100 (Wed, 31 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Digital patch until MA fixes MSL ------------------------------------------------------------------------ r13741 | jfrenkel | 2012-10-31 14:09:08 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - expected output ------------------------------------------------------------------------ r13740 | jfrenkel | 2012-10-31 14:05:48 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - BackendVarTransform: do not replace iteration variables from for loops, why is not CREF_ITER used for these variables, this would make thouse thinks much easier. ------------------------------------------------------------------------ r13739 | sjoelund.se | 2012-10-31 12:08:46 +0100 (Wed, 31 Oct 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries/README - Let's also copy MSL 3.1 ModelicaServices... ------------------------------------------------------------------------ r13738 | adrpo | 2012-10-31 11:50:17 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - fix build. ------------------------------------------------------------------------ r13737 | sjoelund.se | 2012-10-31 11:27:10 +0100 (Wed, 31 Oct 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Parallel make omlibrary ------------------------------------------------------------------------ r13736 | sjoelund.se | 2012-10-31 11:18:53 +0100 (Wed, 31 Oct 2012) | 4 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries D /trunk/libraries/Complex 1.1.mo M /trunk/libraries/Modelica 3.2.1.patch D /trunk/libraries/ModelicaReference 3.2.1 D /trunk/libraries/ModelicaServices 3.2.1 D /trunk/libraries/ModelicaTest 1.1 D /trunk/libraries/ObsoleteModelica3 3.2.1.mo M /trunk/libraries/README D /trunk/libraries/pltpkg.mo M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Updated MSL 3.2.1 to latest version (should improve selection of fixed variables for some more examples) - All MSL 3.2.1-related files are now picked from svn:externals and not just the Modelica package - Removed obsolete pltpkg.mo ------------------------------------------------------------------------ r13735 | jfrenkel | 2012-10-31 10:51:30 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - switch partitionIndependentBlocks on ------------------------------------------------------------------------ r13734 | cschubert | 2012-10-31 09:37:22 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd small changes to simulateAll.cmd ------------------------------------------------------------------------ r13733 | jfrenkel | 2012-10-31 03:17:38 +0100 (Wed, 31 Oct 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/util/omc_error.h - add postoptimization module to replace constants in the system - used for Modelica.Electrical.Spice3.Examples - switch off eqequation to alias - ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos fails because source.Q(start = 500.0) , source.Q(start = 100.0), sourceP.Q the same - PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos - stateselection - PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos - rename ERROR -> ERROR0 to avoid warning ------------------------------------------------------------------------ r13732 | jfrenkel | 2012-10-31 01:04:47 +0100 (Wed, 31 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - use eqequation to remove aliases in BackendDAECreate ------------------------------------------------------------------------ r13731 | jfrenkel | 2012-10-30 23:33:14 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - fixes for solve inital system ------------------------------------------------------------------------ r13730 | jfrenkel | 2012-10-30 21:33:20 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw """Windows""" - you make my day ------------------------------------------------------------------------ r13729 | hkiel | 2012-10-30 18:46:31 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h - added simulation option "measureTime" - show result of measureTime in system browser ------------------------------------------------------------------------ r13727 | jfrenkel | 2012-10-30 16:38:31 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c M /trunk/SimulationRuntime/c/linearization/linearize.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.h M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/SimulationRuntime/c/util/real_array.c - c comment style // -> /* */ - bugfix for initalSystem and numberOfEquations ------------------------------------------------------------------------ r13726 | perost | 2012-10-30 16:09:06 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo A /trunk/testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo - Added some testcases for redeclare. ------------------------------------------------------------------------ r13725 | niklwors | 2012-10-30 16:06:51 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl extended cpp template, make file for visual studio ------------------------------------------------------------------------ r13724 | sjoelund.se | 2012-10-30 16:01:39 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/real_array.c - Remove debug print ------------------------------------------------------------------------ r13723 | sjoelund.se | 2012-10-30 16:01:03 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo - Ceval arrays with an unknown dimension size ------------------------------------------------------------------------ r13722 | perost | 2012-10-30 15:40:50 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Template/CodegenUtil.mo - Implemented partial support for handling redeclares with multiple inheritance. ------------------------------------------------------------------------ r13720 | sjoelund.se | 2012-10-30 15:31:39 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.mos - Simplify cast of cat ------------------------------------------------------------------------ r13718 | jfrenkel | 2012-10-30 14:08:52 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fixes for solve inital system ------------------------------------------------------------------------ r13717 | adrpo | 2012-10-30 13:37:34 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo - small fix to extends from basic type. ------------------------------------------------------------------------ r13716 | sjoelund.se | 2012-10-30 12:48:30 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo - Fix for multi-dim array-literals ------------------------------------------------------------------------ r13715 | leonardo.laguna | 2012-10-30 11:34:59 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/VarTransform.mo - Changing the scope of a function ------------------------------------------------------------------------ r13714 | sjoelund.se | 2012-10-30 11:11:33 +0100 (Tue, 30 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h - Missing function to create a Real range in runtime ------------------------------------------------------------------------ r13713 | sjoelund.se | 2012-10-30 10:54:04 +0100 (Tue, 30 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/flattening/libraries/msl31/fluid/Makefile M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos - Also evaluate replaceable functions - Moved one fluid flattening test to failing ------------------------------------------------------------------------ r13712 | jfrenkel | 2012-10-30 10:09:26 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - report error only once ------------------------------------------------------------------------ r13711 | jfrenkel | 2012-10-30 09:20:38 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/Flags.mo - use flag +d=solveinitialsystem to solve the initial system symbolical ------------------------------------------------------------------------ r13710 | jfrenkel | 2012-10-30 09:01:03 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - move Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos back to failing tests ------------------------------------------------------------------------ r13709 | jfrenkel | 2012-10-30 08:41:50 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance2.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos - expexted output ------------------------------------------------------------------------ r13708 | jfrenkel | 2012-10-30 08:28:57 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - switch Symbolic generation of initial System of to fix testsuite first ------------------------------------------------------------------------ r13707 | adrpo | 2012-10-30 03:30:16 +0100 (Tue, 30 Oct 2012) | 10 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo A /trunk/Compiler/FrontEnd/SCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo D /trunk/Compiler/FrontEnd/SCodeTransform.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo M /trunk/testsuite/flattening/modelica/scodeinst/mod5.mo M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - removed Compiler/FrontEnd/SCodeTransform.mo replaced by Compiler/FrontEnd/SCodeInstShortcut.mo - added +d=scodeInstShortcut,showSCode flags to call the new SCodeInstShortcut package. - we might even get rid of passing class names around in SCodeInst as is not needed anymore. - first version of new Compiler/FrontEnd/SCodeInstShortcut.mo package works rather fine for some models and has issues with others. More context of qualified types is needed to fully make it work. - fix scodeinst tests. - allow input RealInput and output RealOutput in InstUtil.mergeDirection as this is used in MSL 3.2.1: Modelica.Blocks.Math.Add3 (maybe we should fix MSL?) - more flags in testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw to get rid of warnings. ------------------------------------------------------------------------ r13706 | adeas31 | 2012-10-30 01:23:59 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - For now don't generate Empty Array assignment statements. ------------------------------------------------------------------------ r13705 | jfrenkel | 2012-10-30 00:14:43 +0100 (Tue, 30 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - fix compilation ------------------------------------------------------------------------ r13704 | jfrenkel | 2012-10-29 23:34:48 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix last commit ------------------------------------------------------------------------ r13703 | jfrenkel | 2012-10-29 23:33:45 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - remove debug print ------------------------------------------------------------------------ r13702 | jfrenkel | 2012-10-29 23:32:13 +0100 (Mon, 29 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - solve the inital system symbolical in case of equal var and equation size - skip external objects from algorithm outputs - fix test Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier ------------------------------------------------------------------------ r13701 | jfrenkel | 2012-10-29 23:13:53 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos - move only equalityConstraint with array[0] return value to removed equations ------------------------------------------------------------------------ r13700 | jfrenkel | 2012-10-29 20:33:46 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat - bugfix for last commit ------------------------------------------------------------------------ r13699 | jfrenkel | 2012-10-29 18:41:24 +0100 (Mon, 29 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos - move equalityConstraint equations to removed equations - move Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos and Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier to working test ------------------------------------------------------------------------ r13698 | sjoelund.se | 2012-10-29 16:28:05 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo - Fix scalar flag when using matrix constructor ------------------------------------------------------------------------ r13696 | bruno | 2012-10-29 15:39:09 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile Updated some tests that now simulate ------------------------------------------------------------------------ r13695 | cschubert | 2012-10-29 15:26:31 +0100 (Mon, 29 Oct 2012) | 5 lines Changed paths: A /trunk/testsuite/simulation/libraries/msl32/status.txt status of msl32: - 114 work - 49 fail in Frontend - 18 fail in Backend - 72 fail in SimulationRuntime ------------------------------------------------------------------------ r13693 | cschubert | 2012-10-29 14:54:38 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithRiseTime.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat A /trunk/testsuite/simulation/libraries/msl32/clean.cmd A /trunk/testsuite/simulation/libraries/msl32/simulateAll.cmd updated msl32 tests ------------------------------------------------------------------------ r13691 | sjoelund.se | 2012-10-29 14:45:52 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Let +t print information if an array is scalar or not ------------------------------------------------------------------------ r13690 | bruno | 2012-10-29 14:39:31 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Bodies.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Joints.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.BodyShape.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.FreeBodies.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Parts.PointMass.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.AbsoluteSensor2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForce.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.CutTorque.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.Distance2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Sensors.RelativeSensor.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.InitializationConversion.Bodies.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.InitializationConversion.Rotor1D.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.Bodies.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.BodyShape.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.FixedTranslation.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.FreeBodies.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Parts.PointMass.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.AbsoluteSensor.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutForce.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutForce2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutForceAndTorque1.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutForceAndTorque2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutForceAndTorque3.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutTorque.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.CutTorque2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.Distance.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.Distance2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Sensors.RelativeSensor.mat M /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/setUpTests.py Added last multibody tests from ModelicaTest library and modified makefile ------------------------------------------------------------------------ r13689 | perost | 2012-10-29 14:29:19 +0100 (Mon, 29 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo A /trunk/testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo - Print out a warning if a redeclared modifier element can't be found, instead of silently failing. ------------------------------------------------------------------------ r13687 | perost | 2012-10-29 13:52:19 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo - Fix propagation of redeclared redeclare modifiers in new instantiation. ------------------------------------------------------------------------ r13683 | wbraun | 2012-10-29 12:19:33 +0100 (Mon, 29 Oct 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mos M /trunk/testsuite/simulation/modelica/events/CheckEvents.mos M /trunk/testsuite/simulation/modelica/others/StringTest.mos - added support for terminate() call in runtime - changed assert massage from warning to info ------------------------------------------------------------------------ r13681 | jfrenkel | 2012-10-29 11:53:42 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos - replace evaluated parameters in if-expressions before index reduction - move Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary to working tests ------------------------------------------------------------------------ r13680 | sjoelund.se | 2012-10-29 11:29:52 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1.patch M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Patch for MA [https://trac.modelica.org/Modelica/ticket/890 #890] ------------------------------------------------------------------------ r13679 | bruno | 2012-10-29 11:28:18 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Cylindrical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotion.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Planar.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Prismatic.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Revolute.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Spherical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.SphericalSpherical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Joints.Universal.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.CheckConstaintTorqueUniversalJoint.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Cylindrical.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.FreeMotion.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.FreeMotionScalarInit.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Planar.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Prismatic.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Revolute.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.RevoluteInitialization.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Spherical.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.SphericalSpherical.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Joints.Universal.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/Template.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/getExamples.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/getStopTime.mo A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/printModels.mo A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/setUpTests.py A /trunk/testsuite/simulation/libraries/ModelicaTest/Utilities/traversePackage.mo Added some multibody tests for ModelicaTest and modified script for automatic tests creation ------------------------------------------------------------------------ r13678 | jfrenkel | 2012-10-29 10:59:24 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/SimulationRuntime/c/util/read_matlab4.h M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos - fix test Modelica.Blocks.Examples.FilterWithDifferentiation - read_matlab4: doublepresision -> doublePrecision ------------------------------------------------------------------------ r13677 | jfrenkel | 2012-10-29 10:21:45 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - bugfix for OpenModelica.Scripting.compareSimulationResults: in case of empty vars compare all vars from reffile ------------------------------------------------------------------------ r13676 | sjoelund.se | 2012-10-29 09:51:25 +0100 (Mon, 29 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Easier code to maintain ------------------------------------------------------------------------ r13675 | jfrenkel | 2012-10-29 09:39:51 +0100 (Mon, 29 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithRiseTime.mat - move Modelica.Blocks.Examples.FilterWithDifferentiation.mos and Modelica.Blocks.Examples.FilterWithRiseTime to working tests ------------------------------------------------------------------------ r13672 | jfrenkel | 2012-10-28 23:24:28 +0100 (Sun, 28 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - use for mmcTypeShort in case of T_COMPLEX not error function because get an error but found not the wrong code seems to be odd ------------------------------------------------------------------------ r13671 | jfrenkel | 2012-10-28 22:12:41 +0100 (Sun, 28 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - use error function to report errors in CodegenC.tpl ------------------------------------------------------------------------ r13670 | lochel | 2012-10-28 17:06:07 +0100 (Sun, 28 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/simulation/modelica/initialization/nominal.mos - initialization: fix lambda-control for nelderMeadEx - initialization: fix stop criterion for nelderMeadEx - initialization: fix rescaling during initialization - testsuite: update simulation results ------------------------------------------------------------------------ r13669 | jfrenkel | 2012-10-28 09:29:35 +0100 (Sun, 28 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - update reffile ------------------------------------------------------------------------ r13668 | jfrenkel | 2012-10-28 09:23:09 +0100 (Sun, 28 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo remove initial algorithms from initial equations (they are called in bound parameter equations), I have no clue what the reason is but is was done before also, maybe Lennart know the reason ------------------------------------------------------------------------ r13667 | jfrenkel | 2012-10-28 02:45:53 +0100 (Sun, 28 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo - added support for {cref,cref,cref,cref} = .... - improve residual code generation for array equations, calculate array equation only once and do not asub ------------------------------------------------------------------------ r13666 | jfrenkel | 2012-10-28 01:28:30 +0200 (Sun, 28 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - use ComponentReference.printComponentRefStr instead of ComponentReference.crefStr to consider subscripts for tempvariable ------------------------------------------------------------------------ r13665 | jfrenkel | 2012-10-28 00:44:18 +0200 (Sun, 28 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - bugfix SimCodeUtil.createNonlinearResidualExp for bool and string - bugfix SimCodeUtil.makeSES_RESIDUAL1, use createNonlinearResidualExp instead of Expression.expSub, this works also for bool and string - CodegenC.daeExpLbinary, report better error message ------------------------------------------------------------------------ r13664 | jfrenkel | 2012-10-27 22:57:52 +0200 (Sat, 27 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - improve implementation for residuals of algorithms, replace also array crefs with tmp crefs - ToDo: we need case for ARRAY({cr,cr,cr,...}) in CodegenC.writeLhsCref - add comments for missing cases for tuple equations ------------------------------------------------------------------------ r13663 | jfrenkel | 2012-10-27 14:38:36 +0200 (Sat, 27 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos - expected output ------------------------------------------------------------------------ r13662 | adrpo | 2012-10-27 03:09:19 +0200 (Sat, 27 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - fix missing separator in Makefile. you need to have \ at the end of the line for all models except the last one! ------------------------------------------------------------------------ r13661 | jfrenkel | 2012-10-27 00:44:29 +0200 (Sat, 27 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos - fix some tests, move some to failing ------------------------------------------------------------------------ r13660 | jfrenkel | 2012-10-26 20:04:32 +0200 (Fri, 26 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/libf2c/f2c.h M /trunk/testsuite/simulation/modelica/others/ParameterCycle.mos - avoid divisions by zero in residual equations - add parameter equations to equationInfo, because they could also have nonlinear systems - add listAppend to SimCodeTV, how it is posibble to append two list and store this list in a variable? - fix tabs f2c.h - improve test ParameterCycle, check results of var1 and var2 ------------------------------------------------------------------------ r13659 | cschubert | 2012-10-26 17:15:40 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos updated tests ------------------------------------------------------------------------ r13658 | sjoelund.se | 2012-10-26 16:23:36 +0200 (Fri, 26 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAssignEmpty.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile #1907 - Allow empty arrays on lhs of assignment ------------------------------------------------------------------------ r13657 | niklwors | 2012-10-26 15:24:44 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template missing initial method in algloop system ------------------------------------------------------------------------ r13656 | wbraun | 2012-10-26 14:53:58 +0200 (Fri, 26 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c - fixed bug in solving non-linear systems ------------------------------------------------------------------------ r13655 | jfrenkel | 2012-10-26 14:53:29 +0200 (Fri, 26 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Filter.mat - bugfix for Modelica.Blocks.Examples.Filter - tap ------------------------------------------------------------------------ r13654 | cschubert | 2012-10-26 14:01:40 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat updated failing tests from msl32 ------------------------------------------------------------------------ r13653 | jfrenkel | 2012-10-26 13:21:17 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo - bugfix for tuple initial equations ------------------------------------------------------------------------ r13652 | lochel | 2012-10-26 12:58:48 +0200 (Fri, 26 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/libf2c/f2c.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/modelinfo.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/c/util/varinfo.c M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mos M /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mos M /trunk/testsuite/simulation/modelica/events/CheckEvents.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos M /trunk/testsuite/simulation/modelica/others/StringTest.mos - revised dump system for the c-runtime ------------------------------------------------------------------------ r13651 | ppriv | 2012-10-26 11:56:30 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl - C# CodegenCSharp.tpl fix for residual functions generation ------------------------------------------------------------------------ r13650 | jfrenkel | 2012-10-26 11:51:56 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - improve tearing, try to select equation with higest difficulty as residual equations ------------------------------------------------------------------------ r13649 | cschubert | 2012-10-26 11:36:49 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/read_matlab4.c remove warnings in read_matlab4.c ------------------------------------------------------------------------ r13648 | jfrenkel | 2012-10-26 10:46:17 +0200 (Fri, 26 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - when generating the residual exp for nonlinear system avoid divisions by zero with a - b/c -> a*c-b, a/b-c -> a-b*c ------------------------------------------------------------------------ r13647 | cschubert | 2012-10-26 10:34:17 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile updated Makefile for msl32 tests ------------------------------------------------------------------------ r13646 | cschubert | 2012-10-26 10:31:46 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage_Utilities.Part.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithDifferentiation.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.Adder4.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.BUF3S.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREG.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREG.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.HalfAdder.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.INV3S.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.MUX2x1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NRXFER.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.NXFER.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.VectorDelay.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Digital.Examples.WiredX.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.FourInverters.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Graetz.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nand.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Nor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Oscillator.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.BranchingDynamicPipes.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.HeatingSystem.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.InverseParameterization.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.PumpingSystem.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Utilities.EngineV6_analytic.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.MechanicalStructure.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.IdealGasH2O.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MixtureGases.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.MoistAir.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SimpleLiquidWater.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.FlueGas.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Examples.WaterIF97.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Media.Incompressible.Examples.TestGlycol.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Source.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.Tank.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.TankController.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.Utilities.valve.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.Motor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat add msl32 tests that simulate in dymola (there are quite a few that don't, due to the most recent changes in the msl) ------------------------------------------------------------------------ r13645 | adrpo | 2012-10-26 09:57:37 +0200 (Fri, 26 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Utilities/printModels.mo - remove tab as our Hudson codestyle job doesn't like them very much. - i would suggest moving testsuite/simulation/libraries/msl32/Utilities to testsuite/utilities ------------------------------------------------------------------------ r13644 | hkiel | 2012-10-26 09:17:06 +0200 (Fri, 26 Oct 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts Undo bad update (seems to have problems with non-latin characters) Chinese not affected due to missing translations ;-) ------------------------------------------------------------------------ r13643 | cschubert | 2012-10-26 09:08:40 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Utilities/getExamples.mos A /trunk/testsuite/simulation/libraries/msl32/Utilities/printModels.mo M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py A /trunk/testsuite/simulation/libraries/msl32/Utilities/traversePackage.mo setUpTests.py: - generate ref files from Dymola, - get all example models automatically ------------------------------------------------------------------------ r13642 | sjoelund.se | 2012-10-26 08:48:08 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts Undo bad update ------------------------------------------------------------------------ r13641 | hkiel | 2012-10-26 08:00:38 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - updated translation files ------------------------------------------------------------------------ r13640 | adeas31 | 2012-10-26 03:02:53 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/FMIWidget.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h - Use new FMI import API. ------------------------------------------------------------------------ r13639 | jfrenkel | 2012-10-26 02:49:30 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - start to generate solveInitialSystem ------------------------------------------------------------------------ r13638 | adeas31 | 2012-10-26 02:07:54 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl removed some unnecessary comments. ------------------------------------------------------------------------ r13637 | adeas31 | 2012-10-26 02:00:13 +0200 (Fri, 26 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c - Use Real value for fmiValueReference instead of Integer. - some other minor fixes. ------------------------------------------------------------------------ r13636 | jfrenkel | 2012-10-26 01:18:04 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - report less warning when merging alias vars start value ------------------------------------------------------------------------ r13635 | jfrenkel | 2012-10-26 00:10:56 +0200 (Fri, 26 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bugfix local shadow variable ------------------------------------------------------------------------ r13634 | jfrenkel | 2012-10-25 23:53:30 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - DynamicStateSelection: do not change stateselect value when change var kind to state ------------------------------------------------------------------------ r13633 | jfrenkel | 2012-10-25 23:48:13 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Types.mo - bugfix mergStartValues, now use the fixed one, also if it has not an explicit start value ------------------------------------------------------------------------ r13632 | jfrenkel | 2012-10-25 23:46:05 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat - bugfix adjacencyRowEnhanced - fix tests ------------------------------------------------------------------------ r13631 | adrpo | 2012-10-25 21:47:37 +0200 (Thu, 25 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile - fix missing separator in testsuite/simulation/libraries/msl32/Makefile - fix simple equation numbering in testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos ------------------------------------------------------------------------ r13630 | ppriv | 2012-10-25 21:39:07 +0200 (Thu, 25 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl - C# template update toward the new zero-crossing treatment - rename of the mixed helper function nextVar() -> NextMixedBoolCombination() - better code for DIVISION() ------------------------------------------------------------------------ r13629 | janssen | 2012-10-25 20:16:47 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp remove extra semicolon ------------------------------------------------------------------------ r13628 | lochel | 2012-10-25 18:04:37 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos - fix testfiles ------------------------------------------------------------------------ r13627 | lochel | 2012-10-25 17:49:08 +0200 (Thu, 25 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat - Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos succeeds - Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos succeeds - put tests to alphabetical order ------------------------------------------------------------------------ r13626 | lochel | 2012-10-25 17:26:28 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat - update simulation results ------------------------------------------------------------------------ r13625 | lochel | 2012-10-25 17:17:06 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix initialization problems with fixed vars without explicit start-values ------------------------------------------------------------------------ r13623 | jfrenkel | 2012-10-25 15:19:27 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos - bugfix for Modelica.Blocks.Examples.FilterWithDifferentiation ------------------------------------------------------------------------ r13622 | jfrenkel | 2012-10-25 14:37:59 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix commit r13617 ------------------------------------------------------------------------ r13621 | sjoelund.se | 2012-10-25 14:01:51 +0200 (Thu, 25 Oct 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.omdev.mingw M /trunk/configure.in - Only force ffloat-store on x86 (32-bit) - Also force fortran fpmath for solver files ------------------------------------------------------------------------ r13620 | sjoelund.se | 2012-10-25 13:46:44 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/simulation/libf2c/makefile.u.in M /trunk/configure.in - Force ffloat-store or mfpmath=sse for libf2c code ------------------------------------------------------------------------ r13619 | sjoelund.se | 2012-10-25 12:38:55 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo - Add MSL 2.x to versions that can load files with bad within-statements ------------------------------------------------------------------------ r13618 | sjoelund.se | 2012-10-25 11:21:40 +0200 (Thu, 25 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.h #1906 - Added API commands: getCompiler getCXXCompiler getLinker - Added new OMEdit setting: Compiler ------------------------------------------------------------------------ r13617 | jfrenkel | 2012-10-25 10:08:16 +0200 (Thu, 25 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Makefile.common D /trunk/testsuite/cppruntime M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos - bugfix for runtime Cpp in case of incomplete arrays - remove testsuite/cppruntime because there is the same directory ad testsuite/openmodelica/cppruntime - fix tests ------------------------------------------------------------------------ r13616 | jfrenkel | 2012-10-25 09:10:45 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat - fix tests ------------------------------------------------------------------------ r13615 | wbraun | 2012-10-25 02:11:15 +0200 (Thu, 25 Oct 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.HeatLosses.mat - nonlinear solver: don't start solver if is already solved. - now LossyGearDemo2 does work. - minor changes (fix some debug outputs and correct test) ------------------------------------------------------------------------ r13614 | perost | 2012-10-25 02:03:02 +0200 (Thu, 25 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/eq10.mo A /trunk/testsuite/flattening/modelica/scodeinst/inst8.mo - Small fix for cref prefixing in SCodeInst, now even less magic \o/ - Added unary plus to ExpressionDumpTpl. ------------------------------------------------------------------------ r13613 | adrpo | 2012-10-25 01:05:41 +0200 (Thu, 25 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeMod.mo - SCodeMod.mo: add some more functions (remove Mod containing self reference, remove self reference ident from expression). ------------------------------------------------------------------------ r13612 | adrpo | 2012-10-25 01:03:47 +0200 (Thu, 25 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo - Absyn.mo: add crefFirstEqual - ClassInf.mo: add stateToSCodeRestriction - Expression.mo: add DAE.ENUM_LITERAL in unelabExp - Inst.mo: try to handle Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces but it doesn't work yet. ------------------------------------------------------------------------ r13611 | adrpo | 2012-10-25 01:00:46 +0200 (Thu, 25 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/List.mo - add List.applyAndFold1. ------------------------------------------------------------------------ r13610 | jfrenkel | 2012-10-24 19:56:52 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - bugfix for pre(ASUB(..)) ------------------------------------------------------------------------ r13609 | jfrenkel | 2012-10-24 19:42:32 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix bootstrapping ------------------------------------------------------------------------ r13608 | jfrenkel | 2012-10-24 19:16:33 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - tab ------------------------------------------------------------------------ r13607 | wbraun | 2012-10-24 19:05:31 +0200 (Wed, 24 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - change debug output for solver, event and zero crossings ------------------------------------------------------------------------ r13606 | lochel | 2012-10-24 18:35:32 +0200 (Wed, 24 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c - fix compilation using ipopt for initialization ------------------------------------------------------------------------ r13605 | perost | 2012-10-24 18:01:38 +0200 (Wed, 24 Oct 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/enum4.mo - Improved cref prefixing in SCodeInst, now uses less magic. - Changed InstTypes.Prefix to be a proper uniontype instead of a list, for no apparent reason. - Some small class extends improvements. ------------------------------------------------------------------------ r13604 | jfrenkel | 2012-10-24 17:30:42 +0200 (Wed, 24 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/flattening/modelica/mosfiles/AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BooleanNetwork1.mat - remove Simple Equations, use BackendVarTransform.replaceWhenClauses to replace aliases in reinit - replace BackendDAE.DAEHandlerArg with BackendDAE.StructurallySingularSystemHandlerArg - bugfix dynamic State Selection, remove last subs and replace last type of set - report more information in case of Reference file has not enough time points - fix tests ------------------------------------------------------------------------ r13603 | cschubert | 2012-10-24 17:02:08 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingResistor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.Rectifier.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py add tests msl32 (Modelica.Electrical.Analog.Examples.*) ------------------------------------------------------------------------ r13602 | wbraun | 2012-10-24 16:36:21 +0200 (Wed, 24 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - added config flag to deactivate tearing: +noTearing - added debug flag to deactivate tearing of mixed system: +d=noMixedTearing ------------------------------------------------------------------------ r13601 | cschubert | 2012-10-24 16:36:05 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Utilities/getStopTime.mo M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py setUpTests: Now Dymola is used to generate ref files ------------------------------------------------------------------------ r13600 | lochel | 2012-10-24 15:58:57 +0200 (Wed, 24 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.h - add description-strings for initial residuals for improved dumps ------------------------------------------------------------------------ r13599 | cschubert | 2012-10-24 14:39:34 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ControlledTanks.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ExecutionPaths.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant2.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant3.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowCompositeStep.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.StateGraph.Examples.ShowExceptions.mat M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py add tests msl32 (Modelica.StateGraph.Examples): All examples from Modelica.StateGraph don't do anything. Their active flags remains false ------------------------------------------------------------------------ r13598 | jfrenkel | 2012-10-24 14:36:17 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - dump vars and Equations in case of mixed system with something else than EQUATION in discrete part ------------------------------------------------------------------------ r13597 | jfrenkel | 2012-10-24 14:25:37 +0200 (Wed, 24 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos - Expression: check type before add,sub,mul,div expression - ExpressionSolve.mo: cases for cr = exp, exp=cr, -cr=exp,exp=-cr,!cr=exp,exp=!cr - ExpressionSimplify: pre(a+b) -> pre(a)+pre(b) - move some test to working group ------------------------------------------------------------------------ r13596 | cschubert | 2012-10-24 13:55:36 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py setUpTests.py: remove last comma in simulation output ------------------------------------------------------------------------ r13595 | jfrenkel | 2012-10-24 13:41:24 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos - fix tests ------------------------------------------------------------------------ r13594 | jfrenkel | 2012-10-24 13:05:09 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - CodegenC.tpl: support pre(not(cr)) ------------------------------------------------------------------------ r13593 | jfrenkel | 2012-10-24 13:00:05 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bufgix IncidenceMatrix solvable for LUNARY ------------------------------------------------------------------------ r13592 | cschubert | 2012-10-24 11:33:11 +0200 (Wed, 24 Oct 2012) | 5 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.BusUsage.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Filter.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.FilterWithRiseTime.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.IntegerNetwork1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.Interaction1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.InverseModel.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.LogicalNetwork1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat added test for msl32 - Modelica.Blocks.Examples.* - a few fail because of problem in Backend (*Network) - all filters end up in an infinite loop - PID produces wrong results because of wrong start value for PI.I.y ------------------------------------------------------------------------ r13591 | cschubert | 2012-10-24 11:30:19 +0200 (Wed, 24 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py updated setUpTests.py - now it looks for the states to compare, includes output from omc for comparison ------------------------------------------------------------------------ r13590 | wbraun | 2012-10-23 23:46:36 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - fixed one potential uninitialized value ------------------------------------------------------------------------ r13589 | jfrenkel | 2012-10-23 22:20:27 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos - fix test ------------------------------------------------------------------------ r13588 | adrpo | 2012-10-23 20:10:32 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - display how many tests are OK. ------------------------------------------------------------------------ r13587 | adrpo | 2012-10-23 19:23:10 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - fix Makefile, missing separator. ------------------------------------------------------------------------ r13586 | adrpo | 2012-10-23 18:58:58 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - do not exit with failure so we can see the log. ------------------------------------------------------------------------ r13585 | lochel | 2012-10-23 18:06:48 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - update simulation results ------------------------------------------------------------------------ r13584 | lochel | 2012-10-23 17:59:08 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: A /trunk/testsuite/simulation/modelica/initialization/eventTest2.mos - add missing file ------------------------------------------------------------------------ r13583 | adrpo | 2012-10-23 17:58:01 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - show the entire testsuite-trace.txt so we see more info in Hudson. ------------------------------------------------------------------------ r13582 | lochel | 2012-10-23 17:56:56 +0200 (Tue, 23 Oct 2012) | 9 lines Changed paths: M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.h M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile - initialization: update some function descriptions for better documentation - Initialization: remove redundant data-structs - initialization: minor fixes (e.g. memory leaks) - initialization: do not longer handle hybrid system different for each initialization method - testsuite: initialization: add new testcase for discrete changes during initialization - testsuite: ThermoSysPro: update simulation results - testsuite: fix failing tests regarding the number of intervals - SimulationRuntime/c: avoid warnings ------------------------------------------------------------------------ r13581 | bruno | 2012-10-23 17:11:16 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest trivial fix in folder properties ------------------------------------------------------------------------ r13580 | leonardo.laguna | 2012-10-23 16:49:49 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Parser/Modelica.g - Trivial fixes for compatibility with VC++ ------------------------------------------------------------------------ r13579 | bruno | 2012-10-23 16:42:04 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos fix stopTime in jointSSR ------------------------------------------------------------------------ r13578 | bruno | 2012-10-23 16:37:09 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/ModelicaTest A /trunk/testsuite/simulation/libraries/ModelicaTest/Makefile A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Force2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForces.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.FrameTorques.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.Torque2.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Forces.WorldForces.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointSSR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.JointUSR.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.Frames.AngularVelocity.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ModelicaTest.MultiBody.SphericalDoublePendulum.mos A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.DifferentiationOfForces.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Force.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Force2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.ForceWithTwoMasses.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.ForcesAndTorques.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.FrameForces.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.FrameForcesAndTorques.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.FrameTorques.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.LineForceWithTwoMasses.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Torque.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Forces.Torque2.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.FourbarVariants.JointUSP.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.FourbarVariants.SphericalAndUniversal.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.FourbarVariants.SphericalSpherical.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.FourbarVariants.UniversalSpherical.mat A /trunk/testsuite/simulation/libraries/ModelicaTest/ReferenceFiles/ModelicaTest.MultiBody.Frames.AngularVelocity.mat Added some tests from ModelicaTest ------------------------------------------------------------------------ r13577 | cschubert | 2012-10-23 16:18:13 +0200 (Tue, 23 Oct 2012) | 11 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat D /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2 - Kopie.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat updated tests from msl32 (rotational and translational): failing due to "Error solving hybrid equation system": - Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos - Modelica.Mechanics.Translational.Examples.HeatLosses.mos failing due to wrong start values or wrong results: - Modelica.Mechanics.Rotational.Examples.CoupledClutches - Modelica.Mechanics.Rotational.Examples.ElasticBearing - Modelica.Mechanics.Translational.Examples.InitialConditions (although the last one works with -iom kinsol) ------------------------------------------------------------------------ r13576 | cschubert | 2012-10-23 15:17:17 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.First.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2 - Kopie.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Accelerate.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Brake.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Damper.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.ElastoGap.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.HeatLosses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.InitialConditions.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Sensors.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.SignConvention.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.WhyArrows.mat copied tests from msl31, some work, some fail - beginning to investigate ------------------------------------------------------------------------ r13575 | wbraun | 2012-10-23 14:08:00 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - activate tearing of mixed systems ------------------------------------------------------------------------ r13574 | cschubert | 2012-10-23 13:55:42 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py updated multibody tests. RobotR3 simulates but uses wrong start values, EngineV6 & EngineV6_analytic still produce infinite loop ------------------------------------------------------------------------ r13573 | wbraun | 2012-10-23 13:36:05 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat - fixed findZeroCrossing ------------------------------------------------------------------------ r13572 | wbraun | 2012-10-23 13:34:29 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - changed runscript to remove only the temporary files of the currect user ------------------------------------------------------------------------ r13571 | wbraun | 2012-10-23 12:05:48 +0200 (Tue, 23 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - fixed tests on hudson ------------------------------------------------------------------------ r13570 | leonardo.laguna | 2012-10-23 11:24:18 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/openmodelica/uncertainties/dataReconciliation.mos - Added dump of distribution type to the uncertainties extraction ------------------------------------------------------------------------ r13569 | hubert.thieriot | 2012-10-23 05:06:18 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Tools/MyTextLog.cpp M /trunk/OMOptimBasis/Infos/Info.h M /trunk/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptimBasis/Infos/ListInfo.h - added a new InfoControler (to be used in model/data architecture) -> less memory consumption ------------------------------------------------------------------------ r13561 | adrpo | 2012-10-23 01:31:26 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.in - mind your language please :) ------------------------------------------------------------------------ r13560 | jfrenkel | 2012-10-23 01:00:33 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - bugfix for if-equations ------------------------------------------------------------------------ r13559 | jfrenkel | 2012-10-23 00:46:39 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fix tab ------------------------------------------------------------------------ r13558 | jfrenkel | 2012-10-23 00:33:25 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos - fix tests ------------------------------------------------------------------------ r13556 | adeas31 | 2012-10-23 00:24:39 +0200 (Tue, 23 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h - Don't trade-off performance for CPU polling. ------------------------------------------------------------------------ r13555 | wbraun | 2012-10-23 00:18:03 +0200 (Tue, 23 Oct 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/simulation/modelica/equations/BouncingBall.mos M /trunk/testsuite/simulation/modelica/msl22/blockssources.mos M /trunk/testsuite/simulation/modelica/msl22/simulation2.mos Changes for event handling. - From now as zero-crossing functions are used the conditions instead of single relations. - main changes in BackendDAECreate.findZeroCrossings. - it collects now samples, relations and zerocrossings in different lists. - relations are still collected for cpp-runtime. - fixed also #1866 ------------------------------------------------------------------------ r13554 | jfrenkel | 2012-10-22 23:47:14 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos - do not switch of tearing in msl32 tests ------------------------------------------------------------------------ r13553 | jfrenkel | 2012-10-22 23:06:56 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos - fix tests ------------------------------------------------------------------------ r13552 | jfrenkel | 2012-10-22 22:24:22 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - fix tests, report less warnings Alias variables ... have start values ... ------------------------------------------------------------------------ r13551 | jfrenkel | 2012-10-22 20:12:58 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGear.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGearBrake.mos - fix tests ------------------------------------------------------------------------ r13550 | adrpo | 2012-10-22 18:30:49 +0200 (Mon, 22 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile - remove Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos from msl31 and msl32 until fixed as it puts Hudson windows build in an infinite loop ------------------------------------------------------------------------ r13549 | adrpo | 2012-10-22 18:23:54 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - fixing wrong target. ------------------------------------------------------------------------ r13548 | jfrenkel | 2012-10-22 17:32:31 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - avoid Warning Alias Variable ... by improvement of expressionEqual ------------------------------------------------------------------------ r13547 | bruno | 2012-10-22 17:09:37 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos minor changes in results output comment ------------------------------------------------------------------------ r13546 | bruno | 2012-10-22 15:04:43 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos removed geterrorString() in tests which leads to wrong test result in Hudson ------------------------------------------------------------------------ r13545 | jfrenkel | 2012-10-22 14:42:30 +0200 (Mon, 22 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - try to remove aliases like state = state, but this needs some more thinks to do - keep zero start values - dynamicstateselection, prever states with short names - move some tests back to working group ------------------------------------------------------------------------ r13544 | bruno | 2012-10-22 14:39:33 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/package.order M /trunk/libraries/ModelicaTest 1.1/package.order Updated modelicaTest to last version on MA svn ------------------------------------------------------------------------ r13543 | bruno | 2012-10-22 14:34:01 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo Updated multibody test from Modelicatest ------------------------------------------------------------------------ r13542 | jfrenkel | 2012-10-22 13:33:01 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - fix tests ------------------------------------------------------------------------ r13541 | jfrenkel | 2012-10-22 13:01:15 +0200 (Mon, 22 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos - fix tests ------------------------------------------------------------------------ r13540 | hkiel | 2012-10-22 12:06:36 +0200 (Mon, 22 Oct 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - avoid busy polling, instead use polling via timer or on event -> every 10ms during OMCProxy::sendCommand() -> sock->waitForReadyRead() in SimulationWidget::simulateModel() ------------------------------------------------------------------------ r13539 | bruno | 2012-10-22 11:02:44 +0200 (Mon, 22 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mat Added reference files for two multibody tests that now simulate Added a failing test for PconstrainPrismaticJoint with dynamic state selection ------------------------------------------------------------------------ r13538 | wbraun | 2012-10-21 19:25:52 +0200 (Sun, 21 Oct 2012) | 5 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat updates for event handling c simulation runtime - mostly cleaning and restructuring of the code - preparation for changing zero-crossing treatmeant ------------------------------------------------------------------------ r13536 | wbraun | 2012-10-20 19:37:10 +0200 (Sat, 20 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/interactive/omi_ServiceInterface.cpp - a bit of clean up in c simulation runtime ------------------------------------------------------------------------ r13533 | wbraun | 2012-10-20 14:00:33 +0200 (Sat, 20 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fixed a bug in isExpDiscrete ------------------------------------------------------------------------ r13532 | jfrenkel | 2012-10-20 08:47:39 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - keep der(var) = const ------------------------------------------------------------------------ r13531 | adrpo | 2012-10-20 07:34:54 +0200 (Sat, 20 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Makefile.omdev.mingw - forgot to copy libexpat*.lib - add lib/omc/msvc to the CL lib search path as it contains sundials and libexpat libs. ------------------------------------------------------------------------ r13530 | adrpo | 2012-10-20 06:30:01 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - switch to new lib directories for msvc. ------------------------------------------------------------------------ r13529 | adrpo | 2012-10-20 05:47:14 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - geez, one needs to generate arith.h ------------------------------------------------------------------------ r13528 | adrpo | 2012-10-20 05:36:45 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - don't assume anything on how $OMDEV looks like (is defined as /c/OMDev in the sh shell). ------------------------------------------------------------------------ r13527 | adrpo | 2012-10-20 05:30:44 +0200 (Sat, 20 Oct 2012) | 6 lines Changed paths: M /trunk/Makefile.omdev.mingw - build both debug/release MSVC libs and put them in: build/lib/omc/msvc/debug (debug SimulationRuntime libs) build/lib/omc/msvc/release (release SimulationRuntime libs) build/lib/omc/msvc/ (sundials) - Makefiles generated needs updating to the new directories. ------------------------------------------------------------------------ r13524 | adrpo | 2012-10-20 03:03:13 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/Compile.bat - we *really* need the RESULT from Compile.bat to know if we should report a build error in omc. ------------------------------------------------------------------------ r13522 | adrpo | 2012-10-20 02:46:52 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - more make magic for msvc target. ------------------------------------------------------------------------ r13521 | adrpo | 2012-10-20 02:26:43 +0200 (Sat, 20 Oct 2012) | 3 lines Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/simulation/options.h - generate nmake targets not the vs projects! - copy the libs after build to build/lib/omc/ - why would we need in options.h??!! ------------------------------------------------------------------------ r13520 | jfrenkel | 2012-10-20 01:15:00 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - remove also constant derivatives from known vars as the other self generated vars ------------------------------------------------------------------------ r13519 | adrpo | 2012-10-20 01:12:42 +0200 (Sat, 20 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - fix the simulationruntimecmsvc target. now it works. ------------------------------------------------------------------------ r13517 | jfrenkel | 2012-10-19 23:59:08 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - keep dimension information of derived variable but check when sorting if all elements are derived. ------------------------------------------------------------------------ r13516 | jfrenkel | 2012-10-19 23:29:53 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - libexpat.dll is needed for target msvc in bin ------------------------------------------------------------------------ r13514 | jfrenkel | 2012-10-19 23:18:58 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/CMakeLists.txt M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt M /trunk/SimulationRuntime/c/meta/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/libf2c/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt M /trunk/SimulationRuntime/c/util/CMakeLists.txt - change cmake files and add target simulationruntimecmsvc to Makefile.omdev.mingw to call cmake to generate msvc libs (does not yet work because camke does not configue nmake files) ------------------------------------------------------------------------ r13513 | jfrenkel | 2012-10-19 22:09:21 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/scripts/Compile.bat - improve Compile.bat to call also msvc target ------------------------------------------------------------------------ r13512 | adrpo | 2012-10-19 21:43:54 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - make a real list out of TARGET choices. ------------------------------------------------------------------------ r13511 | adrpo | 2012-10-19 21:27:26 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeTV.mo - squash the tabs. ------------------------------------------------------------------------ r13510 | adrpo | 2012-10-19 21:08:08 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos - update test. ------------------------------------------------------------------------ r13509 | adrpo | 2012-10-19 21:06:53 +0200 (Fri, 19 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos - fix the comparison variables, I added the states for now, fix them later. there are more of these comparisons with variables "x" and "y" which of course do not exist in the model. ------------------------------------------------------------------------ r13508 | adrpo | 2012-10-19 20:55:34 +0200 (Fri, 19 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - add missing tab - add error handling for wrong +target. ------------------------------------------------------------------------ r13507 | adrpo | 2012-10-19 20:34:19 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeTV.mo - add the missing simulationCodeTarget in SimCodeTV.mo ------------------------------------------------------------------------ r13506 | jfrenkel | 2012-10-19 20:27:22 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - add missing end match ------------------------------------------------------------------------ r13505 | adrpo | 2012-10-19 18:55:03 +0200 (Fri, 19 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo - added case for SCode.EQ_NORETCALL in SCode.equationEqual2. fixes duplicate elements not identical error in model: Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint however, the model seems to go in an infinite loop in the back-end. ------------------------------------------------------------------------ r13504 | jfrenkel | 2012-10-19 18:28:04 +0200 (Fri, 19 Oct 2012) | 8 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common - add case to generate nmake makefile for visual studio 2010 todo: copy libs libexpat.lib from OMDEV/lib/expat-win32-msvc to lib sundials_kinsol.lib sundials_nvecserial.lib from OMDEV/lib/3rdParty/Sundials/lib/release/vc100 to lib f2c.lib initialization.lib math-support.lib meta.lib ModelicaExternalC.lib results.lib simulation.lib solver.lib util.lib from OMDEV/lib/c_runtime_msvc to lib improve Compile.bat to call vcvarsall.bat and nmake in case of target=msvc add dlls (expat,kinsol) to path ------------------------------------------------------------------------ r13502 | adrpo | 2012-10-19 16:49:14 +0200 (Fri, 19 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/simulation/modelica/records/InOutRecord.mos A /trunk/testsuite/simulation/modelica/start_value_selection A /trunk/testsuite/simulation/modelica/start_value_selection/Makefile A /trunk/testsuite/simulation/modelica/start_value_selection/Test.mo A /trunk/testsuite/simulation/modelica/start_value_selection/Test.mos - add start value selection (startOrigin) testing. simulation/modelica/start_value_selection - more error checking in simulation/modelica/records/InOutRecord.mos ------------------------------------------------------------------------ r13501 | bruno | 2012-10-19 16:40:30 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mat Added reference results for ConstrainUniversalJoint and modified makefile ------------------------------------------------------------------------ r13500 | jfrenkel | 2012-10-19 16:28:15 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/CMakeLists.txt - ged rid of empty omc_equationInfo_reverse_prof_index to be compileable with vs2010 ------------------------------------------------------------------------ r13497 | jfrenkel | 2012-10-19 14:38:24 +0200 (Fri, 19 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/meta/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation_data.h - use brackets to avoid warning in tables.c - update cmakefiles and small change to simulation_runtime_cpp to get simulationruntime c compilable with vs2010 ------------------------------------------------------------------------ r13496 | leonardo.laguna | 2012-10-19 14:18:54 +0200 (Fri, 19 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/System_rml.c - Fixed small problem that was giving me segmentation faults ------------------------------------------------------------------------ r13495 | adeas31 | 2012-10-19 13:31:08 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf updated authors. ------------------------------------------------------------------------ r13494 | adeas31 | 2012-10-19 13:16:53 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf more documentation and release notes. ------------------------------------------------------------------------ r13493 | adrpo | 2012-10-19 13:09:10 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/3rdParty/VTT A /trunk/testsuite/simulation/libraries/3rdParty/VTT/FreeBody18.mo A /trunk/testsuite/simulation/libraries/3rdParty/VTT/FreeBody18.mos A /trunk/testsuite/simulation/libraries/3rdParty/VTT/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/VTT/README.txt - add the FreeBody18 VTT model to investigate the generated code size. ------------------------------------------------------------------------ r13492 | jfrenkel | 2012-10-19 12:54:47 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - add some code (commented out) to tear full mixed system ------------------------------------------------------------------------ r13491 | adeas31 | 2012-10-19 11:58:01 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - more documentation for 1.9.0 beta2. ------------------------------------------------------------------------ r13490 | adrpo | 2012-10-19 11:51:00 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos - update testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos ------------------------------------------------------------------------ r13489 | jfrenkel | 2012-10-19 11:39:00 +0200 (Fri, 19 Oct 2012) | 11 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile - move tests to failing simulation_libraries_3rdParty_ThermoSysPro.ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos simulation_libraries_msl32.Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos simulation_libraries_msl31.Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos simulation_libraries_msl32.Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos simulation_libraries_msl31.Modelica.Mechanics.Translational.Examples.Friction.mos simulation_libraries_msl31.Modelica.Mechanics.Rotational.Examples.Friction.mos simulation_libraries_msl31.Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos - use defines from simulation_data.h for dummyFILE_INFO and dummyVAR_INFO ------------------------------------------------------------------------ r13487 | adrpo | 2012-10-19 10:50:31 +0200 (Fri, 19 Oct 2012) | 5 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/Makefile - moved PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos PlanarMechanicsForTesting.Examples.KinematicLoop.mos to failing tests as they take way too much time! ------------------------------------------------------------------------ r13486 | adrpo | 2012-10-19 10:07:07 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - fix UTF8 issues ------------------------------------------------------------------------ r13485 | sjoelund.se | 2012-10-19 08:40:36 +0200 (Fri, 19 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Update releasenotes ------------------------------------------------------------------------ r13484 | petfr | 2012-10-19 08:03:41 +0200 (Fri, 19 Oct 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaUsersGuide.doc Minor updates in UsersGuide and System Doc. Beta2 release text and contributors. ------------------------------------------------------------------------ r13483 | lochel | 2012-10-19 07:12:50 +0200 (Fri, 19 Oct 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c D /trunk/testsuite/simulation/modelica/initialization/Initialization.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/initial_equation.mos (from /trunk/testsuite/simulation/modelica/initialization/Initialization.mos:13471) A /trunk/testsuite/simulation/modelica/initialization/nonlinear3.mos - initialization: fix in scaling: use the solution of scaled initialization for final improvement of accuracy - testsuite: add new testcase for initialization of nonlinear system - testsuite: refine the description of case initial_equation.mos (previous: Initialization.mos) ------------------------------------------------------------------------ r13482 | jfrenkel | 2012-10-19 02:03:47 +0200 (Fri, 19 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/solver/CMakeLists.txt A /trunk/SimulationRuntime/c/simulation/solver/initialization/CMakeLists.txt M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos - fix test - update cmake files for simulationruntime/c ------------------------------------------------------------------------ r13481 | adeas31 | 2012-10-18 23:19:21 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - documentation for 1.9.0 beta2 release. ------------------------------------------------------------------------ r13480 | jfrenkel | 2012-10-18 21:48:34 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos - replace also parameters with evaluate=true annotation in variable attributes when evaluated ------------------------------------------------------------------------ r13479 | jfrenkel | 2012-10-18 21:07:11 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos - fix tests ------------------------------------------------------------------------ r13478 | arun3688 | 2012-10-18 19:02:37 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc_test/error1.mo arun3688 - error handler message added to the test case ------------------------------------------------------------------------ r13477 | arun3688 | 2012-10-18 19:01:20 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/ParserModelica.mo M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos omccp - latest fix with error handler message and changes with Absyn.mo arun3688 ------------------------------------------------------------------------ r13476 | perost | 2012-10-18 18:05:14 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstDump.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl - Dump the type of untyped components in InstDump. ------------------------------------------------------------------------ r13473 | sjoelund.se | 2012-10-18 16:33:02 +0200 (Thu, 18 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo #1895 - Fix codegeneration for reductions in simulation context ------------------------------------------------------------------------ r13472 | jfrenkel | 2012-10-18 16:10:04 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - Derive.deriveExp add cases for MUL_SCALAR_PRODUCT " {a,b,c} * {c,d,e} => a*c+b*d+c*e", MUL_MATRIX_PRODUCT "M1 * M2, matrix dot product" ------------------------------------------------------------------------ r13471 | lochel | 2012-10-18 15:32:36 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - increased accuracy of the simulation results ------------------------------------------------------------------------ r13470 | jfrenkel | 2012-10-18 15:32:23 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGear.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGearBrake.mos - remove newline from Warning Alias Variables ... - no warning in case of one fixed alias variable start value ------------------------------------------------------------------------ r13469 | cschubert | 2012-10-18 14:48:13 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos Tests: We have two failing tests: - Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces fails while flattening because some parameter is not found which should be available -> Bug? - Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField requires gravityFunction to be replaceable ------------------------------------------------------------------------ r13468 | perost | 2012-10-18 14:35:52 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeDependency.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends12.mo M /trunk/testsuite/flattening/modelica/inheritances/Makefile - Fix dependency checking of extends clauses. ------------------------------------------------------------------------ r13467 | jfrenkel | 2012-10-18 14:34:43 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/SimulationRuntime/c/math-support/hybrd.c - evalutate also variable attributes (start,fixed) when evaluate final parameters ------------------------------------------------------------------------ r13466 | wbraun | 2012-10-18 14:31:01 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - fixed backenddaeinfo output for mixed tearing systems ------------------------------------------------------------------------ r13465 | cschubert | 2012-10-18 14:29:01 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat Tests: DoublePendulumInitTip works, but only with initialization method "nelder_mead_ex2", otherwise one gets wrong start values ------------------------------------------------------------------------ r13463 | cschubert | 2012-10-18 13:59:35 +0200 (Thu, 18 Oct 2012) | 5 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat The following tests work: - Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses - Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings - Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses - Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint all other seem to have problems ------------------------------------------------------------------------ r13462 | jfrenkel | 2012-10-18 13:53:56 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.tpl - call other equations in residual functions via equation_indx and call them again after solution was found to set value of other equations to valid ------------------------------------------------------------------------ r13461 | adeas31 | 2012-10-18 13:19:33 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/Makefile M /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile - the externalFMUs test fails for linux since the fmu's contains windows specific binaries. ------------------------------------------------------------------------ r13460 | perost | 2012-10-18 13:15:26 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/windows/runtest.pl - Update the windows partest too. ------------------------------------------------------------------------ r13459 | perost | 2012-10-18 13:12:02 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Update runtest to handle importFMU. ------------------------------------------------------------------------ r13458 | sjoelund.se | 2012-10-18 11:34:02 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.tpl - Formatting ------------------------------------------------------------------------ r13457 | sjoelund.se | 2012-10-18 11:24:30 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Template/DAEDumpTpl.mo - Update release notes ------------------------------------------------------------------------ r13456 | sjoelund.se | 2012-10-18 11:17:08 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.h - Bump version number ------------------------------------------------------------------------ r13455 | cschubert | 2012-10-18 11:14:52 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainRevoluteJoint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainSphericalJoint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/simulation/libraries/msl32/Utilities A /trunk/testsuite/simulation/libraries/msl32/Utilities/Template.mos A /trunk/testsuite/simulation/libraries/msl32/Utilities/setUpTests.py Tests: - Missing mos-Files for MultiBody, tests have to be evaluated first - Python tool that creates test-mos-files for you ------------------------------------------------------------------------ r13454 | jfrenkel | 2012-10-18 10:57:43 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo - use startorigin attribute to merge alias start values ------------------------------------------------------------------------ r13453 | sjoelund.se | 2012-10-18 10:52:17 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix to loadModel(ObsoleteModelica,{"3.2"}) ------------------------------------------------------------------------ r13452 | perost | 2012-10-18 10:30:59 +0200 (Thu, 18 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c M /trunk/SimulationRuntime/c/util/java_interface.c - Got rid of some more clang warnings. ------------------------------------------------------------------------ r13451 | cschubert | 2012-10-18 10:16:08 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling_failed.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat RollingWheelSetPulling also works ------------------------------------------------------------------------ r13450 | adrpo | 2012-10-18 10:12:19 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/simulateExercises.mos - add simulation (not compared with other tools yet) and inst/check for Martin Otter's Exercises. ------------------------------------------------------------------------ r13449 | cschubert | 2012-10-18 10:08:44 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving_failed.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat RollingWheelSetDriving works with current OMC (r13448) ------------------------------------------------------------------------ r13448 | hubert.thieriot | 2012-10-18 04:20:56 +0200 (Thu, 18 Oct 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/ModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h - when a mo file is reloaded, compiled versions are now deleted ------------------------------------------------------------------------ r13447 | adrpo | 2012-10-17 23:36:20 +0200 (Wed, 17 Oct 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/VarTransform.mo - uh, this was easier than I imagined. - added startOrigin to DAE.VAR_ATTR* which is set to: SOME(DAE.SCODE("type")) -> start comes from type SOME(DAE.SCODE("binding")) -> start comes from component binding NONE() -> no idea - use +d=showStartOrigin to show the startOrigin=... in the DAE output of instantiateModel. - Jens F., please see if you can use it for Alias selection (always prefer startOrigin = "binding"), seems to work correctly for the AVM model we talked about via email. Real differential_Open.env.heatCapacitor.T(start = 293.15, nominal = 300.0, startOrigin = "binding"); ------------------------------------------------------------------------ r13446 | adeas31 | 2012-10-17 23:09:42 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/openmodelica/fmi/BouncingBall.mo D /trunk/testsuite/openmodelica/fmi/BouncingBall.mos A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/ExternalFMUs.mos A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/Makefile A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/testedFMU A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/testedFMU/fmusdk1.0.2 A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/testedFMU/fmusdk1.0.2/bouncingBall.fmu A /trunk/testsuite/openmodelica/fmi/CoSimulationStandAlone/testedFMU/fmusdk1.0.2/vanDerPol.fmu D /trunk/testsuite/openmodelica/fmi/EnumerationTest.mo D /trunk/testsuite/openmodelica/fmi/EnumerationTest.mos D /trunk/testsuite/openmodelica/fmi/ExternalFMUs.mos D /trunk/testsuite/openmodelica/fmi/HelloFMIWorld.mo D /trunk/testsuite/openmodelica/fmi/HelloFMIWorld.mos D /trunk/testsuite/openmodelica/fmi/InOutTest.mo D /trunk/testsuite/openmodelica/fmi/InOutTest.mos D /trunk/testsuite/openmodelica/fmi/Makefile A /trunk/testsuite/openmodelica/fmi/ModelExchange A /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/EnumerationTest.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/ExternalFMUs.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/HelloFMIWorld.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile A /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/TanksConnectedPI.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/TanksConnectedPI.mos A /trunk/testsuite/openmodelica/fmi/ModelExchange/testInOut.mo A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/dymola7.4 A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/dymola7.4/CPUCooling.fmu A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/dymola7.4/bouncingBall.fmu A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/fmusdk1.0.2 A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/fmusdk1.0.2/bouncingBall.fmu A /trunk/testsuite/openmodelica/fmi/ModelExchange/testedFMU/fmusdk1.0.2/vanDerPol.fmu D /trunk/testsuite/openmodelica/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos D /trunk/testsuite/openmodelica/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos D /trunk/testsuite/openmodelica/fmi/TanksConnectedPI.mo D /trunk/testsuite/openmodelica/fmi/TanksConnectedPI.mos D /trunk/testsuite/openmodelica/fmi/testInOut.mo D /trunk/testsuite/openmodelica/fmi/testedFMU - Separated FMI ModelExchange and Co-Simulation stand-alone tests. ------------------------------------------------------------------------ r13445 | adeas31 | 2012-10-17 22:51:43 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/fmi/Makefile - ExternalFMUs test should work now. ------------------------------------------------------------------------ r13443 | adrpo | 2012-10-17 19:11:34 +0200 (Wed, 17 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - ALWAYS take the inner outer prefix from the original declaration not the redeclare which HAS NO inner outer (the grammar doesn't permit it!) + this fixes some AVM models: Class C2M2L_Ext.C2M2L_Delivered_Component_Implementations.Drive_Line.Gearbox_90_Degree.Test_90degree_Gearbox_VU has 243 equation(s) and 243 variable(s). 180 of these are trivial equation(s). ------------------------------------------------------------------------ r13442 | perost | 2012-10-17 18:58:10 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/metamodelica/meta/PartialFn5.mo M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos - Update tests. ------------------------------------------------------------------------ r13441 | cschubert | 2012-10-17 17:17:04 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Test: GyroscopifEffects - test for orientation rather than position as this is more important in this particular test (also it is closest to selected state Q, which is marked as protected) ------------------------------------------------------------------------ r13440 | lochel | 2012-10-17 16:38:16 +0200 (Wed, 17 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs A /trunk/SimulationRuntime/c/simulation/solver/initialization A /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c (from /trunk/SimulationRuntime/c/simulation/solver/initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.h (from /trunk/SimulationRuntime/c/simulation/solver/initialization.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c (from /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.h (from /trunk/SimulationRuntime/c/simulation/solver/initialization_data.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c (from /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h (from /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c (from /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.h (from /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c (from /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.h (from /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c (from /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.h (from /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.h:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c (from /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c:13433) A /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.h (from /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.h:13433) D /trunk/SimulationRuntime/c/simulation/solver/initialization.c D /trunk/SimulationRuntime/c/simulation/solver/initialization.h D /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c D /trunk/SimulationRuntime/c/simulation/solver/initialization_data.h D /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c D /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.h D /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c D /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h D /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c D /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h D /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c D /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.h D /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c D /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.h M /trunk/testsuite/simulation/modelica/initialization/eventTest.mos - c-runtime: move all files regarding initialization to separate folder inside simulation/solver - testsuite: change if-condition to move event from simulation to initialization - initialization: switching off scaling nearby the final solution ------------------------------------------------------------------------ r13439 | bruno | 2012-10-17 16:22:54 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat GyroscopicEffects example in multibody now simulates correctly ------------------------------------------------------------------------ r13438 | perost | 2012-10-17 16:04:06 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - Some more help text updates. ------------------------------------------------------------------------ r13437 | perost | 2012-10-17 14:57:52 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - Update help text for omc. ------------------------------------------------------------------------ r13436 | adeas31 | 2012-10-17 14:40:35 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/corbaimpl.cpp The argument is "-ORBNoResolve" not "ORBNoResolve". ------------------------------------------------------------------------ r13435 | perost | 2012-10-17 14:30:12 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/corbaimpl.cpp - Trying to fix corbaimpl on Windows. ------------------------------------------------------------------------ r13434 | adeas31 | 2012-10-17 14:06:47 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/corbaimpl.cpp - fixed Windows compilation. ------------------------------------------------------------------------ r13433 | lochel | 2012-10-17 13:49:51 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/eventTest.mos - add testcase for event-iteration during initialization ------------------------------------------------------------------------ r13432 | perost | 2012-10-17 13:42:58 +0200 (Wed, 17 Oct 2012) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/runtime/corbaimpl.cpp M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/flattening/libraries/msl221/AIMS_start.mos M /trunk/testsuite/flattening/libraries/msl221/OneWayRectifier.mos M /trunk/testsuite/flattening/libraries/msl221/OneWayRectifierBG.mos M /trunk/testsuite/flattening/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/flattening/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/flattening/libraries/msl221/TestNand.mos M /trunk/testsuite/flattening/libraries/msl221/TransformerYD.mos M /trunk/testsuite/flattening/libraries/msl221/TransformerYY.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/World.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm3.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Break.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty1.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForNested.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/ForSimple.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FuncDer.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Function6.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/SumSeriesWhile.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayDivision.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo M /trunk/testsuite/flattening/modelica/arrays/ConstructFunc.mo M /trunk/testsuite/flattening/modelica/blocks/BlockComponents.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Delay2.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Delay3.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Integer2Real.mo M /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo M /trunk/testsuite/flattening/modelica/modification/Modification17.mo M /trunk/testsuite/flattening/modelica/msl/BM20.mo M /trunk/testsuite/flattening/modelica/msl/BS13.mo M /trunk/testsuite/flattening/modelica/msl/BS14.mo M /trunk/testsuite/flattening/modelica/operators/Cat1.mo M /trunk/testsuite/flattening/modelica/operators/Pow.mo M /trunk/testsuite/flattening/modelica/others/EndUnknown.mo M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/flattening/modelica/others/Sequence.mo M /trunk/testsuite/flattening/modelica/others/WillowForest.mo M /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo M /trunk/testsuite/flattening/modelica/scodeinst/conn9.mo M /trunk/testsuite/flattening/modelica/scodeinst/eq4.mo M /trunk/testsuite/flattening/modelica/scodeinst/func9.mo M /trunk/testsuite/flattening/modelica/scodeinst/loop2.mo M /trunk/testsuite/flattening/modelica/types/Real2Integer2.mo M /trunk/testsuite/metamodelica/meta/UnboundLocal.mo M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mos M /trunk/testsuite/simulation/modelica/built-in-functions/Sign.mos M /trunk/testsuite/simulation/modelica/others/Random.mos M /trunk/testsuite/simulation/modelica/others/SyncFilter.mos - Removed the special case for Real casts when dumping expressions, since Modelica does not have a Real() function. - Some SCodeInst fixes. - Fixed compiler warnings in corbaimpl.cpp. - Updated testcases due to the expression dumping change. ------------------------------------------------------------------------ r13431 | adrpo | 2012-10-17 13:28:48 +0200 (Wed, 17 Oct 2012) | 5 lines Changed paths: A /trunk/testsuite/flattening/libraries/3rdParty/Exercises A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Plot feedback.u1 und u2.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/Plot ramp.y und Jmotor.w.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/1/readme.txt A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2/Aufgabe2.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2/Plot speeds.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2/Plot tau = tau(phi_rel).mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/2/readme.txt A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current2.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current3.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError2.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError3.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/ServoSystem1/package.order A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/3/readme.txt A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot current.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot load.w, speedError.mos A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/ServoSystem3/package.order A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/4/readme.txt A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/5 A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/5/FourBar.mo A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/5/loop.png A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/5/readme.txt A /trunk/testsuite/flattening/libraries/3rdParty/Exercises/README.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Aufgabe1_1.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Aufgabe1_2.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Plot feedback.u1 und u2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/Plot ramp.y und Jmotor.w.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/1/readme.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2/Aufgabe2.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2/Plot speeds.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2/Plot tau = tau(phi_rel).mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/2/readme.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot current3.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError2.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/Scripts/plot load.w, speedError3.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/ServoSystem1/package.order A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/3/readme.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/Aufgabe4_4b.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot current.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/Scripts/plot load.w, speedError.mos A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/ServoSystem3/package.order A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/4/readme.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/5 A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/5/FourBar.mo A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/5/loop.png A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/5/readme.txt A /trunk/testsuite/simulation/libraries/3rdParty/Exercises/README.txt - exercises from Martin Otter [http://www.robotic.dlr.de/Martin.Otter] .mos files for testing the exercises are needed and also Makefiles, any takers? testsuite/flattening/libraries/3rdParty/Exercises and testsuite/simulation/libraries/3rdParty/Exercises ------------------------------------------------------------------------ r13430 | sjoelund.se | 2012-10-17 13:23:25 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/records/RecordConstructors2.mo - Expected output ------------------------------------------------------------------------ r13429 | sjoelund.se | 2012-10-17 13:21:44 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL 3.2.1 ------------------------------------------------------------------------ r13428 | sjoelund.se | 2012-10-17 13:16:25 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Lookup.mo - Fix r13427 also for constant elements in records ------------------------------------------------------------------------ r13427 | sjoelund.se | 2012-10-17 12:38:07 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Function8.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Abs2.mo M /trunk/testsuite/flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mos M /trunk/testsuite/flattening/modelica/others/ExtObjError.mo M /trunk/testsuite/metamodelica/meta/BuiltinList.mos M /trunk/testsuite/metamodelica/meta/ComplicatedInteractive.mos M /trunk/testsuite/metamodelica/meta/PartialFn1.mo M /trunk/testsuite/metamodelica/meta/PartialFn15.mo M /trunk/testsuite/metamodelica/meta/PartialFn2.mo M /trunk/testsuite/metamodelica/meta/PartialFn4.mo M /trunk/testsuite/metamodelica/meta/PartialFn6.mo M /trunk/testsuite/metamodelica/meta/PartialFn7.mo M /trunk/testsuite/metamodelica/meta/UnboxCond.mo M /trunk/testsuite/openmodelica/bootstrapping/DebugTest.mos - Changed unparsing of DAE.T_FUNCTION ------------------------------------------------------------------------ r13426 | sjoelund.se | 2012-10-17 12:08:39 +0200 (Wed, 17 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/testsuite/flattening/modelica/records/Makefile A /trunk/testsuite/flattening/modelica/records/RecordConstructors2.mo M /trunk/testsuite/metamodelica/meta/PartialFn10.mo #1875 - Do not report errors while doing partial record constructor instantiation ------------------------------------------------------------------------ r13425 | adrpo | 2012-10-17 10:58:43 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - no more tabs. ------------------------------------------------------------------------ r13424 | adrpo | 2012-10-17 10:28:31 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/SusanTest.mos - fix testsuite/openmodelica/bootstrapping/SusanTest.mos ------------------------------------------------------------------------ r13423 | adrpo | 2012-10-17 10:20:11 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Unused/Global.mo - utf8 ------------------------------------------------------------------------ r13422 | adrpo | 2012-10-17 09:58:19 +0200 (Wed, 17 Oct 2012) | 19 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo D /trunk/Compiler/FrontEnd/Edge.mo D /trunk/Compiler/FrontEnd/Element.mo M /trunk/Compiler/FrontEnd/Expression.mo D /trunk/Compiler/FrontEnd/InstInfo.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo D /trunk/Compiler/FrontEnd/Instance.mo D /trunk/Compiler/FrontEnd/Node.mo D /trunk/Compiler/FrontEnd/Reference.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo D /trunk/Compiler/FrontEnd/SCodeFlat.mo D /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo D /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo D /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo A /trunk/Compiler/FrontEnd/SCodeStatic.mo A /trunk/Compiler/FrontEnd/SCodeTransform.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Typing.mo D /trunk/Compiler/FrontEnd/Visited.mo M /trunk/Compiler/Global/Global.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo A /trunk/Compiler/Unused A /trunk/Compiler/Unused/Edge.mo (from /trunk/Compiler/FrontEnd/Edge.mo:13419) A /trunk/Compiler/Unused/Element.mo (from /trunk/Compiler/FrontEnd/Element.mo:13419) A /trunk/Compiler/Unused/Global.mo A /trunk/Compiler/Unused/InstInfo.mo (from /trunk/Compiler/FrontEnd/InstInfo.mo:13419) A /trunk/Compiler/Unused/Instance.mo (from /trunk/Compiler/FrontEnd/Instance.mo:13419) A /trunk/Compiler/Unused/Name.mo (from /trunk/Compiler/Util/Name.mo:13421) A /trunk/Compiler/Unused/NamePool.mo (from /trunk/Compiler/Util/NamePool.mo:13421) A /trunk/Compiler/Unused/Node.mo (from /trunk/Compiler/FrontEnd/Node.mo:13419) A /trunk/Compiler/Unused/Pool.mo (from /trunk/Compiler/Util/Pool.mo:13421) A /trunk/Compiler/Unused/Reference.mo (from /trunk/Compiler/FrontEnd/Reference.mo:13419) A /trunk/Compiler/Unused/Relation.mo (from /trunk/Compiler/Util/Relation.mo:13421) A /trunk/Compiler/Unused/SCodeFlat.mo (from /trunk/Compiler/FrontEnd/SCodeFlat.mo:13419) A /trunk/Compiler/Unused/SCodeFlatDump.mo (from /trunk/Compiler/FrontEnd/SCodeFlatDump.mo:13419) A /trunk/Compiler/Unused/SCodeFlattenExtends.mo (from /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo:13419) A /trunk/Compiler/Unused/SCodeGraph.mo (from /trunk/Compiler/FrontEnd/SCodeGraph.mo:13419) A /trunk/Compiler/Unused/Scope.mo (from /trunk/Compiler/Util/Scope.mo:13421) A /trunk/Compiler/Unused/Visited.mo (from /trunk/Compiler/FrontEnd/Visited.mo:13419) D /trunk/Compiler/Util/Name.mo D /trunk/Compiler/Util/NamePool.mo D /trunk/Compiler/Util/Pool.mo D /trunk/Compiler/Util/Relation.mo D /trunk/Compiler/Util/Scope.mo M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/testsuite/flattening/modelica/scodeinst/func6.mo M /trunk/testsuite/flattening/modelica/scodeinst/func7.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos - move unused packages to Compiler/Unused SCodeInst - add class name to basic type and complex class - union the inputs/outputs/locals when extending (fixes Modelica.Utilities.Files.loadResource) - InstUtil.mergeDirection ignore several input or output if they are the same (fixes input Modelica.Blocks.Intefaces.RealInput used in HumMod) - do not fail if class is partial in SCodeCheck.mo (should be put back) - fix a bug in inst of WHEN equations SCodeSimplify.mo - removed contents and added a simplify phase to get rid of extends *Icons* to make debugging easier. SCodeTransform.mo - preliminary InstTypes -> SCode transformer ComponentReference/Expression - handle more in unelabCref/unelabExp and add error printing on failtrace. ------------------------------------------------------------------------ r13421 | wbraun | 2012-10-17 01:44:36 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - added linearize and simulate as builtin ------------------------------------------------------------------------ r13419 | wbraun | 2012-10-17 00:08:33 +0200 (Wed, 17 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - fixed build ------------------------------------------------------------------------ r13418 | adeas31 | 2012-10-17 00:00:27 +0200 (Wed, 17 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - Use importFMUOld with OMEdit for now. Should be updated in future. ------------------------------------------------------------------------ r13417 | adeas31 | 2012-10-16 23:52:03 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/openmodelica/fmi/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/EnumerationTest.mos M /trunk/testsuite/openmodelica/fmi/ExternalFMUs.mos M /trunk/testsuite/openmodelica/fmi/HelloFMIWorld.mos M /trunk/testsuite/openmodelica/fmi/InOutTest.mos M /trunk/testsuite/openmodelica/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/openmodelica/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos M /trunk/testsuite/openmodelica/fmi/TanksConnectedPI.mos - Replaced the import FMU with the new functionality. importFMU => importFMUOld and importFMUNew => importFMU. - Updated some of the test cases. Few test cases still uses the old API. ------------------------------------------------------------------------ r13416 | adeas31 | 2012-10-16 23:50:52 +0200 (Tue, 16 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - Handle the case when we have no events. ------------------------------------------------------------------------ r13415 | adeas31 | 2012-10-16 23:50:27 +0200 (Tue, 16 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIWrapper.c - Differentiate among FMI warning, error and fatal error. ------------------------------------------------------------------------ r13414 | adeas31 | 2012-10-16 23:50:01 +0200 (Tue, 16 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - If a variable doesn't have a start value attribute then don't ask for start value. ------------------------------------------------------------------------ r13413 | wbraun | 2012-10-16 23:37:26 +0200 (Tue, 16 Oct 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/openmodelica/linearization/linmodel.mos M /trunk/testsuite/openmodelica/linearization/simLotkaVolterra.mos M /trunk/testsuite/openmodelica/linearization/simNonlinear.mos M /trunk/testsuite/openmodelica/linearization/simTwoTank.mos M /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos M /trunk/testsuite/openmodelica/linearization/simextfunction.mos M /trunk/testsuite/openmodelica/linearization/smallValues.mos M /trunk/testsuite/openmodelica/linearization/test_01.mos M /trunk/testsuite/openmodelica/linearization/test_02.mos M /trunk/testsuite/openmodelica/linearization/test_03.mos M /trunk/testsuite/openmodelica/linearization/test_04.mos M /trunk/testsuite/openmodelica/linearization/test_05.mos M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/openmodelica/linearization/testknownvar.mos - updates to generation of sparsity pattern and linearization - updates for correct sorting of the sparsety pattern - added API call linearize() - updates the linearization tests ------------------------------------------------------------------------ r13412 | wbraun | 2012-10-16 21:15:23 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/matrix.h - changed just warning message for mixed system ------------------------------------------------------------------------ r13411 | perost | 2012-10-16 21:01:23 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/classextends3.mo - Better handling of class extends in new instantiation. ------------------------------------------------------------------------ r13409 | jfrenkel | 2012-10-16 17:24:11 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - add cases for DAE.DEFINE and DAE.EQUEQUATION in BackendDAECreate.lowerWhenEq2 - add missing case of alias exp "not a" ------------------------------------------------------------------------ r13408 | jfrenkel | 2012-10-16 17:11:03 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/runtime/System_omc.c - System_strtok returns emtpy list in case of "" equal to rml version - BackendVariable: bugfix output Warning message ------------------------------------------------------------------------ r13403 | sjoelund.se | 2012-10-16 15:43:22 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Change BuildModelRecursive.mos to only run ModelicaTest if asked for (will be a separate report on test server from now on) ------------------------------------------------------------------------ r13402 | perost | 2012-10-16 14:33:45 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - Apparently strndup is not supported by mingw, use strdup instead. ------------------------------------------------------------------------ r13401 | perost | 2012-10-16 14:08:50 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - Respect constness in FMIImpl. ------------------------------------------------------------------------ r13400 | hkiel | 2012-10-16 10:49:20 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/README.txt # 1836 - added history of documentation viewer and backward/forward buttons to navigate ------------------------------------------------------------------------ r13399 | adrpo | 2012-10-16 00:30:00 +0200 (Tue, 16 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - moved Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to wrong results. ------------------------------------------------------------------------ r13398 | wbraun | 2012-10-16 00:07:23 +0200 (Tue, 16 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - fixed terminal error in new fmi import ------------------------------------------------------------------------ r13397 | adeas31 | 2012-10-15 23:22:19 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - don't allocate memory. a minor fix. ------------------------------------------------------------------------ r13396 | adrpo | 2012-10-15 23:05:56 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/benchmarks/HumModOMCTotal.mo M /trunk/testsuite/openmodelica/benchmarks/checkHumMod.mos M /trunk/testsuite/openmodelica/benchmarks/instHumMod.mos - get rid of .NNN warnings in HumModOMCTotal.mo ------------------------------------------------------------------------ r13395 | adeas31 | 2012-10-15 22:40:58 +0200 (Mon, 15 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - use appropriate variable names. - only write duplicate functions once. ------------------------------------------------------------------------ r13394 | bruno | 2012-10-15 18:18:44 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Wrong results in gyroscopic effects model and moved pointmasses2 moved to correct results ------------------------------------------------------------------------ r13393 | adrpo | 2012-10-15 18:16:52 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/doc/performance/benchmarks/README.txt D /trunk/doc/performance/benchmarks/performance.ods - remove performance.ods and change the path in README.txt ------------------------------------------------------------------------ r13392 | adrpo | 2012-10-15 18:15:33 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/doc/performance/benchmarks/performance.xlsx - performance update. ------------------------------------------------------------------------ r13391 | jfrenkel | 2012-10-15 17:38:50 +0200 (Mon, 15 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos - fix for nonlinear system/tearing, generate code for all equations - switch tearing on in some tests (still fail Modelica.Electrical.Analog.Examples.CauerLowPassSC msl221 and msl31 see #1804) ------------------------------------------------------------------------ r13390 | sjoelund.se | 2012-10-15 17:04:33 +0200 (Mon, 15 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/libraries M /trunk/libraries/Modelica 3.2.1.patch M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL 3.2.1 version for a spice3 fix - Fix some formatting in generated code ------------------------------------------------------------------------ r13389 | jfrenkel | 2012-10-15 14:56:06 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - check for cyclic bindings in start values while merging alias variables ------------------------------------------------------------------------ r13388 | alash325 | 2012-10-15 13:56:40 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Update testsuite/Makefile for linear and non linear simulation tests ------------------------------------------------------------------------ r13387 | adrpo | 2012-10-15 12:53:26 +0200 (Mon, 15 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw - lib -lfmilib depends on -lshlwapi ------------------------------------------------------------------------ r13386 | lochel | 2012-10-15 12:23:11 +0200 (Mon, 15 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/simulation/modelica/linear_system/MissV.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos D /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mo M /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mos - rename package for linear_system/MissV.mos - load model from string ------------------------------------------------------------------------ r13385 | lochel | 2012-10-15 12:12:37 +0200 (Mon, 15 Oct 2012) | 5 lines Changed paths: D /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mo M /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos D /trunk/testsuite/simulation/modelica/initialization/Initialization.mo M /trunk/testsuite/simulation/modelica/initialization/Initialization.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile D /trunk/testsuite/simulation/modelica/initialization/MissV.mo D /trunk/testsuite/simulation/modelica/initialization/MissV.mos M /trunk/testsuite/simulation/modelica/initialization/forest.mos M /trunk/testsuite/simulation/modelica/initialization/gaspropreties.mos M /trunk/testsuite/simulation/modelica/initialization/minvalue.mos M /trunk/testsuite/simulation/modelica/initialization/nominal.mos M /trunk/testsuite/simulation/modelica/initialization/nonlinear.mos M /trunk/testsuite/simulation/modelica/initialization/nonlinear2.mos M /trunk/testsuite/simulation/modelica/initialization/outputTest.mos M /trunk/testsuite/simulation/modelica/initialization/scaling1.mos M /trunk/testsuite/simulation/modelica/initialization/scaling2.mos M /trunk/testsuite/simulation/modelica/initialization/singularJacobian.mos M /trunk/testsuite/simulation/modelica/initialization/startValue.mos A /trunk/testsuite/simulation/modelica/linear_system A /trunk/testsuite/simulation/modelica/linear_system/Makefile A /trunk/testsuite/simulation/modelica/linear_system/MissV.mos (from /trunk/testsuite/simulation/modelica/initialization/MissV.mos:13381) A /trunk/testsuite/simulation/modelica/nonlinear_system A /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile A /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mo (from /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mo:13381) A /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearFailed.mos (from /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mos:13381) A /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mo (from /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mo:13381) A /trunk/testsuite/simulation/modelica/nonlinear_system/NonlinearMixed.mos (from /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mos:13381) M /trunk/testsuite/simulation/modelica/others/Makefile D /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mo D /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mos D /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mo D /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mos - always test for getErrorString() - create test-folders for linear/nonlinear systems - move some linear/nonlinear tests ------------------------------------------------------------------------ r13384 | sjoelund.se | 2012-10-15 12:08:04 +0200 (Mon, 15 Oct 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Latest MSL 3.2.1 update ------------------------------------------------------------------------ r13383 | sjoelund.se | 2012-10-15 12:06:07 +0200 (Mon, 15 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/ModelicaReference 3.2.1/package.mo M /trunk/libraries/README - Updated ModelicaReference from MSL trunk ------------------------------------------------------------------------ r13382 | sjoelund.se | 2012-10-15 11:36:17 +0200 (Mon, 15 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/systemimpl.c #1883 - Check that command-line arguments are UTF-8 encoded. Convert illegal UTF-8 into 7-bit ascii for the error-messages. ------------------------------------------------------------------------ r13381 | jfrenkel | 2012-10-14 23:43:54 +0200 (Sun, 14 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Error.mo - add missing thing for last commit ------------------------------------------------------------------------ r13380 | jfrenkel | 2012-10-14 23:34:09 +0200 (Sun, 14 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/Util/Flags.mo - check for derivatives of inputs ------------------------------------------------------------------------ r13379 | wbraun | 2012-10-14 22:49:11 +0200 (Sun, 14 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - fixed event handling in new fmi import ------------------------------------------------------------------------ r13372 | jfrenkel | 2012-10-13 21:32:56 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - derivatives of variables with type array are not arrays, because not all elements may diverentiated ------------------------------------------------------------------------ r13371 | jfrenkel | 2012-10-13 21:04:07 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/equations/Makefile M /trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mos - make WhenNoRetCall working again ------------------------------------------------------------------------ r13370 | alash325 | 2012-10-13 18:12:33 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/mosfiles-nosim A /trunk/testsuite/openmodelica/cppruntime (from /trunk/testsuite/cppruntime:13368) M /trunk/testsuite/openmodelica/cppruntime/Makefile M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Makefile M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos - Deleted mosfiles-nosim form SVN since it has already moved to flattening/modelica ------------------------------------------------------------------------ r13369 | alash325 | 2012-10-13 17:45:58 +0200 (Sat, 13 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/mosfiles (from /trunk/testsuite/mosfiles-nosim:13368) M /trunk/testsuite/flattening/modelica/mosfiles/Makefile - Moved mosfiles-nonsim directory to flattening/modelica - Update flattening/modelica/mosfiles/Makefile - Update testsuite/Makefile ------------------------------------------------------------------------ r13368 | alash325 | 2012-10-13 15:44:09 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/mosfiles - Deleted mosfiles directory from SVN since they are already moved to testsuite/simulation/modelica ------------------------------------------------------------------------ r13367 | alash325 | 2012-10-13 15:37:36 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/windows/runtest.pl - Fixed runtest.pl- Change the link to ReferenceFiles ------------------------------------------------------------------------ r13366 | alash325 | 2012-10-13 15:15:16 +0200 (Sat, 13 Oct 2012) | 2 lines Changed paths: A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles (from /trunk/testsuite/simulation/libraries/3rdParty/siemens/ResultFiles:13363) D /trunk/testsuite/simulation/libraries/3rdParty/siemens/ResultFiles M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos - Renaming ResultFiles to ReferenceFiles just to keep the same naming like others - Updating the test scripts path to ReferenceFiles ------------------------------------------------------------------------ r13365 | alash325 | 2012-10-13 14:01:44 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/equations/Makefile - Added WhenNoRetCall test case to failing group ------------------------------------------------------------------------ r13364 | alash325 | 2012-10-13 13:26:50 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/equations/Makefile A /trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mo (from /trunk/testsuite/mosfiles/WhenNoRetCall.mo:13363) A /trunk/testsuite/simulation/modelica/equations/WhenNoRetCall.mos (from /trunk/testsuite/mosfiles/WhenNoRetCall.mos:13363) - WhenNoRetCall test case is copied from mosfiles to testsuite/simulation/modelica/equations directory ------------------------------------------------------------------------ r13363 | adrpo | 2012-10-13 11:40:37 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos - duh, add the actual output to the SCRIPT.mos ------------------------------------------------------------------------ r13362 | adrpo | 2012-10-13 00:45:54 +0200 (Sat, 13 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/arrays/ArrayDivError.mos M /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos - fix tests. ------------------------------------------------------------------------ r13361 | jfrenkel | 2012-10-12 23:49:43 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/WhenNoRetCall.mo M /trunk/testsuite/mosfiles/WhenNoRetCall.mos - fix for #1827, maybe NORETCALL needs builtin attribut (if there is a buildin function with no return value) ------------------------------------------------------------------------ r13360 | jfrenkel | 2012-10-12 23:27:14 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/PartFn.mo - traverse NORETCALL in PartFn and BackendDAETransform correct ------------------------------------------------------------------------ r13359 | adrpo | 2012-10-12 22:08:43 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/simulation/modelica/inheritances/Makefile M /trunk/testsuite/simulation/modelica/inheritances/MoonLanding.mos M /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos - fix testsuite. ------------------------------------------------------------------------ r13358 | adrpo | 2012-10-12 21:55:58 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtests.pl - directory has changed. ------------------------------------------------------------------------ r13357 | adrpo | 2012-10-12 21:51:37 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/algorithms-functions/Algorithm.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/FuncDer.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/Interpol2.mo M /trunk/testsuite/simulation/modelica/algorithms-functions/SumSeriesWhile.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayAddEmpty.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayConstruct1.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayDivError.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayEmpty.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayExponentiation.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayFieldSlice.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayIndex.mo M /trunk/testsuite/simulation/modelica/arrays/ArrayParameterSize.mo M /trunk/testsuite/simulation/modelica/arrays/Concat3.mo M /trunk/testsuite/simulation/modelica/arrays/ConcatArr1.mo M /trunk/testsuite/simulation/modelica/arrays/ConcatArr2.mo M /trunk/testsuite/simulation/modelica/arrays/ConcatArr4.mo M /trunk/testsuite/simulation/modelica/arrays/RangeVector.mo M /trunk/testsuite/simulation/modelica/arrays/SubArrayIndex.mo M /trunk/testsuite/simulation/modelica/arrays/VectorizeSumVec.mo M /trunk/testsuite/simulation/modelica/built-in-functions/Epidemics1.mo M /trunk/testsuite/simulation/modelica/built-in-functions/LotkaVolterra.mo M /trunk/testsuite/simulation/modelica/connectors/ConnectForEquations.mo M /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mo M /trunk/testsuite/simulation/modelica/equations/AliasEquations.mo M /trunk/testsuite/simulation/modelica/equations/BouncingBall2.mo M /trunk/testsuite/simulation/modelica/equations/HelloWorld.mo M /trunk/testsuite/simulation/modelica/equations/IfEquation.mo M /trunk/testsuite/simulation/modelica/equations/WaveEquationSample.mo M /trunk/testsuite/simulation/modelica/equations/WhenArrayReinit.mo M /trunk/testsuite/simulation/modelica/equations/WillowForest.mo M /trunk/testsuite/simulation/modelica/external-functions/ExtObj.c M /trunk/testsuite/simulation/modelica/inheritances/MoonLanding.mo M /trunk/testsuite/simulation/modelica/inheritances/TempResistor3.mo M /trunk/testsuite/simulation/modelica/others/CombiTimeTableTestAll.mo M /trunk/testsuite/simulation/modelica/others/Oscillator.mo M /trunk/testsuite/simulation/modelica/others/Reductions.mo M /trunk/testsuite/simulation/modelica/others/Table2d.mo M /trunk/testsuite/simulation/modelica/types/ColorPixel.mo - kill tabs. ------------------------------------------------------------------------ r13356 | adrpo | 2012-10-12 19:29:18 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - circumvent bug in MetaModelica/RML use else_ instead of _else as it seems the .srz parser has some issues ------------------------------------------------------------------------ r13355 | adrpo | 2012-10-12 18:52:36 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo - fix Compiler/BackEnd/BackendDAE.mo ------------------------------------------------------------------------ r13354 | jfrenkel | 2012-10-12 18:42:34 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/Util/List.mo - use consOnTrue instead of Util.if_(res, e :: inAccum, inAccum)), save memory - fix bootstrapping ------------------------------------------------------------------------ r13353 | alash325 | 2012-10-12 18:38:37 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/built-in-functions/Makefile M /trunk/testsuite/simulation/modelica/equations/Makefile - Makefile - Naming correction for HelloWorld.mos and LotkaVolterra.mos ------------------------------------------------------------------------ r13352 | jfrenkel | 2012-10-12 18:30:00 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.tpl - coding stile ------------------------------------------------------------------------ r13351 | jfrenkel | 2012-10-12 18:27:41 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo A /trunk/testsuite/mosfiles/WhenNoRetCall.mo A /trunk/testsuite/mosfiles/WhenNoRetCall.mos - support noretcall in when equation, add example but still not work because of undefined reference to `Modelica_Utilities_Streams_print' ------------------------------------------------------------------------ r13350 | jfrenkel | 2012-10-12 17:40:13 +0200 (Fri, 12 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - BackendDAECreate: - skipp asserts with condition=true - BackendDAEOptimize.removeSimpleEquations: remove asserts with condition=true from removed equations ------------------------------------------------------------------------ r13349 | bruno | 2012-10-12 17:16:28 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis_failed.mos modified test case for oneAxis in multibody examples, now it simulates ------------------------------------------------------------------------ r13348 | jfrenkel | 2012-10-12 17:14:20 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - use Expression.makeScalarArray for dynamicstate selection equations ------------------------------------------------------------------------ r13347 | jfrenkel | 2012-10-12 17:13:31 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - handle asserts in if-equations - removed unused code ------------------------------------------------------------------------ r13346 | adeas31 | 2012-10-12 16:03:37 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl - handle the case when there are now continuous states and events. ------------------------------------------------------------------------ r13345 | alash325 | 2012-10-12 14:59:18 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/java A /trunk/testsuite/openmodelica/java (from /trunk/testsuite/java:13339) M /trunk/testsuite/openmodelica/java/JavaExtParseProgram.mos M /trunk/testsuite/openmodelica/java/Makefile A /trunk/testsuite/openmodelica/uncertainties (from /trunk/testsuite/uncertainties:13339) M /trunk/testsuite/openmodelica/uncertainties/Makefile D /trunk/testsuite/uncertainties - Java and uncertainties directories are moved from testsuite to testsuite/openmodelica directory - Updated Makefile for both ------------------------------------------------------------------------ r13344 | sjoelund.se | 2012-10-12 14:48:58 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Die tabs, die ------------------------------------------------------------------------ r13343 | sjoelund.se | 2012-10-12 14:44:55 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r13342 | sjoelund.se | 2012-10-12 14:42:42 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1.patch - Fixing the patch ------------------------------------------------------------------------ r13341 | sjoelund.se | 2012-10-12 14:40:57 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/libraries A /trunk/libraries/Complex 1.1.mo A /trunk/libraries/ModelicaReference 3.2.1 A /trunk/libraries/ModelicaReference 3.2.1/Resources A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/acos.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/acosh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/asin.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/asinh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/atan.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/atan2.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/change.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/cos.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/cosh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/delay.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/edge.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/exp.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/function.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/log.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/log10.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/pre.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sample.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sin.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sinh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/tan.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/tanh.png A /trunk/libraries/ModelicaReference 3.2.1/package.mo A /trunk/libraries/ModelicaReference 3.2.1/package.order A /trunk/libraries/ModelicaServices 3.2.1 A /trunk/libraries/ModelicaServices 3.2.1/package.mo A /trunk/libraries/ModelicaServices 3.2.1/package.order A /trunk/libraries/ModelicaTest 1.1 A /trunk/libraries/ModelicaTest 1.1/Blocks.mo A /trunk/libraries/ModelicaTest 1.1/ComplexMath.mo A /trunk/libraries/ModelicaTest 1.1/Fluid A /trunk/libraries/ModelicaTest 1.1/Fluid/BaseClasses.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionIdeal.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionTraceSubstances.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionVolume.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestMultiPort.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestMultiPortTraceSubstances.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestPressureLossDerivatives.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSharpEdgedOrifice.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSimpleGenericOrifice.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSuddenExpansion.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestWallFriction.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestControlledPump.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestSweptVolume.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpCheckValve.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDCMotor.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDCMotorHeatTransfer.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDefault.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDefaultLV.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpNPSH.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpPowerCharacteristic.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpRecirculation.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpVariableSpeed.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/NewFittings.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipeWithNominalLaminarFlow.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipesAndFittings.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipesWithTraceSubstances.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/StaticPipe.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestDensity.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestFlowRate.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestOnePortSensors1.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestOnePortSensors2.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestPressure.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestSpecificEnthalpy.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestSpecificEntropy.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestTemperatureSensor.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestTraceSubstances.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/TestSources.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegFunctions.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegRoot2Derivatives.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegRootDerivative.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegSquare2Derivatives.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegStep.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestCheckValve.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestDelayedValve.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCharacteristics.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCoefficients.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCompressible.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveDiscrete.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveIncompressible.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveLinear.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveVaporizing.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValvesReverse.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestInitialization.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestMixingVolumes.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestMixingVolumesPressureStates.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestSimpleTank.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestTankWithTopPorts.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestVolume.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.order A /trunk/libraries/ModelicaTest 1.1/Fluid/TestCriticalCases.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestOverdeterminedInitial.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestUtilities.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/package.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/package.order A /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo A /trunk/libraries/ModelicaTest 1.1/Math.mo A /trunk/libraries/ModelicaTest 1.1/Media.mo A /trunk/libraries/ModelicaTest 1.1/MultiBody.mo A /trunk/libraries/ModelicaTest 1.1/Resources A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapLaminar.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapLaminar_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapOverall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapOverall_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapTurbulent.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/channel/kc_evenGapTurbulent_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/general A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/general/kc_approxForcedConvection.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/general/kc_approxForcedConvection_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/heatExchanger A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_flatTube.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_flatTube_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_roundTube.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/heatExchanger/kc_roundTube_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_laminar.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_laminar_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_overall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_overall_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_turbulent.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/helicalPipe/kc_turbulent_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_laminar.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_laminar_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_overall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_overall_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_turbulent.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/plate/kc_turbulent_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_laminar.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_laminar_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_overall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_overall_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_turbulent.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_turbulent_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/heatTransfer/straightPipe/kc_twoPhaseOverall_KC.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/bend A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/bend/dp_curvedOverall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/bend/dp_curvedOverall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/bend/dp_edgedOverall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/bend/dp_edgedOverall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/channel A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/channel/dp_internalFlowOverall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/channel/dp_internalFlowOverall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_idealGas.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_idealGas_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalDensityViscosity.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalDensityViscosity_DPMFLOw.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalPressureLossLawDensity.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_nominalPressureLossLawDensity_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_pressureLossCoefficient.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_pressureLossCoefficient_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_volumeFlowRate.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/general/dp_volumeFlowRate_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/orifice A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/orifice/dp_suddenChange.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/orifice/dp_suddenChange_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/orifice/dp_thickEdgedOverall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/orifice/dp_thickEdgedOverall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_laminar.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_laminar_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_overall.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_overall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_turbulent.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_turbulent_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhaseOverall_DP.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhaseOverall_DP_H20.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhase_Chisholm.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/straightPipe/dp_twoPhase_Friedel.mos A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/valve A /trunk/libraries/ModelicaTest 1.1/Resources/Scripts/Dymola/pressureLoss/valve/dp_severalGeometryOverall_DPMFLOW.mos A /trunk/libraries/ModelicaTest 1.1/Rotational.mo A /trunk/libraries/ModelicaTest 1.1/Translational.mo A /trunk/libraries/ModelicaTest 1.1/Utilities.mo A /trunk/libraries/ModelicaTest 1.1/package.mo A /trunk/libraries/ModelicaTest 1.1/package.order - Re-adding the removed directories, removed svn:externals for the parts that are not core MSL 3.2.1 for speed (svn doesn't do parallel update and communicates once per external resource, and doesn't handle files) ------------------------------------------------------------------------ r13340 | sjoelund.se | 2012-10-12 14:31:56 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/libraries D /trunk/libraries/Complex 1.1.mo D /trunk/libraries/Modelica 3.2.1 A /trunk/libraries/Modelica 3.2.1.patch D /trunk/libraries/Modelica 3.2.1.txt D /trunk/libraries/ModelicaReference 3.2.1 D /trunk/libraries/ModelicaServices 3.2.1 D /trunk/libraries/ModelicaTest 1.1 M /trunk/libraries/README - New procedure to update MSL 3.2.1: Update the svn:externals revision and run make omlibrary-diff to create the patches. Update the copy in build/lib/omlibrary unless you want to commit the patch upstream to modelica.org (only possible if you have an account there) ------------------------------------------------------------------------ r13339 | sjoelund.se | 2012-10-12 13:41:37 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Blocks/Sources.mo M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL 3.2.1 (order=2 fix, from our old MSL 3.1) ------------------------------------------------------------------------ r13338 | sjoelund.se | 2012-10-12 13:33:48 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Visualizers.mo M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Missing each (modelica.org MSL 3.2.1 r5599) ------------------------------------------------------------------------ r13337 | alash325 | 2012-10-12 13:09:01 +0200 (Fri, 12 Oct 2012) | 4 lines Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/modelica/algorithms-functions A /trunk/testsuite/simulation/modelica/algorithms-functions/ASubIfExp.mos (from /trunk/testsuite/mosfiles/ASubIfExp.mos:13293) A /trunk/testsuite/simulation/modelica/algorithms-functions/Algorithm.mo (from /trunk/testsuite/mosfiles/Algorithm.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign1.mo (from /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign1.mos (from /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign2.mo (from /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmCondAssign2.mos (from /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mo (from /trunk/testsuite/mosfiles/AlgorithmForInClass.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmForInClass.mos (from /trunk/testsuite/mosfiles/AlgorithmForInClass.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmSection.mo (from /trunk/testsuite/mosfiles/AlgorithmSection.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmSection.mos (from /trunk/testsuite/mosfiles/AlgorithmSection.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/AlgorithmTupleAssign.mos (from /trunk/testsuite/mosfiles/AlgorithmTupleAssign.mos:13293) A /trunk/testsuite/simulation/modelica/algorithms-functions/ComplexSystem.mo (from /trunk/testsuite/mosfiles/ComplexSystem.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ComplexSystem.mos (from /trunk/testsuite/mosfiles/ComplexSystem.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/DoubleWhenSequential.mo (from /trunk/testsuite/mosfiles/DoubleWhenSequential.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/DoubleWhenSequential.mos (from /trunk/testsuite/mosfiles/DoubleWhenSequential.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator1.mo (from /trunk/testsuite/mosfiles/ForIterator1.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator1.mos (from /trunk/testsuite/mosfiles/ForIterator1.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator2.mo (from /trunk/testsuite/mosfiles/ForIterator2.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForIterator2.mos (from /trunk/testsuite/mosfiles/ForIterator2.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForLoopHideVariable.mo (from /trunk/testsuite/mosfiles/ForLoopHideVariable.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ForLoopHideVariable.mos (from /trunk/testsuite/mosfiles/ForLoopHideVariable.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FuncDer.mo (from /trunk/testsuite/mosfiles/FuncDer.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FuncDer.mos (from /trunk/testsuite/mosfiles/FuncDer.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FuncMultResults.mo (from /trunk/testsuite/mosfiles/FuncMultResults.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FuncMultResults.mos (from /trunk/testsuite/mosfiles/FuncMultResults.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionInReinit.mo (from /trunk/testsuite/mosfiles/FunctionInReinit.mo:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionInReinit.mos (from /trunk/testsuite/mosfiles/FunctionInReinit.mos:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion.mo (from /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion.mos (from /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/FunctionIndirectRecursion2.mos (from /trunk/testsuite/mosfiles/FunctionIndirectRecursion2.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/Interpol2.mo (from /trunk/testsuite/mosfiles/Interpol2.mo:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/Interpolation.mos (from /trunk/testsuite/mosfiles/Interpolation.mos:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/LocalVariableInit.mo (from /trunk/testsuite/mosfiles/LocalVariableInit.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/LocalVariableInit.mos (from /trunk/testsuite/mosfiles/LocalVariableInit.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/MRFcall.mo (from /trunk/testsuite/mosfiles/MRFcall.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/MRFcall.mos (from /trunk/testsuite/mosfiles/MRFcall.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/Makefile A /trunk/testsuite/simulation/modelica/algorithms-functions/SimplePeriodicSampler.mo (from /trunk/testsuite/mosfiles/SimplePeriodicSampler.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SimplePeriodicSampler.mos (from /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/StatementCall.mo (from /trunk/testsuite/mosfiles/StatementCall.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/StatementCall.mos (from /trunk/testsuite/mosfiles/StatementCall.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumForLoop.mo (from /trunk/testsuite/mosfiles/SumForLoop.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumForLoop.mos (from /trunk/testsuite/mosfiles/SumForLoop.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumSeriesWhile.mo (from /trunk/testsuite/mosfiles/SumSeriesWhile.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumSeriesWhile.mos (from /trunk/testsuite/mosfiles/SumSeriesWhile.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumVectorForIf.mo (from /trunk/testsuite/mosfiles/SumVectorForIf.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/SumVectorForIf.mos (from /trunk/testsuite/mosfiles/SumVectorForIf.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/TupleReturn.mo (from /trunk/testsuite/mosfiles/TupleReturn.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/TupleReturn.mos (from /trunk/testsuite/mosfiles/TupleReturn.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mo (from /trunk/testsuite/mosfiles/WhenPriority.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenPriority.mos (from /trunk/testsuite/mosfiles/WhenPriority.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement1.mo (from /trunk/testsuite/mosfiles/WhenStatement1.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement1.mos (from /trunk/testsuite/mosfiles/WhenStatement1.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement2.mo (from /trunk/testsuite/mosfiles/WhenStatement2.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement2.mos (from /trunk/testsuite/mosfiles/WhenStatement2.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement3.mo (from /trunk/testsuite/mosfiles/WhenStatement3.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/WhenStatement3.mos (from /trunk/testsuite/mosfiles/WhenStatement3.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/ZeroCross.mo (from /trunk/testsuite/mosfiles/ZeroCross.mo:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/ZeroCross.mos (from /trunk/testsuite/mosfiles/ZeroCross.mos:13284) A /trunk/testsuite/simulation/modelica/algorithms-functions/algorithms.mos (from /trunk/testsuite/mosfiles/algorithms.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/testalgwhen.mo (from /trunk/testsuite/mosfiles/testalgwhen.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/val.mo (from /trunk/testsuite/mosfiles/val.mo:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/val.mos (from /trunk/testsuite/mosfiles/val.mos:13266) A /trunk/testsuite/simulation/modelica/algorithms-functions/whenstatements.mos (from /trunk/testsuite/mosfiles/whenstatements.mos:13266) A /trunk/testsuite/simulation/modelica/arrays A /trunk/testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos (from /trunk/testsuite/mosfiles/ABCDsystem.csv.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ABCDsystem.empty.mos (from /trunk/testsuite/mosfiles/ABCDsystem.empty.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ABCDsystem.mo (from /trunk/testsuite/mosfiles/ABCDsystem.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ABCDsystem.plt.mos (from /trunk/testsuite/mosfiles/ABCDsystem.plt.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/AlgorithmArrayEqn.mo (from /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/AlgorithmArrayEqn.mos (from /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/AppendElement.mo (from /trunk/testsuite/mosfiles/AppendElement.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/AppendElement.mos (from /trunk/testsuite/mosfiles/AppendElement.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAddEmpty.mo (from /trunk/testsuite/mosfiles/ArrayAddEmpty.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAddEmpty.mos (from /trunk/testsuite/mosfiles/ArrayAddEmpty.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAddSub1.mo (from /trunk/testsuite/mosfiles/ArrayAddSub1.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAddSub1.mos (from /trunk/testsuite/mosfiles/ArrayAddSub1.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mo (from /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayAlgebraFunc.mos (from /trunk/testsuite/mosfiles/ArrayAlgebraFunc.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayConstruct1.mo (from /trunk/testsuite/mosfiles/ArrayConstruct1.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayConstruct1.mos (from /trunk/testsuite/mosfiles/ArrayConstruct1.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayDivError.mo (from /trunk/testsuite/mosfiles/ArrayDivError.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayDivError.mos (from /trunk/testsuite/mosfiles/ArrayDivError.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayEmpty.mo (from /trunk/testsuite/mosfiles/ArrayEmpty.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayEmpty.mos (from /trunk/testsuite/mosfiles/ArrayEmpty.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayEqn.mo (from /trunk/testsuite/mosfiles/ArrayEqn.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayEquation.mos (from /trunk/testsuite/mosfiles/ArrayEquation.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayExponentiation.mo (from /trunk/testsuite/mosfiles/ArrayExponentiation.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayExponentiation.mos (from /trunk/testsuite/mosfiles/ArrayExponentiation.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayFieldSlice.mo (from /trunk/testsuite/mosfiles/ArrayFieldSlice.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayFieldSlice.mos (from /trunk/testsuite/mosfiles/ArrayFieldSlice.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayFromRange.mo (from /trunk/testsuite/mosfiles/ArrayFromRange.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayFromRange.mos (from /trunk/testsuite/mosfiles/ArrayFromRange.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayIndex.mo (from /trunk/testsuite/mosfiles/ArrayIndex.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayIndex.mos (from /trunk/testsuite/mosfiles/ArrayIndex.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayMult.mo (from /trunk/testsuite/mosfiles/ArrayMult.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayMult.mos (from /trunk/testsuite/mosfiles/ArrayMult.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayParameterSize.mo (from /trunk/testsuite/mosfiles/ArrayParameterSize.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayParameterSize.mos (from /trunk/testsuite/mosfiles/ArrayParameterSize.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayReduce.mo (from /trunk/testsuite/mosfiles/ArrayReduce.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArrayReduce.mos (from /trunk/testsuite/mosfiles/ArrayReduce.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ArraySlice.mo (from /trunk/testsuite/mosfiles/ArraySlice.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ArraySlice.mos (from /trunk/testsuite/mosfiles/ArraySlice.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/AsubCrefExpType.mo (from /trunk/testsuite/mosfiles/AsubCrefExpType.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/AsubCrefExpType.mos (from /trunk/testsuite/mosfiles/AsubCrefExpType.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/BooleanArray.mo (from /trunk/testsuite/mosfiles/BooleanArray.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/BooleanArray.mos (from /trunk/testsuite/mosfiles/BooleanArray.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/Concat3.mo (from /trunk/testsuite/mosfiles/Concat3.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/Concat3.mos (from /trunk/testsuite/mosfiles/Concat3.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr1.mo (from /trunk/testsuite/mosfiles/ConcatArr1.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr1.mos (from /trunk/testsuite/mosfiles/ConcatArr1.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr2.mo (from /trunk/testsuite/mosfiles/ConcatArr2.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr2.mos (from /trunk/testsuite/mosfiles/ConcatArr2.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr4.mo (from /trunk/testsuite/mosfiles/ConcatArr4.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ConcatArr4.mos (from /trunk/testsuite/mosfiles/ConcatArr4.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/ConstructFunc.mo (from /trunk/testsuite/mosfiles/ConstructFunc.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/ConstructFunc.mos (from /trunk/testsuite/mosfiles/ConstructFunc.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/CyclicPerm.mo (from /trunk/testsuite/mosfiles/CyclicPerm.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/CyclicPerm.mos (from /trunk/testsuite/mosfiles/CyclicPerm.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/DimConvert.mo (from /trunk/testsuite/mosfiles/DimConvert.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/DimConvert.mos (from /trunk/testsuite/mosfiles/DimConvert.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/DimSize.mo (from /trunk/testsuite/mosfiles/DimSize.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/DimSize.mos (from /trunk/testsuite/mosfiles/DimSize.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/Makefile A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluator1.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mos (from /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator2.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator2.mos (from /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluator3.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mos (from /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mos (from /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mos (from /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/RangeVector.mo (from /trunk/testsuite/mosfiles/RangeVector.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/RangeVector.mos (from /trunk/testsuite/mosfiles/RangeVector.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/SubArrayIndex.mo (from /trunk/testsuite/mosfiles/SubArrayIndex.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/SubArrayIndex.mos (from /trunk/testsuite/mosfiles/SubArrayIndex.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mo (from /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mos (from /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/VectorizeSumVec.mo (from /trunk/testsuite/mosfiles/VectorizeSumVec.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/VectorizeSumVec.mos (from /trunk/testsuite/mosfiles/VectorizeSumVec.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers1.mo (from /trunk/testsuite/mosfiles/Xpowers1.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers1.mos (from /trunk/testsuite/mosfiles/Xpowers1.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers2.mo (from /trunk/testsuite/mosfiles/Xpowers2.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers2.mos (from /trunk/testsuite/mosfiles/Xpowers2.mos:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers3.mo (from /trunk/testsuite/mosfiles/Xpowers3.mo:13266) A /trunk/testsuite/simulation/modelica/arrays/Xpowers3.mos (from /trunk/testsuite/mosfiles/Xpowers3.mos:13266) A /trunk/testsuite/simulation/modelica/asserts A /trunk/testsuite/simulation/modelica/asserts/AssertTest.mo (from /trunk/testsuite/mosfiles/AssertTest.mo:13266) A /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos (from /trunk/testsuite/mosfiles/AssertTest.mos:13266) A /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mo (from /trunk/testsuite/mosfiles/AssertTest1.mo:13266) A /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mos (from /trunk/testsuite/mosfiles/AssertTest1.mos:13266) A /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mo (from /trunk/testsuite/mosfiles/AssertTest2.mo:13266) A /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mos (from /trunk/testsuite/mosfiles/AssertTest2.mos:13266) A /trunk/testsuite/simulation/modelica/asserts/Makefile A /trunk/testsuite/simulation/modelica/built-in-functions A /trunk/testsuite/simulation/modelica/built-in-functions/BuiltinMath.mo (from /trunk/testsuite/mosfiles/BuiltinMath.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/BuiltinMath.mos (from /trunk/testsuite/mosfiles/BuiltinMath.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Delay.mo (from /trunk/testsuite/mosfiles/Delay.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Delay.mos (from /trunk/testsuite/mosfiles/Delay.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/DummyDerMatching.mo (from /trunk/testsuite/mosfiles/DummyDerMatching.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/DummyDerMatching.mos (from /trunk/testsuite/mosfiles/DummyDerMatching.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Epidemics1.mo (from /trunk/testsuite/mosfiles/Epidemics1.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Epidemics1.mos (from /trunk/testsuite/mosfiles/Epidemics1.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/HydrogenIodide.mo (from /trunk/testsuite/mosfiles/HydrogenIodide.mo:13284) A /trunk/testsuite/simulation/modelica/built-in-functions/HydrogenIodide.mos (from /trunk/testsuite/mosfiles/HydrogenIodide.mos:13284) A /trunk/testsuite/simulation/modelica/built-in-functions/Identity.mo (from /trunk/testsuite/mosfiles/Identity.mo:13284) A /trunk/testsuite/simulation/modelica/built-in-functions/Identity.mos (from /trunk/testsuite/mosfiles/Identity.mos:13284) A /trunk/testsuite/simulation/modelica/built-in-functions/LotkaVolterra.mo (from /trunk/testsuite/mosfiles/LotkaVolterra.mo:13321) A /trunk/testsuite/simulation/modelica/built-in-functions/LotkaVolterra.mos (from /trunk/testsuite/mosfiles/LotkaVolterra.mos:13321) A /trunk/testsuite/simulation/modelica/built-in-functions/Makefile A /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mo (from /trunk/testsuite/mosfiles/MeasureTime.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/MeasureTime.mos (from /trunk/testsuite/mosfiles/MeasureTime.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/SemiLinear.mo (from /trunk/testsuite/mosfiles/SemiLinear.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/SemiLinear.mos (from /trunk/testsuite/mosfiles/SemiLinear.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Sign.mo (from /trunk/testsuite/mosfiles/Sign.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Sign.mos (from /trunk/testsuite/mosfiles/Sign.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Time.mo (from /trunk/testsuite/mosfiles/Time.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/Time.mos (from /trunk/testsuite/mosfiles/Time.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/TooManyPointsBug.mo (from /trunk/testsuite/mosfiles/TooManyPointsBug.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/TooManyPointsBug.mos (from /trunk/testsuite/mosfiles/TooManyPointsBug.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/TwoRateSampler.mo (from /trunk/testsuite/mosfiles/TwoRateSampler.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/TwoRateSampler.mos (from /trunk/testsuite/mosfiles/TwoRateSampler.mos:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/dertest.mo (from /trunk/testsuite/mosfiles/dertest.mo:13266) A /trunk/testsuite/simulation/modelica/built-in-functions/dertest.mos (from /trunk/testsuite/mosfiles/dertest.mos:13266) A /trunk/testsuite/simulation/modelica/connectors A /trunk/testsuite/simulation/modelica/connectors/ConnectForEquations.mo (from /trunk/testsuite/mosfiles/ConnectForEquations.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/ConnectForEquations.mos (from /trunk/testsuite/mosfiles/ConnectForEquations.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/ConstantConnect.mo (from /trunk/testsuite/mosfiles/ConstantConnect.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/ConstantConnect.mos (from /trunk/testsuite/mosfiles/ConstantConnect.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/HeatTank.mo (from /trunk/testsuite/mosfiles/HeatTank.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/HeatTank.mos (from /trunk/testsuite/mosfiles/HeatTank.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/HeatTankExpanded.mo (from /trunk/testsuite/mosfiles/HeatTankExpanded.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/HeatTankExpanded.mos (from /trunk/testsuite/mosfiles/HeatTankExpanded.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/LinearSysEq.mo (from /trunk/testsuite/mosfiles/LinearSysEq.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/LinearSysEq.mos (from /trunk/testsuite/mosfiles/LinearSysEq.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/Makefile A /trunk/testsuite/simulation/modelica/connectors/StepAdvanced.mo (from /trunk/testsuite/mosfiles/StepAdvanced.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/StepAdvanced.mos (from /trunk/testsuite/mosfiles/StepAdvanced.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/Tank.mo (from /trunk/testsuite/mosfiles/Tank.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/Tank.mos (from /trunk/testsuite/mosfiles/Tank.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TankHybridPI.mo (from /trunk/testsuite/mosfiles/TankHybridPI.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/TankHybridPI.mos (from /trunk/testsuite/mosfiles/TankHybridPI.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TankHybridPID.mo (from /trunk/testsuite/mosfiles/TankHybridPID.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/TankHybridPID.mos (from /trunk/testsuite/mosfiles/TankHybridPID.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TankPI.mo (from /trunk/testsuite/mosfiles/TankPI.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/TankPI.mos (from /trunk/testsuite/mosfiles/TankPI.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TankPID.mo (from /trunk/testsuite/mosfiles/TankPID.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/TankPID.mos (from /trunk/testsuite/mosfiles/TankPID.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TankPIDOPRI5.mos (from /trunk/testsuite/mosfiles/TankPIDOPRI5.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TanksConnectedPI.mo (from /trunk/testsuite/mosfiles/TanksConnectedPI.mo:13266) A /trunk/testsuite/simulation/modelica/connectors/TanksConnectedPI.mos (from /trunk/testsuite/mosfiles/TanksConnectedPI.mos:13266) A /trunk/testsuite/simulation/modelica/connectors/TanksConnectedPIDOPRI5.mos (from /trunk/testsuite/mosfiles/TanksConnectedPIDOPRI5.mos:13266) A /trunk/testsuite/simulation/modelica/declarations A /trunk/testsuite/simulation/modelica/declarations/Makefile A /trunk/testsuite/simulation/modelica/declarations/MyPointsInst1.mo (from /trunk/testsuite/mosfiles/MyPointsInst1.mo:13266) A /trunk/testsuite/simulation/modelica/declarations/MyPointsInst1.mos (from /trunk/testsuite/mosfiles/MyPointsInst1.mos:13266) A /trunk/testsuite/simulation/modelica/declarations/MyPointsInst2.mo (from /trunk/testsuite/mosfiles/MyPointsInst2.mo:13266) A /trunk/testsuite/simulation/modelica/declarations/MyPointsInst2.mos (from /trunk/testsuite/mosfiles/MyPointsInst2.mos:13266) A /trunk/testsuite/simulation/modelica/enums A /trunk/testsuite/simulation/modelica/enums/Enum8.mo (from /trunk/testsuite/mosfiles/Enum8.mo:13266) A /trunk/testsuite/simulation/modelica/enums/Enum8.mos (from /trunk/testsuite/mosfiles/Enum8.mos:13266) A /trunk/testsuite/simulation/modelica/enums/EnumArray.mo (from /trunk/testsuite/mosfiles/EnumArray.mo:13266) A /trunk/testsuite/simulation/modelica/enums/EnumArray.mos (from /trunk/testsuite/mosfiles/EnumArray.mos:13266) A /trunk/testsuite/simulation/modelica/enums/Makefile A /trunk/testsuite/simulation/modelica/equations A /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mo (from /trunk/testsuite/mosfiles/ActivateWhenEquation.mo:13266) A /trunk/testsuite/simulation/modelica/equations/ActivateWhenEquation.mos (from /trunk/testsuite/mosfiles/ActivateWhenEquation.mos:13293) A /trunk/testsuite/simulation/modelica/equations/AliasEquations.mo (from /trunk/testsuite/mosfiles/AliasEquations.mo:13266) A /trunk/testsuite/simulation/modelica/equations/AliasEquations.mos (from /trunk/testsuite/mosfiles/AliasEquations.mos:13293) A /trunk/testsuite/simulation/modelica/equations/Body.mo (from /trunk/testsuite/mosfiles/Body.mo:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBall.mo (from /trunk/testsuite/mosfiles/BouncingBall.mo:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBall.mos (from /trunk/testsuite/mosfiles/BouncingBall.mos:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBall2.mo (from /trunk/testsuite/mosfiles/BouncingBall2.mo:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBall2.mos (from /trunk/testsuite/mosfiles/BouncingBall2.mos:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBallExamples.mo (from /trunk/testsuite/mosfiles/BouncingBallExamples.mo:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBallExamples.mos (from /trunk/testsuite/mosfiles/BouncingBallExamples.mos:13266) A /trunk/testsuite/simulation/modelica/equations/BouncingBallExamplesDOPRI5.mos (from /trunk/testsuite/mosfiles/BouncingBallExamplesDOPRI5.mos:13266) A /trunk/testsuite/simulation/modelica/equations/Cross.mo (from /trunk/testsuite/mosfiles/Cross.mo:13266) A /trunk/testsuite/simulation/modelica/equations/Cross.mos (from /trunk/testsuite/mosfiles/Cross.mos:13266) A /trunk/testsuite/simulation/modelica/equations/DAEexample.mo (from /trunk/testsuite/mosfiles/DAEexample.mo:13266) A /trunk/testsuite/simulation/modelica/equations/DAEexample.mos (from /trunk/testsuite/mosfiles/DAEexample.mos:13266) A /trunk/testsuite/simulation/modelica/equations/DAEexample2.mo (from /trunk/testsuite/mosfiles/DAEexample2.mo:13266) A /trunk/testsuite/simulation/modelica/equations/DAEexample2.mos (from /trunk/testsuite/mosfiles/DAEexample2.mos:13266) A /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mo (from /trunk/testsuite/mosfiles/DoubleWhenConflict.mo:13266) A /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos (from /trunk/testsuite/mosfiles/DoubleWhenConflict.mos:13266) A /trunk/testsuite/simulation/modelica/equations/EqualityEquations.mo (from /trunk/testsuite/mosfiles/EqualityEquations.mo:13266) A /trunk/testsuite/simulation/modelica/equations/EqualityEquations.mos (from /trunk/testsuite/mosfiles/EqualityEquations.mos:13266) A /trunk/testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mo (from /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mo:13266) A /trunk/testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mos (from /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos:13266) A /trunk/testsuite/simulation/modelica/equations/EquationCall.mo (from /trunk/testsuite/mosfiles/EquationCall.mo:13266) A /trunk/testsuite/simulation/modelica/equations/EquationCall.mos (from /trunk/testsuite/mosfiles/EquationCall.mos:13266) A /trunk/testsuite/simulation/modelica/equations/ErrorNestedWhen.mo (from /trunk/testsuite/mosfiles/ErrorNestedWhen.mo:13266) A /trunk/testsuite/simulation/modelica/equations/ErrorNestedWhen.mos (from /trunk/testsuite/mosfiles/ErrorNestedWhen.mos:13266) A /trunk/testsuite/simulation/modelica/equations/FiveForEquations.mo (from /trunk/testsuite/mosfiles/FiveForEquations.mo:13266) A /trunk/testsuite/simulation/modelica/equations/FiveForEquations.mos (from /trunk/testsuite/mosfiles/FiveForEquations.mos:13266) A /trunk/testsuite/simulation/modelica/equations/FlatTank.mo (from /trunk/testsuite/mosfiles/FlatTank.mo:13284) A /trunk/testsuite/simulation/modelica/equations/FlatTank.mos (from /trunk/testsuite/mosfiles/FlatTank.mos:13284) A /trunk/testsuite/simulation/modelica/equations/HelloWorld.mo (from /trunk/testsuite/mosfiles/HelloWorld.mo:13321) A /trunk/testsuite/simulation/modelica/equations/HelloWorld.mos (from /trunk/testsuite/mosfiles/HelloWorld.mos:13321) A /trunk/testsuite/simulation/modelica/equations/HideVariableForEquations.mo (from /trunk/testsuite/mosfiles/HideVariableForEquations.mo:13266) A /trunk/testsuite/simulation/modelica/equations/HideVariableForEquations.mos (from /trunk/testsuite/mosfiles/HideVariableForEquations.mos:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation.mo (from /trunk/testsuite/mosfiles/IfEquation.mo:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation.mos (from /trunk/testsuite/mosfiles/IfEquation.mos:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation2.mo (from /trunk/testsuite/mosfiles/IfEquation2.mo:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation2.mos (from /trunk/testsuite/mosfiles/IfEquation2.mos:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation3.mo (from /trunk/testsuite/mosfiles/IfEquation3.mo:13266) A /trunk/testsuite/simulation/modelica/equations/IfEquation3.mos (from /trunk/testsuite/mosfiles/IfEquation3.mos:13266) A /trunk/testsuite/simulation/modelica/equations/Makefile A /trunk/testsuite/simulation/modelica/equations/ModelBalance1.mo (from /trunk/testsuite/mosfiles/ModelBalance1.mo:13266) A /trunk/testsuite/simulation/modelica/equations/ModelBalance1.mos (from /trunk/testsuite/mosfiles/ModelBalance1.mos:13266) A /trunk/testsuite/simulation/modelica/equations/ModelBalance2.mo (from /trunk/testsuite/mosfiles/ModelBalance2.mo:13266) A /trunk/testsuite/simulation/modelica/equations/ModelBalance2.mos (from /trunk/testsuite/mosfiles/ModelBalance2.mos:13266) A /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mo (from /trunk/testsuite/mosfiles/ModelBalance3.mo:13266) A /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos (from /trunk/testsuite/mosfiles/ModelBalance3.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mo (from /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mos (from /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mo (from /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mos (from /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WaveEquationSample.mo (from /trunk/testsuite/mosfiles/WaveEquationSample.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WaveEquationSample.mos (from /trunk/testsuite/mosfiles/WaveEquationSample.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WhenArrayReinit.mo (from /trunk/testsuite/mosfiles/WhenArrayReinit.mo:13292) A /trunk/testsuite/simulation/modelica/equations/WhenArrayReinit.mos (from /trunk/testsuite/mosfiles/WhenArrayReinit.mos:13292) A /trunk/testsuite/simulation/modelica/equations/WhenEquation.mo (from /trunk/testsuite/mosfiles/WhenEquation.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WhenEquation.mos (from /trunk/testsuite/mosfiles/WhenEquation.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WhenEquation1.mo (from /trunk/testsuite/mosfiles/WhenEquation1.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WhenEquation1.mos (from /trunk/testsuite/mosfiles/WhenEquation1.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WhenNotValid.mo (from /trunk/testsuite/mosfiles/WhenNotValid.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WhenNotValid.mos (from /trunk/testsuite/mosfiles/WhenNotValid.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WhenValidResult.mo (from /trunk/testsuite/mosfiles/WhenValidResult.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WhenValidResult.mos (from /trunk/testsuite/mosfiles/WhenValidResult.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WhenVectorPredicateEquation.mo (from /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WhenVectorPredicateEquation.mos (from /trunk/testsuite/mosfiles/WhenVectorPredicateEquation.mos:13266) A /trunk/testsuite/simulation/modelica/equations/WillowForest.mo (from /trunk/testsuite/mosfiles/WillowForest.mo:13266) A /trunk/testsuite/simulation/modelica/equations/WillowForest.mos (from /trunk/testsuite/mosfiles/WillowForest.mos:13266) A /trunk/testsuite/simulation/modelica/equations/constantLinSys.mo (from /trunk/testsuite/mosfiles/constantLinSys.mo:13266) A /trunk/testsuite/simulation/modelica/equations/constantLinSys.mos (from /trunk/testsuite/mosfiles/constantLinSys.mos:13266) A /trunk/testsuite/simulation/modelica/equations/when_sorting.mo (from /trunk/testsuite/mosfiles/when_sorting.mo:13284) A /trunk/testsuite/simulation/modelica/equations/when_sorting.mos (from /trunk/testsuite/mosfiles/when_sorting.mos:13284) A /trunk/testsuite/simulation/modelica/events A /trunk/testsuite/simulation/modelica/events/CheckEvents.mo (from /trunk/testsuite/mosfiles/CheckEvents.mo:13284) A /trunk/testsuite/simulation/modelica/events/CheckEvents.mos (from /trunk/testsuite/mosfiles/CheckEvents.mos:13284) A /trunk/testsuite/simulation/modelica/events/EventDelay.mo (from /trunk/testsuite/mosfiles/EventDelay.mo:13284) A /trunk/testsuite/simulation/modelica/events/EventDelay.mos (from /trunk/testsuite/mosfiles/EventDelay.mos:13284) A /trunk/testsuite/simulation/modelica/events/EventIteration.mo (from /trunk/testsuite/mosfiles/EventIteration.mo:13284) A /trunk/testsuite/simulation/modelica/events/EventIteration.mos (from /trunk/testsuite/mosfiles/EventIteration.mos:13284) A /trunk/testsuite/simulation/modelica/events/EventTests.mat (from /trunk/testsuite/mosfiles/EventTests.mat:13284) A /trunk/testsuite/simulation/modelica/events/EventTests.mo (from /trunk/testsuite/mosfiles/EventTests.mo:13284) A /trunk/testsuite/simulation/modelica/events/EventTests.mos (from /trunk/testsuite/mosfiles/EventTests.mos:13284) A /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/external-functions A /trunk/testsuite/simulation/modelica/external-functions/ExtObj.c (from /trunk/testsuite/mosfiles/ExtObj.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExtObj.h (from /trunk/testsuite/mosfiles/ExtObj.h:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExtObj.mo (from /trunk/testsuite/mosfiles/ExtObj.mo:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExtObj.mos (from /trunk/testsuite/mosfiles/ExtObj.mos:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.ext.c (from /trunk/testsuite/mosfiles/ExtObjStringParam.ext.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.ext.h (from /trunk/testsuite/mosfiles/ExtObjStringParam.ext.h:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.mo (from /trunk/testsuite/mosfiles/ExtObjStringParam.mo:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam.mos (from /trunk/testsuite/mosfiles/ExtObjStringParam.mos:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExtObjStringParam2.mo (from /trunk/testsuite/mosfiles/ExtObjStringParam2.mo:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc1.c (from /trunk/testsuite/mosfiles/ExternalFunc1.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc1_ext.h (from /trunk/testsuite/mosfiles/ExternalFunc1_ext.h:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc2.c (from /trunk/testsuite/mosfiles/ExternalFunc2.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExternalFunc2.h (from /trunk/testsuite/mosfiles/ExternalFunc2.h:13321) A /trunk/testsuite/simulation/modelica/external-functions/ExternalLibraries.mo (from /trunk/testsuite/mosfiles/ExternalLibraries.mo:13284) A /trunk/testsuite/simulation/modelica/external-functions/ExternalLibraries.mos (from /trunk/testsuite/mosfiles/ExternalLibraries.mos:13284) A /trunk/testsuite/simulation/modelica/external-functions/Func.c (from /trunk/testsuite/mosfiles/Func.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/Func.h (from /trunk/testsuite/mosfiles/Func.h:13321) A /trunk/testsuite/simulation/modelica/external-functions/InOutStrings.mo (from /trunk/testsuite/mosfiles/InOutStrings.mo:13284) A /trunk/testsuite/simulation/modelica/external-functions/InOutStrings.mos (from /trunk/testsuite/mosfiles/InOutStrings.mos:13284) A /trunk/testsuite/simulation/modelica/external-functions/InOutStrings_fkn1.cc (from /trunk/testsuite/mosfiles/InOutStrings_fkn1.cc:13321) A /trunk/testsuite/simulation/modelica/external-functions/InOutStrings_fkn2.cc (from /trunk/testsuite/mosfiles/InOutStrings_fkn2.cc:13321) A /trunk/testsuite/simulation/modelica/external-functions/InitialConstantSection.mos (from /trunk/testsuite/mosfiles/InitialConstantSection.mos:13293) A /trunk/testsuite/simulation/modelica/external-functions/JoinThreeVectors2.mo (from /trunk/testsuite/mosfiles/JoinThreeVectors2.mo:13266) A /trunk/testsuite/simulation/modelica/external-functions/JoinThreeVectors2.mos (from /trunk/testsuite/mosfiles/JoinThreeVectors2.mos:13266) A /trunk/testsuite/simulation/modelica/external-functions/Makefile A /trunk/testsuite/simulation/modelica/external-functions/Matrix.mo (from /trunk/testsuite/mosfiles/Matrix.mo:13266) A /trunk/testsuite/simulation/modelica/external-functions/Matrix.mos (from /trunk/testsuite/mosfiles/Matrix.mos:13266) A /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.mo (from /trunk/testsuite/mosfiles/ModelicaUtilities.mo:13266) A /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.mos (from /trunk/testsuite/mosfiles/ModelicaUtilities.mos:13266) A /trunk/testsuite/simulation/modelica/external-functions/ModelicaUtilities.myExtFunction.c (from /trunk/testsuite/mosfiles/ModelicaUtilities.myExtFunction.c:13321) A /trunk/testsuite/simulation/modelica/external-functions/testTables.txt (from /trunk/testsuite/mosfiles/testTables.txt:13321) A /trunk/testsuite/simulation/modelica/inheritances A /trunk/testsuite/simulation/modelica/inheritances/Makefile A /trunk/testsuite/simulation/modelica/inheritances/MoonLanding.mo (from /trunk/testsuite/mosfiles/MoonLanding.mo:13321) A /trunk/testsuite/simulation/modelica/inheritances/MoonLanding.mos (from /trunk/testsuite/mosfiles/MoonLanding.mos:13321) A /trunk/testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mo (from /trunk/testsuite/mosfiles/OneArgBaseFunction.mo:13266) A /trunk/testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mos (from /trunk/testsuite/mosfiles/OneArgBaseFunction.mos:13266) A /trunk/testsuite/simulation/modelica/inheritances/TempResistor3.mo (from /trunk/testsuite/mosfiles/TempResistor3.mo:13321) A /trunk/testsuite/simulation/modelica/inheritances/TempResistor3.mos (from /trunk/testsuite/mosfiles/TempResistor3.mos:13321) A /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mo (from /trunk/testsuite/mosfiles/FilterBlock1.mo:13321) A /trunk/testsuite/simulation/modelica/initialization/FilterBlock1.mos (from /trunk/testsuite/mosfiles/FilterBlock1.mos:13321) A /trunk/testsuite/simulation/modelica/initialization/Initialization.mo (from /trunk/testsuite/mosfiles/Initialization.mo:13293) A /trunk/testsuite/simulation/modelica/initialization/Initialization.mos (from /trunk/testsuite/mosfiles/Initialization.mos:13293) M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/MissV.mo (from /trunk/testsuite/mosfiles/MissV.mo:13293) A /trunk/testsuite/simulation/modelica/initialization/MissV.mos (from /trunk/testsuite/mosfiles/MissV.mos:13293) A /trunk/testsuite/simulation/modelica/japaneselanguage A /trunk/testsuite/simulation/modelica/japaneselanguage/JBouncingBall.mo (from /trunk/testsuite/mosfiles/JBouncingBall.mo:13284) A /trunk/testsuite/simulation/modelica/japaneselanguage/JBouncingBall.mos (from /trunk/testsuite/mosfiles/JBouncingBall.mos:13284) A /trunk/testsuite/simulation/modelica/japaneselanguage/Makefile A /trunk/testsuite/simulation/modelica/others A /trunk/testsuite/simulation/modelica/others/Bug1687.mo (from /trunk/testsuite/mosfiles/Bug1687.mo:13321) A /trunk/testsuite/simulation/modelica/others/Bug1687.mos (from /trunk/testsuite/mosfiles/Bug1687.mos:13321) A /trunk/testsuite/simulation/modelica/others/Bug1872.mo (from /trunk/testsuite/mosfiles/Bug1872.mo:13321) A /trunk/testsuite/simulation/modelica/others/BugTest1830.mo (from /trunk/testsuite/mosfiles/BugTest1830.mo:13321) A /trunk/testsuite/simulation/modelica/others/BugTest1830.mos (from /trunk/testsuite/mosfiles/BugTest1830.mos:13321) A /trunk/testsuite/simulation/modelica/others/CombiTimeTableTest.mos (from /trunk/testsuite/mosfiles/CombiTimeTableTest.mos:13292) A /trunk/testsuite/simulation/modelica/others/CombiTimeTableTestAll.mo (from /trunk/testsuite/mosfiles/CombiTimeTableTestAll.mo:13292) A /trunk/testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mo (from /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mo:13292) A /trunk/testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mos (from /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mos:13292) A /trunk/testsuite/simulation/modelica/others/DerivativeCodeGeneration.mo (from /trunk/testsuite/mosfiles/DerivativeCodeGeneration.mo:13292) A /trunk/testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mo (from /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mo:13292) A /trunk/testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos (from /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos:13292) A /trunk/testsuite/simulation/modelica/others/EquationCallIntegerArray.mo (from /trunk/testsuite/mosfiles/EquationCallIntegerArray.mo:13292) A /trunk/testsuite/simulation/modelica/others/EquationCallIntegerArray.mos (from /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos:13292) A /trunk/testsuite/simulation/modelica/others/ExtendsBasic.mo (from /trunk/testsuite/mosfiles/ExtendsBasic.mo:13292) A /trunk/testsuite/simulation/modelica/others/ExtendsBasic.mos (from /trunk/testsuite/mosfiles/ExtendsBasic.mos:13292) A /trunk/testsuite/simulation/modelica/others/FinalPropagation.mo (from /trunk/testsuite/mosfiles/FinalPropagation.mo:13292) A /trunk/testsuite/simulation/modelica/others/FinalPropagation.mos (from /trunk/testsuite/mosfiles/FinalPropagation.mos:13292) A /trunk/testsuite/simulation/modelica/others/FrameTest.mo (from /trunk/testsuite/mosfiles/FrameTest.mo:13292) A /trunk/testsuite/simulation/modelica/others/FrameTest.mos (from /trunk/testsuite/mosfiles/FrameTest.mos:13292) A /trunk/testsuite/simulation/modelica/others/IdealDiode.mos (from /trunk/testsuite/mosfiles/IdealDiode.mos:13292) A /trunk/testsuite/simulation/modelica/others/InlineSolverCodeGenerationEuler.mos (from /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos:13293) A /trunk/testsuite/simulation/modelica/others/InlineSolverCodeGenerationRK.mos (from /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos:13293) A /trunk/testsuite/simulation/modelica/others/Makefile A /trunk/testsuite/simulation/modelica/others/MoonAndEarth.mos (from /trunk/testsuite/mosfiles/MoonAndEarth.mos:13293) A /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mo (from /trunk/testsuite/mosfiles/NonlinearFailed.mo:13292) A /trunk/testsuite/simulation/modelica/others/NonlinearFailed.mos (from /trunk/testsuite/mosfiles/NonlinearFailed.mos:13292) A /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mo (from /trunk/testsuite/mosfiles/NonlinearMixed.mo:13292) A /trunk/testsuite/simulation/modelica/others/NonlinearMixed.mos (from /trunk/testsuite/mosfiles/NonlinearMixed.mos:13292) A /trunk/testsuite/simulation/modelica/others/Oscillator.mo (from /trunk/testsuite/mosfiles/Oscillator.mo:13292) A /trunk/testsuite/simulation/modelica/others/Oscillator.mos (from /trunk/testsuite/mosfiles/Oscillator.mos:13292) A /trunk/testsuite/simulation/modelica/others/ParameterCycle.mo (from /trunk/testsuite/mosfiles/ParameterCycle.mo:13292) A /trunk/testsuite/simulation/modelica/others/ParameterCycle.mos (from /trunk/testsuite/mosfiles/ParameterCycle.mos:13292) A /trunk/testsuite/simulation/modelica/others/ParameterModel.mo (from /trunk/testsuite/mosfiles/ParameterModel.mo:13292) A /trunk/testsuite/simulation/modelica/others/ParameterModel.mos (from /trunk/testsuite/mosfiles/ParameterModel.mos:13292) A /trunk/testsuite/simulation/modelica/others/Pendulum.mo (from /trunk/testsuite/mosfiles/Pendulum.mo:13292) A /trunk/testsuite/simulation/modelica/others/Pendulum.mos (from /trunk/testsuite/mosfiles/Pendulum.mos:13292) A /trunk/testsuite/simulation/modelica/others/PolynomialEvaluator2.mo (from /trunk/testsuite/mosfiles/PolynomialEvaluator2.mo:13292) A /trunk/testsuite/simulation/modelica/others/PreAndAliasedVar.mo (from /trunk/testsuite/mosfiles/PreAndAliasedVar.mo:13292) A /trunk/testsuite/simulation/modelica/others/PreAndAliasedVar.mos (from /trunk/testsuite/mosfiles/PreAndAliasedVar.mos:13292) A /trunk/testsuite/simulation/modelica/others/PreMatrix.mos (from /trunk/testsuite/mosfiles/PreMatrix.mos:13293) A /trunk/testsuite/simulation/modelica/others/Random.mo (from /trunk/testsuite/mosfiles/Random.mo:13292) A /trunk/testsuite/simulation/modelica/others/Random.mos (from /trunk/testsuite/mosfiles/Random.mos:13292) A /trunk/testsuite/simulation/modelica/others/Reductions.mo (from /trunk/testsuite/mosfiles/Reductions.mo:13292) A /trunk/testsuite/simulation/modelica/others/Reductions.mos (from /trunk/testsuite/mosfiles/Reductions.mos:13292) A /trunk/testsuite/simulation/modelica/others/Riccati.mo (from /trunk/testsuite/mosfiles/Riccati.mo:13292) A /trunk/testsuite/simulation/modelica/others/Riccati.mos (from /trunk/testsuite/mosfiles/Riccati.mos:13292) A /trunk/testsuite/simulation/modelica/others/Sample1.mo (from /trunk/testsuite/mosfiles/Sample1.mo:13292) A /trunk/testsuite/simulation/modelica/others/Sample1.mos (from /trunk/testsuite/mosfiles/Sample1.mos:13292) A /trunk/testsuite/simulation/modelica/others/Sample2.mo (from /trunk/testsuite/mosfiles/Sample2.mo:13292) A /trunk/testsuite/simulation/modelica/others/Sample2.mos (from /trunk/testsuite/mosfiles/Sample2.mos:13292) A /trunk/testsuite/simulation/modelica/others/Sample3.mo (from /trunk/testsuite/mosfiles/Sample3.mo:13292) A /trunk/testsuite/simulation/modelica/others/Sample3.mos (from /trunk/testsuite/mosfiles/Sample3.mos:13292) A /trunk/testsuite/simulation/modelica/others/SimResultScripting.mo (from /trunk/testsuite/mosfiles/SimResultScripting.mo:13292) A /trunk/testsuite/simulation/modelica/others/SimResultScripting.mos (from /trunk/testsuite/mosfiles/SimResultScripting.mos:13292) A /trunk/testsuite/simulation/modelica/others/SliceAssignment.mo (from /trunk/testsuite/mosfiles/SliceAssignment.mo:13292) A /trunk/testsuite/simulation/modelica/others/SliceAssignment.mos (from /trunk/testsuite/mosfiles/SliceAssignment.mos:13292) A /trunk/testsuite/simulation/modelica/others/SmallLinsys.mo (from /trunk/testsuite/mosfiles/SmallLinsys.mo:13292) A /trunk/testsuite/simulation/modelica/others/SpaceProbe.mos (from /trunk/testsuite/mosfiles/SpaceProbe.mos:13292) A /trunk/testsuite/simulation/modelica/others/StringTest.mo (from /trunk/testsuite/mosfiles/StringTest.mo:13292) A /trunk/testsuite/simulation/modelica/others/StringTest.mos (from /trunk/testsuite/mosfiles/StringTest.mos:13292) A /trunk/testsuite/simulation/modelica/others/Switch.mo (from /trunk/testsuite/mosfiles/Switch.mo:13292) A /trunk/testsuite/simulation/modelica/others/Switch.mos (from /trunk/testsuite/mosfiles/Switch.mos:13292) A /trunk/testsuite/simulation/modelica/others/SyncFilter.mo (from /trunk/testsuite/mosfiles/SyncFilter.mo:13292) A /trunk/testsuite/simulation/modelica/others/SyncFilter.mos (from /trunk/testsuite/mosfiles/SyncFilter.mos:13292) A /trunk/testsuite/simulation/modelica/others/Table2d.mo (from /trunk/testsuite/mosfiles/Table2d.mo:13292) A /trunk/testsuite/simulation/modelica/others/Table2d.mos (from /trunk/testsuite/mosfiles/Table2d.mos:13292) A /trunk/testsuite/simulation/modelica/others/Table2d.txt (from /trunk/testsuite/mosfiles/Table2d.txt:13321) A /trunk/testsuite/simulation/modelica/others/TestAsub.mos (from /trunk/testsuite/mosfiles/TestAsub.mos:13293) A /trunk/testsuite/simulation/modelica/others/TestLapack.mo (from /trunk/testsuite/mosfiles/TestLapack.mo:13292) A /trunk/testsuite/simulation/modelica/others/TestLapack.mos (from /trunk/testsuite/mosfiles/TestLapack.mos:13292) A /trunk/testsuite/simulation/modelica/others/TestSolve.mo (from /trunk/testsuite/mosfiles/TestSolve.mo:13292) A /trunk/testsuite/simulation/modelica/others/TestSolve.mos (from /trunk/testsuite/mosfiles/TestSolve.mos:13292) A /trunk/testsuite/simulation/modelica/others/VariableFilter.mo (from /trunk/testsuite/mosfiles/VariableFilter.mo:13292) A /trunk/testsuite/simulation/modelica/others/VariableFilter.mos (from /trunk/testsuite/mosfiles/VariableFilter.mos:13292) A /trunk/testsuite/simulation/modelica/others/WhenStatement4.mos (from /trunk/testsuite/mosfiles/WhenStatement4.mos:13292) A /trunk/testsuite/simulation/modelica/others/ideal_diode.mo (from /trunk/testsuite/mosfiles/ideal_diode.mo:13292) A /trunk/testsuite/simulation/modelica/others/nonConstantIndex.mos (from /trunk/testsuite/mosfiles/nonConstantIndex.mos:13293) A /trunk/testsuite/simulation/modelica/others/nonConstantParam.mo (from /trunk/testsuite/mosfiles/nonConstantParam.mo:13292) A /trunk/testsuite/simulation/modelica/others/nonConstantParam.mos (from /trunk/testsuite/mosfiles/nonConstantParam.mos:13292) A /trunk/testsuite/simulation/modelica/others/simulation.mos (from /trunk/testsuite/mosfiles/simulation.mos:13292) A /trunk/testsuite/simulation/modelica/others/spaceprobe.mo (from /trunk/testsuite/mosfiles/spaceprobe.mo:13292) A /trunk/testsuite/simulation/modelica/others/tempInterpol2test.mo (from /trunk/testsuite/mosfiles/tempInterpol2test.mo:13292) A /trunk/testsuite/simulation/modelica/others/tempInterpol2test.mos (from /trunk/testsuite/mosfiles/tempInterpol2test.mos:13292) A /trunk/testsuite/simulation/modelica/others/terminal.mo (from /trunk/testsuite/mosfiles/terminal.mo:13292) A /trunk/testsuite/simulation/modelica/others/terminal.mos (from /trunk/testsuite/mosfiles/terminal.mos:13292) A /trunk/testsuite/simulation/modelica/others/testTables2.csv (from /trunk/testsuite/mosfiles/testTables2.csv:13321) A /trunk/testsuite/simulation/modelica/others/testTables2.txt (from /trunk/testsuite/mosfiles/testTables2.txt:13321) A /trunk/testsuite/simulation/modelica/others/testTables2D.txt (from /trunk/testsuite/mosfiles/testTables2D.txt:13321) A /trunk/testsuite/simulation/modelica/packages A /trunk/testsuite/simulation/modelica/packages/ComplexNumbers.mo (from /trunk/testsuite/mosfiles/ComplexNumbers.mo:13266) A /trunk/testsuite/simulation/modelica/packages/ComplexNumbers.mos (from /trunk/testsuite/mosfiles/ComplexNumbers.mos:13266) A /trunk/testsuite/simulation/modelica/packages/Makefile A /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mo (from /trunk/testsuite/mosfiles/RedeclarePackage.mo:13284) A /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mos (from /trunk/testsuite/mosfiles/RedeclarePackage.mos:13284) A /trunk/testsuite/simulation/modelica/records A /trunk/testsuite/simulation/modelica/records/InOutRecord.mo (from /trunk/testsuite/mosfiles/InOutRecord.mo:13284) A /trunk/testsuite/simulation/modelica/records/InOutRecord.mos (from /trunk/testsuite/mosfiles/InOutRecord.mos:13284) A /trunk/testsuite/simulation/modelica/records/Makefile A /trunk/testsuite/simulation/modelica/types A /trunk/testsuite/simulation/modelica/types/ColorPixel.mo (from /trunk/testsuite/mosfiles/ColorPixel.mo:13266) A /trunk/testsuite/simulation/modelica/types/ColorPixel.mos (from /trunk/testsuite/mosfiles/ColorPixel.mos:13266) A /trunk/testsuite/simulation/modelica/types/ComplexTypeEquationCount.mo (from /trunk/testsuite/mosfiles/ComplexTypeEquationCount.mo:13266) A /trunk/testsuite/simulation/modelica/types/ComplexTypeEquationCount.mos (from /trunk/testsuite/mosfiles/ComplexTypeEquationCount.mos:13266) A /trunk/testsuite/simulation/modelica/types/Makefile - Mosfiles are copied to different directories under simulation/modelica - Create Makefile for each directories - Updated testsuite/Makefile ------------------------------------------------------------------------ r13336 | adeas31 | 2012-10-12 12:40:32 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - Fix OMEdit for msl 3.2.1 ------------------------------------------------------------------------ r13335 | alash325 | 2012-10-12 12:04:06 +0200 (Fri, 12 Oct 2012) | 3 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/windows/runtest.pl A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestBend.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFan.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestTank.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat:13327) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat (from /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat:13327) D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - Moved .mat files for ThermoSysPro to ReferenceFiles - Create a link for ThermoSysPro ReferenceFiles directory in runtest.pl - Update the .mat file path for ThermoSysPro test scripts ------------------------------------------------------------------------ r13334 | sjoelund.se | 2012-10-12 11:56:09 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Also clean ModelicaTest ------------------------------------------------------------------------ r13333 | adrpo | 2012-10-12 11:56:07 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/OMOptim/build/UpdateRevision.bat - update for do not exit with error even if it did not work! needed for the Hudson build. ------------------------------------------------------------------------ r13332 | sjoelund.se | 2012-10-12 11:49:58 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Report also number of successful simulations ------------------------------------------------------------------------ r13331 | adrpo | 2012-10-12 11:35:46 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/UpdateRevision.bat - do not exit with error even if it did not work! - needed for the Hudson build. ------------------------------------------------------------------------ r13330 | adrpo | 2012-10-12 11:29:18 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - keep the version with find even in msys as hudson SVN kit is 1.4 (ancient) and has .svn directories everywhere. ------------------------------------------------------------------------ r13329 | jfrenkel | 2012-10-12 10:52:11 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo switch off equality equations to alias variables in BackendDAE.create phase (fix failing tests befor switch on again) ------------------------------------------------------------------------ r13327 | jfrenkel | 2012-10-12 09:21:09 +0200 (Fri, 12 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - switch on equality equations to alias variables in BackendDAE.create phase ------------------------------------------------------------------------ r13326 | wbraun | 2012-10-12 06:49:43 +0200 (Fri, 12 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/testsuite/simulation/libraries/msl31/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile - bug fix for mixed system solver ------------------------------------------------------------------------ r13325 | wbraun | 2012-10-12 04:32:58 +0200 (Fri, 12 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix coding style ------------------------------------------------------------------------ r13324 | wbraun | 2012-10-12 03:50:48 +0200 (Fri, 12 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/testsuite/openmodelica/linearization/linmodel.mos M /trunk/testsuite/openmodelica/linearization/simLotkaVolterra.mos M /trunk/testsuite/openmodelica/linearization/simNonlinear.mos M /trunk/testsuite/openmodelica/linearization/simTwoTank.mos M /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos M /trunk/testsuite/openmodelica/linearization/simextfunction.mos M /trunk/testsuite/openmodelica/linearization/smallValues.mos M /trunk/testsuite/openmodelica/linearization/test_02.mos M /trunk/testsuite/openmodelica/linearization/test_04.mos M /trunk/testsuite/openmodelica/linearization/test_05.mos - fixed coding style - fixed some warings in c runtime - fixed linearization test ------------------------------------------------------------------------ r13323 | wbraun | 2012-10-12 01:17:04 +0200 (Fri, 12 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/Util.mo M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/ddassl.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.h - setup sparsty pattern calculation as postOptModule (not activated yet by defalt due to some issue with tearing module) ------------------------------------------------------------------------ r13322 | adeas31 | 2012-10-11 22:19:28 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - fixed coding style. ------------------------------------------------------------------------ r13321 | alash325 | 2012-10-11 18:45:11 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - Fixed XML code generation ------------------------------------------------------------------------ r13320 | jansilar | 2012-10-11 17:37:03 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile Another model removed from testsuit. ------------------------------------------------------------------------ r13319 | arun3688 | 2012-10-11 17:18:06 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/Main.mo main.mo modified - arun3688 ------------------------------------------------------------------------ r13318 | jansilar | 2012-10-11 17:13:19 +0200 (Thu, 11 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/simulation/libraries/msl31/Makefile Solving mixed strong components in runtime not in generated code. Perhaps another bug comes out - some test moved to failingtests. ------------------------------------------------------------------------ r13317 | arun3688 | 2012-10-11 16:56:19 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc_test/Test1.mo M /trunk/testsuite/openmodelica/omcc_test/fulltest.mo Omcc_test cases path corrected ------------------------------------------------------------------------ r13316 | arun3688 | 2012-10-11 16:55:29 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerModelica.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/ParserModelica.mo M /trunk/testsuite/openmodelica/omcc/Readme.txt M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos OMCCp bugs fixed with latest update - arun3688 ------------------------------------------------------------------------ r13315 | alash325 | 2012-10-11 15:30:36 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl - Fixed CodegenXML.tpl ------------------------------------------------------------------------ r13314 | adrpo | 2012-10-11 14:40:35 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/msl32/Makefile A /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos - add flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.* ------------------------------------------------------------------------ r13313 | adrpo | 2012-10-11 14:33:32 +0200 (Thu, 11 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - attempt to fix ticket #1876 - remove any components already declared in the expandable connector as they will be added anyway. ------------------------------------------------------------------------ r13312 | niklwors | 2012-10-11 14:11:20 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix #1878 for copy_double_data_mem ------------------------------------------------------------------------ r13311 | adeas31 | 2012-10-11 13:32:33 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo - Handle the new Windows system dependency of FMIL i.e shlwapi. ------------------------------------------------------------------------ r13310 | sjoelund.se | 2012-10-11 13:17:37 +0200 (Thu, 11 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Use dots instead of $P in function context ------------------------------------------------------------------------ r13309 | jfrenkel | 2012-10-11 11:09:15 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos - update path to reference files in cppruntime tests ------------------------------------------------------------------------ r13308 | sjoelund.se | 2012-10-11 09:54:38 +0200 (Thu, 11 Oct 2012) | 3 lines Changed paths: A /trunk/testsuite/mosfiles-nosim/LeastSquares.mos M /trunk/testsuite/mosfiles-nosim/Makefile #1877 - Added testcase ------------------------------------------------------------------------ r13307 | sjoelund.se | 2012-10-11 09:51:59 +0200 (Thu, 11 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h #1877 - Support size(cr) in codegen ------------------------------------------------------------------------ r13306 | jfrenkel | 2012-10-11 09:40:26 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos - expexted output ------------------------------------------------------------------------ r13305 | jfrenkel | 2012-10-11 09:06:32 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression ------------------------------------------------------------------------ r13304 | adrpo | 2012-10-11 06:00:49 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/partest/windows A /trunk/testsuite/partest/windows/runtest.pl A /trunk/testsuite/partest/windows/runtests.pl - partest for Windows. still work to do on it. ------------------------------------------------------------------------ r13303 | adrpo | 2012-10-11 05:17:52 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - start with slow.logs first. ------------------------------------------------------------------------ r13302 | adrpo | 2012-10-11 05:13:03 +0200 (Thu, 11 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - use full path after testsuite/__FP__ to build up the /tmp/omc-rtest-*/__FP__ this is to minimize the issues when running make -jN ------------------------------------------------------------------------ r13301 | adrpo | 2012-10-11 03:45:41 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - faster libraries copy on Windows Msys to build/lib/omlibrary ------------------------------------------------------------------------ r13297 | adrpo | 2012-10-11 00:36:12 +0200 (Thu, 11 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw - switch the places of libs as -lfmilib needs -lshlwapi. ------------------------------------------------------------------------ r13295 | adeas31 | 2012-10-10 23:43:35 +0200 (Wed, 10 Oct 2012) | 3 lines Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/OMEdit/OMEditGUI/Makefile.omdev.mingw M /trunk/OMNotebook/OMNotebookGUI/Makefile.omdev.mingw M /trunk/OMOptim/build/Makefile.omdev.mingw M /trunk/OMOptimBasis/build/Makefile.omdev.mingw M /trunk/OMPlot/OMPlotGUI/Makefile.omdev.mingw M /trunk/OMShell/OMShellGUI/Makefile.omdev.mingw D /trunk/OMTools M /trunk/OMVisualize/OMVisualizeGUI/Makefile.omdev.mingw M /trunk/README-BUILD-RELEASE-NSIS.txt M /trunk/README-OMDev-MINGW.txt - build all clients. - removed OMTools as is not required. - build instructions. ------------------------------------------------------------------------ r13294 | jfrenkel | 2012-10-10 21:08:51 +0200 (Wed, 10 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression ------------------------------------------------------------------------ r13293 | perost | 2012-10-10 17:04:31 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos - Improvements to element redeclares in the new instantiation. ------------------------------------------------------------------------ r13291 | jfrenkel | 2012-10-10 12:23:35 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - bugfix mergestartvalue for alias variables, use the value from the variable with less dots in the name according to MSL - bugfix variable operations for alias var ------------------------------------------------------------------------ r13290 | hubert.thieriot | 2012-10-10 11:38:52 +0200 (Wed, 10 Oct 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp - moomc get comment function - optobjective filled fields ------------------------------------------------------------------------ r13289 | hubert.thieriot | 2012-10-10 11:38:17 +0200 (Wed, 10 Oct 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/FileData/CSVBase.cpp M /trunk/OMOptimBasis/Variable.cpp - corrected variableResult scan vector ------------------------------------------------------------------------ r13288 | sjoelund.se | 2012-10-10 11:09:31 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/3rdParty - Bump FMIL version ------------------------------------------------------------------------ r13287 | jfrenkel | 2012-10-10 09:24:32 +0200 (Wed, 10 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/msl22/IdealGear.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGearBrake.mos - expexted output ------------------------------------------------------------------------ r13286 | sjoelund.se | 2012-10-10 09:14:38 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos - Expected output ------------------------------------------------------------------------ r13285 | sjoelund.se | 2012-10-10 09:09:38 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BinaryTree.mo M /trunk/Compiler/BackEnd/BinaryTreeInt.mo M /trunk/Compiler/BackEnd/HashTableCrSimVars.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ConnectEquations.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenJava.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMI_omc.c M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.h M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.h M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/package.mo M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/Fluid.mo M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/Media.mo M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/package.mo M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/translateHumMod.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentToInput.mo M /trunk/testsuite/flattening/modelica/arrays/Range2.mo M /trunk/testsuite/flattening/modelica/asserts/EncapsulatedAssert.mo M /trunk/testsuite/flattening/modelica/redeclare/ClassExtends6.mo M /trunk/testsuite/flattening/modelica/scodeinst/ConstantConnector1.mo M /trunk/testsuite/flattening/modelica/scodeinst/ConstantConnector2.mo M /trunk/testsuite/flattening/modelica/scodeinst/ConstantConnector3.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType2.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType3.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType4.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidComplexConnectorType5.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection2.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection3.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorDirection4.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType2.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType3.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType4.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType5.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidConnectorType6.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidExpandableConnector1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidVariability1.mo M /trunk/testsuite/flattening/modelica/scodeinst/InvalidVariability2.mo M /trunk/testsuite/flattening/modelica/scodeinst/redeclare13.mo M /trunk/testsuite/metamodelica/meta/CheckPatternScope.mo M /trunk/testsuite/metamodelica/meta/UnboxCond.mo M /trunk/testsuite/mosfiles/Bug1872.mo M /trunk/testsuite/mosfiles/BugTest1830.mo M /trunk/testsuite/mosfiles/BugTest1830.mos M /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mo M /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mos M /trunk/testsuite/mosfiles/WhenArrayReinit.mo M /trunk/testsuite/mosfiles/WhenArrayReinit.mos M /trunk/testsuite/mosfiles/WhenStatement4.mos M /trunk/testsuite/openmodelica/omcc_test/error1.mo M /trunk/testsuite/openmodelica/omcc_test/error10.mo M /trunk/testsuite/openmodelica/omcc_test/error11.mo M /trunk/testsuite/openmodelica/omcc_test/error12.mo M /trunk/testsuite/openmodelica/omcc_test/error13.mo M /trunk/testsuite/openmodelica/omcc_test/error14.mo M /trunk/testsuite/openmodelica/omcc_test/error15.mo M /trunk/testsuite/openmodelica/omcc_test/error2.mo M /trunk/testsuite/openmodelica/omcc_test/error3.mo M /trunk/testsuite/openmodelica/omcc_test/error4.mo M /trunk/testsuite/openmodelica/omcc_test/error5.mo M /trunk/testsuite/openmodelica/omcc_test/error6.mo M /trunk/testsuite/openmodelica/omcc_test/error7.mo M /trunk/testsuite/openmodelica/omcc_test/error8.mo M /trunk/testsuite/openmodelica/omcc_test/error9.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.mo M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving_failed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling_failed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot_failed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis_failed.mos M /trunk/testsuite/simulation/modelica/tearing/Pendel31.mo M /trunk/testsuite/simulation/modelica/tearing/Pendel31.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing3.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing4.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing5.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing6.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing7.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing8.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9.mo M /trunk/testsuite/simulation/modelica/tearing/Tearing9.mos M /trunk/testsuite/simulation/modelica/tearing/TearingCasella.mo M /trunk/testsuite/simulation/modelica/tearing/TearingCasella.mos M /trunk/testsuite/uncertainties/dataReconciliation.mo M /trunk/testsuite/uncertainties/dataReconciliation.mos - svn eol-style ------------------------------------------------------------------------ r13284 | jfrenkel | 2012-10-10 00:11:49 +0200 (Wed, 10 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/testsuite/mosfiles/nonConstantParam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGear.mos M /trunk/testsuite/simulation/modelica/msl22/IdealGearBrake.mos - fix bug for mergestartvalue, add missing negate of start value in case of a = -b - fix tests (delete some wrong warnings, see my last commit) ------------------------------------------------------------------------ r13283 | perost | 2012-10-09 22:52:57 +0200 (Tue, 09 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/declarations/DoubleDeclaration.mo M /trunk/testsuite/flattening/modelica/declarations/Makefile - Move Discrete2 test case to failing, and DoubleDeclaration to working. ------------------------------------------------------------------------ r13282 | jfrenkel | 2012-10-09 22:47:16 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - check if expression is equal before report warning about different start values in case of alias variables. ------------------------------------------------------------------------ r13281 | perost | 2012-10-09 20:39:32 +0200 (Tue, 09 Oct 2012) | 4 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving_failed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling_failed.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat:13280) A /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat (from /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat:13280) - Move reference result files in msl32 to ReferenceFiles directory, so it has the same structure as msl31. - Fixed some broken tests. ------------------------------------------------------------------------ r13280 | alash325 | 2012-10-09 19:26:09 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix testsuite- Linking msl32 on runtest.pl ------------------------------------------------------------------------ r13279 | perost | 2012-10-09 19:03:38 +0200 (Tue, 09 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/openmodelica/interactive-API/Makefile D /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mo D /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mos A /trunk/testsuite/openmodelica/xml A /trunk/testsuite/openmodelica/xml/Makefile A /trunk/testsuite/openmodelica/xml/XmlDumpComment.mo (from /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mo:13277) A /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos (from /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mos:13277) - Move XML dumping tests to their own folder. ------------------------------------------------------------------------ r13278 | adrpo | 2012-10-09 18:43:42 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl - trying to fix the testsuite, add msl32 to runtest.pl to do the linking ------------------------------------------------------------------------ r13277 | janssen | 2012-10-09 17:47:39 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl fix for issue #1868 -- problems with CodegenXML.tpl ------------------------------------------------------------------------ r13276 | wbraun | 2012-10-09 17:09:41 +0200 (Tue, 09 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo A /trunk/testsuite/mosfiles/Bug1872.mo M /trunk/testsuite/mosfiles/Makefile A /trunk/testsuite/mosfiles/WhenStatement4.mos - added BugFix for #1872 Bugfix is for now a workaround that prevents the collation of STMT_WHEN conditions. Since I want to rewrite some of that helpVar stuff with regarding to Ticket #1866, this should work for now. ------------------------------------------------------------------------ r13275 | alash325 | 2012-10-09 17:09:35 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Makefile - Update testsuite/simulation/libraries/msl32/Makefile for multibody test cases MSL 3.2.1 ------------------------------------------------------------------------ r13274 | bruno | 2012-10-09 16:22:27 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving_failed.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling_failed.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot_failed.mos A /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis_failed.mos Added multibody test cases MSL 3.2.1 ------------------------------------------------------------------------ r13273 | adeas31 | 2012-10-09 14:42:30 +0200 (Tue, 09 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIWrapper.c - Terminate the FMI slave and model. - Free the slave and model instances. ------------------------------------------------------------------------ r13272 | jfrenkel | 2012-10-09 14:16:26 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos - fix test DrumBoiler ------------------------------------------------------------------------ r13271 | adeas31 | 2012-10-09 13:56:25 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/README.txt M /trunk/OMNotebook/README.txt M /trunk/OMPlot/README.txt M /trunk/OMShell/README.txt M /trunk/README-BUILD-RELEASE-NSIS.txt - build instructions. ------------------------------------------------------------------------ r13270 | jfrenkel | 2012-10-09 13:38:48 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - prever variable with long names as alias variables and keep variables with short names in system ------------------------------------------------------------------------ r13268 | adeas31 | 2012-10-09 12:26:31 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: A /trunk/OMEdit/OMEditGUI/Makefile.omdev.mingw M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro A /trunk/OMNotebook/OMNotebookGUI/Makefile.omdev.mingw M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro A /trunk/OMOptim/build/Makefile.omdev.mingw A /trunk/OMOptimBasis/build/Makefile.omdev.mingw A /trunk/OMPlot/OMPlotGUI/Makefile.omdev.mingw A /trunk/OMShell/OMShellGUI/Makefile.omdev.mingw M /trunk/OMShell/OMShellGUI/OMShellGUI.pro A /trunk/OMVisualize/OMVisualizeGUI/Makefile.omdev.mingw - windows make files for OMClients. ------------------------------------------------------------------------ r13267 | sjoelund.se | 2012-10-09 09:38:55 +0200 (Tue, 09 Oct 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/flattening/modelica/inheritances/MicroCircuitValid.mo M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.mo M /trunk/testsuite/simulation/modelica/msl22/Test3PhaseSystemTotal.mo - Fix UTF-8/Tab errors ------------------------------------------------------------------------ r13266 | alash325 | 2012-10-09 08:15:41 +0200 (Tue, 09 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Fix OpenModelica CODING STYLE ------------------------------------------------------------------------ r13259 | wbraun | 2012-10-08 18:49:23 +0200 (Mon, 08 Oct 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/mosfiles/AssertTest.mos M /trunk/testsuite/mosfiles/AssertTest1.mos M /trunk/testsuite/mosfiles/AssertTest2.mos M /trunk/testsuite/mosfiles/CheckEvents.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/StringTest.mos - changed return code of simulation if it fails ------------------------------------------------------------------------ r13258 | perost | 2012-10-08 16:59:31 +0200 (Mon, 08 Oct 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/errorext.cpp M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/unitparser.cpp M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaStrings.c M /trunk/SimulationRuntime/c/linearization/linearize.h M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/omc_error.c - Some cref prefixing fixes in SCodeInst. - Fixed lots of clang warnings in the C code. ------------------------------------------------------------------------ r13257 | alash325 | 2012-10-08 16:29:03 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.in - Fixed Makefile.in ------------------------------------------------------------------------ r13256 | alash325 | 2012-10-08 16:27:10 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Fixed OpenModelica CODING STYLE ------------------------------------------------------------------------ r13255 | adeas31 | 2012-10-08 16:15:27 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - Don't Deinitialize data structures twice. ------------------------------------------------------------------------ r13254 | sjoelund.se | 2012-10-08 16:00:10 +0200 (Mon, 08 Oct 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h #1870 - Add built-in fail() ------------------------------------------------------------------------ r13253 | alash325 | 2012-10-08 15:21:50 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/ThermoSysPro R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/Makefile (from /trunk/testsuite/ThermoSysPro/flattening/Makefile:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro (from /trunk/testsuite/ThermoSysPro/ThermoSysPro:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:13242) R /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile (from /trunk/testsuite/ThermoSysPro/simulation/Makefile:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro (from /trunk/testsuite/ThermoSysPro/ThermoSysPro:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat:13242) R /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:13242) - Move ThermoSysPro to flattening/libraries/3rdParty/ and simulation/libraries/3rdParty/ and deleted from SVN ------------------------------------------------------------------------ r13252 | adrpo | 2012-10-08 15:05:45 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/README-BUILD-RELEASE-NSIS.txt - more updates ------------------------------------------------------------------------ r13251 | adeas31 | 2012-10-08 14:53:26 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/OMTools/OMTools.pro - Added OMVisualize. ------------------------------------------------------------------------ r13250 | adrpo | 2012-10-08 14:38:26 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/README-BUILD-RELEASE-NSIS.txt - update to NSIS readme. ------------------------------------------------------------------------ r13249 | sjoelund.se | 2012-10-08 14:20:06 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Ideal.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Dissipation.mo M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Update MSL 3.2.1 to be more legal than before ------------------------------------------------------------------------ r13248 | niklwors | 2012-10-08 13:37:39 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template init, save of all pre variables ------------------------------------------------------------------------ r13247 | sjoelund.se | 2012-10-08 13:24:11 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Examples/BuildModelRecursive.mos - FIx typo ------------------------------------------------------------------------ r13246 | adeas31 | 2012-10-08 12:37:47 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c - Fixed some pointer cast warnings. ------------------------------------------------------------------------ r13245 | sjoelund.se | 2012-10-08 11:58:14 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub.mo M /trunk/testsuite/flattening/modelica/operators/Terminal2.mo - Improve error-messages for operator deoverloading ------------------------------------------------------------------------ r13244 | alash325 | 2012-10-08 11:35:10 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/omcc D /trunk/testsuite/omcc_test A /trunk/testsuite/openmodelica/omcc (from /trunk/testsuite/omcc:13242) M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos A /trunk/testsuite/openmodelica/omcc_test (from /trunk/testsuite/omcc_test:13242) - OMCC and OMCC-test directories are moved from testsuite to testsuite/openmodelica directories + deleted from testsuite + updated Makefile ------------------------------------------------------------------------ r13243 | sjoelund.se | 2012-10-08 11:33:36 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos - Expected output ------------------------------------------------------------------------ r13242 | alash325 | 2012-10-08 11:17:35 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/3rdParty A /trunk/testsuite/AVM (from /trunk/testsuite/3rdParty/AVM:13240) A /trunk/testsuite/ThermoSysPro (from /trunk/testsuite/3rdParty/ThermoSysPro:13240) D /trunk/testsuite/libraries D /trunk/testsuite/mofiles -- testsuite/3rdparty/AVM + testsuite/3rdparty/ThermoSysPro are temporarily moved to testsuite directory + testsiuite/Libraries + testsuite/mofiles + testsuite/3rdparty are deleted from SVN ------------------------------------------------------------------------ r13241 | sjoelund.se | 2012-10-08 11:07:51 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Fix Digital issue ------------------------------------------------------------------------ r13240 | perost | 2012-10-08 10:58:14 +0200 (Mon, 08 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect2.mo M /trunk/Compiler/FrontEnd/ConnectCheck.mo A /trunk/Compiler/FrontEnd/ConnectEquations.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/ConnectionSets.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/ExpandableConnectors.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/Error.mo - Lots of connection handling in the new instantiation. - Cleaned up BaseHashTable a bit. ------------------------------------------------------------------------ r13239 | sjoelund.se | 2012-10-08 10:57:57 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/ModelicaServices 3.2.1/package.mo - Tab-error ------------------------------------------------------------------------ r13238 | perost | 2012-10-08 10:51:36 +0200 (Mon, 08 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile A /trunk/testsuite/flattening/modelica/scodeinst/redeclare13.mo - Fix order of extends in SCodeInst. ------------------------------------------------------------------------ r13237 | sjoelund.se | 2012-10-08 10:34:24 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenJava.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Continuous.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Discrete.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Logical.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Math.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Sources.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Tables.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Examples/AST_BatchPlant.mo A /trunk/libraries/Modelica 3.2.1/ModelicaLicense2.html A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Figure_PlanarLoopAnalytic.ppt M /trunk/libraries/Modelica 3.2.1/Utilities/Examples.mo M /trunk/libraries/Modelica 3.2.1/Utilities/Files.mo M /trunk/libraries/Modelica 3.2.1/Utilities/Internal.mo M /trunk/libraries/Modelica 3.2.1/Utilities/Streams.mo M /trunk/libraries/Modelica 3.2.1/package.mo M /trunk/libraries/Modelica 3.2.1.txt M /trunk/libraries/ModelicaReference 3.2.1/package.mo M /trunk/libraries/ModelicaReference 3.2.1/package.order D /trunk/libraries/ModelicaServices 1.1 A /trunk/libraries/ModelicaServices 3.2.1 (from /trunk/libraries/ModelicaServices 1.1:13236) M /trunk/libraries/ModelicaServices 3.2.1/package.mo M /trunk/libraries/ModelicaServices 3.2.1/package.order M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos - Updated MSL 3.2.1 to latest version (includes version bump of ModelicaServices to 3.2.1 from 1.1) ------------------------------------------------------------------------ r13236 | sjoelund.se | 2012-10-08 09:28:32 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile - Fix makefile syntax ------------------------------------------------------------------------ r13235 | hkiel | 2012-10-08 08:31:15 +0200 (Mon, 08 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/settingsimpl.c - fix truncated library search path if $HOME is longer than 59 chars - malloc appropriate number of chars ------------------------------------------------------------------------ r13234 | jfrenkel | 2012-10-07 23:40:51 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo - der(record constructur(..)) = record constructur(der(.),der(.)) ------------------------------------------------------------------------ r13233 | jfrenkel | 2012-10-07 21:50:07 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - Remove Warning: Treating .. in ThermoSysPro ------------------------------------------------------------------------ r13232 | jfrenkel | 2012-10-07 16:47:53 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/Makefile A /trunk/testsuite/mosfiles/WhenArrayReinit.mo A /trunk/testsuite/mosfiles/WhenArrayReinit.mos - add test for reinit array cref ------------------------------------------------------------------------ r13231 | jfrenkel | 2012-10-07 16:00:37 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - handle also array crefs in reinit ------------------------------------------------------------------------ r13230 | jfrenkel | 2012-10-07 15:14:14 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix bootstrapping test ------------------------------------------------------------------------ r13229 | jfrenkel | 2012-10-07 14:48:43 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - instantiate also reinit for array variables ------------------------------------------------------------------------ r13228 | jfrenkel | 2012-10-07 14:30:32 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - assign not to input ------------------------------------------------------------------------ r13227 | jfrenkel | 2012-10-07 13:47:23 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - implement code to seperated the equality equations to generate alias variables direct from it but do not activate the code ------------------------------------------------------------------------ r13223 | adrpo | 2012-10-07 06:20:42 +0200 (Sun, 07 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - copy also mico2113.dll to build/bin ------------------------------------------------------------------------ r13221 | jfrenkel | 2012-10-06 22:10:50 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/libraries/msl221/Makefile try to fix testsuite ------------------------------------------------------------------------ r13220 | adrpo | 2012-10-06 19:07:07 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - fix the location as we no longer cd to the directory. ------------------------------------------------------------------------ r13219 | jfrenkel | 2012-10-06 17:40:56 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bugfix for BackendDAEUtil.getAdjacencyMatrixEnhancedScalar in case of algorithms ------------------------------------------------------------------------ r13218 | alash325 | 2012-10-06 15:46:52 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Update testsuite/Makefile for flattening/libraries/msl221 just to check if it works ------------------------------------------------------------------------ r13217 | alash325 | 2012-10-06 15:05:09 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Update testsuite/Makefile for flattening/libraries/msl221 ------------------------------------------------------------------------ r13216 | alash325 | 2012-10-06 14:03:54 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Update testsuite/Makefile for simualtion/libraries/Mechanics ------------------------------------------------------------------------ r13215 | alash325 | 2012-10-06 13:26:39 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Made correction ------------------------------------------------------------------------ r13214 | alash325 | 2012-10-06 13:12:45 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Update Makefile just for checking if it works ------------------------------------------------------------------------ r13213 | alash325 | 2012-10-06 11:59:20 +0200 (Sat, 06 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Updated testsuite/Makefile for flattening/libraries/msl221 ------------------------------------------------------------------------ r13212 | wbraun | 2012-10-06 11:08:22 +0200 (Sat, 06 Oct 2012) | 2 lines Changed paths: A /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mo A /trunk/testsuite/mosfiles/ComplexAlgebraicLoop.mos M /trunk/testsuite/mosfiles/Makefile - added missing test ------------------------------------------------------------------------ r13211 | perost | 2012-10-06 10:51:24 +0200 (Sat, 06 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/mosfiles/Makefile - Removed nonexisting test ComplexAlgebraicLoop. ------------------------------------------------------------------------ r13210 | hubert.thieriot | 2012-10-06 06:28:51 +0200 (Sat, 06 Oct 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/ModelPlus.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h - small updated - new moomc/OpenModelica functions ------------------------------------------------------------------------ r13209 | hubert.thieriot | 2012-10-06 06:26:38 +0200 (Sat, 06 Oct 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptimBasis/MOParameter.h M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h M /trunk/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptimBasis/Problems/ProblemInterfaces.cpp M /trunk/OMOptimBasis/Problems/ProblemInterfaces.h M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h M /trunk/OMOptimBasis/Variables.cpp - resultTypes in ProblemInterface - minor corrections ------------------------------------------------------------------------ r13208 | wbraun | 2012-10-06 03:30:40 +0200 (Sat, 06 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/testsuite/mosfiles/Makefile - fixed algorithms in NonLinearLoops ------------------------------------------------------------------------ r13207 | jfrenkel | 2012-10-05 22:34:50 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Util/FMI.mo - fix rml-bug ------------------------------------------------------------------------ r13206 | jfrenkel | 2012-10-05 21:42:04 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp - fix tabs ------------------------------------------------------------------------ r13205 | adeas31 | 2012-10-05 16:50:19 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c - Generate code for co-simulation standalone. ------------------------------------------------------------------------ r13204 | niklwors | 2012-10-05 16:30:37 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h - fix in cpp runtime for CVode event handling. Modified CVode settings. ------------------------------------------------------------------------ r13203 | sjoelund.se | 2012-10-05 15:58:23 +0200 (Fri, 05 Oct 2012) | 2 lines Changed paths: M /trunk/README.Linux.txt - Documentation update ------------------------------------------------------------------------ r13202 | sjoelund.se | 2012-10-05 15:44:06 +0200 (Fri, 05 Oct 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica.c - Better export of C-code + MSL 3.1 generates 600MB of C sources and a 350MB o-file. So it is too large to be shipped anyway. Not to mention it takes >30 minutes to compile and link ------------------------------------------------------------------------ r13201 | sjoelund.se | 2012-10-05 14:02:57 +0200 (Fri, 05 Oct 2012) | 5 lines Changed paths: M /trunk/3rdParty M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/SimulationRuntime/c/util/modelica_string.h M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in - Added argument exportAsCode to list - This creates C-code that could be used to compile that part of the AST into an executable or library - But it is too large to be useful at the moment (a single 108MB expression for Modelica 3.1) - Could be changed to use more efficient C-code generation ------------------------------------------------------------------------ r13200 | jfrenkel | 2012-10-05 13:56:59 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - report times for frontend,backend,tpl and compile even if simulation fails ------------------------------------------------------------------------ r13199 | jfrenkel | 2012-10-05 12:57:44 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - fix compilation ------------------------------------------------------------------------ r13198 | sjoelund.se | 2012-10-05 12:17:56 +0200 (Fri, 05 Oct 2012) | 2 lines Changed paths: M /trunk/3rdParty - Update FMIL revision ------------------------------------------------------------------------ r13197 | jfrenkel | 2012-10-05 11:55:57 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/real_array.c - remove some warnings ------------------------------------------------------------------------ r13196 | jfrenkel | 2012-10-05 11:52:20 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/CMakeLists.txt M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/math-support/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/libf2c/CMakeLists.txt - update CMakeLists files ------------------------------------------------------------------------ r13195 | alash325 | 2012-10-05 10:53:24 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile --Back to previous ------------------------------------------------------------------------ r13194 | alash325 | 2012-10-05 10:39:31 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile --update Makefile ------------------------------------------------------------------------ r13193 | alash325 | 2012-10-05 09:26:31 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/flattening/libraries/msl221/Makefile -update testsuite/Makefile and flattening/libraries/msl221/Makefile ------------------------------------------------------------------------ r13192 | alash325 | 2012-10-05 08:14:18 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile M /trunk/testsuite/flattening/modelica/connectors/Makefile M /trunk/testsuite/flattening/modelica/declarations/Makefile M /trunk/testsuite/flattening/modelica/modification/Makefile M /trunk/testsuite/flattening/modelica/others/Makefile M /trunk/testsuite/flattening/modelica/scoping/Makefile M /trunk/testsuite/simulation/libraries/msl32/Makefile - Naming mistake correction Makefile ------------------------------------------------------------------------ r13191 | alash325 | 2012-10-05 07:00:58 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo (from /trunk/testsuite/mofiles/DefaultRecordParameters.mo:13189) A /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo (from /trunk/testsuite/mofiles/EngineSAAB95Total.mo:13189) M /trunk/testsuite/flattening/modelica/records/Makefile A /trunk/testsuite/flattening/modelica/records/Record1.mo (from /trunk/testsuite/mofiles/Record1.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordAssignment.mo (from /trunk/testsuite/mofiles/RecordAssignment.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConnections.mo (from /trunk/testsuite/mofiles/RecordConnections.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo (from /trunk/testsuite/mofiles/RecordConstant1.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo (from /trunk/testsuite/mofiles/RecordConstant2.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo (from /trunk/testsuite/mofiles/RecordConstant3.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo (from /trunk/testsuite/mofiles/RecordConstant4.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstructorVectorization.mo (from /trunk/testsuite/mofiles/RecordConstructorVectorization.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordConstructors.mo (from /trunk/testsuite/mofiles/RecordConstructors.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordNonPublic.mo (from /trunk/testsuite/mofiles/RecordNonPublic.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordPrefixes.mo (from /trunk/testsuite/mofiles/RecordPrefixes.mo:13189) A /trunk/testsuite/flattening/modelica/records/RecordSimple.mo (from /trunk/testsuite/mofiles/RecordSimple.mo:13189) - Update Makefile based on the new structure of mofiles + add more record language feature tests from mofiles to flattening/modelica/records ------------------------------------------------------------------------ r13190 | alash325 | 2012-10-05 05:56:45 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/algorithms-functions A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo (from /trunk/testsuite/mofiles/Algorithm1.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm2.mo (from /trunk/testsuite/mofiles/Algorithm2.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm3.mo (from /trunk/testsuite/mofiles/Algorithm3.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign1.mo (from /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign1.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign2.mo (from /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmElseOpt.mo (from /trunk/testsuite/mofiles/AlgorithmElseOpt.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo (from /trunk/testsuite/mofiles/AlgorithmFor1.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo (from /trunk/testsuite/mofiles/AlgorithmFor2.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo (from /trunk/testsuite/mofiles/AlgorithmFor3.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo (from /trunk/testsuite/mofiles/AlgorithmFor4.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo (from /trunk/testsuite/mofiles/AlgorithmFor5.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo (from /trunk/testsuite/mofiles/AlgorithmFor6.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo (from /trunk/testsuite/mofiles/AlgorithmNoRetCall.mo:13182) A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmSection.mo (from /trunk/testsuite/mofiles/drmodelica/AlgorithmSection.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo (from /trunk/testsuite/mofiles/AssignmentErrorConstant.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentErrorInput.mo (from /trunk/testsuite/mofiles/AssignmentErrorInput.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunction.mo (from /trunk/testsuite/mofiles/AssignmentFunction.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple1.mo (from /trunk/testsuite/mofiles/AssignmentFunctionMultiple1.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple2.mo (from /trunk/testsuite/mofiles/AssignmentFunctionMultiple2.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentSimple.mo (from /trunk/testsuite/mofiles/AssignmentSimple.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentToInput.mo (from /trunk/testsuite/mofiles/AssignmentToInput.mo:13189) A /trunk/testsuite/flattening/modelica/algorithms-functions/Break.mo (from /trunk/testsuite/mofiles/Break.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo (from /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/ErrorExternalAlgorithm.mo (from /trunk/testsuite/mofiles/ErrorExternalAlgorithm.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty1.mo (from /trunk/testsuite/mofiles/Faculty1.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty2.mo (from /trunk/testsuite/mofiles/Faculty2.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty3.mo (from /trunk/testsuite/mofiles/Faculty3.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty4.mo (from /trunk/testsuite/mofiles/Faculty4.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty5.mo (from /trunk/testsuite/mofiles/Faculty5.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo (from /trunk/testsuite/mofiles/drmodelica/FilterBlock1.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/FlatTank.mo (from /trunk/testsuite/mofiles/drmodelica/FlatTank.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo (from /trunk/testsuite/mofiles/ForIteratorType.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo (from /trunk/testsuite/mofiles/drmodelica/ForLoopHideVariable.mo:13184) A /trunk/testsuite/flattening/modelica/algorithms-functions/ForNested.mo (from /trunk/testsuite/mofiles/ForNested.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/ForSimple.mo (from /trunk/testsuite/mofiles/ForSimple.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FuncDer.mo (from /trunk/testsuite/mofiles/drmodelica/FuncDer.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FuncMultResults.mo (from /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function1.mo (from /trunk/testsuite/mofiles/Function1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function10.mo (from /trunk/testsuite/mofiles/Function10.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function11.mo (from /trunk/testsuite/mofiles/Function11.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function12.mo (from /trunk/testsuite/mofiles/Function12.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function2.mo (from /trunk/testsuite/mofiles/Function2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function4.mo (from /trunk/testsuite/mofiles/Function4.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function5.mo (from /trunk/testsuite/mofiles/Function5.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function5_test.mo (from /trunk/testsuite/mofiles/Function5_test.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function6.mo (from /trunk/testsuite/mofiles/Function6.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function7.mo (from /trunk/testsuite/mofiles/Function7.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function8.mo (from /trunk/testsuite/mofiles/Function8.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Function9.mo (from /trunk/testsuite/mofiles/Function9.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo (from /trunk/testsuite/mofiles/FunctionBreak.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo (from /trunk/testsuite/mofiles/FunctionBubblesort.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionCall.mo (from /trunk/testsuite/mofiles/FunctionCall.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs.mo (from /trunk/testsuite/mofiles/FunctionDefaultArgs.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval1.mo (from /trunk/testsuite/mofiles/FunctionEval1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval10.mo (from /trunk/testsuite/mofiles/FunctionEval10.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval11.mo (from /trunk/testsuite/mofiles/FunctionEval11.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo (from /trunk/testsuite/mofiles/FunctionEval12.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval2.mo (from /trunk/testsuite/mofiles/FunctionEval2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval3.mo (from /trunk/testsuite/mofiles/FunctionEval3.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval4.mo (from /trunk/testsuite/mofiles/FunctionEval4.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval5.mo (from /trunk/testsuite/mofiles/FunctionEval5.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval6.mo (from /trunk/testsuite/mofiles/FunctionEval6.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval7.mo (from /trunk/testsuite/mofiles/FunctionEval7.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval8.mo (from /trunk/testsuite/mofiles/FunctionEval8.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo (from /trunk/testsuite/mofiles/FunctionEval9.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalBuiltin.mo (from /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalFail.mo (from /trunk/testsuite/mofiles/FunctionEvalFail.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalSlice.mo (from /trunk/testsuite/mofiles/FunctionEvalSlice.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar1.mo (from /trunk/testsuite/mofiles/FunctionInvalidVar1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar2.mo (from /trunk/testsuite/mofiles/FunctionInvalidVar2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo (from /trunk/testsuite/mofiles/FunctionMultiReturn.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionProtectedInput.mo (from /trunk/testsuite/mofiles/FunctionProtectedInput.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionReturn.mo (from /trunk/testsuite/mofiles/FunctionReturn.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimple.mo (from /trunk/testsuite/mofiles/FunctionSimple.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo (from /trunk/testsuite/mofiles/FunctionSimplex.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionVariability.mo (from /trunk/testsuite/mofiles/FunctionVariability.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionWithEquation.mo (from /trunk/testsuite/mofiles/FunctionWithEquation.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline1.mo (from /trunk/testsuite/mofiles/Inline1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline2.mo (from /trunk/testsuite/mofiles/Inline2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline3.mo (from /trunk/testsuite/mofiles/Inline3.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline4.mo (from /trunk/testsuite/mofiles/Inline4.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline5.mo (from /trunk/testsuite/mofiles/Inline5.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline6.mo (from /trunk/testsuite/mofiles/Inline6.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/InvalidFunctionBinding.mo (from /trunk/testsuite/mofiles/InvalidFunctionBinding.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/JoinThreeVectors2.mo (from /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/LeastSquares.mo (from /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/LogCall1.mo (from /trunk/testsuite/mofiles/drmodelica/LogCall1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/MRFcall.mo (from /trunk/testsuite/mofiles/drmodelica/MRFcall.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Makefile A /trunk/testsuite/flattening/modelica/algorithms-functions/MultFuncCall.mo (from /trunk/testsuite/mofiles/drmodelica/MultFuncCall.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo (from /trunk/testsuite/mofiles/RecursiveFunctionCall.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/StatementCall.mo (from /trunk/testsuite/mofiles/drmodelica/StatementCall.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/SumForLoop.mo (from /trunk/testsuite/mofiles/drmodelica/SumForLoop.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/SumSeriesWhile.mo (from /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo (from /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Summation.mo (from /trunk/testsuite/mofiles/drmodelica/Summation.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/TestGravityAcceleration.mo (from /trunk/testsuite/mofiles/TestGravityAcceleration.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/TupleSingleAssign.mo (from /trunk/testsuite/mofiles/TupleSingleAssign.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/UnusedInput.mo (from /trunk/testsuite/mofiles/UnusedInput.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable1.mo (from /trunk/testsuite/mofiles/Vectorizable1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable2.mo (from /trunk/testsuite/mofiles/Vectorizable2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable3.mo (from /trunk/testsuite/mofiles/Vectorizable3.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable5.mo (from /trunk/testsuite/mofiles/Vectorizable5.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable6.mo (from /trunk/testsuite/mofiles/Vectorizable6.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenElseNested.mo (from /trunk/testsuite/mofiles/WhenElseNested.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenNested.mo (from /trunk/testsuite/mofiles/WhenNested.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenPriority.mo (from /trunk/testsuite/mofiles/drmodelica/WhenPriority.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement1.mo (from /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement2.mo (from /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement3.mo (from /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/While.mo (from /trunk/testsuite/mofiles/While.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/modelica_1_1_Function10.mo (from /trunk/testsuite/mofiles/modelica_1_1_Function10.mo:13186) A /trunk/testsuite/flattening/modelica/algorithms-functions/tupleSubset.mo (from /trunk/testsuite/mofiles/tupleSubset.mo:13186) A /trunk/testsuite/flattening/modelica/arrays A /trunk/testsuite/flattening/modelica/arrays/ABCDsystem.mo (from /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/AppendElement.mo (from /trunk/testsuite/mofiles/drmodelica/AppendElement.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array1.mo (from /trunk/testsuite/mofiles/Array1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array10.mo (from /trunk/testsuite/mofiles/Array10.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array11.mo (from /trunk/testsuite/mofiles/Array11.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array12.mo (from /trunk/testsuite/mofiles/Array12.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array13.mo (from /trunk/testsuite/mofiles/Array13.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array14.mo (from /trunk/testsuite/mofiles/Array14.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array15.mo (from /trunk/testsuite/mofiles/Array15.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array2.mo (from /trunk/testsuite/mofiles/Array2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array3.mo (from /trunk/testsuite/mofiles/Array3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array4.mo (from /trunk/testsuite/mofiles/Array4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array5.mo (from /trunk/testsuite/mofiles/Array5.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array6.mo (from /trunk/testsuite/mofiles/Array6.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array7.mo (from /trunk/testsuite/mofiles/Array7.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array8.mo (from /trunk/testsuite/mofiles/Array8.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array9.mo (from /trunk/testsuite/mofiles/Array9.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAccess.mo (from /trunk/testsuite/mofiles/ArrayAccess.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAddEmpty.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayAddEmpty.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub1.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayAddSub1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAddition.mo (from /trunk/testsuite/mofiles/ArrayAddition.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAddition2.mo (from /trunk/testsuite/mofiles/ArrayAddition2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAlgebraFunc.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayAlgebraFunc.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAsAlias.mo (from /trunk/testsuite/mofiles/ArrayAsAlias.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAsAliasInExtends.mo (from /trunk/testsuite/mofiles/ArrayAsAliasInExtends.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayAssignWholeDim.mo (from /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayBrackets.mo (from /trunk/testsuite/mofiles/ArrayBrackets.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayCall.mo (from /trunk/testsuite/mofiles/ArrayCall.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayConstruct1.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayConstruct1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayCurlyBrackets.mo (from /trunk/testsuite/mofiles/ArrayCurlyBrackets.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration1.mo (from /trunk/testsuite/mofiles/ArrayDeclaration1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration2.mo (from /trunk/testsuite/mofiles/ArrayDeclaration2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration3.mo (from /trunk/testsuite/mofiles/ArrayDeclaration3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration4.mo (from /trunk/testsuite/mofiles/ArrayDeclaration4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration5.mo (from /trunk/testsuite/mofiles/ArrayDeclaration5.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDim1.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDim1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDim2.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDim2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDim3.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDim3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDim4.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDim4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDiv.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDivError.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayDivision.mo (from /trunk/testsuite/mofiles/ArrayDivision.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps1.mo (from /trunk/testsuite/mofiles/ArrayEWOps1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps2.mo (from /trunk/testsuite/mofiles/ArrayEWOps2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps3.mo (from /trunk/testsuite/mofiles/ArrayEWOps3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps4.mo (from /trunk/testsuite/mofiles/ArrayEWOps4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps5.mo (from /trunk/testsuite/mofiles/ArrayEWOps5.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo (from /trunk/testsuite/mofiles/ArrayEWOps6.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval1.mo (from /trunk/testsuite/mofiles/ArrayEWOpsCEval1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval2.mo (from /trunk/testsuite/mofiles/ArrayEWOpsCEval2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval3.mo (from /trunk/testsuite/mofiles/ArrayEWOpsCEval3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval4.mo (from /trunk/testsuite/mofiles/ArrayEWOpsCEval4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval5.mo (from /trunk/testsuite/mofiles/ArrayEWOpsCEval5.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayEmpty.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayEmpty.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayExponentiation.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayExponentiation.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayExtend.mo (from /trunk/testsuite/mofiles/ArrayExtend.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayExtendsUnknown.mo (from /trunk/testsuite/mofiles/ArrayExtendsUnknown.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayFieldSlice.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex2.mo (from /trunk/testsuite/mofiles/ArrayIndex2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex3.mo (from /trunk/testsuite/mofiles/ArrayIndex.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayInvalidDims.mo (from /trunk/testsuite/mofiles/ArrayInvalidDims.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayLogic.mo (from /trunk/testsuite/mofiles/ArrayLogic.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayMatrixSimplifier.mo (from /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayModification1.mo (from /trunk/testsuite/mofiles/ArrayModification1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayModification2.mo (from /trunk/testsuite/mofiles/ArrayModification2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayMulMatrixSimplifier.mo (from /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayMult.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayMult.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayMultiplication.mo (from /trunk/testsuite/mofiles/ArrayMultiplication.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayOperators.mo (from /trunk/testsuite/mofiles/ArrayOperators.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayRange.mo (from /trunk/testsuite/mofiles/ArrayRange.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayReduce.mo (from /trunk/testsuite/mofiles/drmodelica/ArrayReduce.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayReduce2.mo (from /trunk/testsuite/mofiles/ArrayReduce2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArrayRemoveIndex1.mo (from /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo (from /trunk/testsuite/mofiles/ArraySizeFromFunc.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraySlice.mo (from /trunk/testsuite/mofiles/drmodelica/ArraySlice.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraySlice1.mo (from /trunk/testsuite/mofiles/ArraySlice1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraySlice2.mo (from /trunk/testsuite/mofiles/ArraySlice2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraySubtraction.mo (from /trunk/testsuite/mofiles/ArraySubtraction.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Array_builtin.mo (from /trunk/testsuite/mofiles/Array_builtin.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ArraysInitLegal.mo (from /trunk/testsuite/mofiles/drmodelica/ArraysInitLegal.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix.mo (from /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix2.mo (from /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix3.mo (from /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Concat3.mo (from /trunk/testsuite/mofiles/drmodelica/Concat3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ConcatArr1.mo (from /trunk/testsuite/mofiles/drmodelica/ConcatArr1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ConcatArr2.mo (from /trunk/testsuite/mofiles/drmodelica/ConcatArr2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ConcatArr4.mo (from /trunk/testsuite/mofiles/drmodelica/ConcatArr4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ConstructFunc.mo (from /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/DimConvert.mo (from /trunk/testsuite/mofiles/drmodelica/DimConvert.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/DimSize.mo (from /trunk/testsuite/mofiles/drmodelica/DimSize.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/DiscreteVectorStateSpace.mo (from /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/DoubleWhenConflict.mo (from /trunk/testsuite/mofiles/drmodelica/DoubleWhenConflict.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/DoubleWhenSequential.mo (from /trunk/testsuite/mofiles/drmodelica/DoubleWhenSequential.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/EmptyArray.mo (from /trunk/testsuite/mofiles/EmptyArray.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo (from /trunk/testsuite/mofiles/EmptyArraySubscript.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/ErrorUnknownDimension.mo (from /trunk/testsuite/mofiles/ErrorUnknownDimension.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/FixedFinalParameter.mo (from /trunk/testsuite/mofiles/FixedFinalParameter.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/InOutArray.mo (from /trunk/testsuite/mofiles/InOutArray.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/InOutArray2.mo (from /trunk/testsuite/mofiles/InOutArray2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/Matrix.mo (from /trunk/testsuite/mofiles/Matrix.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Matrix1.mo (from /trunk/testsuite/mofiles/Matrix1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/MatrixAddition.mo (from /trunk/testsuite/mofiles/MatrixAddition.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/MatrixBrackets.mo (from /trunk/testsuite/mofiles/MatrixBrackets.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/MatrixMulVector.mo (from /trunk/testsuite/mofiles/MatrixMulVector.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/MatrixPow.mo (from /trunk/testsuite/mofiles/MatrixPow.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/MatrixRowIndexing.mo (from /trunk/testsuite/mofiles/MatrixRowIndexing.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpArray1.mo (from /trunk/testsuite/mofiles/NonExpArray1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpArray2.mo (from /trunk/testsuite/mofiles/NonExpArray2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpArray3.mo (from /trunk/testsuite/mofiles/NonExpArray3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpArray4.mo (from /trunk/testsuite/mofiles/NonExpArray4.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpModif1.mo (from /trunk/testsuite/mofiles/NonExpModif1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/NonExpModif2.mo (from /trunk/testsuite/mofiles/NonExpModif2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PointInst.mo (from /trunk/testsuite/mofiles/drmodelica/PointInst.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo (from /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo (from /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo (from /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluatorA.mo (from /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorA.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluatorB.mo (from /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluatorB.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/Range1.mo (from /trunk/testsuite/mofiles/Range1.mo:13189) A /trunk/testsuite/flattening/modelica/arrays/Range2.mo (from /trunk/testsuite/mofiles/Range2.mo:13189) A /trunk/testsuite/flattening/modelica/arrays/RangeVector.mo (from /trunk/testsuite/mofiles/drmodelica/RangeVector.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/SubArrayIndex.mo (from /trunk/testsuite/mofiles/drmodelica/SubArrayIndex.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/VectorizeOneReturnValue.mo (from /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/VectorizeSeveralArguments.mo (from /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/VectorizeSumVec.mo (from /trunk/testsuite/mofiles/drmodelica/VectorizeSumVec.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/XPowers1.mo (from /trunk/testsuite/mofiles/drmodelica/XPowers1.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/XPowers2.mo (from /trunk/testsuite/mofiles/drmodelica/XPowers2.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/XPowers3.mo (from /trunk/testsuite/mofiles/drmodelica/XPowers3.mo:13165) A /trunk/testsuite/flattening/modelica/arrays/modelica_1_1_Array9.mo (from /trunk/testsuite/mofiles/modelica_1_1_Array9.mo:13165) A /trunk/testsuite/flattening/modelica/asserts A /trunk/testsuite/flattening/modelica/asserts/AssertTest.mo (from /trunk/testsuite/mofiles/drmodelica/AssertTest.mo:13165) A /trunk/testsuite/flattening/modelica/asserts/AssertTest1.mo (from /trunk/testsuite/mofiles/drmodelica/AssertTest1.mo:13165) A /trunk/testsuite/flattening/modelica/asserts/AssertTest2.mo (from /trunk/testsuite/mofiles/drmodelica/AssertTest2.mo:13165) A /trunk/testsuite/flattening/modelica/asserts/EncapsulatedAssert.mo (from /trunk/testsuite/mofiles/EncapsulatedAssert.mo:13189) A /trunk/testsuite/flattening/modelica/asserts/Makefile A /trunk/testsuite/flattening/modelica/asserts/StaticAssertSuccess.mo (from /trunk/testsuite/mofiles/StaticAssertSuccess.mo:13165) A /trunk/testsuite/flattening/modelica/blocks A /trunk/testsuite/flattening/modelica/blocks/BlockComponents.mo (from /trunk/testsuite/mofiles/BlockComponents.mo:13165) A /trunk/testsuite/flattening/modelica/blocks/BlockIllegal.mo (from /trunk/testsuite/mofiles/BlockIllegal.mo:13165) A /trunk/testsuite/flattening/modelica/blocks/BlockResult.mo (from /trunk/testsuite/mofiles/BlockResult.mo:13165) A /trunk/testsuite/flattening/modelica/blocks/BlockSimple.mo (from /trunk/testsuite/mofiles/BlockSimple.mo:13165) A /trunk/testsuite/flattening/modelica/blocks/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions/Abs.mo (from /trunk/testsuite/mofiles/Abs.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Abs1.mo (from /trunk/testsuite/mofiles/Abs1.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Abs2.mo (from /trunk/testsuite/mofiles/Abs2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Acos.mo (from /trunk/testsuite/mofiles/Acos.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Asin.mo (from /trunk/testsuite/mofiles/Asin.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Atan.mo (from /trunk/testsuite/mofiles/Atan.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Atan2.mo (from /trunk/testsuite/mofiles/Atan2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Ceil.mo (from /trunk/testsuite/mofiles/Ceil.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/ConstantSize.mo (from /trunk/testsuite/mofiles/ConstantSize.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Cos.mo (from /trunk/testsuite/mofiles/Cos.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Cosh.mo (from /trunk/testsuite/mofiles/Cosh.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Cross.mo (from /trunk/testsuite/mofiles/Cross.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay.mo (from /trunk/testsuite/mofiles/Delay.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay2.mo (from /trunk/testsuite/mofiles/Delay2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay3.mo (from /trunk/testsuite/mofiles/Delay3.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay4.mo (from /trunk/testsuite/mofiles/Delay4.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay5.mo (from /trunk/testsuite/mofiles/Delay5.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay6.mo (from /trunk/testsuite/mofiles/Delay6.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay7.mo (from /trunk/testsuite/mofiles/Delay7.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Delay8.mo (from /trunk/testsuite/mofiles/Delay8.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant1.mo (from /trunk/testsuite/mofiles/DerConstant1.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant2.mo (from /trunk/testsuite/mofiles/DerConstant2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant3.mo (from /trunk/testsuite/mofiles/DerConstant3.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Div.mo (from /trunk/testsuite/mofiles/Div.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/EventFunctions.mo (from /trunk/testsuite/mofiles/EventFunctions.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Exp.mo (from /trunk/testsuite/mofiles/Exp.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/FillSize.mo (from /trunk/testsuite/mofiles/FillSize.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Floor.mo (from /trunk/testsuite/mofiles/Floor.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Integer.mo (from /trunk/testsuite/mofiles/Integer.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Integer2Real.mo (from /trunk/testsuite/mofiles/Integer2Real.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex1.mo (from /trunk/testsuite/mofiles/InvalidSizeIndex1.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex2.mo (from /trunk/testsuite/mofiles/InvalidSizeIndex2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeScalar.mo (from /trunk/testsuite/mofiles/InvalidSizeScalar.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Log.mo (from /trunk/testsuite/mofiles/Log.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Log10.mo (from /trunk/testsuite/mofiles/Log10.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/MathematicalFunctions.mo (from /trunk/testsuite/mofiles/MathematicalFunctions.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/MaxArray.mo (from /trunk/testsuite/mofiles/MaxArray.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/MinMax.mo (from /trunk/testsuite/mofiles/MinMax.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Mod.mo (from /trunk/testsuite/mofiles/Mod.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/NumericFunctions.mo (from /trunk/testsuite/mofiles/NumericFunctions.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Rem.mo (from /trunk/testsuite/mofiles/Rem.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Scalar.mo (from /trunk/testsuite/mofiles/Scalar.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Sign.mo (from /trunk/testsuite/mofiles/Sign.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Sin.mo (from /trunk/testsuite/mofiles/Sin.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Sinh.mo (from /trunk/testsuite/mofiles/Sinh.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Skew.mo (from /trunk/testsuite/mofiles/Skew.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Sqrt.mo (from /trunk/testsuite/mofiles/Sqrt.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Sum.mo (from /trunk/testsuite/mofiles/Sum.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/SumScalar.mo (from /trunk/testsuite/mofiles/SumScalar.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/SumVar.mo (from /trunk/testsuite/mofiles/SumVar.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Tan.mo (from /trunk/testsuite/mofiles/Tan.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Tanh.mo (from /trunk/testsuite/mofiles/Tanh.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Transpose.mo (from /trunk/testsuite/mofiles/Transpose.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Transpose2.mo (from /trunk/testsuite/mofiles/Transpose2.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/TrigIdentity.mo (from /trunk/testsuite/mofiles/TrigIdentity.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/VectorBuiltin.mo (from /trunk/testsuite/mofiles/VectorBuiltin.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/VectorDimension.mo (from /trunk/testsuite/mofiles/VectorDimension.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/VectorTest.mo (from /trunk/testsuite/mofiles/VectorTest.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/Vectorizable4.mo (from /trunk/testsuite/mofiles/Vectorizable4.mo:13186) A /trunk/testsuite/flattening/modelica/built-in-functions/VectorizeUnknownDim.mo (from /trunk/testsuite/mofiles/VectorizeUnknownDim.mo:13186) A /trunk/testsuite/flattening/modelica/connectors A /trunk/testsuite/flattening/modelica/connectors/Connect1.mo (from /trunk/testsuite/mofiles/Connect1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect10.mo (from /trunk/testsuite/mofiles/Connect10.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect11.mo (from /trunk/testsuite/mofiles/Connect11.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect12.mo (from /trunk/testsuite/mofiles/Connect12.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect13.mo (from /trunk/testsuite/mofiles/Connect13.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect14.mo (from /trunk/testsuite/mofiles/Connect14.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect15.mo (from /trunk/testsuite/mofiles/Connect15.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect16.mo (from /trunk/testsuite/mofiles/Connect16.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect17.mo (from /trunk/testsuite/mofiles/Connect17.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect18.mo (from /trunk/testsuite/mofiles/Connect18.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect2.mo (from /trunk/testsuite/mofiles/Connect2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect3.mo (from /trunk/testsuite/mofiles/Connect3.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect4.mo (from /trunk/testsuite/mofiles/Connect4.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect5.mo (from /trunk/testsuite/mofiles/Connect5.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect6.mo (from /trunk/testsuite/mofiles/Connect6.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect7.mo (from /trunk/testsuite/mofiles/Connect7.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect8.mo (from /trunk/testsuite/mofiles/Connect8.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Connect9.mo (from /trunk/testsuite/mofiles/Connect9.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectConst1.mo (from /trunk/testsuite/mofiles/ConnectConst1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectEnumArray.mo (from /trunk/testsuite/mofiles/ConnectEnumArray.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectFlowEffort.mo (from /trunk/testsuite/mofiles/ConnectFlowEffort.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectFlowEffort2.mo (from /trunk/testsuite/mofiles/ConnectFlowEffort2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectForEquations.mo (from /trunk/testsuite/mofiles/drmodelica/ConnectForEquations.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectHierarchical1.mo (from /trunk/testsuite/mofiles/ConnectHierarchical1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectHierarchical2.mo (from /trunk/testsuite/mofiles/ConnectHierarchical2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInner1.mo (from /trunk/testsuite/mofiles/ConnectInner1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInner2.mo (from /trunk/testsuite/mofiles/ConnectInner2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInner3.mo (from /trunk/testsuite/mofiles/ConnectInner3.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter.mo (from /trunk/testsuite/mofiles/ConnectInnerOuter.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter2.mo (from /trunk/testsuite/mofiles/ConnectInnerOuter2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter3.mo (from /trunk/testsuite/mofiles/ConnectInnerOuter3.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectTheSameConnector.mo (from /trunk/testsuite/mofiles/ConnectTheSameConnector.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectTwoSources.mo (from /trunk/testsuite/mofiles/ConnectTwoSources.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectTypes.mo (from /trunk/testsuite/mofiles/ConnectTypes.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorComponents.mo (from /trunk/testsuite/mofiles/ConnectorComponents.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal.mo (from /trunk/testsuite/mofiles/ConnectorIllegal.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal2.mo (from /trunk/testsuite/mofiles/ConnectorIllegal2.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal3.mo (from /trunk/testsuite/mofiles/ConnectorIllegal3.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal4.mo (from /trunk/testsuite/mofiles/ConnectorIllegal4.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorInheritance1.mo (from /trunk/testsuite/mofiles/ConnectorInheritance1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/ConnectorSimple.mo (from /trunk/testsuite/mofiles/ConnectorSimple.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/HeatTank.mo (from /trunk/testsuite/mofiles/drmodelica/HeatTank.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/HeatTankExpanded.mo (from /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/InitialConnection.mo (from /trunk/testsuite/mofiles/InitialConnection.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Makefile A /trunk/testsuite/flattening/modelica/connectors/Tank.mo (from /trunk/testsuite/mofiles/drmodelica/Tank.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/TankHybridPI.mo (from /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/TankHybridPID.mo (from /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/TankPI.mo (from /trunk/testsuite/mofiles/drmodelica/TankPI.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/TankPID.mo (from /trunk/testsuite/mofiles/drmodelica/TankPID.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/TanksConnectedPI.mo (from /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Units1.mo (from /trunk/testsuite/mofiles/Units1.mo:13165) A /trunk/testsuite/flattening/modelica/connectors/Units2.mo (from /trunk/testsuite/mofiles/Units2.mo:13165) A /trunk/testsuite/flattening/modelica/declarations/CondDeclaration.mo (from /trunk/testsuite/mofiles/CondDeclaration.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant1.mo (from /trunk/testsuite/mofiles/Constant1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant10.mo (from /trunk/testsuite/mofiles/Constant10.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant11.mo (from /trunk/testsuite/mofiles/Constant11.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant12.mo (from /trunk/testsuite/mofiles/Constant12.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant2.mo (from /trunk/testsuite/mofiles/Constant2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant3.mo (from /trunk/testsuite/mofiles/Constant3.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant4.mo (from /trunk/testsuite/mofiles/Constant4.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant5.mo (from /trunk/testsuite/mofiles/Constant5.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant6.mo (from /trunk/testsuite/mofiles/Constant6.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant7.mo (from /trunk/testsuite/mofiles/Constant7.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant8.mo (from /trunk/testsuite/mofiles/Constant8.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Constant9.mo (from /trunk/testsuite/mofiles/Constant9.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclConnector.mo (from /trunk/testsuite/mofiles/ConstantDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo (from /trunk/testsuite/mofiles/ConstantDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclType.mo (from /trunk/testsuite/mofiles/ConstantDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstantReductions.mo (from /trunk/testsuite/mofiles/ConstantReductions.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstructParameters.mo (from /trunk/testsuite/mofiles/ConstructParameters.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ConstructParameters2.mo (from /trunk/testsuite/mofiles/ConstructParameters2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation1.mo (from /trunk/testsuite/mofiles/DeclarationEquation1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation2.mo (from /trunk/testsuite/mofiles/DeclarationEquation2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation3.mo (from /trunk/testsuite/mofiles/DeclarationEquation3.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder.mo (from /trunk/testsuite/mofiles/DeclarationOrder.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder1.mo (from /trunk/testsuite/mofiles/DeclarationOrder1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder2.mo (from /trunk/testsuite/mofiles/DeclarationOrder2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant1.mo (from /trunk/testsuite/mofiles/DeclareConstant1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant2.mo (from /trunk/testsuite/mofiles/DeclareConstant2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant3.mo (from /trunk/testsuite/mofiles/DeclareConstant3.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Discrete1.mo (from /trunk/testsuite/mofiles/Discrete1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/Discrete2.mo (from /trunk/testsuite/mofiles/Discrete2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclConnector.mo (from /trunk/testsuite/mofiles/DiscreteDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclRecord.mo (from /trunk/testsuite/mofiles/DiscreteDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclType.mo (from /trunk/testsuite/mofiles/DiscreteDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/DoubleDeclaration.mo (from /trunk/testsuite/mofiles/DoubleDeclaration.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ErrorExternalModel.mo (from /trunk/testsuite/mofiles/ErrorExternalModel.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ErrorMultipleClasses.mo (from /trunk/testsuite/mofiles/ErrorMultipleClasses.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ErrorRecursionLimit.mo (from /trunk/testsuite/mofiles/ErrorRecursionLimit.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/FloatingPoint.mo (from /trunk/testsuite/mofiles/FloatingPoint.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/FlowDeclConnector.mo (from /trunk/testsuite/mofiles/FlowDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord.mo (from /trunk/testsuite/mofiles/FlowDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord2.mo (from /trunk/testsuite/mofiles/FlowDeclRecord2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/FlowDeclType.mo (from /trunk/testsuite/mofiles/FlowDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/InputDeclConnector.mo (from /trunk/testsuite/mofiles/InputDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/InputDeclRecord.mo (from /trunk/testsuite/mofiles/InputDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/InputDeclType.mo (from /trunk/testsuite/mofiles/InputDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/MultipleDeclarations.mo (from /trunk/testsuite/mofiles/MultipleDeclarations.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/MultipleDeclarations2.mo (from /trunk/testsuite/mofiles/MultipleDeclarations2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/MyPointsInst1.mo (from /trunk/testsuite/mofiles/MyPointsInst1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/MyPointsInst2.mo (from /trunk/testsuite/mofiles/MyPointsInst2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/OutputDeclConnector.mo (from /trunk/testsuite/mofiles/OutputDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/OutputDeclRecord.mo (from /trunk/testsuite/mofiles/OutputDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/OutputDeclType.mo (from /trunk/testsuite/mofiles/OutputDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclConnector.mo (from /trunk/testsuite/mofiles/ParameterDeclConnector.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclRecord.mo (from /trunk/testsuite/mofiles/ParameterDeclRecord.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclType.mo (from /trunk/testsuite/mofiles/ParameterDeclType.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration1.mo (from /trunk/testsuite/mofiles/ScopeDeclaration1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration2.mo (from /trunk/testsuite/mofiles/ScopeDeclaration2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration3.mo (from /trunk/testsuite/mofiles/ScopeDeclaration3.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration4.mo (from /trunk/testsuite/mofiles/ScopeDeclaration4.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeModification1.mo (from /trunk/testsuite/mofiles/ScopeModification1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/ScopeModification2.mo (from /trunk/testsuite/mofiles/ScopeModification2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator1.mo (from /trunk/testsuite/mofiles/SimpleIntegrator1.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator2.mo (from /trunk/testsuite/mofiles/SimpleIntegrator2.mo:13186) A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator3.mo (from /trunk/testsuite/mofiles/SimpleIntegrator3.mo:13186) A /trunk/testsuite/flattening/modelica/enums A /trunk/testsuite/flattening/modelica/enums/Enum1.mo (from /trunk/testsuite/mofiles/Enum1.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum10.mo (from /trunk/testsuite/mofiles/Enum10.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum11.mo (from /trunk/testsuite/mofiles/Enum11.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum12.mo (from /trunk/testsuite/mofiles/Enum12.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum13.mo (from /trunk/testsuite/mofiles/Enum13.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum2.mo (from /trunk/testsuite/mofiles/Enum2.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum3.mo (from /trunk/testsuite/mofiles/Enum3.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum4.mo (from /trunk/testsuite/mofiles/Enum4.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum5.mo (from /trunk/testsuite/mofiles/Enum5.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum6.mo (from /trunk/testsuite/mofiles/Enum6.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum7.mo (from /trunk/testsuite/mofiles/Enum7.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum8.mo (from /trunk/testsuite/mofiles/Enum8.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Enum9.mo (from /trunk/testsuite/mofiles/Enum9.mo:13175) A /trunk/testsuite/flattening/modelica/enums/EnumConnectArray.mo (from /trunk/testsuite/mofiles/EnumConnectArray.mo:13175) A /trunk/testsuite/flattening/modelica/enums/EnumDimSum.mo (from /trunk/testsuite/mofiles/EnumDimSum.mo:13175) A /trunk/testsuite/flattening/modelica/enums/EnumFor.mo (from /trunk/testsuite/mofiles/EnumFor.mo:13175) A /trunk/testsuite/flattening/modelica/enums/EnumInvalidLiteral.mo (from /trunk/testsuite/mofiles/EnumInvalidLiteral.mo:13175) A /trunk/testsuite/flattening/modelica/enums/EnumRange.mo (from /trunk/testsuite/mofiles/EnumRange.mo:13175) A /trunk/testsuite/flattening/modelica/enums/Makefile A /trunk/testsuite/flattening/modelica/equations A /trunk/testsuite/flattening/modelica/equations/ActivateWhenEquation.mo (from /trunk/testsuite/mofiles/drmodelica/ActivateWhenEquation.mo:13189) A /trunk/testsuite/flattening/modelica/equations/BouncingBall.mo (from /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo:13189) A /trunk/testsuite/flattening/modelica/equations/Circle.mo (from /trunk/testsuite/mofiles/Circle.mo:13189) A /trunk/testsuite/flattening/modelica/equations/Circuit.mo (from /trunk/testsuite/mofiles/drmodelica/Circuit.mo:13189) A /trunk/testsuite/flattening/modelica/equations/ConditionalArrayExpression1.mo (from /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/ConditionalArrayExpression2.mo (from /trunk/testsuite/mofiles/ConditionalArrayExpression2.mo:13189) A /trunk/testsuite/flattening/modelica/equations/DAEexample.mo (from /trunk/testsuite/mofiles/drmodelica/DAEexample.mo:13189) A /trunk/testsuite/flattening/modelica/equations/Epidemics1.mo (from /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EqualityEquations.mo (from /trunk/testsuite/mofiles/drmodelica/EqualityEquations.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EqualityEquationsCorrect.mo (from /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationCall.mo (from /trunk/testsuite/mofiles/drmodelica/EquationCall.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationComponent1.mo (from /trunk/testsuite/mofiles/EquationComponent1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationComponent2.mo (from /trunk/testsuite/mofiles/EquationComponent2.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationComponent3.mo (from /trunk/testsuite/mofiles/EquationComponent3.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationComponent4.mo (from /trunk/testsuite/mofiles/EquationComponent4.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationComponent5.mo (from /trunk/testsuite/mofiles/EquationComponent5.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor1.mo (from /trunk/testsuite/mofiles/EquationFor1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor2.mo (from /trunk/testsuite/mofiles/EquationFor2.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor3.mo (from /trunk/testsuite/mofiles/EquationFor3.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor4.mo (from /trunk/testsuite/mofiles/EquationFor4.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor5.mo (from /trunk/testsuite/mofiles/EquationFor5.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor6.mo (from /trunk/testsuite/mofiles/EquationFor6.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationFor7.mo (from /trunk/testsuite/mofiles/EquationFor7.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationIf1.mo (from /trunk/testsuite/mofiles/EquationIf1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationIf2.mo (from /trunk/testsuite/mofiles/EquationIf2.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationIf3.mo (from /trunk/testsuite/mofiles/EquationIf3.mo:13189) A /trunk/testsuite/flattening/modelica/equations/EquationIf4.mo (from /trunk/testsuite/mofiles/EquationIf4.mo:13189) A /trunk/testsuite/flattening/modelica/equations/Equations.mo (from /trunk/testsuite/mofiles/drmodelica/Equations.mo:13189) A /trunk/testsuite/flattening/modelica/equations/ErrorNestedWhen.mo (from /trunk/testsuite/mofiles/drmodelica/ErrorNestedWhen.mo:13189) A /trunk/testsuite/flattening/modelica/equations/FiveForEquations.mo (from /trunk/testsuite/mofiles/drmodelica/FiveForEquations.mo:13189) A /trunk/testsuite/flattening/modelica/equations/ForIf.mo (from /trunk/testsuite/mofiles/ForIf.mo:13189) A /trunk/testsuite/flattening/modelica/equations/HelloWorld.mo (from /trunk/testsuite/mofiles/drmodelica/HelloWorld.mo:13189) A /trunk/testsuite/flattening/modelica/equations/HideVariableForEquations.mo (from /trunk/testsuite/mofiles/drmodelica/HideVariableForEquations.mo:13189) A /trunk/testsuite/flattening/modelica/equations/HydrogenIodide.mo (from /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo:13189) A /trunk/testsuite/flattening/modelica/equations/IfEquation.mo (from /trunk/testsuite/mofiles/drmodelica/IfEquation.mo:13189) A /trunk/testsuite/flattening/modelica/equations/InOutBool.mo (from /trunk/testsuite/mofiles/InOutBool.mo:13189) A /trunk/testsuite/flattening/modelica/equations/LotkaVolterra.mo (from /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo:13189) A /trunk/testsuite/flattening/modelica/equations/Makefile A /trunk/testsuite/flattening/modelica/equations/ModifiedFiltersInSeries.mo (from /trunk/testsuite/mofiles/drmodelica/ModifiedFiltersInSeries.mo:13189) A /trunk/testsuite/flattening/modelica/equations/SimplePeriodicSampler.mo (from /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo:13189) A /trunk/testsuite/flattening/modelica/equations/TwoRateSampler.mo (from /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo:13189) A /trunk/testsuite/flattening/modelica/equations/VanDerPol.mo (from /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WatchDog1AlgorithmWhen.mo (from /trunk/testsuite/mofiles/drmodelica/WatchDog1AlgorithmWhen.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WatchDog2EquationWhen.mo (from /trunk/testsuite/mofiles/drmodelica/WatchDog2EquationWhen.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo (from /trunk/testsuite/mofiles/WaveEquationSample.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenEquation.mo (from /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenNestedEquation.mo (from /trunk/testsuite/mofiles/WhenNestedEquation.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenNotValid.mo (from /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenSemantics1.mo (from /trunk/testsuite/mofiles/WhenSemantics1.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenValidResult.mo (from /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo:13189) A /trunk/testsuite/flattening/modelica/equations/WhenVectorPredicateEquation.mo (from /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo:13189) A /trunk/testsuite/flattening/modelica/external-functions A /trunk/testsuite/flattening/modelica/external-functions/AddReal1.mo (from /trunk/testsuite/mofiles/AddReal1.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction1.mo (from /trunk/testsuite/mofiles/ExternalFunction1.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction1_f.c (from /trunk/testsuite/mofiles/ExternalFunction1_f.c:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction2.mo (from /trunk/testsuite/mofiles/ExternalFunction2.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction2_f.c (from /trunk/testsuite/mofiles/ExternalFunction2_f.c:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction3-addmatrices.c (from /trunk/testsuite/mofiles/ExternalFunction3-addmatrices.c:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction3.mo (from /trunk/testsuite/mofiles/ExternalFunction3.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction4.mo (from /trunk/testsuite/mofiles/ExternalFunction4.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction5.mo (from /trunk/testsuite/mofiles/ExternalFunction5.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction6.mo (from /trunk/testsuite/mofiles/ExternalFunction6.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction7.mo (from /trunk/testsuite/mofiles/ExternalFunction7.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction8.mo (from /trunk/testsuite/mofiles/ExternalFunction8.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionAnno.mo (from /trunk/testsuite/mofiles/ExternalFunctionAnno.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionArray.mo (from /trunk/testsuite/mofiles/ExternalFunctionArray.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionBuiltin.mo (from /trunk/testsuite/mofiles/ExternalFunctionBuiltin.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionExtends.mo (from /trunk/testsuite/mofiles/ExternalFunctionExtends.mo:13175) A /trunk/testsuite/flattening/modelica/external-functions/Makefile A /trunk/testsuite/flattening/modelica/external-functions/addReal1_.c (from /trunk/testsuite/mofiles/addReal1_.c:13175) A /trunk/testsuite/flattening/modelica/inheritances/AccessDemoIllegalMod.mo (from /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/AccessDemoLegalMod.mo (from /trunk/testsuite/mofiles/drmodelica/AccessDemoLegalMod.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ColorClasses.mo (from /trunk/testsuite/mofiles/drmodelica/ColorClasses.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod1.mo (from /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod1.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod2.mo (from /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod2.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod3.mo (from /trunk/testsuite/mofiles/drmodelica/ColoredPointIllegalMod3.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointLegalMod.mo (from /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Colors.mo (from /trunk/testsuite/mofiles/drmodelica/Colors.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends1.mo (from /trunk/testsuite/mofiles/Extends1.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends10.mo (from /trunk/testsuite/mofiles/Extends10.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends11.mo (from /trunk/testsuite/mofiles/Extends11.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends2.mo (from /trunk/testsuite/mofiles/Extends2.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends3.mo (from /trunk/testsuite/mofiles/Extends3.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends4.mo (from /trunk/testsuite/mofiles/Extends4.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends5.mo (from /trunk/testsuite/mofiles/Extends5.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends6.mo (from /trunk/testsuite/mofiles/Extends6.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends7.mo (from /trunk/testsuite/mofiles/Extends7.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends8.mo (from /trunk/testsuite/mofiles/Extends8.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Extends9.mo (from /trunk/testsuite/mofiles/Extends9.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ExtendsModWithImport.mo (from /trunk/testsuite/mofiles/ExtendsModWithImport.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/ExtendsVisibility.mo (from /trunk/testsuite/mofiles/ExtendsVisibility.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/GenericMicroCircuit.mo (from /trunk/testsuite/mofiles/drmodelica/GenericMicroCircuit.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/IdenticalEquations.mo (from /trunk/testsuite/mofiles/IdenticalEquations.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceClassMod.mo (from /trunk/testsuite/mofiles/InheritanceClassMod.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceDiamond.mo (from /trunk/testsuite/mofiles/InheritanceDiamond.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceMultiple.mo (from /trunk/testsuite/mofiles/InheritanceMultiple.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceProtected.mo (from /trunk/testsuite/mofiles/InheritanceProtected.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritancePublic.mo (from /trunk/testsuite/mofiles/InheritancePublic.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceRestrictions.mo (from /trunk/testsuite/mofiles/InheritanceRestrictions.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceSeveral.mo (from /trunk/testsuite/mofiles/InheritanceSeveral.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/InheritanceSimple.mo (from /trunk/testsuite/mofiles/InheritanceSimple.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/MicroCircuitInvalid.mo (from /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/MicroCircuitValid.mo (from /trunk/testsuite/mofiles/drmodelica/MicroCircuitValid.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/MoonLanding.mo (from /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/OneArgBaseFunction.mo (from /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/Oscillator.mo (from /trunk/testsuite/mofiles/drmodelica/Oscillator.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/SimpleInheritance.mo (from /trunk/testsuite/mofiles/SimpleInheritance.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/SimpleTypeExtend.mo (from /trunk/testsuite/mofiles/SimpleTypeExtend.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/StepAdvanced.mo (from /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/TempDepResistorCircuit.mo (from /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuit.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/TempDepResistorCircuitInherited.mo (from /trunk/testsuite/mofiles/drmodelica/TempDepResistorCircuitInherited.mo:13186) A /trunk/testsuite/flattening/modelica/inheritances/TempResistor3.mo (from /trunk/testsuite/mofiles/drmodelica/TempResistor3.mo:13186) A /trunk/testsuite/flattening/modelica/modification A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance1.mo (from /trunk/testsuite/mofiles/DisturbedResistance1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance2.mo (from /trunk/testsuite/mofiles/DisturbedResistance2.mo:13165) A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance3.mo (from /trunk/testsuite/mofiles/DisturbedResistance3.mo:13165) A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance4.mo (from /trunk/testsuite/mofiles/DisturbedResistance4.mo:13165) A /trunk/testsuite/flattening/modelica/modification/FinalParameterModification.mo (from /trunk/testsuite/mofiles/FinalParameterModification.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Makefile A /trunk/testsuite/flattening/modelica/modification/Modification1.mo (from /trunk/testsuite/mofiles/Modification1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification10.mo (from /trunk/testsuite/mofiles/Modification10.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification11.mo (from /trunk/testsuite/mofiles/Modification11.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification12.mo (from /trunk/testsuite/mofiles/Modification12.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification13.mo (from /trunk/testsuite/mofiles/Modification13.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification14.mo (from /trunk/testsuite/mofiles/Modification14.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification15.mo (from /trunk/testsuite/mofiles/Modification15.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification16.mo (from /trunk/testsuite/mofiles/Modification16.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification17.mo (from /trunk/testsuite/mofiles/Modification17.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification2.mo (from /trunk/testsuite/mofiles/Modification2.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification3.mo (from /trunk/testsuite/mofiles/Modification3.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification4.mo (from /trunk/testsuite/mofiles/Modification4.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification5.mo (from /trunk/testsuite/mofiles/Modification5.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification6.mo (from /trunk/testsuite/mofiles/Modification6.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification7.mo (from /trunk/testsuite/mofiles/Modification7.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Modification8.mo (from /trunk/testsuite/mofiles/Modification8.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierClass.mo (from /trunk/testsuite/mofiles/ModifierClass.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierExtends.mo (from /trunk/testsuite/mofiles/ModifierExtends.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierProblem.mo (from /trunk/testsuite/mofiles/ModifierProblem.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierRedeclare.mo (from /trunk/testsuite/mofiles/ModifierRedeclare.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierTypeError.mo (from /trunk/testsuite/mofiles/ModifierTypeError.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifierVariable.mo (from /trunk/testsuite/mofiles/ModifierVariable.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyConstant4.mo (from /trunk/testsuite/mofiles/ModifyConstant4.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyConstant5.mo (from /trunk/testsuite/mofiles/ModifyConstant5.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyConstant6.mo (from /trunk/testsuite/mofiles/ModifyConstant6.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyFunction1.mo (from /trunk/testsuite/mofiles/ModifyFunction1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyUnknown1.mo (from /trunk/testsuite/mofiles/ModifyUnknown1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ModifyUnknown2.mo (from /trunk/testsuite/mofiles/ModifyUnknown2.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Overwriting1.mo (from /trunk/testsuite/mofiles/Overwriting1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Overwriting2.mo (from /trunk/testsuite/mofiles/Overwriting2.mo:13165) A /trunk/testsuite/flattening/modelica/modification/ReplaceFunction.mo (from /trunk/testsuite/mofiles/ReplaceFunction.mo:13165) A /trunk/testsuite/flattening/modelica/modification/Shadow1.mo (from /trunk/testsuite/mofiles/Shadow1.mo:13165) A /trunk/testsuite/flattening/modelica/modification/UsertypeModifications.mo (from /trunk/testsuite/mofiles/UsertypeModifications.mo:13165) A /trunk/testsuite/flattening/modelica/modification/modifyOuter.mo (from /trunk/testsuite/mofiles/modifyOuter.mo:13165) A /trunk/testsuite/flattening/modelica/modification/modifyOuter2.mo (from /trunk/testsuite/mofiles/modifyOuter2.mo:13165) A /trunk/testsuite/flattening/modelica/operators/And.mo (from /trunk/testsuite/mofiles/And.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Cardinality.mo (from /trunk/testsuite/mofiles/Cardinality.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Cardinality2.mo (from /trunk/testsuite/mofiles/Cardinality2.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Cat1.mo (from /trunk/testsuite/mofiles/Cat1.mo:13186) A /trunk/testsuite/flattening/modelica/operators/CondOperators.mo (from /trunk/testsuite/mofiles/CondOperators.mo:13186) A /trunk/testsuite/flattening/modelica/operators/ConstantLogicalRelations.mo (from /trunk/testsuite/mofiles/ConstantLogicalRelations.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Equals.mo (from /trunk/testsuite/mofiles/Equals.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Expressions.mo (from /trunk/testsuite/mofiles/Expressions.mo:13186) A /trunk/testsuite/flattening/modelica/operators/GreaterThan.mo (from /trunk/testsuite/mofiles/GreaterThan.mo:13186) A /trunk/testsuite/flattening/modelica/operators/GreaterThanEqual.mo (from /trunk/testsuite/mofiles/GreaterThanEqual.mo:13186) A /trunk/testsuite/flattening/modelica/operators/IntAdd.mo (from /trunk/testsuite/mofiles/IntAdd.mo:13186) A /trunk/testsuite/flattening/modelica/operators/IntDiv.mo (from /trunk/testsuite/mofiles/IntDiv.mo:13186) A /trunk/testsuite/flattening/modelica/operators/IntMul.mo (from /trunk/testsuite/mofiles/IntMul.mo:13186) A /trunk/testsuite/flattening/modelica/operators/IntPow.mo (from /trunk/testsuite/mofiles/IntPow.mo:13186) A /trunk/testsuite/flattening/modelica/operators/IntSub.mo (from /trunk/testsuite/mofiles/IntSub.mo:13186) A /trunk/testsuite/flattening/modelica/operators/LessThan.mo (from /trunk/testsuite/mofiles/LessThan.mo:13186) A /trunk/testsuite/flattening/modelica/operators/LessThanEqual.mo (from /trunk/testsuite/mofiles/LessThanEqual.mo:13186) A /trunk/testsuite/flattening/modelica/operators/NoEvent1.mo (from /trunk/testsuite/mofiles/NoEvent1.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Not.mo (from /trunk/testsuite/mofiles/Not.mo:13186) A /trunk/testsuite/flattening/modelica/operators/NotEquals.mo (from /trunk/testsuite/mofiles/NotEquals.mo:13186) A /trunk/testsuite/flattening/modelica/operators/OperatorComponents.mo (from /trunk/testsuite/mofiles/OperatorComponents.mo:13186) A /trunk/testsuite/flattening/modelica/operators/OperatorFunction1.mo (from /trunk/testsuite/mofiles/OperatorFunction1.mo:13186) A /trunk/testsuite/flattening/modelica/operators/OperatorFunction2.mo (from /trunk/testsuite/mofiles/OperatorFunction2.mo:13186) A /trunk/testsuite/flattening/modelica/operators/OperatorIllegal.mo (from /trunk/testsuite/mofiles/OperatorIllegal.mo:13186) A /trunk/testsuite/flattening/modelica/operators/OperatorSimple.mo (from /trunk/testsuite/mofiles/OperatorSimple.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Operators.mo (from /trunk/testsuite/mofiles/Operators.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Or.mo (from /trunk/testsuite/mofiles/Or.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Pow.mo (from /trunk/testsuite/mofiles/Pow.mo:13186) A /trunk/testsuite/flattening/modelica/operators/RealAdd.mo (from /trunk/testsuite/mofiles/RealAdd.mo:13186) A /trunk/testsuite/flattening/modelica/operators/RealDiv.mo (from /trunk/testsuite/mofiles/RealDiv.mo:13186) A /trunk/testsuite/flattening/modelica/operators/RealMul.mo (from /trunk/testsuite/mofiles/RealMul.mo:13186) A /trunk/testsuite/flattening/modelica/operators/RealPow.mo (from /trunk/testsuite/mofiles/RealPow.mo:13186) A /trunk/testsuite/flattening/modelica/operators/RealSub.mo (from /trunk/testsuite/mofiles/RealSub.mo:13186) A /trunk/testsuite/flattening/modelica/operators/ReinitArray.mo (from /trunk/testsuite/mofiles/ReinitArray.mo:13186) A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType.mo (from /trunk/testsuite/mofiles/ReinitInvalidType.mo:13186) A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType2.mo (from /trunk/testsuite/mofiles/ReinitInvalidType2.mo:13186) A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType3.mo (from /trunk/testsuite/mofiles/ReinitInvalidType3.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Terminal1.mo (from /trunk/testsuite/mofiles/Terminal1.mo:13186) A /trunk/testsuite/flattening/modelica/operators/Terminal2.mo (from /trunk/testsuite/mofiles/Terminal2.mo:13186) A /trunk/testsuite/flattening/modelica/operators/reinit.mo (from /trunk/testsuite/mofiles/reinit.mo:13186) A /trunk/testsuite/flattening/modelica/others/BoolArrayTest.mo (from /trunk/testsuite/mofiles/BoolArrayTest.mo:13189) A /trunk/testsuite/flattening/modelica/others/BooleanDim.mo (from /trunk/testsuite/mofiles/BooleanDim.mo:13189) A /trunk/testsuite/flattening/modelica/others/BooleanLiterals.mo (from /trunk/testsuite/mofiles/BooleanLiterals.mo:13189) A /trunk/testsuite/flattening/modelica/others/BooleanRanges.mo (from /trunk/testsuite/mofiles/BooleanRanges.mo:13189) A /trunk/testsuite/flattening/modelica/others/CMakeLists.txt (from /trunk/testsuite/mofiles/CMakeLists.txt:13189) A /trunk/testsuite/flattening/modelica/others/CheckInstantiationLimit.mo (from /trunk/testsuite/mofiles/CheckInstantiationLimit.mo:13189) A /trunk/testsuite/flattening/modelica/others/Circuit1.mo (from /trunk/testsuite/mofiles/Circuit1.mo:13189) A /trunk/testsuite/flattening/modelica/others/Class1.mo (from /trunk/testsuite/mofiles/Class1.mo:13189) A /trunk/testsuite/flattening/modelica/others/Class2.mo (from /trunk/testsuite/mofiles/Class2.mo:13189) A /trunk/testsuite/flattening/modelica/others/Comment1.mo (from /trunk/testsuite/mofiles/Comment1.mo:13189) A /trunk/testsuite/flattening/modelica/others/Comment2.mo (from /trunk/testsuite/mofiles/Comment2.mo:13189) A /trunk/testsuite/flattening/modelica/others/ComponentNames.mo (from /trunk/testsuite/mofiles/ComponentNames.mo:13189) A /trunk/testsuite/flattening/modelica/others/ComponentNames2.mo (from /trunk/testsuite/mofiles/ComponentNames2.mo:13189) A /trunk/testsuite/flattening/modelica/others/ComponentNamesRedecl.mo (from /trunk/testsuite/mofiles/ComponentNamesRedecl.mo:13189) A /trunk/testsuite/flattening/modelica/others/ConditionalComponent.mo (from /trunk/testsuite/mofiles/ConditionalComponent.mo:13189) A /trunk/testsuite/flattening/modelica/others/ConstrainingType1.mo (from /trunk/testsuite/mofiles/ConstrainingType1.mo:13189) A /trunk/testsuite/flattening/modelica/others/ConstrainingType2.mo (from /trunk/testsuite/mofiles/ConstrainingType2.mo:13189) A /trunk/testsuite/flattening/modelica/others/ConstrainingType3.mo (from /trunk/testsuite/mofiles/ConstrainingType3.mo:13189) A /trunk/testsuite/flattening/modelica/others/CyclicBindingConditional.mo (from /trunk/testsuite/mofiles/CyclicBindingConditional.mo:13189) A /trunk/testsuite/flattening/modelica/others/CyclicBindingConst.mo (from /trunk/testsuite/mofiles/CyclicBindingConst.mo:13189) A /trunk/testsuite/flattening/modelica/others/CyclicBindingParam.mo (from /trunk/testsuite/mofiles/CyclicBindingParam.mo:13189) A /trunk/testsuite/flattening/modelica/others/Derivative1.mo (from /trunk/testsuite/mofiles/Derivative1.mo:13189) A /trunk/testsuite/flattening/modelica/others/DiagonalBlock.mo (from /trunk/testsuite/mofiles/DiagonalBlock.mo:13189) A /trunk/testsuite/flattening/modelica/others/DocString.mo (from /trunk/testsuite/mofiles/DocString.mo:13189) A /trunk/testsuite/flattening/modelica/others/DuplicateElements.mo (from /trunk/testsuite/mofiles/DuplicateElements.mo:13189) A /trunk/testsuite/flattening/modelica/others/DuplicateElementsEquivalent.mo (from /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo:13189) A /trunk/testsuite/flattening/modelica/others/DuplicateElementsExtends.mo (from /trunk/testsuite/mofiles/DuplicateElementsExtends.mo:13189) A /trunk/testsuite/flattening/modelica/others/DuplicateElementsExtendsEquivalent.mo (from /trunk/testsuite/mofiles/DuplicateElementsExtendsEquivalent.mo:13189) A /trunk/testsuite/flattening/modelica/others/DuplicateElementsNonEquivalent.mo (from /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo:13189) A /trunk/testsuite/flattening/modelica/others/Each1.mo (from /trunk/testsuite/mofiles/Each1.mo:13189) A /trunk/testsuite/flattening/modelica/others/End.mo (from /trunk/testsuite/mofiles/End.mo:13189) A /trunk/testsuite/flattening/modelica/others/EndIllegal.mo (from /trunk/testsuite/mofiles/EndIllegal.mo:13189) A /trunk/testsuite/flattening/modelica/others/EndUnknown.mo (from /trunk/testsuite/mofiles/EndUnknown.mo:13189) A /trunk/testsuite/flattening/modelica/others/ExtObjError.mo (from /trunk/testsuite/mofiles/ExtObjError.mo:13189) A /trunk/testsuite/flattening/modelica/others/FlatParse.mof (from /trunk/testsuite/mofiles/FlatParse.mof:13189) A /trunk/testsuite/flattening/modelica/others/FlexibleShaftNonLinearTotal.mo (from /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo:13189) A /trunk/testsuite/flattening/modelica/others/FlowInvalid1.mo (from /trunk/testsuite/mofiles/FlowInvalid1.mo:13189) A /trunk/testsuite/flattening/modelica/others/ForIterator1.mo (from /trunk/testsuite/mofiles/ForIterator1.mo:13189) A /trunk/testsuite/flattening/modelica/others/ForIterator2.mo (from /trunk/testsuite/mofiles/ForIterator2.mo:13189) A /trunk/testsuite/flattening/modelica/others/ForIterator3.mo (from /trunk/testsuite/mofiles/ForIterator3.mo:13189) A /trunk/testsuite/flattening/modelica/others/ForceAndTorque.mo (from /trunk/testsuite/mofiles/ForceAndTorque.mo:13189) A /trunk/testsuite/flattening/modelica/others/GetInstanceName.mo (from /trunk/testsuite/mofiles/GetInstanceName.mo:13189) A /trunk/testsuite/flattening/modelica/others/IconsRecursiveTest.mo (from /trunk/testsuite/mofiles/IconsRecursiveTest.mo:13189) A /trunk/testsuite/flattening/modelica/others/IfExpCombiTable1.mo (from /trunk/testsuite/mofiles/IfExpCombiTable1.mo:13189) A /trunk/testsuite/flattening/modelica/others/IfExpCombiTable2.mo (from /trunk/testsuite/mofiles/IfExpCombiTable2.mo:13189) A /trunk/testsuite/flattening/modelica/others/IllegalSubscript.mo (from /trunk/testsuite/mofiles/IllegalSubscript.mo:13189) A /trunk/testsuite/flattening/modelica/others/Influenza.mo (from /trunk/testsuite/mofiles/Influenza.mo:13189) A /trunk/testsuite/flattening/modelica/others/InvalidExtends1.mo (from /trunk/testsuite/mofiles/InvalidExtends1.mo:13189) A /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo (from /trunk/testsuite/mofiles/InvertedPendulumTotal.mo:13189) M /trunk/testsuite/flattening/modelica/others/Makefile A /trunk/testsuite/flattening/modelica/others/ModelAccess.mo (from /trunk/testsuite/mofiles/ModelAccess.mo:13189) A /trunk/testsuite/flattening/modelica/others/ModelSimple.mo (from /trunk/testsuite/mofiles/ModelSimple.mo:13189) A /trunk/testsuite/flattening/modelica/others/NamedArguments.mo (from /trunk/testsuite/mofiles/NamedArguments.mo:13189) A /trunk/testsuite/flattening/modelica/others/NestedClasses.mo (from /trunk/testsuite/mofiles/NestedClasses.mo:13189) A /trunk/testsuite/flattening/modelica/others/NonConstantReduction.mo (from /trunk/testsuite/mofiles/NonConstantReduction.mo:13189) A /trunk/testsuite/flattening/modelica/others/NonfixedParamSubscript.mo (from /trunk/testsuite/mofiles/NonfixedParamSubscript.mo:13189) A /trunk/testsuite/flattening/modelica/others/NotDependsRecursive.mo (from /trunk/testsuite/mofiles/NotDependsRecursive.mo:13189) A /trunk/testsuite/flattening/modelica/others/OverrideFinalTest.mo (from /trunk/testsuite/mofiles/OverrideFinalTest.mo:13189) A /trunk/testsuite/flattening/modelica/others/PEXPipeTotal.mo (from /trunk/testsuite/mofiles/PEXPipeTotal.mo:13189) A /trunk/testsuite/flattening/modelica/others/Partial1.mo (from /trunk/testsuite/mofiles/Partial1.mo:13189) A /trunk/testsuite/flattening/modelica/others/Philosopher.mo (from /trunk/testsuite/mofiles/Philosopher.mo:13189) A /trunk/testsuite/flattening/modelica/others/Philosopher2.mo (from /trunk/testsuite/mofiles/Philosopher2.mo:13189) A /trunk/testsuite/flattening/modelica/others/Protected1.mo (from /trunk/testsuite/mofiles/Protected1.mo:13189) A /trunk/testsuite/flattening/modelica/others/ProtectedAccess.mo (from /trunk/testsuite/mofiles/ProtectedAccess.mo:13189) A /trunk/testsuite/flattening/modelica/others/ProtectedAccess2.mo (from /trunk/testsuite/mofiles/ProtectedAccess2.mo:13189) A /trunk/testsuite/flattening/modelica/others/PublicAccess.mo (from /trunk/testsuite/mofiles/PublicAccess.mo:13189) A /trunk/testsuite/flattening/modelica/others/RecursiveDefinition.mo (from /trunk/testsuite/mofiles/RecursiveDefinition.mo:13189) A /trunk/testsuite/flattening/modelica/others/RecursiveShort.mo (from /trunk/testsuite/mofiles/RecursiveShort.mo:13189) A /trunk/testsuite/flattening/modelica/others/Reductions.mo (from /trunk/testsuite/mofiles/Reductions.mo:13189) A /trunk/testsuite/flattening/modelica/others/ReturnError.mo (from /trunk/testsuite/mofiles/ReturnError.mo:13189) A /trunk/testsuite/flattening/modelica/others/SampleError.mo (from /trunk/testsuite/mofiles/SampleError.mo:13189) A /trunk/testsuite/flattening/modelica/others/Sequence.mo (from /trunk/testsuite/mofiles/Sequence.mo:13189) A /trunk/testsuite/flattening/modelica/others/ShortClassDef.mo (from /trunk/testsuite/mofiles/ShortClassDef.mo:13189) A /trunk/testsuite/flattening/modelica/others/Simplify.mo (from /trunk/testsuite/mofiles/Simplify.mo:13189) A /trunk/testsuite/flattening/modelica/others/Simplify2.mo (from /trunk/testsuite/mofiles/Simplify2.mo:13189) A /trunk/testsuite/flattening/modelica/others/SimplifyBinary.mo (from /trunk/testsuite/mofiles/SimplifyBinary.mo:13189) A /trunk/testsuite/flattening/modelica/others/SimplifyRangeInCall.mo (from /trunk/testsuite/mofiles/SimplifyRangeInCall.mo:13189) A /trunk/testsuite/flattening/modelica/others/SmallLinsys.mo (from /trunk/testsuite/mofiles/SmallLinsys.mo:13189) A /trunk/testsuite/flattening/modelica/others/SmallPlantModified.mof (from /trunk/testsuite/mofiles/SmallPlantModified.mof:13189) A /trunk/testsuite/flattening/modelica/others/Splice.mo (from /trunk/testsuite/mofiles/Splice.mo:13189) A /trunk/testsuite/flattening/modelica/others/SpliceUnknownDest.mo (from /trunk/testsuite/mofiles/SpliceUnknownDest.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringBoolean.mo (from /trunk/testsuite/mofiles/StringBoolean.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringConcatenation.mo (from /trunk/testsuite/mofiles/StringConcatenation.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringConversion.mo (from /trunk/testsuite/mofiles/StringConversion.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringInteger.mo (from /trunk/testsuite/mofiles/StringInteger.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringLiterals.mo (from /trunk/testsuite/mofiles/StringLiterals.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringPool.mo (from /trunk/testsuite/mofiles/StringPool.mo:13189) A /trunk/testsuite/flattening/modelica/others/StringReal.mo (from /trunk/testsuite/mofiles/StringReal.mo:13189) A /trunk/testsuite/flattening/modelica/others/StructuralParameter1.mo (from /trunk/testsuite/mofiles/StructuralParameter1.mo:13189) A /trunk/testsuite/flattening/modelica/others/SubScript1.mo (from /trunk/testsuite/mofiles/SubScript1.mo:13189) A /trunk/testsuite/flattening/modelica/others/SubScript2.mo (from /trunk/testsuite/mofiles/SubScript2.mo:13189) A /trunk/testsuite/flattening/modelica/others/SubScript3.mo (from /trunk/testsuite/mofiles/SubScript3.mo:13189) A /trunk/testsuite/flattening/modelica/others/SubscriptEval.mo (from /trunk/testsuite/mofiles/SubscriptEval.mo:13189) A /trunk/testsuite/flattening/modelica/others/Switch.mo (from /trunk/testsuite/mofiles/Switch.mo:13189) A /trunk/testsuite/flattening/modelica/others/VERSION.texi (from /trunk/testsuite/mofiles/VERSION.texi:13189) A /trunk/testsuite/flattening/modelica/others/VectorizeExtendedType.mo (from /trunk/testsuite/mofiles/VectorizeExtendedType.mo:13189) A /trunk/testsuite/flattening/modelica/others/WillowForest.mo (from /trunk/testsuite/mofiles/WillowForest.mo:13189) A /trunk/testsuite/flattening/modelica/others/if_then_elseif_else.mo (from /trunk/testsuite/mofiles/if_then_elseif_else.mo:13189) A /trunk/testsuite/flattening/modelica/others/modtest.info (from /trunk/testsuite/mofiles/modtest.info:13189) A /trunk/testsuite/flattening/modelica/others/modtest.texi (from /trunk/testsuite/mofiles/modtest.texi:13189) A /trunk/testsuite/flattening/modelica/others/prtest.mo (from /trunk/testsuite/mofiles/prtest.mo:13189) A /trunk/testsuite/flattening/modelica/others/translation_failed_template.mo (from /trunk/testsuite/mofiles/translation_failed_template.mo:13189) A /trunk/testsuite/flattening/modelica/others/translation_template.mo (from /trunk/testsuite/mofiles/translation_template.mo:13189) A /trunk/testsuite/flattening/modelica/packages/ComplexNumbers.mo (from /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Encapsulated1.mo (from /trunk/testsuite/mofiles/Encapsulated1.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Encapsulated2.mo (from /trunk/testsuite/mofiles/Encapsulated2.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Encapsulated3.mo (from /trunk/testsuite/mofiles/Encapsulated3.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Encapsulated4.mo (from /trunk/testsuite/mofiles/Encapsulated4.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import1.mo (from /trunk/testsuite/mofiles/Import1.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import2.mo (from /trunk/testsuite/mofiles/Import2.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import3.mo (from /trunk/testsuite/mofiles/Import3.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import4.mo (from /trunk/testsuite/mofiles/Import4.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import5.mo (from /trunk/testsuite/mofiles/Import5.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import6.mo (from /trunk/testsuite/mofiles/Import6.mo:13186) A /trunk/testsuite/flattening/modelica/packages/Import7.mo (from /trunk/testsuite/mofiles/Import7.mo:13186) A /trunk/testsuite/flattening/modelica/packages/ImportSelf1.mo (from /trunk/testsuite/mofiles/ImportSelf1.mo:13186) A /trunk/testsuite/flattening/modelica/packages/PackageComponents.mo (from /trunk/testsuite/mofiles/PackageComponents.mo:13186) A /trunk/testsuite/flattening/modelica/packages/PackageIllegal.mo (from /trunk/testsuite/mofiles/PackageIllegal.mo:13186) A /trunk/testsuite/flattening/modelica/packages/PackageParameter.mo (from /trunk/testsuite/mofiles/PackageParameter.mo:13186) A /trunk/testsuite/flattening/modelica/packages/PackageSimple.mo (from /trunk/testsuite/mofiles/PackageSimple.mo:13186) A /trunk/testsuite/flattening/modelica/packages/package-s-1.mo (from /trunk/testsuite/mofiles/package-s-1.mo:13186) A /trunk/testsuite/flattening/modelica/packages/packages1.mo (from /trunk/testsuite/mofiles/packages1.mo:13186) A /trunk/testsuite/flattening/modelica/packages/packages2.mo (from /trunk/testsuite/mofiles/packages2.mo:13186) A /trunk/testsuite/flattening/modelica/scoping A /trunk/testsuite/flattening/modelica/scoping/DependsMutual.mo (from /trunk/testsuite/mofiles/DependsMutual.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/DependsRecursive.mo (from /trunk/testsuite/mofiles/DependsRecursive.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/InnerClass1.mo (from /trunk/testsuite/mofiles/InnerClass1.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/InnerOuter1.mo (from /trunk/testsuite/mofiles/InnerOuter1.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/InnerOuter2.mo (from /trunk/testsuite/mofiles/InnerOuter2.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/InnerOuterSystem.mo (from /trunk/testsuite/mofiles/InnerOuterSystem.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/InnerOuterWithExtends.mo (from /trunk/testsuite/mofiles/InnerOuterWithExtends.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup1.mo (from /trunk/testsuite/mofiles/Lookup1.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup10.mo (from /trunk/testsuite/mofiles/Lookup10.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup2.mo (from /trunk/testsuite/mofiles/Lookup2.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup3.mo (from /trunk/testsuite/mofiles/Lookup3.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup4.mo (from /trunk/testsuite/mofiles/Lookup4.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup5.mo (from /trunk/testsuite/mofiles/Lookup5.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup6.mo (from /trunk/testsuite/mofiles/Lookup6.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup7.mo (from /trunk/testsuite/mofiles/Lookup7.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup8.mo (from /trunk/testsuite/mofiles/Lookup8.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Lookup9.mo (from /trunk/testsuite/mofiles/Lookup9.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/LookupArray.mo (from /trunk/testsuite/mofiles/LookupArray.mo:13165) A /trunk/testsuite/flattening/modelica/scoping/Makefile A /trunk/testsuite/flattening/modelica/types A /trunk/testsuite/flattening/modelica/types/ColorPixel.mo (from /trunk/testsuite/mofiles/drmodelica/ColorPixel.mo:13165) A /trunk/testsuite/flattening/modelica/types/Makefile A /trunk/testsuite/flattening/modelica/types/PredefinedTypes.mo (from /trunk/testsuite/mofiles/PredefinedTypes.mo:13165) A /trunk/testsuite/flattening/modelica/types/Real2Integer1.mo (from /trunk/testsuite/mofiles/Real2Integer1.mo:13165) A /trunk/testsuite/flattening/modelica/types/Real2Integer2.mo (from /trunk/testsuite/mofiles/Real2Integer2.mo:13165) A /trunk/testsuite/flattening/modelica/types/Real2Integer3.mo (from /trunk/testsuite/mofiles/Real2Integer3.mo:13165) A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitInvalid.mo (from /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo:13165) A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitValid.mo (from /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid.mo:13165) A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitValid2.mo (from /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitValid2.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type1.mo (from /trunk/testsuite/mofiles/Type1.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type10.mo (from /trunk/testsuite/mofiles/Type10.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type11.mo (from /trunk/testsuite/mofiles/Type11.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type3.mo (from /trunk/testsuite/mofiles/Type3.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type4.mo (from /trunk/testsuite/mofiles/Type4.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type5.mo (from /trunk/testsuite/mofiles/Type5.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type6.mo (from /trunk/testsuite/mofiles/Type6.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type7.mo (from /trunk/testsuite/mofiles/Type7.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type8.mo (from /trunk/testsuite/mofiles/Type8.mo:13165) A /trunk/testsuite/flattening/modelica/types/Type9.mo (from /trunk/testsuite/mofiles/Type9.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeArray.mo (from /trunk/testsuite/mofiles/TypeArray.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeClass1.mo (from /trunk/testsuite/mofiles/TypeClass1.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeClass2.mo (from /trunk/testsuite/mofiles/TypeClass2.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeDeclArray.mo (from /trunk/testsuite/mofiles/TypeDeclArray.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeEnumeration.mo (from /trunk/testsuite/mofiles/TypeEnumeration.mo:13165) A /trunk/testsuite/flattening/modelica/types/TypeSimple.mo (from /trunk/testsuite/mofiles/TypeSimple.mo:13165) A /trunk/testsuite/flattening/modelica/types/modelica_1_1_Type10.mo (from /trunk/testsuite/mofiles/modelica_1_1_Type10.mo:13165) A /trunk/testsuite/flattening/modelica/types/modelica_1_1_Type9.mo (from /trunk/testsuite/mofiles/modelica_1_1_Type9.mo:13165) - Moved mofiles to flattening/modelica + grouping them based on language feature tests + update Makefile for modelica asserts(just to check if it works) ------------------------------------------------------------------------ r13189 | alash325 | 2012-10-05 01:23:35 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/flattening/libraries/msl32/Makefile D /trunk/testsuite/flattening/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos D /trunk/testsuite/flattening/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos (from /trunk/testsuite/flattening/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos:13186) A /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (from /trunk/testsuite/flattening/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos:13186) --move Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos and Modelica.ComplexBlocks.Examples.TestConversionBlock.mos from flattening/libraries/msl32 to simulation/libraries/msl32 + update Makefile ------------------------------------------------------------------------ r13188 | adeas31 | 2012-10-05 00:15:50 +0200 (Fri, 05 Oct 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Show all available solvers. ------------------------------------------------------------------------ r13187 | alash325 | 2012-10-04 22:11:23 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl --Back to previous version for Makefile and runtest.pl ------------------------------------------------------------------------ r13186 | alash325 | 2012-10-04 21:57:24 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl - Update Makefile and runtest.pl if it works ------------------------------------------------------------------------ r13185 | alash325 | 2012-10-04 21:31:39 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile --fix Makefile for testsiute ------------------------------------------------------------------------ r13184 | alash325 | 2012-10-04 20:56:44 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/flattening/libraries/msl221/Makefile M /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions A /trunk/testsuite/flattening/modelica/built-in-functions/Makefile A /trunk/testsuite/flattening/modelica/declarations A /trunk/testsuite/flattening/modelica/declarations/Makefile A /trunk/testsuite/flattening/modelica/inheritances A /trunk/testsuite/flattening/modelica/inheritances/Makefile A /trunk/testsuite/flattening/modelica/operators A /trunk/testsuite/flattening/modelica/operators/Makefile A /trunk/testsuite/flattening/modelica/others A /trunk/testsuite/flattening/modelica/others/Makefile A /trunk/testsuite/flattening/modelica/packages A /trunk/testsuite/flattening/modelica/packages/Makefile - fix Makefile for flattening/libraries/msl221/, flattening/libraries/msl221/modelicaAdditions and testsuite ------------------------------------------------------------------------ r13183 | alash325 | 2012-10-04 20:11:27 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl - Create a new link directories for testsuite to include simulation/libraries/3rdparty/DrModelica + update Makefile ------------------------------------------------------------------------ r13182 | adeas31 | 2012-10-04 15:37:45 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - debugging. ------------------------------------------------------------------------ r13181 | adrpo | 2012-10-04 15:29:31 +0200 (Thu, 04 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/settingsimpl.c - fix for Windows compilation: no getpwuid in MinGW32 however we do have HOME defined (at least I do) so we might just use that in the future. ------------------------------------------------------------------------ r13180 | sjoelund.se | 2012-10-04 14:19:16 +0200 (Thu, 04 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/libraries/msl32 A /trunk/testsuite/simulation/libraries/msl32/Makefile A /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos - Added codegen for edge(not cref) since the backend makes those substitutions now ------------------------------------------------------------------------ r13179 | sjoelund.se | 2012-10-04 12:40:30 +0200 (Thu, 04 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Settings.mo M /trunk/Compiler/runtime/Settings_omc.cpp M /trunk/Compiler/runtime/Settings_rml.c M /trunk/Compiler/runtime/settingsimpl.c #1864 - Look for libraries in ~/.openmodelica/libraries ------------------------------------------------------------------------ r13178 | sjoelund.se | 2012-10-04 12:20:24 +0200 (Thu, 04 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo - Don't use --whole-archive since OSX ld doesn't have it ------------------------------------------------------------------------ r13177 | sjoelund.se | 2012-10-04 12:15:25 +0200 (Thu, 04 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/Makefile M /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Makefile M /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Makefile M /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/Makefile M /trunk/testsuite/flattening/libraries/msl31/multibody/systems/Makefile - Fix the damn testsuite ------------------------------------------------------------------------ r13176 | alash325 | 2012-10-04 10:24:58 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl -Update runtest.tpl ------------------------------------------------------------------------ r13175 | alash325 | 2012-10-04 06:42:40 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl -- Removing the last backslash(\)for when("./simulation/libraries/3rdParty/siemens/") and when ("./simulation/libraries/3rdParty/ThermoSysPro/") ------------------------------------------------------------------------ r13174 | alash325 | 2012-10-04 06:31:18 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl - Create a new directory link for the new TestMedia test script + change the directory link for simulation/libraries/msl31 + Update Makefile ------------------------------------------------------------------------ r13173 | alash325 | 2012-10-04 06:08:07 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl -- Create a new link directories for the Simulation planar mechanics ------------------------------------------------------------------------ r13172 | adrpo | 2012-10-04 05:54:18 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl - duh, wrong directories, now it should be better for ThermoSysPro and siemens ------------------------------------------------------------------------ r13171 | alash325 | 2012-10-04 05:28:13 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: R /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles (from /trunk/testsuite/3rdParty/PlanarMechanics/simulation:13165) --Replace reference files ------------------------------------------------------------------------ r13170 | adrpo | 2012-10-04 05:27:36 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/partest/runtest.pl - link the correct directories for the testsuite ------------------------------------------------------------------------ r13169 | alash325 | 2012-10-04 04:59:17 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Update Makefile to include TestMedia test files- test models and reference .mat file are done by Francesco and the testscript is done by alachew ------------------------------------------------------------------------ r13168 | alash325 | 2012-10-04 02:21:13 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/siemens/Makefile --Update Makefile ------------------------------------------------------------------------ r13167 | alash325 | 2012-10-04 01:16:16 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile --Update Makefile ------------------------------------------------------------------------ r13166 | alash325 | 2012-10-04 00:56:08 +0200 (Thu, 04 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/libraries/3rdParty (from /trunk/testsuite/3rdParty:13164) D /trunk/testsuite/flattening/libraries/3rdParty/AVM D /trunk/testsuite/flattening/libraries/3rdParty/DrModelica M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Makefile M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/Makefile D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos D /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/simulation A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/Makefile (from /trunk/testsuite/3rdParty/SiemensPower/flattening/Makefile:13164) A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos (from /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos (from /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos:13164) D /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/flattening D /trunk/testsuite/flattening/libraries/3rdParty/TestMedia A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/Makefile (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/Makefile:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:13164) D /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/flattening D /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/simulation A /trunk/testsuite/flattening/libraries/3rdParty/siemens/Makefile (from /trunk/testsuite/3rdParty/siemens/nosim/Makefile:13164) D /trunk/testsuite/flattening/libraries/3rdParty/siemens/nosim A /trunk/testsuite/flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos (from /trunk/testsuite/3rdParty/siemens/nosim/paralleFlowEVA_test.mos:13164) D /trunk/testsuite/flattening/libraries/3rdParty/siemens/simulation A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos (from /trunk/testsuite/3rdParty/siemens/nosim/translateFlueGasZones.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos (from /trunk/testsuite/3rdParty/siemens/nosim/translateHeatExchanger.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos (from /trunk/testsuite/3rdParty/siemens/nosim/translateJunctions.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos (from /trunk/testsuite/3rdParty/siemens/nosim/translatePipes.mos:13164) A /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos (from /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty (from /trunk/testsuite/3rdParty:13164) D /trunk/testsuite/simulation/libraries/3rdParty/AVM M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/Makefile D /trunk/testsuite/simulation/libraries/3rdParty/HumMod M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos M /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles (from /trunk/testsuite/3rdParty/PlanarMechanics/simulation:13164) D /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos D /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos D /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/simulation D /trunk/testsuite/simulation/libraries/3rdParty/SiemensPower M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/Makefile D /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/simulation A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Makefile (from /trunk/testsuite/3rdParty/TestMedia/simulation/Makefile:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/ReferenceFiles (from /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test1.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test1.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test2.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test2.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test3.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test3.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test4.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test4.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test5.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test5.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test6.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test6.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test7.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test7.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/Test8.txt (from /trunk/testsuite/3rdParty/TestMedia/simulation/Test8.txt:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test1.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test2.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test3.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test4.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test1.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test1.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test2.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test2.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test3.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test3.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.FlueGas.Test4.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test4.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.Nitrogen.Test1.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test1.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test2.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test3.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test4.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test5.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test6.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test7.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test8.mos:13165) A /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.mo (from /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.mo:13165) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat:13164) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:13164) D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/flattening D /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/simulation A /trunk/testsuite/simulation/libraries/3rdParty/siemens/Makefile (from /trunk/testsuite/3rdParty/siemens/simulation/Makefile:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ResultFiles (from /trunk/testsuite/3rdParty/siemens/simulation/ResultFiles:13164) D /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPowerOMCtest D /trunk/testsuite/simulation/libraries/3rdParty/siemens/nosim D /trunk/testsuite/simulation/libraries/3rdParty/siemens/simulation A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testFlueGasZones.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testHeatExchanger.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testJunctions.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testPipes.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponents.mos:13164) A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos (from /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos:13164) -3rdParty directory is moved to flattening/libraries and simulation/libraries/ directories depending on the type of test files + update Makefile ------------------------------------------------------------------------ r13165 | alash325 | 2012-10-03 20:47:45 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile R /trunk/testsuite/flattening/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (from /trunk/testsuite/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos:13164) - Update Modelica.Fluid.Examples.DrumBoiler.DrumBoiler and testsuite/Makefile ------------------------------------------------------------------------ r13164 | perost | 2012-10-03 16:35:19 +0200 (Wed, 03 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Allow inheritance of function parameters in SCodeInst. ------------------------------------------------------------------------ r13161 | adeas31 | 2012-10-03 12:45:09 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - fix stupid copy paste error. ------------------------------------------------------------------------ r13160 | adeas31 | 2012-10-03 12:35:15 +0200 (Wed, 03 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c - source code documentation. - some small fixes in the code generation. ------------------------------------------------------------------------ r13159 | sjoelund.se | 2012-10-03 12:22:04 +0200 (Wed, 03 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos - Expected output ------------------------------------------------------------------------ r13158 | adrpo | 2012-10-03 11:04:54 +0200 (Wed, 03 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos - set the inner prefix on added component stateGraphRoot and add a comment - now we actually get to the C code but have errors in it. ------------------------------------------------------------------------ r13157 | adrpo | 2012-10-03 08:56:58 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/redeclare/Makefile - pleasing mars-j :) ------------------------------------------------------------------------ r13156 | alash325 | 2012-10-03 08:42:03 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mo D /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile A /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.mo (from /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mo:13155) A /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.mos (from /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos:13155) -- test case Modelica.Math.Matrices is moved from libraries/msl31 to libraries/msl31/simulate + update Makefile ------------------------------------------------------------------------ r13155 | alash325 | 2012-10-03 07:31:35 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile --Update Makefile ------------------------------------------------------------------------ r13154 | alash325 | 2012-10-03 07:15:18 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Makefile -Update Makefile ------------------------------------------------------------------------ r13153 | alash325 | 2012-10-03 06:21:06 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Update make file ------------------------------------------------------------------------ r13152 | alash325 | 2012-10-03 05:52:15 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl221/Electrical/Makefile M /trunk/testsuite/simulation/libraries/msl221/Mechanics/Makefile - Update Makefile ------------------------------------------------------------------------ r13151 | alash325 | 2012-10-03 05:47:37 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -update Makefile ------------------------------------------------------------------------ r13150 | alash325 | 2012-10-03 05:22:18 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/libraries/msl31/Makefile (from /trunk/testsuite/simulation/libraries/msl31/simulate/Makefile:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.CombiTables.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Math.Matrices.norm.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Frames.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ControlledTanks.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/Modelica.Utilities.Examples.readRealParameterModel.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Utilities.Examples.readRealParameterModel.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/RectifierOM.mo (from /trunk/testsuite/simulation/libraries/msl31/simulate/RectifierOM.mo:13149) A /trunk/testsuite/simulation/libraries/msl31/RectifierOM.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/RectifierOM.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.BusUsage.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.InverseModel.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.LogicalNetwork1.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingResistor.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.Rectifier.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Adder4.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter3.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.FlipFlop.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.FullAdder.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.HalfAdder.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Multiplexer.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.VectorDelay.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.VectorDelay.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_DOL.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_YD.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMS_Start.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCEE_Start.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCPM_Start.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCSE_Start.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMEE_Generator.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMR_Inverter.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.First.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Accelerate.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Brake.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Damper.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.ElastoGap.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.InitialConditions.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Sensors.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.SignConvention.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.WhyArrows.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ControlledTanks.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ControlledTanks.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ExecutionPaths.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant2.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant3.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ShowCompositeStep.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ShowExceptions.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.Motor.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Rectifier.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/Rectifier.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/ThyrGTO.mat (from /trunk/testsuite/simulation/libraries/msl31/simulate/ThyrGTO.mat:13149) A /trunk/testsuite/simulation/libraries/msl31/ThyrGTO.mo (from /trunk/testsuite/simulation/libraries/msl31/simulate/ThyrGTO.mo:13149) A /trunk/testsuite/simulation/libraries/msl31/ThyrGTO.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/ThyrGTO.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Makefile (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Makefile:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos (from /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos:13149) D /trunk/testsuite/simulation/libraries/msl31/fluid/simulate A /trunk/testsuite/simulation/libraries/msl31/media/Makefile (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Makefile:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.SimpleLiquidWater.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.FlueGas.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Examples.WaterIF97.mos:13149) A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos (from /trunk/testsuite/simulation/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos:13149) D /trunk/testsuite/simulation/libraries/msl31/media/simulate D /trunk/testsuite/simulation/libraries/msl31/simulate A /trunk/testsuite/simulation/libraries/msl31/simulate-msl31-examples.mos (from /trunk/testsuite/simulation/libraries/msl31/simulate/simulate-msl31-examples.mos:13149) -restructure testsuite/simulation/libraries directories + update Makefile ------------------------------------------------------------------------ r13149 | alash325 | 2012-10-03 04:30:28 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/simulation/libraries (from /trunk/testsuite/libraries:13148) D /trunk/testsuite/simulation/libraries/biochem D /trunk/testsuite/simulation/libraries/msl221/AIMC_DOL.mos D /trunk/testsuite/simulation/libraries/msl221/AIMC_Inverter.mos D /trunk/testsuite/simulation/libraries/msl221/AIMC_YD.mos D /trunk/testsuite/simulation/libraries/msl221/AIMS_start.mos D /trunk/testsuite/simulation/libraries/msl221/Accelerate.mos D /trunk/testsuite/simulation/libraries/msl221/BusUsage.mos D /trunk/testsuite/simulation/libraries/msl221/CauerLowPassAnalog.mos D /trunk/testsuite/simulation/libraries/msl221/CauerLowPassOPV.mos D /trunk/testsuite/simulation/libraries/msl221/CauerLowPassSC.mos D /trunk/testsuite/simulation/libraries/msl221/CharacteristicIdealDiodes.mos D /trunk/testsuite/simulation/libraries/msl221/CharacteristicThyristors.mos D /trunk/testsuite/simulation/libraries/msl221/ChuaCircuit.mos D /trunk/testsuite/simulation/libraries/msl221/ControlledTanks.mos D /trunk/testsuite/simulation/libraries/msl221/CoupledClutches.mos D /trunk/testsuite/simulation/libraries/msl221/DCEE_start.mos D /trunk/testsuite/simulation/libraries/msl221/DCPM_start.mos D /trunk/testsuite/simulation/libraries/msl221/DCSE_start.mos D /trunk/testsuite/simulation/libraries/msl221/Damper.mos D /trunk/testsuite/simulation/libraries/msl221/DifferentialAmplifier.mos D /trunk/testsuite/simulation/libraries/msl221/DifferentialAmplifierTotal.mo D /trunk/testsuite/simulation/libraries/msl221/ElasticBearing.mos D /trunk/testsuite/simulation/libraries/msl221/EnforcedMovement.mos D /trunk/testsuite/simulation/libraries/msl221/EnforcedMovementTotal.mo D /trunk/testsuite/simulation/libraries/msl221/ExecutionPaths.mos D /trunk/testsuite/simulation/libraries/msl221/ExtractorTest.mos D /trunk/testsuite/simulation/libraries/msl221/ExtractorTestTotal.mo D /trunk/testsuite/simulation/libraries/msl221/First.mos D /trunk/testsuite/simulation/libraries/msl221/FirstExample.mos D /trunk/testsuite/simulation/libraries/msl221/FirstExample_Variant2.mos D /trunk/testsuite/simulation/libraries/msl221/FirstExample_Variant3.mos D /trunk/testsuite/simulation/libraries/msl221/Friction.mos D /trunk/testsuite/simulation/libraries/msl221/HeatingMOSInverter.mos D /trunk/testsuite/simulation/libraries/msl221/HeatingRectifier.mos D /trunk/testsuite/simulation/libraries/msl221/IndirectCooling.mos D /trunk/testsuite/simulation/libraries/msl221/InitialConditions.mos D /trunk/testsuite/simulation/libraries/msl221/LogicalNetwork1.mos D /trunk/testsuite/simulation/libraries/msl221/LossyGearDemo1.mos D /trunk/testsuite/simulation/libraries/msl221/LossyGearDemo2.mos D /trunk/testsuite/simulation/libraries/msl221/Makefile D /trunk/testsuite/simulation/libraries/msl221/MotionCycleWithLoad.mos D /trunk/testsuite/simulation/libraries/msl221/MotionCycleWithLoadTotal.mo D /trunk/testsuite/simulation/libraries/msl221/Motor.mos D /trunk/testsuite/simulation/libraries/msl221/NandGate.mos D /trunk/testsuite/simulation/libraries/msl221/OneMass.mos D /trunk/testsuite/simulation/libraries/msl221/OneWayRectifier.mos D /trunk/testsuite/simulation/libraries/msl221/OneWayRectifierBG.mos D /trunk/testsuite/simulation/libraries/msl221/OneWayRectifierBGTotal.mo D /trunk/testsuite/simulation/libraries/msl221/OneWayRectifierTotal.mo D /trunk/testsuite/simulation/libraries/msl221/Oscillator.mos D /trunk/testsuite/simulation/libraries/msl221/PID_Controller.mos D /trunk/testsuite/simulation/libraries/msl221/ParallelCooling.mos D /trunk/testsuite/simulation/libraries/msl221/ParallelPumpDropOut.mos D /trunk/testsuite/simulation/libraries/msl221/PreLoad.mos D /trunk/testsuite/simulation/libraries/msl221/PreLoad2.mos D /trunk/testsuite/simulation/libraries/msl221/PullinStroke.mos D /trunk/testsuite/simulation/libraries/msl221/PullinStrokeTotal.mo D /trunk/testsuite/simulation/libraries/msl221/PumpAndValve.mos D /trunk/testsuite/simulation/libraries/msl221/PumpDropOut.mos D /trunk/testsuite/simulation/libraries/msl221/Rectifier.mos D /trunk/testsuite/simulation/libraries/msl221/SMEE_Gen.mos D /trunk/testsuite/simulation/libraries/msl221/SMPM_Inverter.mos D /trunk/testsuite/simulation/libraries/msl221/SMR_Inverter.mos D /trunk/testsuite/simulation/libraries/msl221/Sensors.mos D /trunk/testsuite/simulation/libraries/msl221/ShowCompositeStep.mos D /trunk/testsuite/simulation/libraries/msl221/ShowExceptions.mos D /trunk/testsuite/simulation/libraries/msl221/ShowLogicalSources.mos D /trunk/testsuite/simulation/libraries/msl221/ShowSaturatingInductor.mos D /trunk/testsuite/simulation/libraries/msl221/ShowVariableResistor.mos D /trunk/testsuite/simulation/libraries/msl221/SignConvention.mos D /trunk/testsuite/simulation/libraries/msl221/SimpleCooling.mos D /trunk/testsuite/simulation/libraries/msl221/TestNand.mos D /trunk/testsuite/simulation/libraries/msl221/TestNandTotal.mo D /trunk/testsuite/simulation/libraries/msl221/TransformerYD.mos D /trunk/testsuite/simulation/libraries/msl221/TransformerYY.mos D /trunk/testsuite/simulation/libraries/msl221/TwoMass.mos D /trunk/testsuite/simulation/libraries/msl221/TwoMasses.mos D /trunk/testsuite/simulation/libraries/msl221/WhyArrows.mos D /trunk/testsuite/simulation/libraries/msl221/modelicaAdditions D /trunk/testsuite/simulation/libraries/msl31/Makefile D /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Continuous.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.mos D /trunk/testsuite/simulation/libraries/msl31/Modelica.Utilities.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Makefile D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TriggeredTrapezoid.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.setReal.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.BasicHX.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.AbruptAdaptor.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.BaseClasses.QuadraticTurbulent.TestWallFriction.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.SharpEdgedOrifice.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.SimpleGenericOrifice.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionVolume.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Machines.ControlledPump.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Machines.PrescribedPump.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Machines.Pump.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Machines.SweptVolume.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.DynamicPipe.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.Density.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.Pressure.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativePressure.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativeTemperature.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpy.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropy.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.Temperature.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_pT.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_ph.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sources.FixedBoundary.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_T.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_h.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.System.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos D /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Vessels.ClosedVolume.mos M /trunk/testsuite/simulation/libraries/msl31/fluid/simulate/Makefile D /trunk/testsuite/simulation/libraries/msl31/media/Air.SimpleAir.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.IdealGasH2O.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.MixtureGases.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.MoistAir.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.SimpleLiquidWater.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sine.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.FlueGas.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TestOnly.TestMedia.TemplateMedium.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.Components.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.TwoPhaseWater.mos D /trunk/testsuite/simulation/libraries/msl31/media/Examples.WaterIF97.mos D /trunk/testsuite/simulation/libraries/msl31/media/Incompressible.Examples.Glycol47.mos D /trunk/testsuite/simulation/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos D /trunk/testsuite/simulation/libraries/msl31/media/Makefile D /trunk/testsuite/simulation/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/simulation/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/simulation/libraries/msl31/simulate/Makefile D /trunk/testsuite/simulation/libraries/msl32 D /trunk/testsuite/simulation/libraries/multibody - libraries directories copied to testsuite/simulation directory + delete non simulaatable test files + update Makefile ------------------------------------------------------------------------ r13148 | alash325 | 2012-10-03 03:19:56 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Update Makefile ------------------------------------------------------------------------ r13147 | alash325 | 2012-10-03 02:26:50 +0200 (Wed, 03 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/libraries (from /trunk/testsuite/libraries:13146) M /trunk/testsuite/flattening/libraries/biochem/Makefile D /trunk/testsuite/flattening/libraries/msl221/Electrical D /trunk/testsuite/flattening/libraries/msl221/Mechanics M /trunk/testsuite/flattening/libraries/msl31/Makefile D /trunk/testsuite/flattening/libraries/msl31/Modelica.Math.Matrices.mo D /trunk/testsuite/flattening/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/flattening/libraries/msl31/fluid/Makefile D /trunk/testsuite/flattening/libraries/msl31/fluid/simulate M /trunk/testsuite/flattening/libraries/msl31/media/Makefile D /trunk/testsuite/flattening/libraries/msl31/media/simulate A /trunk/testsuite/flattening/libraries/msl31/multibody (from /trunk/testsuite/libraries/multibody:13146) D /trunk/testsuite/flattening/libraries/msl31/simulate M /trunk/testsuite/flattening/libraries/msl32/Makefile D /trunk/testsuite/flattening/libraries/multibody - libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile ------------------------------------------------------------------------ r13146 | jfrenkel | 2012-10-02 22:54:58 +0200 (Tue, 02 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/Inline.mo - fix bug for if-equation simplification - implement inline var with less memory consumption in BackendDAECreate.lower - bugfix bootstrapping ------------------------------------------------------------------------ r13145 | jfrenkel | 2012-10-02 22:22:06 +0200 (Tue, 02 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - fix bug for if-equation simplification - fix bug for if-equation dump - simplify if equtions (if .. then a=.. elseif .. then a=... else a=.. end if) to a=if .. then .. else if .. then else ..; ------------------------------------------------------------------------ r13144 | alash325 | 2012-10-02 20:16:05 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/initialization A /trunk/testsuite/simulation/modelica/initialization (from /trunk/testsuite/initialization:13143) M /trunk/testsuite/simulation/modelica/initialization/Makefile -- initialization directory is moved from testsuite to simulation/modelica and Makefile is updated ------------------------------------------------------------------------ r13143 | adrpo | 2012-10-02 19:14:10 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends6.mo - new test. ------------------------------------------------------------------------ r13142 | sjoelund.se | 2012-10-02 13:40:19 +0200 (Tue, 02 Oct 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Update path ------------------------------------------------------------------------ r13141 | perost | 2012-10-02 13:20:10 +0200 (Tue, 02 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile - Fix makefile. ------------------------------------------------------------------------ r13140 | alash325 | 2012-10-02 11:42:07 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/tearing (from /trunk/testsuite/tearing:13133) M /trunk/testsuite/simulation/modelica/tearing/Makefile D /trunk/testsuite/tearing --tearing direcotry moved from testsuite to simulation/modelica directory and Makefile is updated ------------------------------------------------------------------------ r13139 | lochel | 2012-10-02 11:41:13 +0200 (Tue, 02 Oct 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - bug-fix: avoid infinite-loop in mapToDymolaVars ------------------------------------------------------------------------ r13138 | alash325 | 2012-10-02 11:37:04 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/modelicaML A /trunk/testsuite/openmodelica/modelicaML (from /trunk/testsuite/modelicaML:13133) M /trunk/testsuite/openmodelica/modelicaML/Makefile --ModelicaML directory is moved from testsuite to openmodelica directory and update Makefile ------------------------------------------------------------------------ r13137 | sjoelund.se | 2012-10-02 11:29:23 +0200 (Tue, 02 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo A /trunk/testsuite/mofiles/EncapsulatedAssert.mo M /trunk/testsuite/mofiles/Makefile #1855 - Handle also assertions inside an encapsulated class ------------------------------------------------------------------------ r13136 | alash325 | 2012-10-02 11:11:16 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/scodeinst (from /trunk/testsuite/scodeinst:13133) M /trunk/testsuite/flattening/modelica/scodeinst/Makefile D /trunk/testsuite/scodeinst -- scodeinst is moved from testsuite to ./flattening/modelica/ and update Makefile ------------------------------------------------------------------------ r13135 | adeas31 | 2012-10-02 11:03:20 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c - free the allocated memory. ------------------------------------------------------------------------ r13134 | alash325 | 2012-10-02 11:01:13 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/flattening/modelica/msl (from /trunk/testsuite/mofiles/msl:13133) M /trunk/testsuite/flattening/modelica/msl/Makefile D /trunk/testsuite/mofiles/msl --Moved msl directory from testsuite/mofiles/ to falttening/modelica and update the Makefile ------------------------------------------------------------------------ r13133 | sjoelund.se | 2012-10-02 09:16:26 +0200 (Tue, 02 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/testsuite/metamodelica/meta/UnboundLocal.mo M /trunk/testsuite/mofiles/Makefile #1851 - Check that outputs are (probably) defined at function exit ------------------------------------------------------------------------ r13130 | adrpo | 2012-10-02 04:53:16 +0200 (Tue, 02 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl - empty annotation should be like annotation(); ------------------------------------------------------------------------ r13129 | adrpo | 2012-10-02 03:55:11 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/SCodeDump.mo - fix the compilation ------------------------------------------------------------------------ r13128 | adrpo | 2012-10-02 03:49:20 +0200 (Tue, 02 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl - correct unparsing of each. ------------------------------------------------------------------------ r13127 | adeas31 | 2012-10-02 02:25:50 +0200 (Tue, 02 Oct 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIWrapper.c - Functions to get/set Real/Integer/Boolean/String. - Some more code generation for FMI Import. ------------------------------------------------------------------------ r13126 | alash325 | 2012-10-01 20:14:46 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/mosfiles-msl22 A /trunk/testsuite/simulation/modelica/msl22 (from /trunk/testsuite/mosfiles-msl22:13122) M /trunk/testsuite/simulation/modelica/msl22/Makefile _Moved mosfiles-msl22 from testsuite to simulation/modelica/ and renamed to msl22 plus update the Makefile ------------------------------------------------------------------------ r13125 | alash325 | 2012-10-01 19:57:21 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/expandable A /trunk/testsuite/flattening/modelica A /trunk/testsuite/flattening/modelica/expandable (from /trunk/testsuite/expandable:13122) M /trunk/testsuite/flattening/modelica/expandable/Makefile A /trunk/testsuite/flattening/modelica/records (from /trunk/testsuite/records:13122) M /trunk/testsuite/flattening/modelica/records/Makefile A /trunk/testsuite/flattening/modelica/redeclare (from /trunk/testsuite/redeclare:13122) M /trunk/testsuite/flattening/modelica/redeclare/Makefile A /trunk/testsuite/flattening/modelica/streams (from /trunk/testsuite/streams:13122) M /trunk/testsuite/flattening/modelica/streams/Makefile D /trunk/testsuite/records D /trunk/testsuite/redeclare D /trunk/testsuite/streams - expandable,streams,records ,and redeclare directory from testsuite are moved to ./flattening/modelica plus updated the corresponding Make file ------------------------------------------------------------------------ r13124 | alash325 | 2012-10-01 19:45:06 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/flattening/modelica -deleted ./flattening/modelica ------------------------------------------------------------------------ r13123 | alash325 | 2012-10-01 19:42:12 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/flattening/libraries D /trunk/testsuite/flattening/modelica/algorithms-functions D /trunk/testsuite/flattening/modelica/arrays D /trunk/testsuite/flattening/modelica/asserts D /trunk/testsuite/flattening/modelica/blocks D /trunk/testsuite/flattening/modelica/built-in-functions D /trunk/testsuite/flattening/modelica/connectors D /trunk/testsuite/flattening/modelica/declarations D /trunk/testsuite/flattening/modelica/enums D /trunk/testsuite/flattening/modelica/equations D /trunk/testsuite/flattening/modelica/expandable D /trunk/testsuite/flattening/modelica/external-functions D /trunk/testsuite/flattening/modelica/inheritances D /trunk/testsuite/flattening/modelica/modification D /trunk/testsuite/flattening/modelica/msl D /trunk/testsuite/flattening/modelica/operators D /trunk/testsuite/flattening/modelica/others D /trunk/testsuite/flattening/modelica/packages D /trunk/testsuite/flattening/modelica/records D /trunk/testsuite/flattening/modelica/redeclare D /trunk/testsuite/flattening/modelica/scoping D /trunk/testsuite/flattening/modelica/streams D /trunk/testsuite/flattening/modelica/types D /trunk/testsuite/simulation/libraries D /trunk/testsuite/simulation/modelica/msl22 - Deleted wrong works ------------------------------------------------------------------------ r13122 | alash325 | 2012-10-01 18:37:04 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/benchmarks A /trunk/testsuite/openmodelica/benchmarks (from /trunk/testsuite/benchmarks:13121) ..benchmarks moved from testsuite to testsuite/openmodelica ------------------------------------------------------------------------ r13121 | jfrenkel | 2012-10-01 16:52:17 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - check expression type before transform to residual form in if-equation simplification. (do no transform boolean equations to 0 = ...), this causes my some tests to fail, but if a test fail we have to at a ticket in trac, the check is really necessary ------------------------------------------------------------------------ r13120 | adeas31 | 2012-10-01 16:24:11 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.common - breakprocess is moved from bootstrapping to openmodelica/bootstrapping. ------------------------------------------------------------------------ r13119 | sjoelund.se | 2012-10-01 14:00:32 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: M /trunk/configure.in - Update build ------------------------------------------------------------------------ r13118 | alash325 | 2012-10-01 13:27:06 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile D /trunk/testsuite/bootstrapping A /trunk/testsuite/openmodelica/bootstrapping (from /trunk/testsuite/bootstrapping:13116) M /trunk/testsuite/openmodelica/bootstrapping/DebugTest.mos M /trunk/testsuite/openmodelica/bootstrapping/GraphTest.mos M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/Makefile M /trunk/testsuite/openmodelica/bootstrapping/SusanTest.mos M /trunk/testsuite/openmodelica/bootstrapping/System.mos M /trunk/testsuite/openmodelica/bootstrapping/UtilTest.mos M /trunk/testsuite/openmodelica/parser/ParseCompilerSources.mos _moved bootstrapping directory to testsuite/openmodelica and update Makefile and some other necessary staffs. ------------------------------------------------------------------------ r13117 | sjoelund.se | 2012-10-01 12:13:21 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos - Expected output ------------------------------------------------------------------------ r13116 | sjoelund.se | 2012-10-01 11:47:45 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Fluid/package.mo M /trunk/libraries/Modelica 3.2.1/package.mo - Coding style ------------------------------------------------------------------------ r13115 | sjoelund.se | 2012-10-01 11:10:17 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Blocks/Continuous.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Interfaces.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Math.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Sources.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Tables.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Basic.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassAnalog.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassOPV.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassSC.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CharacteristicThyristors.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ChuaCircuit.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CompareTransformers.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ControlledSwitchWithArc.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/DifferenceAmplifier.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingMOSInverter.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingNPN_OrGate.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingRectifier.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/IdealTriacCircuit.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/OvervoltageProtection.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Rectifier.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ShowSaturatingInductor.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/SimpleTriacCircuit.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/SwitchWithArc.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ThyristorBehaviourTest.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/Nand.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/Transistor.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Ideal.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Semiconductors.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Sensors.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/package.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.2.1/Electrical/EnergyStorages.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Machines.mo M /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/Machines.mo M /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/SinglePhase.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Spice3.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Dissipation.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Examples/AST_BatchPlant.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Examples/ControlledTankSystem.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Examples/Tanks.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Examples/package.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Pipes.mo M /trunk/libraries/Modelica 3.2.1/Fluid/package.mo M /trunk/libraries/Modelica 3.2.1/Magnetic/FluxTubes.mo M /trunk/libraries/Modelica 3.2.1/Magnetic/FundamentalWave.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Utilities.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems/RobotR3.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Joints.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Sensors.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/Rotational.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/Translational.mo M /trunk/libraries/Modelica 3.2.1/Media/IdealGases/package.mo M /trunk/libraries/Modelica 3.2.1/StateGraph.mo M /trunk/libraries/Modelica 3.2.1/Thermal/HeatTransfer.mo M /trunk/libraries/Modelica 3.2.1/package.mo M /trunk/libraries/Modelica 3.2.1.txt M /trunk/libraries/ModelicaTest 1.1/Blocks.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.mo M /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo M /trunk/libraries/ModelicaTest 1.1/Math.mo M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo M /trunk/libraries/ModelicaTest 1.1/Rotational.mo M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Updated MSL 3.2.1 to latest trunk (better initialized test-models) ------------------------------------------------------------------------ r13114 | alash325 | 2012-10-01 10:39:03 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: D /trunk/Compiler/Template/simulation_failed_template.mos D /trunk/Compiler/Template/simulation_template.mos D /trunk/Compiler/Template/translation_failed_template.mo D /trunk/Compiler/Template/translation_template.mo A /trunk/testsuite/template A /trunk/testsuite/template/simulation_failed_template.mos (from /trunk/Compiler/Template/simulation_failed_template.mos:13113) A /trunk/testsuite/template/simulation_template.mos (from /trunk/Compiler/Template/simulation_template.mos:13113) A /trunk/testsuite/template/translation_failed_template.mo (from /trunk/Compiler/Template/translation_failed_template.mo:13113) A /trunk/testsuite/template/translation_template.mo (from /trunk/Compiler/Template/translation_template.mo:13113) --Moved template test files from compiler/template to testsuite/template ------------------------------------------------------------------------ r13113 | alash325 | 2012-10-01 10:21:19 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: R /trunk/Compiler/Template/simulation_failed_template.mos (from /trunk/testsuite/mytest/simulation_failed_template.mos:13112) R /trunk/Compiler/Template/simulation_template.mos (from /trunk/testsuite/mytest/simulation_template.mos:13112) R /trunk/Compiler/Template/translation_failed_template.mo (from /trunk/testsuite/mytest/translation_failed_template.mo:13112) R /trunk/Compiler/Template/translation_template.mo (from /trunk/testsuite/mytest/translation_template.mo:13112) D /trunk/testsuite/mytest --Move 4 template test files from testsiute/mytest to ../template and removed mytest test file from testsuite which contains outdated test files ------------------------------------------------------------------------ r13112 | sjoelund.se | 2012-10-01 10:01:57 +0200 (Mon, 01 Oct 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Makefile.common M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl32/Makefile A /trunk/testsuite/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos - Added now working simulation test Modelica.Fluid.Examples.DrumBoiler.DrumBoiler + Note: The correctness of the results has not been verified, but it does produce results ------------------------------------------------------------------------ r13111 | alash325 | 2012-10-01 09:19:19 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile _Update Makefile ------------------------------------------------------------------------ r13110 | alash325 | 2012-10-01 09:13:16 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/testsuite/openmodelica/parser/ParseCompilerSources.mos -Fixed ParseCompilerSources.mos test ------------------------------------------------------------------------ r13109 | sjoelund.se | 2012-10-01 09:11:59 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: D /trunk/testsuite/meta - Boom! Headshot! (Die duplicate directory, die!) ------------------------------------------------------------------------ r13108 | adrpo | 2012-10-01 09:10:18 +0200 (Mon, 01 Oct 2012) | 5 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo - fix MDT: do not expand the uniontypes anymore when parsing via loadFileInteractiveQualified as is done again via SCodeUtil.translateAbsyn2SCode (MetaUtil.createMetaClassesInProgram) and leads to duplicate definitions. Lookup of Absyn.CLASS paths will not work anymore via list(Absyn.CLASS) from MDT until we fix it in MDT. ------------------------------------------------------------------------ r13107 | alash325 | 2012-10-01 09:06:59 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: D /trunk/testsuite/dependency A /trunk/testsuite/openmodelica/dependency (from /trunk/testsuite/dependency:13104) M /trunk/testsuite/openmodelica/dependency/Makefile _Moved /testsuite/benchmarks to testsuite/openmodelica ------------------------------------------------------------------------ r13106 | alash325 | 2012-10-01 09:01:51 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: A /trunk/testsuite/openmodelica/parser (from /trunk/testsuite/parser:13104) M /trunk/testsuite/openmodelica/parser/Makefile D /trunk/testsuite/parser -Moved /testsuite/parser to ../testsuite/openmodelica ------------------------------------------------------------------------ r13105 | sjoelund.se | 2012-10-01 08:51:10 +0200 (Mon, 01 Oct 2012) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/common/cmake/FindDBUS.cmake - Find dbus on ubuntu32 ------------------------------------------------------------------------ r13104 | adrpo | 2012-10-01 06:29:57 +0200 (Mon, 01 Oct 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - add -overrideFile functionality to the simulation runtime to be used when you have a lot of variables to override and the command line size does not suffice. ------------------------------------------------------------------------ r13103 | adrpo | 2012-10-01 02:26:19 +0200 (Mon, 01 Oct 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - put libdbus-1.a into build/lib/omc instead of build/lib/omlibrary-modelica3d. ------------------------------------------------------------------------ r13102 | alash325 | 2012-09-29 00:03:20 +0200 (Sat, 29 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile -Updated testsuite makefile ------------------------------------------------------------------------ r13101 | alash325 | 2012-09-28 22:55:29 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/metamodelica/MetaModelicaDev (from /trunk/testsuite/metamodelica/meta/MetaModelicaDev:13100) M /trunk/testsuite/metamodelica/meta/Makefile D /trunk/testsuite/metamodelica/meta/MetaModelicaDev - fixed testsuite ------------------------------------------------------------------------ r13100 | alash325 | 2012-09-28 22:46:57 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/metamodelica/meta (from /trunk/testsuite/meta:13099) -moved meta test files to metamodelica ------------------------------------------------------------------------ r13099 | alash325 | 2012-09-28 22:18:15 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/metamodelica - added metamodelica folder ------------------------------------------------------------------------ r13098 | alash325 | 2012-09-28 21:56:12 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: D /trunk/testsuite/metamodelica --deleted metamodelica folder ------------------------------------------------------------------------ r13097 | alash325 | 2012-09-28 21:46:29 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/meta/CheckPatternScope.mo A /trunk/testsuite/meta/UnboxCond.mo - adding missed files ------------------------------------------------------------------------ r13096 | alash325 | 2012-09-28 21:42:48 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/metamodelica --create new directory ------------------------------------------------------------------------ r13095 | alash325 | 2012-09-28 21:37:39 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/meta/Makefile M /trunk/testsuite/meta/MatchCase13.mo M /trunk/testsuite/meta/MatchCase16.mo M /trunk/testsuite/meta/MatchCase17.mo M /trunk/testsuite/meta/MatchCaseGuard.mos M /trunk/testsuite/meta/MatchCaseInteractive3.mo M /trunk/testsuite/meta/MatchCaseInteractive3.mos M /trunk/testsuite/meta/MatchIfEquation1.mo M /trunk/testsuite/meta/MatchShadowing.mo M /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo M /trunk/testsuite/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo M /trunk/testsuite/meta/MetaModelicaDev/06_advanced/SOLUTION.mo M /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Flatten.mo M /trunk/testsuite/meta/Recursive.mo M /trunk/testsuite/meta/Shadowing1.mos M /trunk/testsuite/meta/Shadowing2.mos --back to previous version ------------------------------------------------------------------------ r13094 | alash325 | 2012-09-28 18:44:20 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: D /trunk/testsuite/interactive D /trunk/testsuite/linearize A /trunk/testsuite/openmodelica/interactive-API (from /trunk/testsuite/interactive:13092) M /trunk/testsuite/openmodelica/interactive-API/Makefile A /trunk/testsuite/openmodelica/linearization (from /trunk/testsuite/linearize:13092) M /trunk/testsuite/openmodelica/linearization/Makefile -Moved interactive and linearize test files to testsuite/openmodelica/ ------------------------------------------------------------------------ r13093 | alash325 | 2012-09-28 18:31:15 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: D /trunk/testsuite/fmi D /trunk/testsuite/interactive-simulation A /trunk/testsuite/openmodelica/interactive-simulation (from /trunk/testsuite/interactive-simulation:13092) M /trunk/testsuite/openmodelica/interactive-simulation/Makefile M /trunk/testsuite/openmodelica/interactive-simulation/Makefile.run - Move interactive-simulation test files to testsuite/openmodelica ------------------------------------------------------------------------ r13092 | alash325 | 2012-09-28 17:56:05 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/openmodelica/fmi (from /trunk/testsuite/fmi:13088) M /trunk/testsuite/openmodelica/fmi/Makefile --Moved testsuite/fmi testfiles to testsuite/openmodelica ------------------------------------------------------------------------ r13091 | alash325 | 2012-09-28 17:51:11 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/openmodelica --Create new directory for restructuring-testsuite/openmodelica ------------------------------------------------------------------------ r13090 | alash325 | 2012-09-28 17:47:33 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: D /trunk/testsuite/metamodelica D /trunk/testsuite/openmodelica -- delete metamodelica and openmodelica test files ------------------------------------------------------------------------ r13089 | sjoelund.se | 2012-09-28 16:49:49 +0200 (Fri, 28 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Fix bootstrapping ------------------------------------------------------------------------ r13088 | sjoelund.se | 2012-09-28 15:37:59 +0200 (Fri, 28 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/Makefile.omdev.mingw A /trunk/SimulationRuntime/c/ar.sh - Made a subset of libSimulationRuntime.a called libOpenModelicaRuntime.a + This can be used by dyn.loaded functions and omc itself without messing with the simulation runtime functions + Do partial linking of the object-files in these archives to prevent linking issues in OSX ------------------------------------------------------------------------ r13087 | jfrenkel | 2012-09-28 15:17:47 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - try to fix test (why does thermoSysPro tests fail when selecting other alias variables?) ------------------------------------------------------------------------ r13086 | sjoelund.se | 2012-09-28 14:26:08 +0200 (Fri, 28 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common - The magic word is: Fix the #%@! build ------------------------------------------------------------------------ r13085 | sjoelund.se | 2012-09-28 14:24:53 +0200 (Fri, 28 Sep 2012) | 2 lines Changed paths: M /trunk/configure.in - Fix build ------------------------------------------------------------------------ r13084 | sjoelund.se | 2012-09-28 14:12:59 +0200 (Fri, 28 Sep 2012) | 2 lines Changed paths: D /trunk/Compiler/omc_debug D /trunk/Compiler/omc_profiler - Removed old stuff we shouldn't use anymore ------------------------------------------------------------------------ r13083 | jfrenkel | 2012-09-28 12:59:43 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/Util/Util.mo - readd some functions from reverted commit 13013 ------------------------------------------------------------------------ r13082 | adrpo | 2012-09-28 12:42:27 +0200 (Fri, 28 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.tpl Fixes for bug: #1848 - handle (record cref, record cref) = fcall(...); - handle (RECORD_CONSTRUCTOR(x, y, z), record cref) = fcall(...); ------------------------------------------------------------------------ r13081 | wbraun | 2012-09-28 10:44:01 +0200 (Fri, 28 Sep 2012) | 3 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - activated testcase PointGravityWithPointMasses2 again with better result file ------------------------------------------------------------------------ r13080 | alash325 | 2012-09-28 10:17:25 +0200 (Fri, 28 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica A /trunk/testsuite/simulation/modelica/msl22 A /trunk/testsuite/simulation/modelica/msl22/Backlash.mos A /trunk/testsuite/simulation/modelica/msl22/BearingFrictionTest.mo A /trunk/testsuite/simulation/modelica/msl22/BearingFrictionTest.mos A /trunk/testsuite/simulation/modelica/msl22/BooleanModel.mo A /trunk/testsuite/simulation/modelica/msl22/Circuit1.mos A /trunk/testsuite/simulation/modelica/msl22/DCMotorBlocks.mos A /trunk/testsuite/simulation/modelica/msl22/DCMotorDeadzone.mos A /trunk/testsuite/simulation/modelica/msl22/DCMotorRotational.mos A /trunk/testsuite/simulation/modelica/msl22/ElasticBearing.mos A /trunk/testsuite/simulation/modelica/msl22/First.mos A /trunk/testsuite/simulation/modelica/msl22/FuncCross.mo A /trunk/testsuite/simulation/modelica/msl22/FuncCross.mos A /trunk/testsuite/simulation/modelica/msl22/Gear.mos A /trunk/testsuite/simulation/modelica/msl22/Gear2.mos A /trunk/testsuite/simulation/modelica/msl22/IdealGear.mos A /trunk/testsuite/simulation/modelica/msl22/IdealGearBrake.mos A /trunk/testsuite/simulation/modelica/msl22/InitTest.mo A /trunk/testsuite/simulation/modelica/msl22/InitTest.mos A /trunk/testsuite/simulation/modelica/msl22/InitTest3Phase.mo A /trunk/testsuite/simulation/modelica/msl22/InputOutput.mo A /trunk/testsuite/simulation/modelica/msl22/InputOutput.mos A /trunk/testsuite/simulation/modelica/msl22/LargeSteps.mo A /trunk/testsuite/simulation/modelica/msl22/LossyGear1.mo A /trunk/testsuite/simulation/modelica/msl22/LossyGear1.mos A /trunk/testsuite/simulation/modelica/msl22/Makefile A /trunk/testsuite/simulation/modelica/msl22/MatrixTest.mo A /trunk/testsuite/simulation/modelica/msl22/MatrixTest.mos A /trunk/testsuite/simulation/modelica/msl22/NonLinsys.mo A /trunk/testsuite/simulation/modelica/msl22/NonLinsys.mos A /trunk/testsuite/simulation/modelica/msl22/NonLinsys2.mo A /trunk/testsuite/simulation/modelica/msl22/NonLinsys3.mo A /trunk/testsuite/simulation/modelica/msl22/NonLinsys4.mo A /trunk/testsuite/simulation/modelica/msl22/Shaft.mos A /trunk/testsuite/simulation/modelica/msl22/SineAccelerate.mos A /trunk/testsuite/simulation/modelica/msl22/SineSpeed.mos A /trunk/testsuite/simulation/modelica/msl22/SineTorque.mos A /trunk/testsuite/simulation/modelica/msl22/SineTorque2inertias.mos A /trunk/testsuite/simulation/modelica/msl22/SpringMass.mos A /trunk/testsuite/simulation/modelica/msl22/StepTorque.mos A /trunk/testsuite/simulation/modelica/msl22/Tank.mos A /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInit.mos A /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos A /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInitParam.mos A /trunk/testsuite/simulation/modelica/msl22/Test3PhaseStart.mos A /trunk/testsuite/simulation/modelica/msl22/Test3PhaseSystemTotal.mo A /trunk/testsuite/simulation/modelica/msl22/TestModels.mo A /trunk/testsuite/simulation/modelica/msl22/TimeVaryingLinsys.mo A /trunk/testsuite/simulation/modelica/msl22/TimeVaryingLinsys.mos A /trunk/testsuite/simulation/modelica/msl22/TrapezoidTest.mo A /trunk/testsuite/simulation/modelica/msl22/TrapezoidTest.mos A /trunk/testsuite/simulation/modelica/msl22/WeakAxis.mos A /trunk/testsuite/simulation/modelica/msl22/avg.mo A /trunk/testsuite/simulation/modelica/msl22/avg.mos A /trunk/testsuite/simulation/modelica/msl22/blockssources.mos A /trunk/testsuite/simulation/modelica/msl22/simulation2.mos A /trunk/testsuite/simulation/modelica/msl22/tupleTest.mo A /trunk/testsuite/simulation/modelica/msl22/tupleTest.mos - Moved testsuite/mofiles-msl22 to testsuite/simulation/modelica ------------------------------------------------------------------------ r13079 | sjoelund.se | 2012-09-28 09:15:32 +0200 (Fri, 28 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.5 beta1 A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.5 beta1/A.mo A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.5 beta1/B.mo A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.5 beta1/package.mo A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.5 beta1/package.order M /trunk/testsuite/mosfiles-nosim/TestLoadModel.mos #1847 - Look for duplicate elements in the package.order file ------------------------------------------------------------------------ r13078 | perost | 2012-09-27 17:35:31 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/bootstrapping/HashTableTest.mo M /trunk/testsuite/bootstrapping/HashTableTest.mos M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/ExtractorTest.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo M /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo M /trunk/testsuite/mofiles/Extends3.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/MatrixAddition.mo M /trunk/testsuite/mofiles/MatrixMulVector.mo M /trunk/testsuite/mofiles/SubScript2.mo M /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo M /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo M /trunk/testsuite/mofiles/msl/BC10.mo M /trunk/testsuite/mofiles/msl/BM16.mo M /trunk/testsuite/mofiles/msl/BM24.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mosfiles/ForIterator2.mos M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/scodeinst/InvalidExpandableConnector1.mo M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo - Changed Util.swap to work as expected (i.e. swap on true). ------------------------------------------------------------------------ r13077 | sjoelund.se | 2012-09-27 15:52:29 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/runtime/Dynload_omc.cpp M /trunk/Parser/ModelicaParser_omc.c M /trunk/testsuite/bootstrapping/main.c - Fix bootstrapping ------------------------------------------------------------------------ r13076 | sjoelund.se | 2012-09-27 14:24:23 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/metamodelica/meta/Makefile A /trunk/testsuite/metamodelica/meta/UnboxCond.mo - Do type-conversion on conditions in if-expressions ------------------------------------------------------------------------ r13075 | sjoelund.se | 2012-09-27 13:52:55 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - OMNotebook installation ------------------------------------------------------------------------ r13074 | sjoelund.se | 2012-09-27 13:18:10 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/common/cmake/FindDBUS.cmake - Find DBUS on Ubuntu 64 ------------------------------------------------------------------------ r13073 | sjoelund.se | 2012-09-27 13:09:12 +0200 (Thu, 27 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/bootstrapping/SimCodeTest.mos M /trunk/testsuite/libraries/msl32/Makefile A /trunk/testsuite/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos - Code-generation for Complex. Functions are now prefixed omc_ instead of _ ------------------------------------------------------------------------ r13072 | adeas31 | 2012-09-27 12:58:05 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Show the simulation output received even if user cancels the simulation. ------------------------------------------------------------------------ r13071 | adeas31 | 2012-09-27 12:02:47 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h - show simulation output. ------------------------------------------------------------------------ r13070 | alash325 | 2012-09-27 04:36:24 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica/algorithms-functions A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmElseOpt.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AlgorithmSection.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentErrorInput.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunction.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/AssignmentSimple.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Break.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ErrorExternalAlgorithm.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty4.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Faculty5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FlatTank.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ForNested.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/ForSimple.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FuncDer.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FuncMultResults.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function10.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function11.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function12.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function4.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function5_test.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function6.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function7.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function8.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Function9.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionCall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval10.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval11.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval4.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval6.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval7.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval8.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalBuiltin.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalFail.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionEvalSlice.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionProtectedInput.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionReturn.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimple.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionVariability.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionWithEquation.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline4.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Inline6.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/InvalidFunctionBinding.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/JoinThreeVectors2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/LeastSquares.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/LogCall1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/MRFcall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Makefile A /trunk/testsuite/flattening/modelica/algorithms-functions/MultFuncCall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/StatementCall.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/SumForLoop.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/SumSeriesWhile.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Summation.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/TestGravityAcceleration.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/TupleSingleAssign.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/UnusedInput.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable5.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/Vectorizable6.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenElseNested.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenNested.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenPriority.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement1.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement2.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/WhenStatement3.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/While.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/modelica_1_1_Function10.mo A /trunk/testsuite/flattening/modelica/algorithms-functions/tupleSubset.mo A /trunk/testsuite/flattening/modelica/arrays A /trunk/testsuite/flattening/modelica/arrays/ABCDsystem.mo A /trunk/testsuite/flattening/modelica/arrays/AppendElement.mo A /trunk/testsuite/flattening/modelica/arrays/Array1.mo A /trunk/testsuite/flattening/modelica/arrays/Array10.mo A /trunk/testsuite/flattening/modelica/arrays/Array11.mo A /trunk/testsuite/flattening/modelica/arrays/Array12.mo A /trunk/testsuite/flattening/modelica/arrays/Array13.mo A /trunk/testsuite/flattening/modelica/arrays/Array14.mo A /trunk/testsuite/flattening/modelica/arrays/Array15.mo A /trunk/testsuite/flattening/modelica/arrays/Array2.mo A /trunk/testsuite/flattening/modelica/arrays/Array3.mo A /trunk/testsuite/flattening/modelica/arrays/Array4.mo A /trunk/testsuite/flattening/modelica/arrays/Array5.mo A /trunk/testsuite/flattening/modelica/arrays/Array6.mo A /trunk/testsuite/flattening/modelica/arrays/Array7.mo A /trunk/testsuite/flattening/modelica/arrays/Array8.mo A /trunk/testsuite/flattening/modelica/arrays/Array9.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAccess.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAddEmpty.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAddSub1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAddition.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAddition2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAlgebraFunc.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAsAlias.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAsAliasInExtends.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayAssignWholeDim.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayBrackets.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayCall.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayConstruct1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayCurlyBrackets.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration3.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration4.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDeclaration5.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDim1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDim2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDim3.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDim4.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDiv.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDivError.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayDivision.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps3.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps4.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps5.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOps6.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval3.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval4.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEWOpsCEval5.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayEmpty.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayExponentiation.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayExtend.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayExtendsUnknown.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayFieldSlice.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayIndex3.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayInvalidDims.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayLogic.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayMatrixSimplifier.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayModification1.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayModification2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayMulMatrixSimplifier.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayMult.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayMultiplication.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayOperators.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayRange.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayReduce.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayReduce2.mo A /trunk/testsuite/flattening/modelica/arrays/ArrayRemoveIndex1.mo A /trunk/testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo A /trunk/testsuite/flattening/modelica/arrays/ArraySlice.mo A /trunk/testsuite/flattening/modelica/arrays/ArraySlice1.mo A /trunk/testsuite/flattening/modelica/arrays/ArraySlice2.mo A /trunk/testsuite/flattening/modelica/arrays/ArraySubtraction.mo A /trunk/testsuite/flattening/modelica/arrays/Array_builtin.mo A /trunk/testsuite/flattening/modelica/arrays/ArraysInitLegal.mo A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix.mo A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix2.mo A /trunk/testsuite/flattening/modelica/arrays/BlockMatrix3.mo A /trunk/testsuite/flattening/modelica/arrays/Concat3.mo A /trunk/testsuite/flattening/modelica/arrays/ConcatArr1.mo A /trunk/testsuite/flattening/modelica/arrays/ConcatArr2.mo A /trunk/testsuite/flattening/modelica/arrays/ConcatArr4.mo A /trunk/testsuite/flattening/modelica/arrays/ConstructFunc.mo A /trunk/testsuite/flattening/modelica/arrays/DimConvert.mo A /trunk/testsuite/flattening/modelica/arrays/DimSize.mo A /trunk/testsuite/flattening/modelica/arrays/DiscreteVectorStateSpace.mo A /trunk/testsuite/flattening/modelica/arrays/DoubleWhenConflict.mo A /trunk/testsuite/flattening/modelica/arrays/DoubleWhenSequential.mo A /trunk/testsuite/flattening/modelica/arrays/EmptyArray.mo A /trunk/testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo A /trunk/testsuite/flattening/modelica/arrays/ErrorUnknownDimension.mo A /trunk/testsuite/flattening/modelica/arrays/FixedFinalParameter.mo A /trunk/testsuite/flattening/modelica/arrays/InOutArray.mo A /trunk/testsuite/flattening/modelica/arrays/InOutArray2.mo A /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/Matrix.mo A /trunk/testsuite/flattening/modelica/arrays/Matrix1.mo A /trunk/testsuite/flattening/modelica/arrays/MatrixAddition.mo A /trunk/testsuite/flattening/modelica/arrays/MatrixBrackets.mo A /trunk/testsuite/flattening/modelica/arrays/MatrixMulVector.mo A /trunk/testsuite/flattening/modelica/arrays/MatrixPow.mo A /trunk/testsuite/flattening/modelica/arrays/MatrixRowIndexing.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpArray1.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpArray2.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpArray3.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpArray4.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpModif1.mo A /trunk/testsuite/flattening/modelica/arrays/NonExpModif2.mo A /trunk/testsuite/flattening/modelica/arrays/PointInst.mo A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluatorA.mo A /trunk/testsuite/flattening/modelica/arrays/PolynomialEvaluatorB.mo A /trunk/testsuite/flattening/modelica/arrays/RangeVector.mo A /trunk/testsuite/flattening/modelica/arrays/SubArrayIndex.mo A /trunk/testsuite/flattening/modelica/arrays/VectorizeOneReturnValue.mo A /trunk/testsuite/flattening/modelica/arrays/VectorizeSeveralArguments.mo A /trunk/testsuite/flattening/modelica/arrays/VectorizeSumVec.mo A /trunk/testsuite/flattening/modelica/arrays/XPowers1.mo A /trunk/testsuite/flattening/modelica/arrays/XPowers2.mo A /trunk/testsuite/flattening/modelica/arrays/XPowers3.mo A /trunk/testsuite/flattening/modelica/arrays/modelica_1_1_Array9.mo A /trunk/testsuite/flattening/modelica/asserts A /trunk/testsuite/flattening/modelica/asserts/AssertTest.mo A /trunk/testsuite/flattening/modelica/asserts/AssertTest1.mo A /trunk/testsuite/flattening/modelica/asserts/AssertTest2.mo A /trunk/testsuite/flattening/modelica/asserts/Makefile A /trunk/testsuite/flattening/modelica/asserts/StaticAssertSuccess.mo A /trunk/testsuite/flattening/modelica/blocks A /trunk/testsuite/flattening/modelica/blocks/BlockComponents.mo A /trunk/testsuite/flattening/modelica/blocks/BlockIllegal.mo A /trunk/testsuite/flattening/modelica/blocks/BlockResult.mo A /trunk/testsuite/flattening/modelica/blocks/BlockSimple.mo A /trunk/testsuite/flattening/modelica/blocks/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions A /trunk/testsuite/flattening/modelica/built-in-functions/Abs.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Abs1.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Abs2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Acos.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Asin.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Atan.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Atan2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Ceil.mo A /trunk/testsuite/flattening/modelica/built-in-functions/ConstantSize.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Cos.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Cosh.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Cross.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay3.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay4.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay5.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay6.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay7.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Delay8.mo A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant1.mo A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/DerConstant3.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Div.mo A /trunk/testsuite/flattening/modelica/built-in-functions/EventFunctions.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Exp.mo A /trunk/testsuite/flattening/modelica/built-in-functions/FillSize.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Floor.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Integer.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Integer2Real.mo A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex1.mo A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/InvalidSizeScalar.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Log.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Log10.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions/MathematicalFunctions.mo A /trunk/testsuite/flattening/modelica/built-in-functions/MaxArray.mo A /trunk/testsuite/flattening/modelica/built-in-functions/MinMax.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Mod.mo A /trunk/testsuite/flattening/modelica/built-in-functions/NumericFunctions.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Rem.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Scalar.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Sign.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Sin.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Sinh.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Skew.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Sqrt.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Sum.mo A /trunk/testsuite/flattening/modelica/built-in-functions/SumScalar.mo A /trunk/testsuite/flattening/modelica/built-in-functions/SumVar.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Tan.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Tanh.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Transpose.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Transpose2.mo A /trunk/testsuite/flattening/modelica/built-in-functions/TrigIdentity.mo A /trunk/testsuite/flattening/modelica/built-in-functions/VectorBuiltin.mo A /trunk/testsuite/flattening/modelica/built-in-functions/VectorDimension.mo A /trunk/testsuite/flattening/modelica/built-in-functions/VectorTest.mo A /trunk/testsuite/flattening/modelica/built-in-functions/Vectorizable4.mo A /trunk/testsuite/flattening/modelica/built-in-functions/VectorizeUnknownDim.mo A /trunk/testsuite/flattening/modelica/connectors A /trunk/testsuite/flattening/modelica/connectors/Connect1.mo A /trunk/testsuite/flattening/modelica/connectors/Connect10.mo A /trunk/testsuite/flattening/modelica/connectors/Connect11.mo A /trunk/testsuite/flattening/modelica/connectors/Connect12.mo A /trunk/testsuite/flattening/modelica/connectors/Connect13.mo A /trunk/testsuite/flattening/modelica/connectors/Connect14.mo A /trunk/testsuite/flattening/modelica/connectors/Connect15.mo A /trunk/testsuite/flattening/modelica/connectors/Connect16.mo A /trunk/testsuite/flattening/modelica/connectors/Connect17.mo A /trunk/testsuite/flattening/modelica/connectors/Connect18.mo A /trunk/testsuite/flattening/modelica/connectors/Connect2.mo A /trunk/testsuite/flattening/modelica/connectors/Connect3.mo A /trunk/testsuite/flattening/modelica/connectors/Connect4.mo A /trunk/testsuite/flattening/modelica/connectors/Connect5.mo A /trunk/testsuite/flattening/modelica/connectors/Connect6.mo A /trunk/testsuite/flattening/modelica/connectors/Connect7.mo A /trunk/testsuite/flattening/modelica/connectors/Connect8.mo A /trunk/testsuite/flattening/modelica/connectors/Connect9.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectConst1.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectEnumArray.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectFlowEffort.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectFlowEffort2.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectForEquations.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectHierarchical1.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectHierarchical2.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInner1.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInner2.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInner3.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter2.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectInnerOuter3.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectTheSameConnector.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectTwoSources.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectTypes.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorComponents.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal2.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal3.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorIllegal4.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorInheritance1.mo A /trunk/testsuite/flattening/modelica/connectors/ConnectorSimple.mo A /trunk/testsuite/flattening/modelica/connectors/HeatTank.mo A /trunk/testsuite/flattening/modelica/connectors/HeatTankExpanded.mo A /trunk/testsuite/flattening/modelica/connectors/InitialConnection.mo A /trunk/testsuite/flattening/modelica/connectors/Makefile A /trunk/testsuite/flattening/modelica/connectors/Tank.mo A /trunk/testsuite/flattening/modelica/connectors/TankHybridPI.mo A /trunk/testsuite/flattening/modelica/connectors/TankHybridPID.mo A /trunk/testsuite/flattening/modelica/connectors/TankPI.mo A /trunk/testsuite/flattening/modelica/connectors/TankPID.mo A /trunk/testsuite/flattening/modelica/connectors/TanksConnectedPI.mo A /trunk/testsuite/flattening/modelica/connectors/Units1.mo A /trunk/testsuite/flattening/modelica/connectors/Units2.mo A /trunk/testsuite/flattening/modelica/declarations A /trunk/testsuite/flattening/modelica/declarations/CondDeclaration.mo A /trunk/testsuite/flattening/modelica/declarations/Constant1.mo A /trunk/testsuite/flattening/modelica/declarations/Constant10.mo A /trunk/testsuite/flattening/modelica/declarations/Constant11.mo A /trunk/testsuite/flattening/modelica/declarations/Constant12.mo A /trunk/testsuite/flattening/modelica/declarations/Constant2.mo A /trunk/testsuite/flattening/modelica/declarations/Constant3.mo A /trunk/testsuite/flattening/modelica/declarations/Constant4.mo A /trunk/testsuite/flattening/modelica/declarations/Constant5.mo A /trunk/testsuite/flattening/modelica/declarations/Constant6.mo A /trunk/testsuite/flattening/modelica/declarations/Constant7.mo A /trunk/testsuite/flattening/modelica/declarations/Constant8.mo A /trunk/testsuite/flattening/modelica/declarations/Constant9.mo A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/ConstantDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/ConstantReductions.mo A /trunk/testsuite/flattening/modelica/declarations/ConstructParameters.mo A /trunk/testsuite/flattening/modelica/declarations/ConstructParameters2.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation1.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation2.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationEquation3.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder1.mo A /trunk/testsuite/flattening/modelica/declarations/DeclarationOrder2.mo A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant1.mo A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant2.mo A /trunk/testsuite/flattening/modelica/declarations/DeclareConstant3.mo A /trunk/testsuite/flattening/modelica/declarations/Discrete1.mo A /trunk/testsuite/flattening/modelica/declarations/Discrete2.mo A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/DiscreteDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/DoubleDeclaration.mo A /trunk/testsuite/flattening/modelica/declarations/ErrorExternalModel.mo A /trunk/testsuite/flattening/modelica/declarations/ErrorMultipleClasses.mo A /trunk/testsuite/flattening/modelica/declarations/ErrorRecursionLimit.mo A /trunk/testsuite/flattening/modelica/declarations/FloatingPoint.mo A /trunk/testsuite/flattening/modelica/declarations/FlowDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/FlowDeclRecord2.mo A /trunk/testsuite/flattening/modelica/declarations/FlowDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/InputDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/InputDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/InputDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/Makefile A /trunk/testsuite/flattening/modelica/declarations/MultipleDeclarations.mo A /trunk/testsuite/flattening/modelica/declarations/MultipleDeclarations2.mo A /trunk/testsuite/flattening/modelica/declarations/MyPointsInst1.mo A /trunk/testsuite/flattening/modelica/declarations/MyPointsInst2.mo A /trunk/testsuite/flattening/modelica/declarations/OutputDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/OutputDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/OutputDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclConnector.mo A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclRecord.mo A /trunk/testsuite/flattening/modelica/declarations/ParameterDeclType.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration1.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration2.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration3.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeDeclaration4.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeModification1.mo A /trunk/testsuite/flattening/modelica/declarations/ScopeModification2.mo A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator1.mo A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator2.mo A /trunk/testsuite/flattening/modelica/declarations/SimpleIntegrator3.mo A /trunk/testsuite/flattening/modelica/enums A /trunk/testsuite/flattening/modelica/enums/Enum1.mo A /trunk/testsuite/flattening/modelica/enums/Enum10.mo A /trunk/testsuite/flattening/modelica/enums/Enum11.mo A /trunk/testsuite/flattening/modelica/enums/Enum12.mo A /trunk/testsuite/flattening/modelica/enums/Enum13.mo A /trunk/testsuite/flattening/modelica/enums/Enum2.mo A /trunk/testsuite/flattening/modelica/enums/Enum3.mo A /trunk/testsuite/flattening/modelica/enums/Enum4.mo A /trunk/testsuite/flattening/modelica/enums/Enum5.mo A /trunk/testsuite/flattening/modelica/enums/Enum6.mo A /trunk/testsuite/flattening/modelica/enums/Enum7.mo A /trunk/testsuite/flattening/modelica/enums/Enum8.mo A /trunk/testsuite/flattening/modelica/enums/Enum9.mo A /trunk/testsuite/flattening/modelica/enums/EnumConnectArray.mo A /trunk/testsuite/flattening/modelica/enums/EnumDimSum.mo A /trunk/testsuite/flattening/modelica/enums/EnumFor.mo A /trunk/testsuite/flattening/modelica/enums/EnumInvalidLiteral.mo A /trunk/testsuite/flattening/modelica/enums/EnumRange.mo A /trunk/testsuite/flattening/modelica/enums/Makefile A /trunk/testsuite/flattening/modelica/equations A /trunk/testsuite/flattening/modelica/equations/ActivateWhenEquation.mo A /trunk/testsuite/flattening/modelica/equations/BouncingBall.mo A /trunk/testsuite/flattening/modelica/equations/Circle.mo A /trunk/testsuite/flattening/modelica/equations/Circuit.mo A /trunk/testsuite/flattening/modelica/equations/ConditionalArrayExpression1.mo A /trunk/testsuite/flattening/modelica/equations/ConditionalArrayExpression2.mo A /trunk/testsuite/flattening/modelica/equations/DAEexample.mo A /trunk/testsuite/flattening/modelica/equations/Epidemics1.mo A /trunk/testsuite/flattening/modelica/equations/EqualityEquations.mo A /trunk/testsuite/flattening/modelica/equations/EqualityEquationsCorrect.mo A /trunk/testsuite/flattening/modelica/equations/EquationCall.mo A /trunk/testsuite/flattening/modelica/equations/EquationComponent1.mo A /trunk/testsuite/flattening/modelica/equations/EquationComponent2.mo A /trunk/testsuite/flattening/modelica/equations/EquationComponent3.mo A /trunk/testsuite/flattening/modelica/equations/EquationComponent4.mo A /trunk/testsuite/flattening/modelica/equations/EquationComponent5.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor1.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor2.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor3.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor4.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor5.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor6.mo A /trunk/testsuite/flattening/modelica/equations/EquationFor7.mo A /trunk/testsuite/flattening/modelica/equations/EquationIf1.mo A /trunk/testsuite/flattening/modelica/equations/EquationIf2.mo A /trunk/testsuite/flattening/modelica/equations/EquationIf3.mo A /trunk/testsuite/flattening/modelica/equations/EquationIf4.mo A /trunk/testsuite/flattening/modelica/equations/Equations.mo A /trunk/testsuite/flattening/modelica/equations/ErrorNestedWhen.mo A /trunk/testsuite/flattening/modelica/equations/FiveForEquations.mo A /trunk/testsuite/flattening/modelica/equations/ForIf.mo A /trunk/testsuite/flattening/modelica/equations/HelloWorld.mo A /trunk/testsuite/flattening/modelica/equations/HideVariableForEquations.mo A /trunk/testsuite/flattening/modelica/equations/HydrogenIodide.mo A /trunk/testsuite/flattening/modelica/equations/IfEquation.mo A /trunk/testsuite/flattening/modelica/equations/InOutBool.mo A /trunk/testsuite/flattening/modelica/equations/LotkaVolterra.mo A /trunk/testsuite/flattening/modelica/equations/Makefile A /trunk/testsuite/flattening/modelica/equations/ModifiedFiltersInSeries.mo A /trunk/testsuite/flattening/modelica/equations/SimplePeriodicSampler.mo A /trunk/testsuite/flattening/modelica/equations/TwoRateSampler.mo A /trunk/testsuite/flattening/modelica/equations/VanDerPol.mo A /trunk/testsuite/flattening/modelica/equations/WatchDog1AlgorithmWhen.mo A /trunk/testsuite/flattening/modelica/equations/WatchDog2EquationWhen.mo A /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo A /trunk/testsuite/flattening/modelica/equations/WhenEquation.mo A /trunk/testsuite/flattening/modelica/equations/WhenNestedEquation.mo A /trunk/testsuite/flattening/modelica/equations/WhenNotValid.mo A /trunk/testsuite/flattening/modelica/equations/WhenSemantics1.mo A /trunk/testsuite/flattening/modelica/equations/WhenValidResult.mo A /trunk/testsuite/flattening/modelica/equations/WhenVectorPredicateEquation.mo A /trunk/testsuite/flattening/modelica/external-functions A /trunk/testsuite/flattening/modelica/external-functions/AddReal1.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction1.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction1_f.c A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction2.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction2_f.c A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction3-addmatrices.c A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction3.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction4.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction5.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction6.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction7.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunction8.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionAnno.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionArray.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionBuiltin.mo A /trunk/testsuite/flattening/modelica/external-functions/ExternalFunctionExtends.mo A /trunk/testsuite/flattening/modelica/external-functions/Makefile A /trunk/testsuite/flattening/modelica/external-functions/addReal1_.c A /trunk/testsuite/flattening/modelica/inheritances A /trunk/testsuite/flattening/modelica/inheritances/AccessDemoIllegalMod.mo A /trunk/testsuite/flattening/modelica/inheritances/AccessDemoLegalMod.mo A /trunk/testsuite/flattening/modelica/inheritances/ColorClasses.mo A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod1.mo A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod2.mo A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointIllegalMod3.mo A /trunk/testsuite/flattening/modelica/inheritances/ColoredPointLegalMod.mo A /trunk/testsuite/flattening/modelica/inheritances/Colors.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends1.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends10.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends11.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends2.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends3.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends4.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends5.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends6.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends7.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends8.mo A /trunk/testsuite/flattening/modelica/inheritances/Extends9.mo A /trunk/testsuite/flattening/modelica/inheritances/ExtendsModWithImport.mo A /trunk/testsuite/flattening/modelica/inheritances/ExtendsVisibility.mo A /trunk/testsuite/flattening/modelica/inheritances/GenericMicroCircuit.mo A /trunk/testsuite/flattening/modelica/inheritances/IdenticalEquations.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceClassMod.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceDiamond.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceMultiple.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceProtected.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritancePublic.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceRestrictions.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceSeveral.mo A /trunk/testsuite/flattening/modelica/inheritances/InheritanceSimple.mo A /trunk/testsuite/flattening/modelica/inheritances/Makefile A /trunk/testsuite/flattening/modelica/inheritances/MicroCircuitInvalid.mo A /trunk/testsuite/flattening/modelica/inheritances/MicroCircuitValid.mo A /trunk/testsuite/flattening/modelica/inheritances/MoonLanding.mo A /trunk/testsuite/flattening/modelica/inheritances/OneArgBaseFunction.mo A /trunk/testsuite/flattening/modelica/inheritances/Oscillator.mo A /trunk/testsuite/flattening/modelica/inheritances/SimpleInheritance.mo A /trunk/testsuite/flattening/modelica/inheritances/SimpleTypeExtend.mo A /trunk/testsuite/flattening/modelica/inheritances/StepAdvanced.mo A /trunk/testsuite/flattening/modelica/inheritances/TempDepResistorCircuit.mo A /trunk/testsuite/flattening/modelica/inheritances/TempDepResistorCircuitInherited.mo A /trunk/testsuite/flattening/modelica/inheritances/TempResistor3.mo A /trunk/testsuite/flattening/modelica/modification A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance1.mo A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance2.mo A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance3.mo A /trunk/testsuite/flattening/modelica/modification/DisturbedResistance4.mo A /trunk/testsuite/flattening/modelica/modification/FinalParameterModification.mo A /trunk/testsuite/flattening/modelica/modification/Makefile A /trunk/testsuite/flattening/modelica/modification/Modification1.mo A /trunk/testsuite/flattening/modelica/modification/Modification10.mo A /trunk/testsuite/flattening/modelica/modification/Modification11.mo A /trunk/testsuite/flattening/modelica/modification/Modification12.mo A /trunk/testsuite/flattening/modelica/modification/Modification13.mo A /trunk/testsuite/flattening/modelica/modification/Modification14.mo A /trunk/testsuite/flattening/modelica/modification/Modification15.mo A /trunk/testsuite/flattening/modelica/modification/Modification16.mo A /trunk/testsuite/flattening/modelica/modification/Modification17.mo A /trunk/testsuite/flattening/modelica/modification/Modification2.mo A /trunk/testsuite/flattening/modelica/modification/Modification3.mo A /trunk/testsuite/flattening/modelica/modification/Modification4.mo A /trunk/testsuite/flattening/modelica/modification/Modification5.mo A /trunk/testsuite/flattening/modelica/modification/Modification6.mo A /trunk/testsuite/flattening/modelica/modification/Modification7.mo A /trunk/testsuite/flattening/modelica/modification/Modification8.mo A /trunk/testsuite/flattening/modelica/modification/ModifierClass.mo A /trunk/testsuite/flattening/modelica/modification/ModifierExtends.mo A /trunk/testsuite/flattening/modelica/modification/ModifierProblem.mo A /trunk/testsuite/flattening/modelica/modification/ModifierRedeclare.mo A /trunk/testsuite/flattening/modelica/modification/ModifierTypeError.mo A /trunk/testsuite/flattening/modelica/modification/ModifierVariable.mo A /trunk/testsuite/flattening/modelica/modification/ModifyConstant4.mo A /trunk/testsuite/flattening/modelica/modification/ModifyConstant5.mo A /trunk/testsuite/flattening/modelica/modification/ModifyConstant6.mo A /trunk/testsuite/flattening/modelica/modification/ModifyFunction1.mo A /trunk/testsuite/flattening/modelica/modification/ModifyUnknown1.mo A /trunk/testsuite/flattening/modelica/modification/ModifyUnknown2.mo A /trunk/testsuite/flattening/modelica/modification/Overwriting1.mo A /trunk/testsuite/flattening/modelica/modification/Overwriting2.mo A /trunk/testsuite/flattening/modelica/modification/ReplaceFunction.mo A /trunk/testsuite/flattening/modelica/modification/Shadow1.mo A /trunk/testsuite/flattening/modelica/modification/UsertypeModifications.mo A /trunk/testsuite/flattening/modelica/modification/modifyOuter.mo A /trunk/testsuite/flattening/modelica/modification/modifyOuter2.mo A /trunk/testsuite/flattening/modelica/msl A /trunk/testsuite/flattening/modelica/msl/BC1.mo A /trunk/testsuite/flattening/modelica/msl/BC10.mo A /trunk/testsuite/flattening/modelica/msl/BC11.mo A /trunk/testsuite/flattening/modelica/msl/BC2.mo A /trunk/testsuite/flattening/modelica/msl/BC3.mo A /trunk/testsuite/flattening/modelica/msl/BC4.mo A /trunk/testsuite/flattening/modelica/msl/BC5.mo A /trunk/testsuite/flattening/modelica/msl/BC6.mo A /trunk/testsuite/flattening/modelica/msl/BC7.mo A /trunk/testsuite/flattening/modelica/msl/BC8.mo A /trunk/testsuite/flattening/modelica/msl/BC9.mo A /trunk/testsuite/flattening/modelica/msl/BM1.mo A /trunk/testsuite/flattening/modelica/msl/BM10.mo A /trunk/testsuite/flattening/modelica/msl/BM11.mo A /trunk/testsuite/flattening/modelica/msl/BM12.mo A /trunk/testsuite/flattening/modelica/msl/BM13.mo A /trunk/testsuite/flattening/modelica/msl/BM14.mo A /trunk/testsuite/flattening/modelica/msl/BM15.mo A /trunk/testsuite/flattening/modelica/msl/BM16.mo A /trunk/testsuite/flattening/modelica/msl/BM17.mo A /trunk/testsuite/flattening/modelica/msl/BM18.mo A /trunk/testsuite/flattening/modelica/msl/BM19.mo A /trunk/testsuite/flattening/modelica/msl/BM2.mo A /trunk/testsuite/flattening/modelica/msl/BM20.mo A /trunk/testsuite/flattening/modelica/msl/BM21.mo A /trunk/testsuite/flattening/modelica/msl/BM22.mo A /trunk/testsuite/flattening/modelica/msl/BM23.mo A /trunk/testsuite/flattening/modelica/msl/BM24.mo A /trunk/testsuite/flattening/modelica/msl/BM25.mo A /trunk/testsuite/flattening/modelica/msl/BM26.mo A /trunk/testsuite/flattening/modelica/msl/BM27.mo A /trunk/testsuite/flattening/modelica/msl/BM28.mo A /trunk/testsuite/flattening/modelica/msl/BM3.mo A /trunk/testsuite/flattening/modelica/msl/BM4.mo A /trunk/testsuite/flattening/modelica/msl/BM5.mo A /trunk/testsuite/flattening/modelica/msl/BM6.mo A /trunk/testsuite/flattening/modelica/msl/BM7.mo A /trunk/testsuite/flattening/modelica/msl/BM8.mo A /trunk/testsuite/flattening/modelica/msl/BM9.mo A /trunk/testsuite/flattening/modelica/msl/BN1.mo A /trunk/testsuite/flattening/modelica/msl/BN2.mo A /trunk/testsuite/flattening/modelica/msl/BN3.mo A /trunk/testsuite/flattening/modelica/msl/BS1.mo A /trunk/testsuite/flattening/modelica/msl/BS10.mo A /trunk/testsuite/flattening/modelica/msl/BS11.mo A /trunk/testsuite/flattening/modelica/msl/BS12.mo A /trunk/testsuite/flattening/modelica/msl/BS13.mo A /trunk/testsuite/flattening/modelica/msl/BS14.mo A /trunk/testsuite/flattening/modelica/msl/BS15.mo A /trunk/testsuite/flattening/modelica/msl/BS16.mo A /trunk/testsuite/flattening/modelica/msl/BS17.mo A /trunk/testsuite/flattening/modelica/msl/BS2.mo A /trunk/testsuite/flattening/modelica/msl/BS3.mo A /trunk/testsuite/flattening/modelica/msl/BS4.mo A /trunk/testsuite/flattening/modelica/msl/BS5.mo A /trunk/testsuite/flattening/modelica/msl/BS6.mo A /trunk/testsuite/flattening/modelica/msl/BS7.mo A /trunk/testsuite/flattening/modelica/msl/BS8.mo A /trunk/testsuite/flattening/modelica/msl/BS9.mo A /trunk/testsuite/flattening/modelica/msl/Gear.mo A /trunk/testsuite/flattening/modelica/msl/Makefile A /trunk/testsuite/flattening/modelica/msl/README.TXT A /trunk/testsuite/flattening/modelica/operators A /trunk/testsuite/flattening/modelica/operators/And.mo A /trunk/testsuite/flattening/modelica/operators/Cardinality.mo A /trunk/testsuite/flattening/modelica/operators/Cardinality2.mo A /trunk/testsuite/flattening/modelica/operators/Cat1.mo A /trunk/testsuite/flattening/modelica/operators/CondOperators.mo A /trunk/testsuite/flattening/modelica/operators/ConstantLogicalRelations.mo A /trunk/testsuite/flattening/modelica/operators/Equals.mo A /trunk/testsuite/flattening/modelica/operators/Expressions.mo A /trunk/testsuite/flattening/modelica/operators/GreaterThan.mo A /trunk/testsuite/flattening/modelica/operators/GreaterThanEqual.mo A /trunk/testsuite/flattening/modelica/operators/IntAdd.mo A /trunk/testsuite/flattening/modelica/operators/IntDiv.mo A /trunk/testsuite/flattening/modelica/operators/IntMul.mo A /trunk/testsuite/flattening/modelica/operators/IntPow.mo A /trunk/testsuite/flattening/modelica/operators/IntSub.mo A /trunk/testsuite/flattening/modelica/operators/LessThan.mo A /trunk/testsuite/flattening/modelica/operators/LessThanEqual.mo A /trunk/testsuite/flattening/modelica/operators/Makefile A /trunk/testsuite/flattening/modelica/operators/NoEvent1.mo A /trunk/testsuite/flattening/modelica/operators/Not.mo A /trunk/testsuite/flattening/modelica/operators/NotEquals.mo A /trunk/testsuite/flattening/modelica/operators/OperatorComponents.mo A /trunk/testsuite/flattening/modelica/operators/OperatorFunction1.mo A /trunk/testsuite/flattening/modelica/operators/OperatorFunction2.mo A /trunk/testsuite/flattening/modelica/operators/OperatorIllegal.mo A /trunk/testsuite/flattening/modelica/operators/OperatorSimple.mo A /trunk/testsuite/flattening/modelica/operators/Operators.mo A /trunk/testsuite/flattening/modelica/operators/Or.mo A /trunk/testsuite/flattening/modelica/operators/Pow.mo A /trunk/testsuite/flattening/modelica/operators/RealAdd.mo A /trunk/testsuite/flattening/modelica/operators/RealDiv.mo A /trunk/testsuite/flattening/modelica/operators/RealMul.mo A /trunk/testsuite/flattening/modelica/operators/RealPow.mo A /trunk/testsuite/flattening/modelica/operators/RealSub.mo A /trunk/testsuite/flattening/modelica/operators/ReinitArray.mo A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType.mo A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType2.mo A /trunk/testsuite/flattening/modelica/operators/ReinitInvalidType3.mo A /trunk/testsuite/flattening/modelica/operators/Terminal1.mo A /trunk/testsuite/flattening/modelica/operators/Terminal2.mo A /trunk/testsuite/flattening/modelica/operators/reinit.mo A /trunk/testsuite/flattening/modelica/others A /trunk/testsuite/flattening/modelica/others/BoolArrayTest.mo A /trunk/testsuite/flattening/modelica/others/BooleanDim.mo A /trunk/testsuite/flattening/modelica/others/BooleanLiterals.mo A /trunk/testsuite/flattening/modelica/others/BooleanRanges.mo A /trunk/testsuite/flattening/modelica/others/CMakeLists.txt A /trunk/testsuite/flattening/modelica/others/CheckInstantiationLimit.mo A /trunk/testsuite/flattening/modelica/others/Circuit1.mo A /trunk/testsuite/flattening/modelica/others/Class1.mo A /trunk/testsuite/flattening/modelica/others/Class2.mo A /trunk/testsuite/flattening/modelica/others/Comment1.mo A /trunk/testsuite/flattening/modelica/others/Comment2.mo A /trunk/testsuite/flattening/modelica/others/ComponentNames.mo A /trunk/testsuite/flattening/modelica/others/ComponentNames2.mo A /trunk/testsuite/flattening/modelica/others/ComponentNamesRedecl.mo A /trunk/testsuite/flattening/modelica/others/ConditionalComponent.mo A /trunk/testsuite/flattening/modelica/others/ConstrainingType1.mo A /trunk/testsuite/flattening/modelica/others/ConstrainingType2.mo A /trunk/testsuite/flattening/modelica/others/ConstrainingType3.mo A /trunk/testsuite/flattening/modelica/others/CyclicBindingConditional.mo A /trunk/testsuite/flattening/modelica/others/CyclicBindingConst.mo A /trunk/testsuite/flattening/modelica/others/CyclicBindingParam.mo A /trunk/testsuite/flattening/modelica/others/Derivative1.mo A /trunk/testsuite/flattening/modelica/others/DiagonalBlock.mo A /trunk/testsuite/flattening/modelica/others/DocString.mo A /trunk/testsuite/flattening/modelica/others/DuplicateElements.mo A /trunk/testsuite/flattening/modelica/others/DuplicateElementsEquivalent.mo A /trunk/testsuite/flattening/modelica/others/DuplicateElementsExtends.mo A /trunk/testsuite/flattening/modelica/others/DuplicateElementsExtendsEquivalent.mo A /trunk/testsuite/flattening/modelica/others/DuplicateElementsNonEquivalent.mo A /trunk/testsuite/flattening/modelica/others/Each1.mo A /trunk/testsuite/flattening/modelica/others/End.mo A /trunk/testsuite/flattening/modelica/others/EndIllegal.mo A /trunk/testsuite/flattening/modelica/others/EndUnknown.mo A /trunk/testsuite/flattening/modelica/others/ExtObjError.mo A /trunk/testsuite/flattening/modelica/others/FlatParse.mof A /trunk/testsuite/flattening/modelica/others/FlexibleShaftNonLinearTotal.mo A /trunk/testsuite/flattening/modelica/others/FlowInvalid1.mo A /trunk/testsuite/flattening/modelica/others/ForIterator1.mo A /trunk/testsuite/flattening/modelica/others/ForIterator2.mo A /trunk/testsuite/flattening/modelica/others/ForIterator3.mo A /trunk/testsuite/flattening/modelica/others/ForceAndTorque.mo A /trunk/testsuite/flattening/modelica/others/GetInstanceName.mo A /trunk/testsuite/flattening/modelica/others/IconsRecursiveTest.mo A /trunk/testsuite/flattening/modelica/others/IfExpCombiTable1.mo A /trunk/testsuite/flattening/modelica/others/IfExpCombiTable2.mo A /trunk/testsuite/flattening/modelica/others/IllegalSubscript.mo A /trunk/testsuite/flattening/modelica/others/Influenza.mo A /trunk/testsuite/flattening/modelica/others/InvalidExtends1.mo A /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo A /trunk/testsuite/flattening/modelica/others/Makefile A /trunk/testsuite/flattening/modelica/others/ModelAccess.mo A /trunk/testsuite/flattening/modelica/others/ModelSimple.mo A /trunk/testsuite/flattening/modelica/others/NamedArguments.mo A /trunk/testsuite/flattening/modelica/others/NestedClasses.mo A /trunk/testsuite/flattening/modelica/others/NonConstantReduction.mo A /trunk/testsuite/flattening/modelica/others/NonfixedParamSubscript.mo A /trunk/testsuite/flattening/modelica/others/NotDependsRecursive.mo A /trunk/testsuite/flattening/modelica/others/OverrideFinalTest.mo A /trunk/testsuite/flattening/modelica/others/PEXPipeTotal.mo A /trunk/testsuite/flattening/modelica/others/Partial1.mo A /trunk/testsuite/flattening/modelica/others/Philosopher.mo A /trunk/testsuite/flattening/modelica/others/Philosopher2.mo A /trunk/testsuite/flattening/modelica/others/Protected1.mo A /trunk/testsuite/flattening/modelica/others/ProtectedAccess.mo A /trunk/testsuite/flattening/modelica/others/ProtectedAccess2.mo A /trunk/testsuite/flattening/modelica/others/PublicAccess.mo A /trunk/testsuite/flattening/modelica/others/Range1.mo A /trunk/testsuite/flattening/modelica/others/RecursiveDefinition.mo A /trunk/testsuite/flattening/modelica/others/RecursiveShort.mo A /trunk/testsuite/flattening/modelica/others/Reductions.mo A /trunk/testsuite/flattening/modelica/others/ReturnError.mo A /trunk/testsuite/flattening/modelica/others/SampleError.mo A /trunk/testsuite/flattening/modelica/others/Sequence.mo A /trunk/testsuite/flattening/modelica/others/ShortClassDef.mo A /trunk/testsuite/flattening/modelica/others/Simplify.mo A /trunk/testsuite/flattening/modelica/others/Simplify2.mo A /trunk/testsuite/flattening/modelica/others/SimplifyBinary.mo A /trunk/testsuite/flattening/modelica/others/SimplifyRangeInCall.mo A /trunk/testsuite/flattening/modelica/others/SmallLinsys.mo A /trunk/testsuite/flattening/modelica/others/SmallPlantModified.mof A /trunk/testsuite/flattening/modelica/others/Splice.mo A /trunk/testsuite/flattening/modelica/others/SpliceUnknownDest.mo A /trunk/testsuite/flattening/modelica/others/StringBoolean.mo A /trunk/testsuite/flattening/modelica/others/StringConcatenation.mo A /trunk/testsuite/flattening/modelica/others/StringConversion.mo A /trunk/testsuite/flattening/modelica/others/StringInteger.mo A /trunk/testsuite/flattening/modelica/others/StringLiterals.mo A /trunk/testsuite/flattening/modelica/others/StringPool.mo A /trunk/testsuite/flattening/modelica/others/StringReal.mo A /trunk/testsuite/flattening/modelica/others/StructuralParameter1.mo A /trunk/testsuite/flattening/modelica/others/SubScript1.mo A /trunk/testsuite/flattening/modelica/others/SubScript2.mo A /trunk/testsuite/flattening/modelica/others/SubScript3.mo A /trunk/testsuite/flattening/modelica/others/SubscriptEval.mo A /trunk/testsuite/flattening/modelica/others/Switch.mo A /trunk/testsuite/flattening/modelica/others/VERSION.texi A /trunk/testsuite/flattening/modelica/others/VectorizeExtendedType.mo A /trunk/testsuite/flattening/modelica/others/WillowForest.mo A /trunk/testsuite/flattening/modelica/others/if_then_elseif_else.mo A /trunk/testsuite/flattening/modelica/others/modtest.info A /trunk/testsuite/flattening/modelica/others/modtest.texi A /trunk/testsuite/flattening/modelica/others/prtest.mo A /trunk/testsuite/flattening/modelica/others/translation_failed_template.mo A /trunk/testsuite/flattening/modelica/others/translation_template.mo A /trunk/testsuite/flattening/modelica/packages A /trunk/testsuite/flattening/modelica/packages/ComplexNumbers.mo A /trunk/testsuite/flattening/modelica/packages/Encapsulated1.mo A /trunk/testsuite/flattening/modelica/packages/Encapsulated2.mo A /trunk/testsuite/flattening/modelica/packages/Encapsulated3.mo A /trunk/testsuite/flattening/modelica/packages/Encapsulated4.mo A /trunk/testsuite/flattening/modelica/packages/Import1.mo A /trunk/testsuite/flattening/modelica/packages/Import2.mo A /trunk/testsuite/flattening/modelica/packages/Import3.mo A /trunk/testsuite/flattening/modelica/packages/Import4.mo A /trunk/testsuite/flattening/modelica/packages/Import5.mo A /trunk/testsuite/flattening/modelica/packages/Import6.mo A /trunk/testsuite/flattening/modelica/packages/Import7.mo A /trunk/testsuite/flattening/modelica/packages/ImportSelf1.mo A /trunk/testsuite/flattening/modelica/packages/Makefile A /trunk/testsuite/flattening/modelica/packages/PackageComponents.mo A /trunk/testsuite/flattening/modelica/packages/PackageIllegal.mo A /trunk/testsuite/flattening/modelica/packages/PackageParameter.mo A /trunk/testsuite/flattening/modelica/packages/PackageSimple.mo A /trunk/testsuite/flattening/modelica/packages/package-s-1.mo A /trunk/testsuite/flattening/modelica/packages/packages1.mo A /trunk/testsuite/flattening/modelica/packages/packages2.mo A /trunk/testsuite/flattening/modelica/records A /trunk/testsuite/flattening/modelica/records/DefaultRecordParameters.mo A /trunk/testsuite/flattening/modelica/records/Derived1.mo A /trunk/testsuite/flattening/modelica/records/Derived2.mo A /trunk/testsuite/flattening/modelica/records/EmptyRecordTestConstructor.mos A /trunk/testsuite/flattening/modelica/records/EmptyRecordTestInput.mos A /trunk/testsuite/flattening/modelica/records/EngineSAAB95Total.mo A /trunk/testsuite/flattening/modelica/records/External_C_RecordTest.c A /trunk/testsuite/flattening/modelica/records/Makefile A /trunk/testsuite/flattening/modelica/records/NestedRecordTestConstructor.mos A /trunk/testsuite/flattening/modelica/records/NestedRecordTestInput.mos A /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplex.mo A /trunk/testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo A /trunk/testsuite/flattening/modelica/records/Record1.mo A /trunk/testsuite/flattening/modelica/records/RecordAssignment.mo A /trunk/testsuite/flattening/modelica/records/RecordBindingsOrdered.mo A /trunk/testsuite/flattening/modelica/records/RecordClassModOutput.mo A /trunk/testsuite/flattening/modelica/records/RecordConnections.mo A /trunk/testsuite/flattening/modelica/records/RecordConstant1.mo A /trunk/testsuite/flattening/modelica/records/RecordConstant2.mo A /trunk/testsuite/flattening/modelica/records/RecordConstant3.mo A /trunk/testsuite/flattening/modelica/records/RecordConstant4.mo A /trunk/testsuite/flattening/modelica/records/RecordConstructorVectorization.mo A /trunk/testsuite/flattening/modelica/records/RecordConstructors.mo A /trunk/testsuite/flattening/modelica/records/RecordFuncParam.mo A /trunk/testsuite/flattening/modelica/records/RecordFuncParam.mos A /trunk/testsuite/flattening/modelica/records/RecordModifications.mo A /trunk/testsuite/flattening/modelica/records/RecordNonPublic.mo A /trunk/testsuite/flattening/modelica/records/RecordParameters.mos A /trunk/testsuite/flattening/modelica/records/RecordPrefixes.mo A /trunk/testsuite/flattening/modelica/records/RecordSimple.mo A /trunk/testsuite/flattening/modelica/records/RecordTest.mo A /trunk/testsuite/flattening/modelica/records/RecordVariability.mo A /trunk/testsuite/flattening/modelica/records/SimpleRecordTestConstructor.mos A /trunk/testsuite/flattening/modelica/records/SimpleRecordTestInput.mos A /trunk/testsuite/flattening/modelica/scoping A /trunk/testsuite/flattening/modelica/scoping/DependsMutual.mo A /trunk/testsuite/flattening/modelica/scoping/DependsRecursive.mo A /trunk/testsuite/flattening/modelica/scoping/InnerClass1.mo A /trunk/testsuite/flattening/modelica/scoping/InnerOuter1.mo A /trunk/testsuite/flattening/modelica/scoping/InnerOuter2.mo A /trunk/testsuite/flattening/modelica/scoping/InnerOuterSystem.mo A /trunk/testsuite/flattening/modelica/scoping/InnerOuterWithExtends.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup1.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup10.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup2.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup3.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup4.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup5.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup6.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup7.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup8.mo A /trunk/testsuite/flattening/modelica/scoping/Lookup9.mo A /trunk/testsuite/flattening/modelica/scoping/LookupArray.mo A /trunk/testsuite/flattening/modelica/scoping/Makefile A /trunk/testsuite/flattening/modelica/types A /trunk/testsuite/flattening/modelica/types/ColorPixel.mo A /trunk/testsuite/flattening/modelica/types/Makefile A /trunk/testsuite/flattening/modelica/types/PredefinedTypes.mo A /trunk/testsuite/flattening/modelica/types/Real2Integer1.mo A /trunk/testsuite/flattening/modelica/types/Real2Integer2.mo A /trunk/testsuite/flattening/modelica/types/Real2Integer3.mo A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitInvalid.mo A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitValid.mo A /trunk/testsuite/flattening/modelica/types/RefinedSimpleCircuitValid2.mo A /trunk/testsuite/flattening/modelica/types/Type1.mo A /trunk/testsuite/flattening/modelica/types/Type10.mo A /trunk/testsuite/flattening/modelica/types/Type11.mo A /trunk/testsuite/flattening/modelica/types/Type3.mo A /trunk/testsuite/flattening/modelica/types/Type4.mo A /trunk/testsuite/flattening/modelica/types/Type5.mo A /trunk/testsuite/flattening/modelica/types/Type6.mo A /trunk/testsuite/flattening/modelica/types/Type7.mo A /trunk/testsuite/flattening/modelica/types/Type8.mo A /trunk/testsuite/flattening/modelica/types/Type9.mo A /trunk/testsuite/flattening/modelica/types/TypeArray.mo A /trunk/testsuite/flattening/modelica/types/TypeClass1.mo A /trunk/testsuite/flattening/modelica/types/TypeClass2.mo A /trunk/testsuite/flattening/modelica/types/TypeDeclArray.mo A /trunk/testsuite/flattening/modelica/types/TypeEnumeration.mo A /trunk/testsuite/flattening/modelica/types/TypeSimple.mo A /trunk/testsuite/flattening/modelica/types/modelica_1_1_Type10.mo A /trunk/testsuite/flattening/modelica/types/modelica_1_1_Type9.mo - Moved mofiles and record test files to testsuite/flattening/modelica ------------------------------------------------------------------------ r13069 | alash325 | 2012-09-27 03:28:14 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica/redeclare A /trunk/testsuite/flattening/modelica/redeclare/BranchingDynamicPipes.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends1.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends2.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends3.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends4.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtends5.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtendsInvalid1.mo A /trunk/testsuite/flattening/modelica/redeclare/ClassExtendsInvalid2.mo A /trunk/testsuite/flattening/modelica/redeclare/ConstantRedeclareModifier.mo A /trunk/testsuite/flattening/modelica/redeclare/ConstrainingType1.mo A /trunk/testsuite/flattening/modelica/redeclare/ConstrainingType2.mo A /trunk/testsuite/flattening/modelica/redeclare/DuplicateRedeclares1.mo A /trunk/testsuite/flattening/modelica/redeclare/DuplicateRedeclares2.mo A /trunk/testsuite/flattening/modelica/redeclare/FinalRedeclareModifier.mo A /trunk/testsuite/flattening/modelica/redeclare/FinalRedeclareModifier2.mo A /trunk/testsuite/flattening/modelica/redeclare/Makefile A /trunk/testsuite/flattening/modelica/redeclare/Modification1.mo A /trunk/testsuite/flattening/modelica/redeclare/Modification2.mo A /trunk/testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare1.mo A /trunk/testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare2.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare1.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare2.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare3.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare4.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare5.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare6.mo A /trunk/testsuite/flattening/modelica/redeclare/Redeclare6.mos A /trunk/testsuite/flattening/modelica/redeclare/RedeclareBaseClass1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareClass1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareClass2.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareClass3.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponent1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponent2.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponent3.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid2.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareComponentInvalid3.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareFlowEffort.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareFunction.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareFunction1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid1.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid2.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareVisibility.mo A /trunk/testsuite/flattening/modelica/redeclare/RedeclareVisibility2.mo A /trunk/testsuite/flattening/modelica/redeclare/ReplaceableBaseClass.mo A /trunk/testsuite/flattening/modelica/redeclare/example.mo -Moved testsuite/redeclare to testsuite/flattening/modelica/redeclare ------------------------------------------------------------------------ r13068 | alash325 | 2012-09-27 02:15:54 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: A /trunk/Compiler/Template/simulation_failed_template.mos A /trunk/Compiler/Template/simulation_template.mos A /trunk/Compiler/Template/translation_failed_template.mo A /trunk/Compiler/Template/translation_template.mo _ Moved 4 template file tests from testsuite/mytest to ../template and removed testsuite/mytest from testsuite ------------------------------------------------------------------------ r13067 | alash325 | 2012-09-27 01:40:54 +0200 (Thu, 27 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/modelica A /trunk/testsuite/flattening/modelica/expandable A /trunk/testsuite/flattening/modelica/expandable/BusOMCTotal2.mo A /trunk/testsuite/flattening/modelica/expandable/ElectrolytesT2Total.mo A /trunk/testsuite/flattening/modelica/expandable/ExpandableConnectors.mos A /trunk/testsuite/flattening/modelica/expandable/Makefile A /trunk/testsuite/flattening/modelica/streams A /trunk/testsuite/flattening/modelica/streams/ActualStream.mo A /trunk/testsuite/flattening/modelica/streams/ActualStreamCodeGen.mo A /trunk/testsuite/flattening/modelica/streams/ActualStreamCodeGen.mos A /trunk/testsuite/flattening/modelica/streams/InStreamInsideOutside.mo A /trunk/testsuite/flattening/modelica/streams/InStreamInvalidArgument.mo A /trunk/testsuite/flattening/modelica/streams/InStreamPipeline.mo A /trunk/testsuite/flattening/modelica/streams/InStreamTwoInside.mo A /trunk/testsuite/flattening/modelica/streams/InStreamTwoOutside.mo A /trunk/testsuite/flattening/modelica/streams/InStreamUnconnected.mo A /trunk/testsuite/flattening/modelica/streams/Makefile A /trunk/testsuite/flattening/modelica/streams/StreamConcept_NoMedium_Total.mo A /trunk/testsuite/flattening/modelica/streams/StreamUnbalancedConnector.mo - testsuite/expandable and testsuite/streams are moved to testsuite/flattening/modelica. ------------------------------------------------------------------------ r13066 | adeas31 | 2012-09-26 23:55:27 +0200 (Wed, 26 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/runtime/FMIWrapper.c wrapping some of the FMIL methods. ------------------------------------------------------------------------ r13065 | alash325 | 2012-09-26 23:08:03 +0200 (Wed, 26 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/simulation/libraries/3rdParty A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.mo A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ABCDsystem_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Activate_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AddEmpty_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AddSub1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AlgorithmSection_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AppendElement_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayConstruct1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDim4_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayDiv_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayIndex_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayMult_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ArrayReduce_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTest2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTest3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/AssertTestInst_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BasicVolume3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/BouncingBall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Circuit_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Colors_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Concat3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConcatArr4_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/CondAssignFuncCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/CondAssign_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ConstructFunc_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DAEexample_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DVSSTest_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DimConvert_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/DoubleWhenSequential_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ElementWiseMultiplication_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Engine_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Epidemics1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/EqualityEquationsCorrect_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/EquationCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Equations_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Exp_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FilterBlock1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FiveForEquations_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FlatTank_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/FuncDer_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HelloWorld_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HideVariableForEquations_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HideVariable_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/HydrogenIodide_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/KyenesianModel_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/LogCall1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/LotkaVolterra_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MRFcall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/ModifiedFiltersInSeries_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MoonLanding_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/MultFuncCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/NamedCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/OneReturnValue_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PolynomialEvaluator2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PopulationGrowth_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/PositionalCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/RangeVector_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SampleSignalGenerator_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SimpleValveFlow_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Step_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SumVector_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SumZ_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/SynchCounters_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Test_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/TwoRateSampler_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/VanDerPol_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WaveEquationSample_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenEquation_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenPriority_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenStat_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/WhenValidResult_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/Xpowers3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/fCall_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/ReferenceFiles/getPerson_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/ControlledCraneCrab.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/ControlledCraneCrab_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/ControlledCraneCrab_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CounterSpin.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CounterSpin_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CounterSpin_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CounterSpin_3.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CraneCrab.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CraneCrab_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/CraneCrab_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/DoublePendulum.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/DoublePendulum_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/DoublePendulum_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/FreeBody.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/FreeBody_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/InvertedCraneCrab.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/InvertedCraneCrab_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/InvertedCraneCrab_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/InvertedCraneCrab_3.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/KinematicLoop.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/KinematicLoop_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/KinematicLoop_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/Pendulum.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/Pendulum_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/Pendulum_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/Pendulum_3.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/PistonEngine.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/PistonEngine_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/PistonEngine_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SimpleCarWithDifferentialGear.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SimpleCarWithDifferentialGear_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SimpleCarWithDifferentialGear_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SimpleCarWithDifferentialGear_3.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SingleTrackWithEngine.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SingleTrackWithEngine_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/SingleTrackWithEngine_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestDryFrictionWheel.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestDryFrictionWheel_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestDryFrictionWheel_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestIdealWheel.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestIdealWheel_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestIdealWheel_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestReportTable.xls A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestSlipBasedWheel.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestSlipBasedWheel_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/TestSlipBasedWheel_2.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/WheelBasedCranCrab.mat A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/WheelBasedCranCrab_1.png A /trunk/testsuite/simulation/libraries/3rdParty/PlanarMechanics/ReferenceFiles/WheelBasedCranCrab_2.png A /trunk/testsuite/simulation/libraries/3rdParty/README.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test1_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test2_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test3_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test4_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/ColdWater/ColdWater_Test4_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test1_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test2_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test3_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test4_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/FlueGas/FlueGas_Test4_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/Nitrogen A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/Nitrogen/Nitrogen_Test1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/Nitrogen/Nitrogen_Test1_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97 A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test1_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test1_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test2_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test2_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test3_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test3_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test4_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test4_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test5_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test5_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test6_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test6_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test7_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test7_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test8_ref.mat A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/ReferenceFiles/WaterIF97/WaterIF97_Test8_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.ColdWater.Test1.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.ColdWater.Test2.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.ColdWater.Test3.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.ColdWater.Test4.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.FlueGas.Test1.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.FlueGas.Test2.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.FlueGas.Test3.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.FlueGas.Test4.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.Nitrogen.Test1.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test1.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test2.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test3.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test4.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test5.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test6.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test7.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.TestModels.WaterIF97.Test8.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/TestFlueGas.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/TestMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/TestNitrogen.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/TestSteam.mos A /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestMediaOld/TestWater.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/README.txt A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestBend.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFan.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestTank.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ReferenceFiles/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/AAAInfo.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AAAInfo.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Functions.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Units.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro/package.order A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens A /trunk/testsuite/simulation/libraries/3rdParty/siemens/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/FlueGasZoneSingleTube_test.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/FlueGasZoneSingleTube_test_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/FlueGasZoneSingleTube_testsimple.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/FlueGasZoneSingleTube_testsimple_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/ParallelFlowEvaporatorOwnMedia_test.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/ParallelFlowEvaporatorOwnMedia_test_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/ParallelFlowEvaporatorOwnMedia_testsimple.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/ParallelFlowEvaporatorOwnMedia_testsimple_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/splitterMixer_testTubeOwnMedia_simpleInput.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/splitterMixer_testTubeOwnMedia_simpleInput_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/tubeTest.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/tubeTest_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/tube_ownMedia_test.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/tube_ownMedia_test_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/wall_test.mat A /trunk/testsuite/simulation/libraries/3rdParty/siemens/ReferenceFiles/wall_test_var.txt A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Blocks A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Components/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Media/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Units/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/SiemensPower/package.mo A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testFlueGasZones.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testHeatExchanger.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testJunctions.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testPipes.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos A /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos -- testsuite/3rdParty of simulatable test cases moved to simulation/libraries/3rdParty ------------------------------------------------------------------------ r13064 | alash325 | 2012-09-26 23:05:44 +0200 (Wed, 26 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/flattening/libraries/3rdParty A /trunk/testsuite/flattening/libraries/3rdParty/AVM A /trunk/testsuite/flattening/libraries/3rdParty/AVM/avm.xlsx A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/flattening/libraries/3rdParty/AVM/performance-avm.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_CO2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_O2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_TissueInterstitial.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_TissueIntracellular.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_TissueVeins.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/AcidBase_pH.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/CO2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/CVS.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Electrolytes.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/FickForSkeletalMuscle.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/GITractMetabolism.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Heart.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/LiverMetabolism.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/NutrientsAndMetabolism.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/O2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/O2UseForBones.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Proteins.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Sodium.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Status.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Steady_WaterCalculation.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/TissueMetabolism.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissue_pH_blood.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissue_vein_CO2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissue_vein_intracellular_erythrocyte_pH.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissues_InterstitialWater.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissues_pH_interstitial.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Tissues_pH_intracellular.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/Water.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/WaterCompartments.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/femaleSexHormones.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/heat.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/hormones.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/animations/nerves.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/package.encoding A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/all.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/default.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyState.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateCVS.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateElectrolytes.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateGases.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateHeat.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateHormones.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateMetabolism.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateProteins.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/parameters/steadyStateWater.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/default.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/dif3_s.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/differences.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/output2_s.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/partial_steady_states.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/save.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod/setup/save2.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumModOMCTotal.mo A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/HumMod_License.txt A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/Fluid.mo A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/Media.mo A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/AminoAcid.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/CO2 (2).png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/CO2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/CVS.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Cl.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/D-glucose-chain-3D-balls.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/FattyAcid.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/GIT.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/GITLumen.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/GITandLiver.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Glucose2.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/K.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/KetoAcid.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Lactate.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Lymph.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/NH4.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Na.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/O2.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/SANode.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/Urea.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/abdominalVenaCava.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/acidobaze (2).png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/acidobaze.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/aminokyseliny.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/arterie.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/baroreflex.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/betaTotal.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/bloodProperties.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/bone.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/brain.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/cellularMetabolism.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/cervenaKrvinka.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulation.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationBones.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationBrain.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationFat.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationKidney.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationLeftCoronary.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationLungs.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationRightCoronary.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationSkelMuscle.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationSkeletalMuscle.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/circulationSkin.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/collapseVeins.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/concentrationCompartement.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/concentrationMeassure.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/csv.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/cviceni.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/default.htm A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/diffusion.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/dilution.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/dychani.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/elasticitaSrdce.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/elastickyKompartment - Kopie.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/elastickyKompartment.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/electrolytes.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/fat.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/fattyAcids.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/flowMeassure - Kopie.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/flowMeassure.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/fosfat.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/gases.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/glucose.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/glykogen.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/golem.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/guyton_resized.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/heart.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/heartPict.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/heartVentricle.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hormones.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hormonesFemaleSex.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hormony.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hydrostaticGradient.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hydrostatika.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/hypofyza.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/ikonaMembrana.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/indexStatus.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/indexVoda.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/indexstatusBezKolecka.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/inferiorVenaCava.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/inflowPump.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/integral.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/jatra.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/kidney.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/kolaps.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/komoraSrdce.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniReciste.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniReciste1-1srdce.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniReciste1-2srdce.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteKost.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteKuze.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteLedviny.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteMozek.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecistePlice.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteSiluetacloveka.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteSval.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteTkaniKosterniSvaly.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteTuk.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/krvinka.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/kyselostVeSvalech.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/kyslik.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/ledviny.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/legsCirculation.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/liver.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/log10_2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/lungBloodFlow.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/lungPerfusion.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/massStorage.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/mesh.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/metabolismusJater.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/mocovyMechyr.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/muzHormony.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nadledviny.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nefron.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nerves.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nervyNeuron.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nutrients.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nutrientsAndMetabolism - Kopie.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/nutrientsAndMetabolism.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/odporVelkychZil.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/ohen.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/oxygen.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/pHarterie.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/pHvanes.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/pankreas.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/perfusion.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/perfusion2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/peritoneum.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/plasma.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/plazma.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/plice.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/plicniZkrat.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/pojivovaTkan.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/potniZlaza.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/pressureMeassure.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/protein.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/protein.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/proton.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/prvkyCO2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/prvkyH2O.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/reabsorbtion.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/reabsorbtion2.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/receptoryVSrdci.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/redCell.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/resistance.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/resistor.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/respiracniCentrum.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/respiracniSvaly.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/reversibleReaction.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/reversibleReaction.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/rightVentricle.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/sequerestedVolume - Kopie.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/sequerestedVolume.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/setup.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/setup2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaKoma.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaMrtvy.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaNedychaSam.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaNormal.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaSkoroMrtvy.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaVaznejsiStav.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaVoda.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/siluetaZmateni.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/skin.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/solubility.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/soluteFlow.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/soluteFlowMeassure.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/srdceLeva.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/srdceprava.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/stitnaZlaza.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/sulfat02.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/superiorVenaCava.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/sval.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/sympatetickeNervy.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/systemicCirculation.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/systemicCirculation.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tissueFitness.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tissueMetabolism.jpg A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismus.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKost.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKosterniSvaly.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKuze.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusLedviny.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusMozek.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusPlice.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusRespiracniSvaly.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusSrdceLeva.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusSrdcePrava.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusTuk.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/torzo1.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/torzo2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/torzo3.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt03.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt2.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/tukovaBunka.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/upperBodyCirculation.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/vagus.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/ventilatorCapacitance.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/ventilatorInertance.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/vlastnostiKrve.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/voda.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/voda01.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/voda03.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/vrtule.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/vyziva.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/water.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/waterAndProteins.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/icons/zivinyMetabolismus.png A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/package.encoding A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/Physiolibrary/package.order A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/checkHumModOMCTotal.mos A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/toOMCandMODELICA_STANDARD.sed A /trunk/testsuite/flattening/libraries/3rdParty/HumMod/translateHumMod.mos A /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics A /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo A /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos A /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos A /trunk/testsuite/flattening/libraries/3rdParty/README.txt A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Components/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Documents A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos A /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/README.txt A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/AAAInfo.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AAAInfo.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Functions.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/Units.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro/package.order A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/flattening/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens A /trunk/testsuite/flattening/libraries/3rdParty/siemens/Makefile A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Blocks A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Blocks/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Boundaries/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Components/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Fluid/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/Common/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Media/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Area.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Density.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Length.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Mass.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Pressure.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Temperature.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/Volume.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Units/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/Utilities/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPower/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/Smoothing.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/TimeTable.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Blocks/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSinkP.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSource.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/GasSourceP.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSink.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceMH.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/WaterSourceWithSetPressure.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Boundaries/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/FlueGasZoneSingleTube.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/FlueGasZones/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/ParallelFlowEvaporator.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/Tests/paralleFlowEVA_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/HeatExchanger/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/SplitterMixer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Junctions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tests/tube_ownMedia_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/Tube.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeOwnMedia.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/TubeWithoutWall.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Pipes/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Fins.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Wall.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/WallWithTension.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/SolidComponents/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Tests/valve_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Valve.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Components/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/ParallelFlowEvaporator.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/Tests/paralleFlowEVA_test.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.bak-mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/HeatExchanger/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasIn.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portGasOut.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Interfaces/portHeat.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/SplitterMixer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.bak-mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Junctions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/MixtureGasNasa/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/Common/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/Index.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/ExhaustGas/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/T_rhoh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/IntH2O/rho_ph_dpdh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/T_ph_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_T_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_drhodp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/der_rho_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2h.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2p.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_d2ph.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dh.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/Utilities/rho_ph_dp.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/TTSE/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Media/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/Tube.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/TubeWithoutWall.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.bak-mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Pipes/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortIsenthalpicTransport.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/BaseClasses/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/NusseltNumber_der.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber_der.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/CharacteristicNumbers/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/lambdaFin_der.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Functions/sqrtRegularized_der.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/Escoa.bak-mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransferBaseClass.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransferSinglePhase.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhase.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/InnerHeatTransfer/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/HeatTransfer/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/RoughnessFlow.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/PressureLoss/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/FgzGeo.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/Fins.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/StressCoefficients.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Structures/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/Types/regularizationType.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/Utilities/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/dsin.txt A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.mo A /trunk/testsuite/flattening/libraries/3rdParty/siemens/SiemensPowerOMCtest/package.order A /trunk/testsuite/flattening/libraries/3rdParty/siemens/paralleFlowEVA_test.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos A /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos - testsuite/3rdParty moved to flattening/libraries/3rdParty ------------------------------------------------------------------------ r13063 | sjoelund.se | 2012-09-26 17:40:53 +0200 (Wed, 26 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/metamodelica/MetaModelicaDev/11_petrol/Flatten.mo - Fix testsuite ------------------------------------------------------------------------ r13062 | sjoelund.se | 2012-09-26 16:52:41 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/metamodelica/meta/MatchCaseInteractive3.mo M /trunk/testsuite/metamodelica/meta/MatchCaseInteractive3.mos M /trunk/testsuite/metamodelica/meta/MatchShadowing.mo M /trunk/testsuite/metamodelica/meta/Shadowing1.mos M /trunk/testsuite/metamodelica/meta/Shadowing2.mos #1833 - Enable check for shadowing local declarations before optimizations ------------------------------------------------------------------------ r13061 | sjoelund.se | 2012-09-26 15:55:00 +0200 (Wed, 26 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/metamodelica/MetaModelicaDev/05b_modassigntwotype/Eval.mo M /trunk/testsuite/metamodelica/MetaModelicaDev/05b_modassigntwotype/Main.mo M /trunk/testsuite/metamodelica/MetaModelicaDev/06_advanced/SOLUTION.mo - Fix testsuite ------------------------------------------------------------------------ r13060 | sjoelund.se | 2012-09-26 14:48:09 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Patternm.mo A /trunk/testsuite/metamodelica/meta/CheckPatternScope.mo M /trunk/testsuite/metamodelica/meta/Makefile #1833 - Elaborate match input in the correct scope ------------------------------------------------------------------------ r13059 | sjoelund.se | 2012-09-26 13:52:04 +0200 (Wed, 26 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/testsuite/metamodelica/meta/MatchCase13.mo M /trunk/testsuite/metamodelica/meta/MatchCase16.mo M /trunk/testsuite/metamodelica/meta/MatchCase17.mo M /trunk/testsuite/metamodelica/meta/MatchCaseGuard.mos M /trunk/testsuite/metamodelica/meta/MatchIfEquation1.mo M /trunk/testsuite/metamodelica/meta/Recursive.mo #1833 - Enabled check for assignment to inputs - Fix remaining testcases ------------------------------------------------------------------------ r13058 | sjoelund.se | 2012-09-26 12:24:57 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BinaryTree.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo #1833 - Cleanup ------------------------------------------------------------------------ r13057 | sjoelund.se | 2012-09-26 11:42:17 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/TplAbsyn.mo #1833 - Cleanup ------------------------------------------------------------------------ r13056 | sjoelund.se | 2012-09-26 11:34:36 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/UnitChecker.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Some code cleanup ------------------------------------------------------------------------ r13055 | sjoelund.se | 2012-09-26 11:23:04 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo #1833 - Some code clean-up ------------------------------------------------------------------------ r13054 | sjoelund.se | 2012-09-26 10:57:21 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Some code clean-up ------------------------------------------------------------------------ r13053 | sjoelund.se | 2012-09-26 10:04:13 +0200 (Wed, 26 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MMath.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo M /trunk/Compiler/FrontEnd/UnitChecker.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/PriorityQueue.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Makefile.in #1833 - Code cleanup ------------------------------------------------------------------------ r13052 | sjoelund.se | 2012-09-26 08:36:17 +0200 (Wed, 26 Sep 2012) | 2 lines Changed paths: M /trunk/configure.in - Add configure option to disable OMNotebook (for OSX builds) ------------------------------------------------------------------------ r13051 | sjoelund.se | 2012-09-26 08:25:48 +0200 (Wed, 26 Sep 2012) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/common/cmake/FindDBUS.cmake - Build Modelica3D on OSX ------------------------------------------------------------------------ r13050 | alash325 | 2012-09-26 06:36:11 +0200 (Wed, 26 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/simulation A /trunk/testsuite/simulation/libraries A /trunk/testsuite/simulation/libraries/msl221 A /trunk/testsuite/simulation/libraries/msl221/Electrical A /trunk/testsuite/simulation/libraries/msl221/Electrical/CauerLowPassOPV2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/CauerLowPassSC2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/CharacteristicThyristors2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/ChuaCircuit2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingMOSInverter2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingNPN_OrGate2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingRectifier2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/HeatingResistor2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/Makefile A /trunk/testsuite/simulation/libraries/msl221/Electrical/OvervoltageProtection2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/Rectifier2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/ShowSaturatingInductor2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/ShowVariableResistor2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/SwitchWithArc2.mos A /trunk/testsuite/simulation/libraries/msl221/Electrical/ThyristorBehaviourTest2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Accelerate2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/CoupledClutches2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Damper2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/ElasticBearing2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/First2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Friction2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/FrictionRotationalSim.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/InitialConditions2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/LossyGearDemo1Sim.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/LossyGearDemo2Sim.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Makefile A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Oscillator2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/Sensors2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/SignConvention2.mos A /trunk/testsuite/simulation/libraries/msl221/Mechanics/WhyArrows2.mos A /trunk/testsuite/simulation/libraries/msl31 A /trunk/testsuite/simulation/libraries/msl31/Makefile A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.PID_Controller.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.NandGate.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.Rectifier.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Adder4.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Counter3.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FlipFlop.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.FullAdder.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.HalfAdder.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.Multiplexer.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Digital.Examples.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMC_YD.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.AIMS_Start.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCEE_Start.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCPM_Start.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mo A /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ExecutionPaths.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant2.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.FirstExample_Variant3.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowCompositeStep.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.StateGraph.Examples.ShowExceptions.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos A /trunk/testsuite/simulation/libraries/msl31/Modelica.Utilities.Examples.readRealParameterModel.mos A /trunk/testsuite/simulation/libraries/msl31/RectifierOM.mo A /trunk/testsuite/simulation/libraries/msl31/RectifierOM.mos A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.BusUsage.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.InverseModel.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.LogicalNetwork1.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.PID_Controller.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Blocks.Examples.ShowLogicalSources.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.CompareTransformers.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.HeatingResistor.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.Rectifier.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Adder4.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Counter3.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.FlipFlop.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.FullAdder.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.HalfAdder.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.Multiplexer.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Digital.Examples.VectorDelay.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_DOL.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMC_YD.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.AIMS_Start.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCEE_Start.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCPM_Start.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.DCSE_Start.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMEE_Generator.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.SMR_Inverter.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Backlash.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.First.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.Friction.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Accelerate.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Brake.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Damper.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.ElastoGap.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Friction.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.InitialConditions.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Oscillator.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.PreLoad.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.Sensors.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.SignConvention.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Mechanics.Translational.Examples.WhyArrows.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ControlledTanks.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ExecutionPaths.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant2.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.FirstExample_Variant3.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ShowCompositeStep.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.StateGraph.Examples.ShowExceptions.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.Motor.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/Rectifier.mat A /trunk/testsuite/simulation/libraries/msl31/ReferenceFiles/ThyrGTO.mat A /trunk/testsuite/simulation/libraries/msl31/ThyrGTO.mo A /trunk/testsuite/simulation/libraries/msl31/ThyrGTO.mos A /trunk/testsuite/simulation/libraries/msl31/fluid A /trunk/testsuite/simulation/libraries/msl31/fluid/Makefile A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos A /trunk/testsuite/simulation/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos A /trunk/testsuite/simulation/libraries/msl31/media A /trunk/testsuite/simulation/libraries/msl31/media/Makefile A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.SimpleLiquidWater.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos A /trunk/testsuite/simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos A /trunk/testsuite/simulation/libraries/msl31/simulate-msl31-examples.mos - Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion ------------------------------------------------------------------------ r13049 | alash325 | 2012-09-26 06:34:24 +0200 (Wed, 26 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/flattening A /trunk/testsuite/flattening/libraries A /trunk/testsuite/flattening/libraries/biochem A /trunk/testsuite/flattening/libraries/biochem/BiochemModels.mos A /trunk/testsuite/flattening/libraries/biochem/ContainerSimple.mo A /trunk/testsuite/flattening/libraries/biochem/ContainerTotal.mo A /trunk/testsuite/flattening/libraries/biochem/CytosolTotal.mo A /trunk/testsuite/flattening/libraries/biochem/EnzMM.mos A /trunk/testsuite/flattening/libraries/biochem/Glycolysis.mos A /trunk/testsuite/flattening/libraries/biochem/InsulinSignaling_Sedaghat.mos A /trunk/testsuite/flattening/libraries/biochem/Makefile A /trunk/testsuite/flattening/libraries/biochem/UniBi.mos A /trunk/testsuite/flattening/libraries/biochem/UniUni.mos A /trunk/testsuite/flattening/libraries/biochem/extra_cellularTotal.mo A /trunk/testsuite/flattening/libraries/msl221 A /trunk/testsuite/flattening/libraries/msl221/AIMC_DOL.mos A /trunk/testsuite/flattening/libraries/msl221/AIMC_Inverter.mos A /trunk/testsuite/flattening/libraries/msl221/AIMC_YD.mos A /trunk/testsuite/flattening/libraries/msl221/AIMS_start.mos A /trunk/testsuite/flattening/libraries/msl221/Accelerate.mos A /trunk/testsuite/flattening/libraries/msl221/BusUsage.mos A /trunk/testsuite/flattening/libraries/msl221/CauerLowPassAnalog.mos A /trunk/testsuite/flattening/libraries/msl221/CauerLowPassOPV.mos A /trunk/testsuite/flattening/libraries/msl221/CauerLowPassSC.mos A /trunk/testsuite/flattening/libraries/msl221/CharacteristicIdealDiodes.mos A /trunk/testsuite/flattening/libraries/msl221/CharacteristicThyristors.mos A /trunk/testsuite/flattening/libraries/msl221/ChuaCircuit.mos A /trunk/testsuite/flattening/libraries/msl221/ControlledTanks.mos A /trunk/testsuite/flattening/libraries/msl221/CoupledClutches.mos A /trunk/testsuite/flattening/libraries/msl221/DCEE_start.mos A /trunk/testsuite/flattening/libraries/msl221/DCPM_start.mos A /trunk/testsuite/flattening/libraries/msl221/DCSE_start.mos A /trunk/testsuite/flattening/libraries/msl221/Damper.mos A /trunk/testsuite/flattening/libraries/msl221/DifferentialAmplifier.mos A /trunk/testsuite/flattening/libraries/msl221/DifferentialAmplifierTotal.mo A /trunk/testsuite/flattening/libraries/msl221/ElasticBearing.mos A /trunk/testsuite/flattening/libraries/msl221/EnforcedMovement.mos A /trunk/testsuite/flattening/libraries/msl221/EnforcedMovementTotal.mo A /trunk/testsuite/flattening/libraries/msl221/ExecutionPaths.mos A /trunk/testsuite/flattening/libraries/msl221/ExtractorTest.mos A /trunk/testsuite/flattening/libraries/msl221/ExtractorTestTotal.mo A /trunk/testsuite/flattening/libraries/msl221/First.mos A /trunk/testsuite/flattening/libraries/msl221/FirstExample.mos A /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant2.mos A /trunk/testsuite/flattening/libraries/msl221/FirstExample_Variant3.mos A /trunk/testsuite/flattening/libraries/msl221/Friction.mos A /trunk/testsuite/flattening/libraries/msl221/HeatingMOSInverter.mos A /trunk/testsuite/flattening/libraries/msl221/HeatingRectifier.mos A /trunk/testsuite/flattening/libraries/msl221/IndirectCooling.mos A /trunk/testsuite/flattening/libraries/msl221/InitialConditions.mos A /trunk/testsuite/flattening/libraries/msl221/LogicalNetwork1.mos A /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo1.mos A /trunk/testsuite/flattening/libraries/msl221/LossyGearDemo2.mos A /trunk/testsuite/flattening/libraries/msl221/Makefile A /trunk/testsuite/flattening/libraries/msl221/MotionCycleWithLoad.mos A /trunk/testsuite/flattening/libraries/msl221/MotionCycleWithLoadTotal.mo A /trunk/testsuite/flattening/libraries/msl221/Motor.mos A /trunk/testsuite/flattening/libraries/msl221/NandGate.mos A /trunk/testsuite/flattening/libraries/msl221/OneMass.mos A /trunk/testsuite/flattening/libraries/msl221/OneWayRectifier.mos A /trunk/testsuite/flattening/libraries/msl221/OneWayRectifierBG.mos A /trunk/testsuite/flattening/libraries/msl221/OneWayRectifierBGTotal.mo A /trunk/testsuite/flattening/libraries/msl221/OneWayRectifierTotal.mo A /trunk/testsuite/flattening/libraries/msl221/Oscillator.mos A /trunk/testsuite/flattening/libraries/msl221/PID_Controller.mos A /trunk/testsuite/flattening/libraries/msl221/ParallelCooling.mos A /trunk/testsuite/flattening/libraries/msl221/ParallelPumpDropOut.mos A /trunk/testsuite/flattening/libraries/msl221/PreLoad.mos A /trunk/testsuite/flattening/libraries/msl221/PreLoad2.mos A /trunk/testsuite/flattening/libraries/msl221/PullinStroke.mos A /trunk/testsuite/flattening/libraries/msl221/PullinStrokeTotal.mo A /trunk/testsuite/flattening/libraries/msl221/PumpAndValve.mos A /trunk/testsuite/flattening/libraries/msl221/PumpDropOut.mos A /trunk/testsuite/flattening/libraries/msl221/Rectifier.mos A /trunk/testsuite/flattening/libraries/msl221/SMEE_Gen.mos A /trunk/testsuite/flattening/libraries/msl221/SMPM_Inverter.mos A /trunk/testsuite/flattening/libraries/msl221/SMR_Inverter.mos A /trunk/testsuite/flattening/libraries/msl221/Sensors.mos A /trunk/testsuite/flattening/libraries/msl221/ShowCompositeStep.mos A /trunk/testsuite/flattening/libraries/msl221/ShowExceptions.mos A /trunk/testsuite/flattening/libraries/msl221/ShowLogicalSources.mos A /trunk/testsuite/flattening/libraries/msl221/ShowSaturatingInductor.mos A /trunk/testsuite/flattening/libraries/msl221/ShowVariableResistor.mos A /trunk/testsuite/flattening/libraries/msl221/SignConvention.mos A /trunk/testsuite/flattening/libraries/msl221/SimpleCooling.mos A /trunk/testsuite/flattening/libraries/msl221/TestNand.mos A /trunk/testsuite/flattening/libraries/msl221/TestNandTotal.mo A /trunk/testsuite/flattening/libraries/msl221/TransformerYD.mos A /trunk/testsuite/flattening/libraries/msl221/TransformerYY.mos A /trunk/testsuite/flattening/libraries/msl221/TwoMass.mos A /trunk/testsuite/flattening/libraries/msl221/TwoMasses.mos A /trunk/testsuite/flattening/libraries/msl221/WhyArrows.mos A /trunk/testsuite/flattening/libraries/msl221/_Modelica.Mechanics.Translational.Examples.PreLoad.h A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine1Total.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Engine2Total.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar1.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar1Total.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar2.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/FourBar2Total.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/Makefile A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/PendulumTotal.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/TwoLoop.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/TwoLoopTotal.mo A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robot.mos A /trunk/testsuite/flattening/libraries/msl221/modelicaAdditions/robotTotal.mo A /trunk/testsuite/flattening/libraries/msl221/output.log A /trunk/testsuite/flattening/libraries/msl31 A /trunk/testsuite/flattening/libraries/msl31/Makefile A /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.Continuous.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Magnetic.FluxTubes.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Math.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.MultiBody.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos A /trunk/testsuite/flattening/libraries/msl31/Modelica.Utilities.mos A /trunk/testsuite/flattening/libraries/msl31/fluid A /trunk/testsuite/flattening/libraries/msl31/fluid/Makefile A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TriggeredTrapezoid.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.setReal.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.BranchingDynamicPipes.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.BasicHX.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.InverseParameterization.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.PumpingSystem.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.AbruptAdaptor.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.BaseClasses.QuadraticTurbulent.TestWallFriction.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.SharpEdgedOrifice.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.SimpleGenericOrifice.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionVolume.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.ControlledPump.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.PrescribedPump.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.Pump.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Machines.SweptVolume.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.DynamicPipe.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.Density.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.Pressure.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativePressure.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativeTemperature.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpy.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropy.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.Temperature.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_pT.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.Boundary_ph.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.FixedBoundary.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_T.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Sources.MassFlowSource_h.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.System.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos A /trunk/testsuite/flattening/libraries/msl31/fluid/Modelica.Fluid.Vessels.ClosedVolume.mos A /trunk/testsuite/flattening/libraries/msl31/media A /trunk/testsuite/flattening/libraries/msl31/media/Air.SimpleAir.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.IdealGasH2O.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.MixtureGases.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.MoistAir.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.SimpleLiquidWater.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sine.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.FlueGas.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TestOnly.TestMedia.TemplateMedium.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.Components.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.TwoPhaseWater.mos A /trunk/testsuite/flattening/libraries/msl31/media/Examples.WaterIF97.mos A /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.Glycol47.mos A /trunk/testsuite/flattening/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos A /trunk/testsuite/flattening/libraries/msl31/media/Makefile A /trunk/testsuite/flattening/libraries/msl31/media/Water.StandardWater.mos A /trunk/testsuite/flattening/libraries/msl31/multibody A /trunk/testsuite/flattening/libraries/msl31/multibody/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels A /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/BodyCylinder.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/checkingModels/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/DoublePendulum.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ForceAndTorque.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/FreeBody.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/InitSpringConstant.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/LineForceWithTwoMasses.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/Pendulum.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PendulumWithSpringDamper.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravity.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/PointGravityWithPointMasses2.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheel.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetDriving.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/RollingWheelSetPulling.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringDamperSystem.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringMassSystem.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/SpringWithMass.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/ThreeSprings.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/World.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/elementary/_UseThisTestToMakeANewOne.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1a.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Engine1b_analytic.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar1.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar2.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Fourbar_analytic.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/PlanarLoops_analytic.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/checkEngineV6.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/checkEngineV6_analytic.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/loops/instEngineV6_analytic.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/ActuatedDrive.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GearConstraint.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/GyroscopicEffects.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/rotational3deffects/MovingActuatedDrive.mos A /trunk/testsuite/flattening/libraries/msl31/multibody/systems A /trunk/testsuite/flattening/libraries/msl31/multibody/systems/Makefile A /trunk/testsuite/flattening/libraries/msl31/multibody/systems/RobotR3.mos A /trunk/testsuite/flattening/libraries/msl32 A /trunk/testsuite/flattening/libraries/msl32/Makefile A /trunk/testsuite/flattening/libraries/msl32/Modelica.Blocks.Examples.Filter.mos - Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion ------------------------------------------------------------------------ r13047 | sjoelund.se | 2012-09-25 17:12:52 +0200 (Tue, 25 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MMath.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/IOStream.mo M /trunk/Compiler/Util/PriorityQueue.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Code cleanup ------------------------------------------------------------------------ r13046 | arun3688 | 2012-09-25 17:09:23 +0200 (Tue, 25 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/omcc_test/error1.mo A /trunk/testsuite/omcc_test/error10.mo A /trunk/testsuite/omcc_test/error11.mo A /trunk/testsuite/omcc_test/error12.mo A /trunk/testsuite/omcc_test/error13.mo A /trunk/testsuite/omcc_test/error14.mo A /trunk/testsuite/omcc_test/error15.mo A /trunk/testsuite/omcc_test/error2.mo A /trunk/testsuite/omcc_test/error3.mo A /trunk/testsuite/omcc_test/error4.mo A /trunk/testsuite/omcc_test/error5.mo A /trunk/testsuite/omcc_test/error6.mo A /trunk/testsuite/omcc_test/error7.mo A /trunk/testsuite/omcc_test/error8.mo A /trunk/testsuite/omcc_test/error9.mo OMCCp error handler test cases are added to testsuite -arun3688 ------------------------------------------------------------------------ r13045 | adeas31 | 2012-09-25 16:24:09 +0200 (Tue, 25 Sep 2012) | 6 lines Changed paths: M /trunk/Compiler/GenerateOMCHeader.mos M /trunk/Compiler/Makefile.common M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo A /trunk/Compiler/Util/FMIExt.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c A /trunk/Compiler/runtime/FMI_omc.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/Makefile.common M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - update OMDev. FMI Import - Separated the FMI Interface and the FMI external interface. - Use more records for code generation. FMI Export - Don't print log if user sets fmiSetDebugLogging off. ------------------------------------------------------------------------ r13044 | sjoelund.se | 2012-09-25 15:35:08 +0200 (Tue, 25 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Code cleanup ------------------------------------------------------------------------ r13043 | sjoelund.se | 2012-09-25 14:23:07 +0200 (Tue, 25 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Code cleanup ------------------------------------------------------------------------ r13042 | sjoelund.se | 2012-09-25 13:28:49 +0200 (Tue, 25 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/SCode.mo WARNING: You will need the latest rml-mmc to compile this MetaModelica code #1833 - Clean-up ------------------------------------------------------------------------ r13041 | sjoelund.se | 2012-09-25 12:26:00 +0200 (Tue, 25 Sep 2012) | 2 lines Changed paths: D /trunk/testsuite/metamodelica/README.txt M /trunk/testsuite/metamodelica/meta/Makefile - Fix testsuite ------------------------------------------------------------------------ r13039 | sjoelund.se | 2012-09-25 11:53:50 +0200 (Tue, 25 Sep 2012) | 28 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/BinaryTree.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/UnitAbsynBuilder.mo M /trunk/Compiler/FrontEnd/UnitChecker.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Script/StaticScript.mo M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/IOStream.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/PriorityQueue.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo #1833 - Some automagic code clean-up using automagic - In Patternm.mo, elabExp uses false instead of allowTopLevelInputs - In Static.mo make checkAssignmentToInput2 succeed even on error - Create the log-file `omc +g=MetaModelica MainTest.mos | grep input | sort > log` {{{ #!/bin/bash while read line; do FILE=`echo $line | cut -d: -f1 | cut "-d[" -f2` LINE1=`echo $line | cut -d: -f2 | cut -d: -f3` LINE2=`echo $line | cut -d: -f3 | cut -d: -f4 | cut -d- -f2` PAT=`echo $line | cut "-d " -f9` for LINE in `seq $LINE1 $LINE2`; do if sed -n "$LINE"p "$FILE" | grep -q "then"; then echo "NOT Processing $FILE $LINE using $PAT" else echo "Processing $FILE $LINE using $PAT" sed -i "$LINE""s/,$PAT,/,_,/g" "$FILE" sed -i "$LINE""s/, $PAT,/, _,/g" "$FILE" sed -i "$LINE""s/($PAT,/(_,/g" "$FILE" sed -i "$LINE""s/,$PAT)/,_)/g" "$FILE" sed -i "$LINE""s/, $PAT)/, _)/g" "$FILE" fi done done < log }}} ------------------------------------------------------------------------ r13037 | sjoelund.se | 2012-09-25 08:42:03 +0200 (Tue, 25 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/metamodelica/MetaModelicaDev (from /trunk/testsuite/metamodelica/meta/MetaModelicaDev:13036) M /trunk/testsuite/metamodelica/meta/Makefile D /trunk/testsuite/metamodelica/meta/MetaModelicaDev - Moved MMDev tests under metamodelica ------------------------------------------------------------------------ r13036 | alash325 | 2012-09-24 22:07:31 +0200 (Mon, 24 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - change the path for testsuite/Metamodelica/meta ------------------------------------------------------------------------ r13035 | alash325 | 2012-09-24 22:06:07 +0200 (Mon, 24 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/metamodelica A /trunk/testsuite/metamodelica/README.txt A /trunk/testsuite/metamodelica/meta A /trunk/testsuite/metamodelica/meta/AlgPatternm.mo A /trunk/testsuite/metamodelica/meta/AlgPatternm.mos A /trunk/testsuite/metamodelica/meta/AllWild.mo A /trunk/testsuite/metamodelica/meta/AllWild.mos A /trunk/testsuite/metamodelica/meta/BuiltinArray.mo A /trunk/testsuite/metamodelica/meta/BuiltinArray.mos A /trunk/testsuite/metamodelica/meta/BuiltinBoolean.mo A /trunk/testsuite/metamodelica/meta/BuiltinBoolean.mos A /trunk/testsuite/metamodelica/meta/BuiltinInteger.mo A /trunk/testsuite/metamodelica/meta/BuiltinInteger.mos A /trunk/testsuite/metamodelica/meta/BuiltinList.mo A /trunk/testsuite/metamodelica/meta/BuiltinList.mos A /trunk/testsuite/metamodelica/meta/BuiltinMisc.mo A /trunk/testsuite/metamodelica/meta/BuiltinMisc.mos A /trunk/testsuite/metamodelica/meta/BuiltinReal.mo A /trunk/testsuite/metamodelica/meta/BuiltinReal.mos A /trunk/testsuite/metamodelica/meta/BuiltinString.mo A /trunk/testsuite/metamodelica/meta/BuiltinString.mos A /trunk/testsuite/metamodelica/meta/ComplicatedInteractive.mo A /trunk/testsuite/metamodelica/meta/ComplicatedInteractive.mos A /trunk/testsuite/metamodelica/meta/ElabTest.mos A /trunk/testsuite/metamodelica/meta/EqPatternm.mo A /trunk/testsuite/metamodelica/meta/EqPatternm.mos A /trunk/testsuite/metamodelica/meta/Equality.mo A /trunk/testsuite/metamodelica/meta/Equality.mos A /trunk/testsuite/metamodelica/meta/ErrorInteractiveCallFunctionPtr.mo A /trunk/testsuite/metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos A /trunk/testsuite/metamodelica/meta/ErrorInvalidComplexType.mo A /trunk/testsuite/metamodelica/meta/ErrorInvalidMetarecord.mo A /trunk/testsuite/metamodelica/meta/ErrorInvalidPattern1.mo A /trunk/testsuite/metamodelica/meta/ErrorInvalidPattern2.mo A /trunk/testsuite/metamodelica/meta/ErrorInvalidPattern3.mo A /trunk/testsuite/metamodelica/meta/ErrorInvalidPattern4.mo A /trunk/testsuite/metamodelica/meta/ErrorLocalElement1.mo A /trunk/testsuite/metamodelica/meta/ErrorLocalElement2.mo A /trunk/testsuite/metamodelica/meta/ErrorLocalElement3.mo A /trunk/testsuite/metamodelica/meta/ErrorMatchInOut1.mo A /trunk/testsuite/metamodelica/meta/ErrorMatchNumOutput.mo A /trunk/testsuite/metamodelica/meta/ErrorMatchNumOutput.mos A /trunk/testsuite/metamodelica/meta/ErrorNone.mos A /trunk/testsuite/metamodelica/meta/EvalTest.mos A /trunk/testsuite/metamodelica/meta/Failure.mo A /trunk/testsuite/metamodelica/meta/Failure.mos A /trunk/testsuite/metamodelica/meta/FunctionReturningArray.mos A /trunk/testsuite/metamodelica/meta/List1.mo A /trunk/testsuite/metamodelica/meta/List1.mos A /trunk/testsuite/metamodelica/meta/List2.mo A /trunk/testsuite/metamodelica/meta/List2.mos A /trunk/testsuite/metamodelica/meta/List3.mo A /trunk/testsuite/metamodelica/meta/List3.mos A /trunk/testsuite/metamodelica/meta/List4.mo A /trunk/testsuite/metamodelica/meta/List5.mo A /trunk/testsuite/metamodelica/meta/ListInteractive.mo A /trunk/testsuite/metamodelica/meta/ListInteractive.mos A /trunk/testsuite/metamodelica/meta/ListReductionCodegen.mo A /trunk/testsuite/metamodelica/meta/ListReductionDimError.mo A /trunk/testsuite/metamodelica/meta/ListReductionInterpret.mo A /trunk/testsuite/metamodelica/meta/Makefile A /trunk/testsuite/metamodelica/meta/MatchCase1.mo A /trunk/testsuite/metamodelica/meta/MatchCase1.mos A /trunk/testsuite/metamodelica/meta/MatchCase10.mo A /trunk/testsuite/metamodelica/meta/MatchCase10.mos A /trunk/testsuite/metamodelica/meta/MatchCase11.mo A /trunk/testsuite/metamodelica/meta/MatchCase11.mos A /trunk/testsuite/metamodelica/meta/MatchCase12.mo A /trunk/testsuite/metamodelica/meta/MatchCase12.mos A /trunk/testsuite/metamodelica/meta/MatchCase13.mo A /trunk/testsuite/metamodelica/meta/MatchCase13.mos A /trunk/testsuite/metamodelica/meta/MatchCase14.mo A /trunk/testsuite/metamodelica/meta/MatchCase15.mo A /trunk/testsuite/metamodelica/meta/MatchCase16.mo A /trunk/testsuite/metamodelica/meta/MatchCase17.mo A /trunk/testsuite/metamodelica/meta/MatchCase2.mo A /trunk/testsuite/metamodelica/meta/MatchCase2.mos A /trunk/testsuite/metamodelica/meta/MatchCase3.mo A /trunk/testsuite/metamodelica/meta/MatchCase3.mos A /trunk/testsuite/metamodelica/meta/MatchCase4.mo A /trunk/testsuite/metamodelica/meta/MatchCase4.mos A /trunk/testsuite/metamodelica/meta/MatchCase5.mo A /trunk/testsuite/metamodelica/meta/MatchCase5.mos A /trunk/testsuite/metamodelica/meta/MatchCase6.mo A /trunk/testsuite/metamodelica/meta/MatchCase6.mos A /trunk/testsuite/metamodelica/meta/MatchCase7.mo A /trunk/testsuite/metamodelica/meta/MatchCase7.mos A /trunk/testsuite/metamodelica/meta/MatchCase8.mo A /trunk/testsuite/metamodelica/meta/MatchCase8.mos A /trunk/testsuite/metamodelica/meta/MatchCase9.mo A /trunk/testsuite/metamodelica/meta/MatchCase9.mos A /trunk/testsuite/metamodelica/meta/MatchCaseGuard.mos A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive1.mo A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive1.mos A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive2.mo A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive2.mos A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive3.mo A /trunk/testsuite/metamodelica/meta/MatchCaseInteractive3.mos A /trunk/testsuite/metamodelica/meta/MatchElse1.mo A /trunk/testsuite/metamodelica/meta/MatchElse1.mos A /trunk/testsuite/metamodelica/meta/MatchIfEquation1.mo A /trunk/testsuite/metamodelica/meta/MatchIfEquation1.mos A /trunk/testsuite/metamodelica/meta/MatchShadowing.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/00_simplesim A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/00_simplesim/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/00_simplesim/README.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/00_simplesim/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/Functions.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/SOLUTION.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/SOLUTION_compiled.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/SOLUTION_interactive.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/Types.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/01_experiment/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1 A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/Exp1.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02a_exp1/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2 A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/Exp2.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/02b_exp2/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/SymbolicDerivative.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/03_symbolicderivative/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/Assignment.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/SOLUTION.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/SOLUTION.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/04_assignment/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/AssignTwoType.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/SOLUTION.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/optprogram.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05a_assigntwotype/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/Absyn.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/Eval.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/05b_modassigntwotype/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/Functions.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/SOLUTION.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/SOLUTION.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/Types.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/06_advanced/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/.classpath A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/.settings A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.core.prefs A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/.settings/org.eclipse.jdt.ui.prefs A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/README.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CommunicationException.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerException.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/CompilerInstantiationException.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ConnectException.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/InvocationError.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/Main.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCPane.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OMCProxy.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunication.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHelper.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationHolder.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/OmcCommunicationOperations.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/ProcessStartThread.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/StreamReaderThread.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/07_OMCAndCorba/org/modelica/_OmcCommunicationStub.java A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/Input.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/Pam.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/08_pam/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/Absyn.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/Env.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/Eval.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/ScanParse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/ScanParseRML.c A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/09_pamdecl/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Absyn.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Emit.tpl A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/EmitTV.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Mcode.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/Trans.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/lexer.l A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/10_pamtrans/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/.externalToolBuilders A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/.externalToolBuilders/OMC.launch A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/.project A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Absyn.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/FCEmit.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/FCode.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Flatten.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Main.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Parse.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/README.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/SCRIPT.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Static.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/TCode.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/Types.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/lexerPetrol.c A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/lexerPetrol.h A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/parser.y A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/parsutil.h A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/parsutil_omc.c A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/petrol.h A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/program.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/8q.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/8q.out A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/big.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/cirkel.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/codtest.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/factorial.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/fib.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/lib A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/lib/math.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/lib/stdio.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/params.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/parstest1.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/qsort.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/quadtest.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/return.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/semtest1.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/sieve.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/stone.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testd/testmath.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testp A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testp/a.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/11_petrol/testp/b.d A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/INSTALL-INSTRUCTIONS.txt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/common.omc A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation/Basic-Exercise-MetaModelica.onb A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation/Eclipse MDT and MetaModelica Exercises.ppt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation/MetaModelica Overview.ppt A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation/MetaModelicaBuiltinFunctions.url A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/documentation/Modelica2011 Bootstrapping.odp A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/eclipse.bat A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/createbuilders.sh A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/latex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/latex/Makefile A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/latex/MetaModelicaBuiltin.mo A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/latex/builtin.mos A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/latex/main.tex A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/make-package.sh A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/project.in A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/tool.launch.in.linux A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/tool.launch.in.osx A /trunk/testsuite/metamodelica/meta/MetaModelicaDev/scripts/tool.launch.in.win32 A /trunk/testsuite/metamodelica/meta/OptimizeContinue.mo A /trunk/testsuite/metamodelica/meta/OptimizeMatchToIfExp.mo A /trunk/testsuite/metamodelica/meta/OptionInteractive.mo A /trunk/testsuite/metamodelica/meta/OptionInteractive.mos A /trunk/testsuite/metamodelica/meta/PartialFn1.mo A /trunk/testsuite/metamodelica/meta/PartialFn10.mo A /trunk/testsuite/metamodelica/meta/PartialFn10.mos A /trunk/testsuite/metamodelica/meta/PartialFn11.mo A /trunk/testsuite/metamodelica/meta/PartialFn11.mos A /trunk/testsuite/metamodelica/meta/PartialFn12.mo A /trunk/testsuite/metamodelica/meta/PartialFn12.mos A /trunk/testsuite/metamodelica/meta/PartialFn13.mo A /trunk/testsuite/metamodelica/meta/PartialFn13.mos A /trunk/testsuite/metamodelica/meta/PartialFn14.mo A /trunk/testsuite/metamodelica/meta/PartialFn14.mos A /trunk/testsuite/metamodelica/meta/PartialFn15.mo A /trunk/testsuite/metamodelica/meta/PartialFn2.mo A /trunk/testsuite/metamodelica/meta/PartialFn2.mos A /trunk/testsuite/metamodelica/meta/PartialFn3.mo A /trunk/testsuite/metamodelica/meta/PartialFn3.mos A /trunk/testsuite/metamodelica/meta/PartialFn4.mo A /trunk/testsuite/metamodelica/meta/PartialFn5.mo A /trunk/testsuite/metamodelica/meta/PartialFn6.ext_f.c A /trunk/testsuite/metamodelica/meta/PartialFn6.mo A /trunk/testsuite/metamodelica/meta/PartialFn7.mo A /trunk/testsuite/metamodelica/meta/PartialFn8.mo A /trunk/testsuite/metamodelica/meta/PartialFn8.mos A /trunk/testsuite/metamodelica/meta/PartialFn9.mo A /trunk/testsuite/metamodelica/meta/PartialFn9.mos A /trunk/testsuite/metamodelica/meta/PatternMatchInvalidType.mo A /trunk/testsuite/metamodelica/meta/Polymorphic.mo A /trunk/testsuite/metamodelica/meta/Polymorphic.mos A /trunk/testsuite/metamodelica/meta/Polymorphic2.mo A /trunk/testsuite/metamodelica/meta/Polymorphic2.mos A /trunk/testsuite/metamodelica/meta/Recursive.mo A /trunk/testsuite/metamodelica/meta/Recursive.mos A /trunk/testsuite/metamodelica/meta/Shadowing1.mo A /trunk/testsuite/metamodelica/meta/Shadowing1.mos A /trunk/testsuite/metamodelica/meta/Shadowing2.mo A /trunk/testsuite/metamodelica/meta/Shadowing2.mos A /trunk/testsuite/metamodelica/meta/ShortPackageDefinition.mo A /trunk/testsuite/metamodelica/meta/Simplify1.mo A /trunk/testsuite/metamodelica/meta/Simplify1.mos A /trunk/testsuite/metamodelica/meta/StrictRML.mo A /trunk/testsuite/metamodelica/meta/StrictRML.mos A /trunk/testsuite/metamodelica/meta/TailRecursion.mo A /trunk/testsuite/metamodelica/meta/TupleInteractive.mo A /trunk/testsuite/metamodelica/meta/TupleInteractive.mos A /trunk/testsuite/metamodelica/meta/UnboundLocal.mo A /trunk/testsuite/metamodelica/meta/Uniontype1.mo A /trunk/testsuite/metamodelica/meta/Uniontype1.mos A /trunk/testsuite/metamodelica/meta/Uniontype10.mo A /trunk/testsuite/metamodelica/meta/Uniontype10.mos A /trunk/testsuite/metamodelica/meta/Uniontype11.mo A /trunk/testsuite/metamodelica/meta/Uniontype11.mos A /trunk/testsuite/metamodelica/meta/Uniontype12.mo A /trunk/testsuite/metamodelica/meta/Uniontype12.mos A /trunk/testsuite/metamodelica/meta/Uniontype13.mo A /trunk/testsuite/metamodelica/meta/Uniontype13.mos A /trunk/testsuite/metamodelica/meta/Uniontype14.mo A /trunk/testsuite/metamodelica/meta/Uniontype14.mos A /trunk/testsuite/metamodelica/meta/Uniontype15.mo A /trunk/testsuite/metamodelica/meta/Uniontype15.mos A /trunk/testsuite/metamodelica/meta/Uniontype2.mo A /trunk/testsuite/metamodelica/meta/Uniontype2.mos A /trunk/testsuite/metamodelica/meta/Uniontype3.mo A /trunk/testsuite/metamodelica/meta/Uniontype3.mos A /trunk/testsuite/metamodelica/meta/Uniontype4.mo A /trunk/testsuite/metamodelica/meta/Uniontype4.mos A /trunk/testsuite/metamodelica/meta/Uniontype5.mo A /trunk/testsuite/metamodelica/meta/Uniontype5.mos A /trunk/testsuite/metamodelica/meta/Uniontype6.mo A /trunk/testsuite/metamodelica/meta/Uniontype6.mos A /trunk/testsuite/metamodelica/meta/Uniontype7.mo A /trunk/testsuite/metamodelica/meta/Uniontype7.mos A /trunk/testsuite/metamodelica/meta/Uniontype8.mo A /trunk/testsuite/metamodelica/meta/Uniontype8.mos A /trunk/testsuite/metamodelica/meta/Uniontype9.mo A /trunk/testsuite/metamodelica/meta/Uniontype9.mos A /trunk/testsuite/metamodelica/meta/compilelog.txt - moved testsuite/meta to testsuite/metamodelica/meta ------------------------------------------------------------------------ r13034 | sjoelund.se | 2012-09-24 16:47:15 +0200 (Mon, 24 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Added DAE.Const to typeExp ------------------------------------------------------------------------ r13033 | alash325 | 2012-09-24 14:44:51 +0200 (Mon, 24 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/Makefile - Made small changes ------------------------------------------------------------------------ r13032 | alash325 | 2012-09-24 14:43:47 +0200 (Mon, 24 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/openmodelica A /trunk/testsuite/openmodelica/README.txt A /trunk/testsuite/openmodelica/fmi A /trunk/testsuite/openmodelica/fmi/BouncingBall.mo A /trunk/testsuite/openmodelica/fmi/BouncingBall.mos A /trunk/testsuite/openmodelica/fmi/EnumerationTest.mo A /trunk/testsuite/openmodelica/fmi/EnumerationTest.mos A /trunk/testsuite/openmodelica/fmi/ExternalFMUs.mos A /trunk/testsuite/openmodelica/fmi/HelloFMIWorld.mo A /trunk/testsuite/openmodelica/fmi/HelloFMIWorld.mos A /trunk/testsuite/openmodelica/fmi/InOutTest.mo A /trunk/testsuite/openmodelica/fmi/InOutTest.mos A /trunk/testsuite/openmodelica/fmi/Makefile A /trunk/testsuite/openmodelica/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/openmodelica/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos A /trunk/testsuite/openmodelica/fmi/TanksConnectedPI.mo A /trunk/testsuite/openmodelica/fmi/TanksConnectedPI.mos A /trunk/testsuite/openmodelica/fmi/testInOut.mo A /trunk/testsuite/openmodelica/fmi/testedFMU A /trunk/testsuite/openmodelica/fmi/testedFMU/dymola7.4 A /trunk/testsuite/openmodelica/fmi/testedFMU/dymola7.4/CPUCooling.fmu A /trunk/testsuite/openmodelica/fmi/testedFMU/dymola7.4/bouncingBall.fmu A /trunk/testsuite/openmodelica/fmi/testedFMU/fmusdk1.0.2 A /trunk/testsuite/openmodelica/fmi/testedFMU/fmusdk1.0.2/bouncingBall.fmu A /trunk/testsuite/openmodelica/fmi/testedFMU/fmusdk1.0.2/vanDerPol.fmu A /trunk/testsuite/openmodelica/interactive-API A /trunk/testsuite/openmodelica/interactive-API/DefaultComponentName.mo A /trunk/testsuite/openmodelica/interactive-API/DefaultComponentName.mos A /trunk/testsuite/openmodelica/interactive-API/DeleteConnection.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement1.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement2.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement3.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement4.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement5fail.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement6.mos A /trunk/testsuite/openmodelica/interactive-API/ForStatement7.mos A /trunk/testsuite/openmodelica/interactive-API/IfStatement.mos A /trunk/testsuite/openmodelica/interactive-API/IfStatementIllegal.mos A /trunk/testsuite/openmodelica/interactive-API/Makefile A /trunk/testsuite/openmodelica/interactive-API/Rename.mo A /trunk/testsuite/openmodelica/interactive-API/Rename.mos A /trunk/testsuite/openmodelica/interactive-API/RenameRO.mo A /trunk/testsuite/openmodelica/interactive-API/RunScript.mos A /trunk/testsuite/openmodelica/interactive-API/TestNDims.mo A /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mo A /trunk/testsuite/openmodelica/interactive-API/XmlDumpComment.mos A /trunk/testsuite/openmodelica/interactive-API/differentiate.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_annotations.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_attributes.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mo A /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_classes.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_loadsave.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_param.mo A /trunk/testsuite/openmodelica/interactive-API/interactive_api_param.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos A /trunk/testsuite/openmodelica/interactive-API/interactive_test.mo A /trunk/testsuite/openmodelica/interactive-API/interactive_test.mos A /trunk/testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mo A /trunk/testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos A /trunk/testsuite/openmodelica/interactive-API/loadFileInteractiveQualifiedInit.mo A /trunk/testsuite/openmodelica/interactive-API/matrices.mos A /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn1.mo A /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn1.mos A /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn2.mo A /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn2.mos A /trunk/testsuite/openmodelica/interactive-API/regex.mos A /trunk/testsuite/openmodelica/interactive-API/setComponentComment.mo A /trunk/testsuite/openmodelica/interactive-API/setComponentComment.mos A /trunk/testsuite/openmodelica/interactive-API/showDoc.mos A /trunk/testsuite/openmodelica/interactive-API/simplify.mos A /trunk/testsuite/openmodelica/interactive-API/strings.mo A /trunk/testsuite/openmodelica/interactive-API/strings.mos A /trunk/testsuite/openmodelica/interactive-API/variables.mos A /trunk/testsuite/openmodelica/interactive-simulation A /trunk/testsuite/openmodelica/interactive-simulation/Makefile A /trunk/testsuite/openmodelica/interactive-simulation/Makefile.run A /trunk/testsuite/openmodelica/interactive-simulation/README.txt A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/ActSignal.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/BaseController.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/LiquidFlow.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/LiquidSource.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/PIcontinuousController.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/ReadSignal.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/Tank.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/TanksConnectedPI.mo A /trunk/testsuite/openmodelica/interactive-simulation/TwoTanks/package.mo A /trunk/testsuite/openmodelica/interactive-simulation/buildModel.mos A /trunk/testsuite/openmodelica/interactive-simulation/interactive-simulation-commands.txt A /trunk/testsuite/openmodelica/interactive-simulation/run.sh A /trunk/testsuite/openmodelica/interactive-simulation/runInteractiveSimulation.mos A /trunk/testsuite/openmodelica/interactive-simulation/testCompileInteractive.mos A /trunk/testsuite/openmodelica/linearization A /trunk/testsuite/openmodelica/linearization/Makefile A /trunk/testsuite/openmodelica/linearization/linmodel.mo A /trunk/testsuite/openmodelica/linearization/linmodel.mos A /trunk/testsuite/openmodelica/linearization/modelLotkaVolterra.mo A /trunk/testsuite/openmodelica/linearization/modelTwoflattankmodel.mo A /trunk/testsuite/openmodelica/linearization/modelVanDerPol.mo A /trunk/testsuite/openmodelica/linearization/modelextfunction.mo A /trunk/testsuite/openmodelica/linearization/modelnonlinsys.mo A /trunk/testsuite/openmodelica/linearization/simLotkaVolterra.mos A /trunk/testsuite/openmodelica/linearization/simNonlinear.mos A /trunk/testsuite/openmodelica/linearization/simTwoTank.mos A /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos A /trunk/testsuite/openmodelica/linearization/simextfunction.mos A /trunk/testsuite/openmodelica/linearization/smallValue.mo A /trunk/testsuite/openmodelica/linearization/smallValues.mos A /trunk/testsuite/openmodelica/linearization/test_01.mo A /trunk/testsuite/openmodelica/linearization/test_01.mos A /trunk/testsuite/openmodelica/linearization/test_02.mo A /trunk/testsuite/openmodelica/linearization/test_02.mos A /trunk/testsuite/openmodelica/linearization/test_03.mo A /trunk/testsuite/openmodelica/linearization/test_03.mos A /trunk/testsuite/openmodelica/linearization/test_04.mo A /trunk/testsuite/openmodelica/linearization/test_04.mos A /trunk/testsuite/openmodelica/linearization/test_05.mo A /trunk/testsuite/openmodelica/linearization/test_05.mos A /trunk/testsuite/openmodelica/linearization/test_06.mo A /trunk/testsuite/openmodelica/linearization/test_06.mos A /trunk/testsuite/openmodelica/linearization/testknownvar.mo A /trunk/testsuite/openmodelica/linearization/testknownvar.mos - testsuite/interactive , testsuite/interactive-simualtion , testsuite/fmi and linearization moved to testsuite/openmodelica ------------------------------------------------------------------------ r13031 | wbraun | 2012-09-24 14:43:00 +0200 (Mon, 24 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c A /trunk/testsuite/mosfiles/BugTest1830.mo A /trunk/testsuite/mosfiles/BugTest1830.mos M /trunk/testsuite/mosfiles/Makefile - BugFix for Ticket #1830 ------------------------------------------------------------------------ r13030 | perost | 2012-09-24 14:22:32 +0200 (Mon, 24 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo - Fix some varArgs annotation issues. ------------------------------------------------------------------------ r13029 | sjoelund.se | 2012-09-24 11:42:40 +0200 (Mon, 24 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/testsuite/dependency/DependencyChecking.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/meta/Makefile A /trunk/testsuite/meta/ShortPackageDefinition.mo #1829 - Fixes lookup of short class definitions in MetaModelica code ------------------------------------------------------------------------ r13025 | wbraun | 2012-09-22 13:53:49 +0200 (Sat, 22 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - fixed bootstrapping test ------------------------------------------------------------------------ r13024 | adeas31 | 2012-09-22 03:36:28 +0200 (Sat, 22 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenJava.tpl - Removed tabs. ------------------------------------------------------------------------ r13023 | wbraun | 2012-09-22 02:45:24 +0200 (Sat, 22 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - fixed testsuite ------------------------------------------------------------------------ r13022 | alash325 | 2012-09-21 21:49:43 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/CodegenJava.mo A /trunk/Compiler/Template/CodegenJava.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Util/Flags.mo - Fix some bugs CodegenJava.tpl ,create flag for it and Merged into SVN ------------------------------------------------------------------------ r13021 | perost | 2012-09-21 19:56:55 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - Moved the RobotR3.oneAxis test to failing tests. ------------------------------------------------------------------------ r13020 | wbraun | 2012-09-21 19:55:21 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos - activated tests ------------------------------------------------------------------------ r13019 | perost | 2012-09-21 19:47:45 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - Fix build. ------------------------------------------------------------------------ r13018 | wbraun | 2012-09-21 18:55:30 +0200 (Fri, 21 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo - fixed SIM_PROF_EQ generation for mixed systems (no warnings anymore while compiling) - fixed a memory leak in struct equationInfo ------------------------------------------------------------------------ r13017 | wbraun | 2012-09-21 17:23:25 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c - removed tabs ------------------------------------------------------------------------ r13016 | perost | 2012-09-21 16:22:29 +0200 (Fri, 21 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/Range2.mo M /trunk/testsuite/scodeinst/Makefile Fix for bug #1825: - Made handling of real ranges a bit more robust. - Moved some scodeinst tests to failing tests. ------------------------------------------------------------------------ r13015 | wbraun | 2012-09-21 15:55:43 +0200 (Fri, 21 Sep 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos M /trunk/testsuite/fmi/BouncingBall.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos M /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos M /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos M /trunk/testsuite/libraries/msl221/Electrical/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/testknownvar.mos M /trunk/testsuite/modelicaML/bouncingball.mos M /trunk/testsuite/modelicaML/trafficlight.mos M /trunk/testsuite/modelicaML/watchdog.mos M /trunk/testsuite/mosfiles/BouncingBall.mos M /trunk/testsuite/mosfiles/BouncingBall2.mos M /trunk/testsuite/mosfiles/Bug1687.mos M /trunk/testsuite/mosfiles/EventTests.mat M /trunk/testsuite/mosfiles/Pendulum.mos M /trunk/testsuite/mosfiles-msl22/InitTest.mos M /trunk/testsuite/mosfiles-msl22/blockssources.mos - changed event handling with dassl - while every dassl step the ZeroCrossings are tested - changed many results, since now the simulation is more accurate - changed the check for Modelica assert, now some models produce warnings for variables outside min and max values ------------------------------------------------------------------------ r13014 | sjoelund.se | 2012-09-21 13:49:13 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SusanTest.mos - Fix testcase ------------------------------------------------------------------------ r13013 | sjoelund.se | 2012-09-21 13:41:46 +0200 (Fri, 21 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos Reverse merge (revert commits) * svn merge -r 13001:12998 . Plus fixed some testcases ------------------------------------------------------------------------ r13012 | sjoelund.se | 2012-09-21 13:04:41 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp - tab-error ------------------------------------------------------------------------ r13011 | sjoelund.se | 2012-09-21 12:07:24 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - Spelling ------------------------------------------------------------------------ r13010 | jfrenkel | 2012-09-21 11:17:45 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos - fix tests ------------------------------------------------------------------------ r13009 | sjoelund.se | 2012-09-21 11:03:23 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/configure.in - Configure check for OpenMP availability ------------------------------------------------------------------------ r13008 | jfrenkel | 2012-09-21 10:41:46 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.h - handle negated boolean alias in mat result file ------------------------------------------------------------------------ r13007 | adrpo | 2012-09-21 10:10:56 +0200 (Fri, 21 Sep 2012) | 8 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Makefile.common M /trunk/testsuite/scodeinst/bindings2.mo M /trunk/testsuite/scodeinst/bindings3.mo M /trunk/testsuite/scodeinst/bindings7.mo M /trunk/testsuite/scodeinst/compfunc.mo M /trunk/testsuite/scodeinst/const10.mo M /trunk/testsuite/scodeinst/const13.mo M /trunk/testsuite/scodeinst/const16.mo M /trunk/testsuite/scodeinst/const4.mo M /trunk/testsuite/scodeinst/dim10.mo M /trunk/testsuite/scodeinst/dim14.mo M /trunk/testsuite/scodeinst/dim16.mo M /trunk/testsuite/scodeinst/eq1.mo M /trunk/testsuite/scodeinst/eq2.mo M /trunk/testsuite/scodeinst/eq3.mo M /trunk/testsuite/scodeinst/eq4.mo M /trunk/testsuite/scodeinst/eq6.mo M /trunk/testsuite/scodeinst/eq7.mo M /trunk/testsuite/scodeinst/eq8.mo M /trunk/testsuite/scodeinst/eq9.mo M /trunk/testsuite/scodeinst/func9.mo M /trunk/testsuite/scodeinst/function1.mo M /trunk/testsuite/scodeinst/loop2.mo M /trunk/testsuite/scodeinst/mod7.mo M /trunk/testsuite/scodeinst/redeclare11.mo M /trunk/testsuite/scodeinst/redeclare4.mo M /trunk/testsuite/scodeinst/redeclare6.mo M /trunk/testsuite/scodeinst/type1.mo - preliminary typechecking in SCodeInst, much more will come later after testing. - add parent to InstTypes.PACKAGE to be able to get dimensions for a.b.PACKAGE.c through it + still problems here as bindings do not seem to have correct propagatedDimensions through package, Per, any ideas? + see scodeinst/eq9.mo - handle DAE.T_ARRAY(dim1::dim2::dim3) better in Types.mo conversion and subtype - Makefile.common wrap time ... into (time ...) to work properly in Windows. ------------------------------------------------------------------------ r13006 | sjoelund.se | 2012-09-21 09:55:37 +0200 (Fri, 21 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/mofiles/ConnectTypes.mo A /trunk/testsuite/mosfiles/ConstantConnect.mo A /trunk/testsuite/mosfiles/ConstantConnect.mos M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/nonConstantParam.mos #1823 - Evaluate constants in generated assertions from connections ------------------------------------------------------------------------ r13005 | jfrenkel | 2012-09-21 09:48:32 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp - add alias a = not b, not a = b, not a = not b, -a = -b - fix write results for boolean alias, ToDo .mat ------------------------------------------------------------------------ r13004 | adrpo | 2012-09-21 09:38:08 +0200 (Fri, 21 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - add -fopenmp when linking with omcruntime - add -fopenmp in LinkMain.makefile.mingw instead of libgomp-1.dll (that might change with a new MinGW GCC) ------------------------------------------------------------------------ r13003 | sjoelund.se | 2012-09-21 08:39:49 +0200 (Fri, 21 Sep 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h - Added stringInt boxptr function ------------------------------------------------------------------------ r13002 | adeas31 | 2012-09-21 02:30:29 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Fixed bootstrap compilation. ------------------------------------------------------------------------ r13001 | jfrenkel | 2012-09-21 01:14:28 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - bugfix output varname ------------------------------------------------------------------------ r13000 | jfrenkel | 2012-09-21 01:04:45 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Util.mo - add missing function to last commit ------------------------------------------------------------------------ r12999 | jfrenkel | 2012-09-21 01:01:02 +0200 (Fri, 21 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo - try to select from EQEQUATION alias and generate not a normal Equation ------------------------------------------------------------------------ r12996 | adrpo | 2012-09-20 19:51:59 +0200 (Thu, 20 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.omdev.mingw - more dependencies pthreadGC2.dll and libgomp-1.dll ------------------------------------------------------------------------ r12995 | adrpo | 2012-09-20 17:29:12 +0200 (Thu, 20 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw - add -fopenmp ------------------------------------------------------------------------ r12994 | sjoelund.se | 2012-09-20 16:54:45 +0200 (Thu, 20 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/Makefile.common A /trunk/Compiler/runtime/System_omc.c (from /trunk/Compiler/runtime/System_omc.cpp:12993) D /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Examples/BuildModelRecursive.mos M /trunk/configure.in M /trunk/libraries/Modelica 3.1.txt - Added scripting call system_parallel - Made BuildModelRecursive.mos capable of generating a report while simulating models in parallel ------------------------------------------------------------------------ r12993 | perost | 2012-09-20 15:11:37 +0200 (Thu, 20 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/scodeinst/Makefile M /trunk/testsuite/scodeinst/conn3.mo M /trunk/testsuite/scodeinst/conn4.mo M /trunk/testsuite/scodeinst/conn5.mo M /trunk/testsuite/scodeinst/conn8.mo M /trunk/testsuite/scodeinst/conn9.mo M /trunk/testsuite/scodeinst/const7.mo - Move some scodeInst tests to working tests. ------------------------------------------------------------------------ r12992 | sjoelund.se | 2012-09-20 13:50:22 +0200 (Thu, 20 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Constraints.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems/RobotR3.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Joints.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Sensors.mo M /trunk/libraries/Modelica 3.2.1/Media/Air.mo M /trunk/libraries/Modelica 3.2.1.txt M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Updated MSL 3.2.1 version to latest trunk (each-prefixes added) ------------------------------------------------------------------------ r12991 | sjoelund.se | 2012-09-20 13:23:14 +0200 (Thu, 20 Sep 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenAdevs.tpl M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/bootstrapping/SusanTest.mos M /trunk/testsuite/meta/BuiltinArray.mos M /trunk/testsuite/meta/OptimizeContinue.mo - Fix bootstrapping (seriously, we needed this feature? so much work...) + Now we support codegenration for if-expressions returning tuples (comes from match-expression optimizations) - Enabled SusanTest.mos full test since tail-recursion makes it run fine - T_TUPLE is no longer simplified into a MetaModelica type - We can now handle code-generation for tuple-expressions (creates an anonymous record) ------------------------------------------------------------------------ r12990 | sjoelund.se | 2012-09-20 12:04:45 +0200 (Thu, 20 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/bootstrapping/DebugTest.mos - Expected output ------------------------------------------------------------------------ r12989 | sjoelund.se | 2012-09-20 10:43:07 +0200 (Thu, 20 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/mosfiles/DoubleWhenConflict.mos M /trunk/testsuite/mosfiles/ModelBalance2.mos M /trunk/testsuite/mosfiles/ModelBalance3.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Expected output ------------------------------------------------------------------------ r12988 | sjoelund.se | 2012-09-20 10:01:01 +0200 (Thu, 20 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Debug.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Joints.mo M /trunk/libraries/README M /trunk/testsuite/3rdParty/HumMod/checkHumModOMCTotal.mos M /trunk/testsuite/3rdParty/HumMod/instHumModOMCTotal.mos A /trunk/testsuite/bootstrapping/DebugTest.mos M /trunk/testsuite/bootstrapping/Makefile M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/mofiles/ScopeModification2.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo - Added missing 'each' prefixes to more models - Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible - This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from ------------------------------------------------------------------------ r12987 | jfrenkel | 2012-09-20 00:28:51 +0200 (Thu, 20 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Matching.mo - do not remove dummy var because it is not there ------------------------------------------------------------------------ r12986 | jfrenkel | 2012-09-20 00:14:59 +0200 (Thu, 20 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/interactive/XmlDumpComment.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos - fix tests ------------------------------------------------------------------------ r12985 | jfrenkel | 2012-09-19 23:53:06 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - fix bootstrapping ------------------------------------------------------------------------ r12984 | jfrenkel | 2012-09-19 23:42:25 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix bootstrapping ------------------------------------------------------------------------ r12983 | jfrenkel | 2012-09-19 23:20:09 +0200 (Wed, 19 Sep 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/BinaryTree.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo - move add dummy state to SimCodeUtil - remove BinTree from BackendDAE - BackendDAE.Value -> Integer - BackendDAE.Key -> DAE.ComponentRef - remove unused code ------------------------------------------------------------------------ r12982 | adrpo | 2012-09-19 19:18:09 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - fix bootstrapping. ------------------------------------------------------------------------ r12981 | adrpo | 2012-09-19 18:37:46 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectCheck.mo - fixes for bootstrapping. - empty record constructor, not constant component. ------------------------------------------------------------------------ r12980 | adrpo | 2012-09-19 18:35:32 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Script/StaticScript.mo - tab squashing. ------------------------------------------------------------------------ r12979 | jfrenkel | 2012-09-19 18:12:14 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo - fix compilation ------------------------------------------------------------------------ r12978 | jfrenkel | 2012-09-19 17:28:21 +0200 (Wed, 19 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo A /trunk/Compiler/BackEnd/BinaryTree.mo A /trunk/Compiler/BackEnd/BinaryTreeInt.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo A /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/Debug.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - fix bug Ticket #1794 - speed up removesimpleequations - start to implement dae residual compare code generation ------------------------------------------------------------------------ r12977 | leonardo.laguna | 2012-09-19 17:17:27 +0200 (Wed, 19 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo A /trunk/Compiler/Script/StaticScript.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Towards more separation between Script and FrontEnd. - All the calls from Interactive and CevalScript to Ceval.ceval are concentrated through CevalScript.ceval. - All the calls from Interactive and CevalScript to Static.elabExp are concentrated through StaticScript.elabExp. ------------------------------------------------------------------------ r12976 | perost | 2012-09-19 16:39:42 +0200 (Wed, 19 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectCheck.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/scodeinst/InvalidExpandableConnector1.mo M /trunk/testsuite/scodeinst/Makefile Some connection improvements for the new instantiation: - Print error message when connecting expandable connector to non-expandable. - Some prefixing fixes. ------------------------------------------------------------------------ r12975 | sjoelund.se | 2012-09-19 14:11:09 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos D /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos D /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/libraries/multibody/elementary/_UseThisTestToMakeANewOne.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos D /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo M /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos D /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - Use loadModel instead of loadFile("_...Total.mo") ------------------------------------------------------------------------ r12974 | sjoelund.se | 2012-09-19 13:23:30 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1/Electrical/Analog/Lines.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/RobotR3.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Forces.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Joints.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Parts.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Adding some missing each-prefixes ------------------------------------------------------------------------ r12973 | sjoelund.se | 2012-09-19 12:41:36 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r12972 | sjoelund.se | 2012-09-19 12:27:40 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Fluid/package.mo M /trunk/libraries/Modelica 3.2.1/package.mo - Coding style ------------------------------------------------------------------------ r12971 | sjoelund.se | 2012-09-19 12:15:50 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/libraries/Modelica 3.2.1/Blocks/Continuous.mo M /trunk/libraries/Modelica 3.2.1/Blocks/MathBoolean.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Lines.mo M /trunk/libraries/Modelica 3.2.1/Electrical/Spice3.mo M /trunk/libraries/Modelica 3.2.1/Fluid/Machines.mo M /trunk/libraries/Modelica 3.2.1/Fluid/package.mo M /trunk/libraries/Modelica 3.2.1/Math/package.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Constraints.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Rotational3DEffects.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Forces.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Joints.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Parts.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Sensors.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Types.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Visualizers.mo M /trunk/libraries/Modelica 3.2.1/Mechanics/Rotational.mo M /trunk/libraries/Modelica 3.2.1/Media/Water/IF97_Utilities.mo M /trunk/libraries/Modelica 3.2.1/StateGraph.mo M /trunk/libraries/Modelica 3.2.1/Utilities/Internal.mo M /trunk/libraries/Modelica 3.2.1/package.mo M /trunk/libraries/Modelica 3.2.1.txt M /trunk/libraries/ModelicaTest 1.1/Blocks.mo M /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo M /trunk/libraries/ModelicaTest 1.1/Media.mo M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo M /trunk/libraries/ModelicaTest 1.1/Rotational.mo M /trunk/libraries/ModelicaTest 1.1/Translational.mo M /trunk/libraries/ModelicaTest 1.1/package.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Updated MSL 3.2.1 library to the latest trunk (gets rid of some warnings about missing each-modifications) ------------------------------------------------------------------------ r12970 | perost | 2012-09-19 11:13:56 +0200 (Wed, 19 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - Move TwoMass back to working tests, since it seems to be working now. ------------------------------------------------------------------------ r12969 | wbraun | 2012-09-19 10:27:08 +0200 (Wed, 19 Sep 2012) | 3 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat - fix test ------------------------------------------------------------------------ r12968 | jfrenkel | 2012-09-19 09:08:48 +0200 (Wed, 19 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat - fix test ------------------------------------------------------------------------ r12966 | wbraun | 2012-09-18 23:41:48 +0200 (Tue, 18 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c M /trunk/SimulationRuntime/c/openmodelica_func.h - fix the previous commit ------------------------------------------------------------------------ r12965 | wbraun | 2012-09-18 22:54:15 +0200 (Tue, 18 Sep 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/math-support/hybrd.c M /trunk/SimulationRuntime/c/math-support/matrix.h A /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.c A /trunk/SimulationRuntime/c/math-support/nonlinearSolverHybrd.h A /trunk/SimulationRuntime/c/math-support/nonlinearSystem.c A /trunk/SimulationRuntime/c/math-support/nonlinearSystem.h M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel.mat M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/mosfiles/NonlinearFailed.mos changed interface for solving nonlinear systems in the c runtime - get rid of macros for solving - easier itegeration of further solver - added scaling of error function - added x scaling ------------------------------------------------------------------------ r12964 | perost | 2012-09-18 16:29:16 +0200 (Tue, 18 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/mofiles/AssignmentErrorInput.mo A /trunk/testsuite/mofiles/AssignmentToInput.mo M /trunk/testsuite/mofiles/Makefile Fix for bug #1819 - Only disallow assignment to input in functions. ------------------------------------------------------------------------ r12963 | adeas31 | 2012-09-18 16:05:39 +0200 (Tue, 18 Sep 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h #1820 - Added the Matching Algorithm and Index Reduction options to the simulation dialog. ------------------------------------------------------------------------ r12962 | leonardo.laguna | 2012-09-18 15:02:39 +0200 (Tue, 18 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fixed small problem causing failure in bootstrapping ------------------------------------------------------------------------ r12961 | leonardo.laguna | 2012-09-18 14:48:51 +0200 (Tue, 18 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/Script/CevalScript.mo - Moved a few groups of functions from Ceval and CevalScript in order to minimize the dependencies between Ceval->CevalScript. ------------------------------------------------------------------------ r12960 | sjoelund.se | 2012-09-18 14:08:45 +0200 (Tue, 18 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo #1820 - Adding new API calls to get index reduction / DSS options and descriptions ------------------------------------------------------------------------ r12959 | alash325 | 2012-09-18 12:33:34 +0200 (Tue, 18 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/TestMedia/simulation/Makefile M /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test2.mos M /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test3.mos -Fixed testsuite/erdPartyTestMedia/Simulation ------------------------------------------------------------------------ r12958 | sjoelund.se | 2012-09-18 12:27:02 +0200 (Tue, 18 Sep 2012) | 2 lines Changed paths: M /trunk/Parser/Makefile.common M /trunk/Parser/Makefile.in M /trunk/Parser/Makefile.omdev.mingw M /trunk/Parser/Modelica.g A /trunk/Parser/Parser_omc.c (from /trunk/Parser/Parser_omc.cpp:12957) D /trunk/Parser/Parser_omc.cpp M /trunk/Parser/parse.c - Made Parser use C-files instead of C++, which leads to fewer hacks ------------------------------------------------------------------------ r12957 | sjoelund.se | 2012-09-18 11:15:46 +0200 (Tue, 18 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/mosfiles-nosim/GroupImport.mos - Removed warning about group imports since they are part of Modelica 3.3 ------------------------------------------------------------------------ r12956 | perost | 2012-09-17 17:27:37 +0200 (Mon, 17 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/testsuite/scodeinst/ConstantConnector3.mo M /trunk/testsuite/scodeinst/Makefile - Fix prefixing of connectors in the new instantiation. ------------------------------------------------------------------------ r12955 | jfrenkel | 2012-09-17 15:19:01 +0200 (Mon, 17 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Util.mo - Util.arrayExpand check if expansion is needed before alloc and copy array ------------------------------------------------------------------------ r12954 | perost | 2012-09-17 14:43:09 +0200 (Mon, 17 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/testsuite/scodeinst/InvalidComplexConnectorType5.mo M /trunk/testsuite/scodeinst/Makefile - Update types of subcomponents in complex types in Typing.typeElement. ------------------------------------------------------------------------ r12953 | sjoelund.se | 2012-09-17 12:30:43 +0200 (Mon, 17 Sep 2012) | 2 lines Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.config.in M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro M /trunk/configure.in - OMVisualize linking ------------------------------------------------------------------------ r12952 | alash325 | 2012-09-17 12:28:59 +0200 (Mon, 17 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - Fix bootstrapping for windows ------------------------------------------------------------------------ r12951 | niklwors | 2012-09-17 11:17:55 +0200 (Mon, 17 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h -fix in cvode calcfunction for exception handling. ------------------------------------------------------------------------ r12950 | perost | 2012-09-17 10:59:05 +0200 (Mon, 17 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Connect2.mo M /trunk/Compiler/FrontEnd/ConnectCheck.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo A /trunk/testsuite/scodeinst/ConstantConnector1.mo A /trunk/testsuite/scodeinst/ConstantConnector2.mo A /trunk/testsuite/scodeinst/ConstantConnector3.mo A /trunk/testsuite/scodeinst/InvalidComplexConnectorType1.mo A /trunk/testsuite/scodeinst/InvalidComplexConnectorType2.mo A /trunk/testsuite/scodeinst/InvalidComplexConnectorType3.mo A /trunk/testsuite/scodeinst/InvalidComplexConnectorType4.mo A /trunk/testsuite/scodeinst/InvalidComplexConnectorType5.mo A /trunk/testsuite/scodeinst/InvalidConnectorDirection1.mo A /trunk/testsuite/scodeinst/InvalidConnectorDirection2.mo A /trunk/testsuite/scodeinst/InvalidConnectorDirection3.mo A /trunk/testsuite/scodeinst/InvalidConnectorDirection4.mo A /trunk/testsuite/scodeinst/InvalidConnectorType1.mo A /trunk/testsuite/scodeinst/InvalidConnectorType2.mo A /trunk/testsuite/scodeinst/InvalidConnectorType3.mo A /trunk/testsuite/scodeinst/InvalidConnectorType4.mo A /trunk/testsuite/scodeinst/InvalidConnectorType5.mo A /trunk/testsuite/scodeinst/InvalidConnectorType6.mo A /trunk/testsuite/scodeinst/InvalidVariability1.mo A /trunk/testsuite/scodeinst/InvalidVariability2.mo M /trunk/testsuite/scodeinst/Makefile - Implemented generation of asserts for constant/parameter connectors. - Lots of connection checking. ------------------------------------------------------------------------ r12949 | perost | 2012-09-17 09:42:39 +0200 (Mon, 17 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/testsuite/mofiles/ConnectorIllegal2.mo - Add source information to illegal algorithm section error. ------------------------------------------------------------------------ r12948 | hubert.thieriot | 2012-09-17 04:09:07 +0200 (Mon, 17 Sep 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp - GUI small issue ------------------------------------------------------------------------ r12947 | alash325 | 2012-09-15 23:22:11 +0200 (Sat, 15 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/3rdParty/DrModelica A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AddEmpty.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.DAEexample.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.DoubleWhenSequential.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.HideVariable.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.KyenesianModel.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.PopulationGrowth.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.SimpleValveFlow.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Step.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.SynchCounters.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Test.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.TwoRateSampler.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenStat3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.WhenValidResult.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos A /trunk/testsuite/3rdParty/DrModelica/DrModelicaForTesting.mo A /trunk/testsuite/3rdParty/DrModelica/Makefile A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ABCDsystem_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Activate_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AddEmpty_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AddSub1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AlgorithmSection_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AppendElement_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayConstruct1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayDim1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayDim2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayDim3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayDim4_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayDiv_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayIndex_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayMult_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ArrayReduce_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AssertTest2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AssertTest3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/AssertTestInst_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/BasicVolume1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/BasicVolume2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/BasicVolume3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/BouncingBall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Circuit_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Colors_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Concat3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ConcatArr1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ConcatArr2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ConcatArr4_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/CondAssignFuncCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/CondAssign_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ConstructFunc_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/DAEexample_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/DVSSTest_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/DimConvert_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/DoubleWhenSequential_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ElementWiseMultiplication_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Engine_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Epidemics1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/EqualityEquationsCorrect_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/EquationCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Equations_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Exp_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/FilterBlock1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/FiveForEquations_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/FlatTank_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/FuncDer_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/HelloWorld_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/HideVariableForEquations_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/HideVariable_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/HydrogenIodide_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/KyenesianModel_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/LogCall1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/LotkaVolterra_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/MRFcall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/ModifiedFiltersInSeries_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/MoonLanding_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/MultFuncCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/NamedCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/OneReturnValue_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/PolyEvaluate2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/PolynomialEvaluator2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/PopulationGrowth_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/PositionalCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/RangeVector_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/SampleSignalGenerator_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Sampler_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/SimpleValveFlow_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Step_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/SumVector_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/SumZ_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/SynchCounters_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Test_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/TwoRateSampler_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/VanDerPol_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WatchDogSystem2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WaveEquationSample_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenEquation_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenPriority_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenSet_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenStat2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenStat3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenStat_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/WhenValidResult_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Xpowers1_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Xpowers2_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/Xpowers3_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/fCall_ref.mat A /trunk/testsuite/3rdParty/DrModelica/ReferenceFiles/getPerson_ref.mat M /trunk/testsuite/3rdParty/TestMedia/simulation/Makefile - Added test script from DrModelica example models ------------------------------------------------------------------------ r12946 | adeas31 | 2012-09-15 21:57:42 +0200 (Sat, 15 Sep 2012) | 1 line Changed paths: M /trunk/README-BUILD-RELEASE-NSIS.txt - python interface build instructions. ------------------------------------------------------------------------ r12945 | alash325 | 2012-09-15 20:53:32 +0200 (Sat, 15 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/3rdParty/TestMedia/simulation/Makefile A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test1.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test2.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test3.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.ColdWater.Test4.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test1.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test2.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test3.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.FlueGas.Test4.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.Nitrogen.Test1.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test1.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test2.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test3.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test4.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test5.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test6.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test7.mos A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.TestModels.WaterIF97.Test8.mos - Added test scripts for Modelica.Media ------------------------------------------------------------------------ r12942 | adeas31 | 2012-09-14 20:01:04 +0200 (Fri, 14 Sep 2012) | 1 line Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py - load the binaries earlier. Python doesn't complain about releasing them in this sequence. I really don't know the reason. ------------------------------------------------------------------------ r12941 | adeas31 | 2012-09-14 18:48:14 +0200 (Fri, 14 Sep 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - more documentation. ------------------------------------------------------------------------ r12940 | adeas31 | 2012-09-14 18:39:33 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - few fixes. - small guide for Modelica3D. ------------------------------------------------------------------------ r12939 | sjoelund.se | 2012-09-14 16:42:44 +0200 (Fri, 14 Sep 2012) | 3 lines Changed paths: M /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.c M /trunk/Examples/BuildModelRecursive.mos - Speed up Modelica3D (don't print whole lot of debug trace) - Don't add a (sim) link if we did not even run the simulation in the first place ------------------------------------------------------------------------ r12938 | sjoelund.se | 2012-09-14 15:11:25 +0200 (Fri, 14 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Error.mo M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/bootstrapping/SimCodeTest.mos - Rudimentary support for level=AssertionLevel.warning, also in the runtime - Do type-checking of msg in assert(true, msg) ------------------------------------------------------------------------ r12937 | adeas31 | 2012-09-14 13:33:22 +0200 (Fri, 14 Sep 2012) | 1 line Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/CMakeLists.txt - make gtk apps compatible with mingw. ------------------------------------------------------------------------ r12936 | adeas31 | 2012-09-14 13:27:27 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.omdev.mingw - make modelica3d work on windows. - copy all the dependencies. ------------------------------------------------------------------------ r12935 | adeas31 | 2012-09-14 13:26:36 +0200 (Fri, 14 Sep 2012) | 1 line Changed paths: M /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.c - link with the dbus static lib. useful for simulations. ------------------------------------------------------------------------ r12934 | adeas31 | 2012-09-14 13:23:32 +0200 (Fri, 14 Sep 2012) | 5 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py Update OMDEV. - Fixed osg-gtk backend for windows. - there is no gobject introspection in windows so don't use gi.repository. - provide the dbus-python binding. ------------------------------------------------------------------------ r12932 | sjoelund.se | 2012-09-14 12:55:25 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Test all models please ------------------------------------------------------------------------ r12931 | sjoelund.se | 2012-09-14 11:20:58 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Skip linearize in BuildModelRecursive.mos ------------------------------------------------------------------------ r12930 | sjoelund.se | 2012-09-14 11:14:33 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - The buildModel script now include the log of the simulation executables ------------------------------------------------------------------------ r12929 | sjoelund.se | 2012-09-14 09:46:45 +0200 (Fri, 14 Sep 2012) | 2 lines Changed paths: A /trunk/testsuite/meta/MetaModelicaDev/documentation/Basic-Exercise-MetaModelica.onb (from /trunk/testsuite/meta/MetaModelicaDev/documentation/Types.onb:12928) D /trunk/testsuite/meta/MetaModelicaDev/documentation/Types.onb M /trunk/testsuite/meta/MetaModelicaDev/scripts/latex/main.tex M /trunk/testsuite/meta/MetaModelicaDev/scripts/make-package.sh - Update for the MM course material ------------------------------------------------------------------------ r12928 | perost | 2012-09-13 23:49:58 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo - Fix testcase. ------------------------------------------------------------------------ r12927 | jfrenkel | 2012-09-13 22:08:56 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/cppruntime/libraries/msl31/Makefile A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos - add EngineV6 test for cppruntime ------------------------------------------------------------------------ r12926 | adeas31 | 2012-09-13 17:53:18 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - Fixed documentaion viewer. ------------------------------------------------------------------------ r12925 | jfrenkel | 2012-09-13 17:28:09 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos - small change dynamic state selection ------------------------------------------------------------------------ r12924 | sjoelund.se | 2012-09-13 17:05:06 +0200 (Thu, 13 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Util/Name.mo M /trunk/testsuite/mofiles/DuplicateElements.mo M /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo M /trunk/testsuite/mofiles/ErrorMultipleClasses.mo M /trunk/testsuite/mofiles/MultipleDeclarations2.mo A /trunk/testsuite/mosfiles-nosim/DuplicateFunctions.mos M /trunk/testsuite/mosfiles-nosim/Makefile #1808 - Look for duplicate elements when parsing a file instead of later when it is too late (for functions) ------------------------------------------------------------------------ r12923 | jfrenkel | 2012-09-13 16:49:00 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - add rule for der(log10(x)) = der(x)/(log(10)*x) ------------------------------------------------------------------------ r12922 | niklwors | 2012-09-13 16:47:03 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp - fix in SolverDefaultImplemention init ------------------------------------------------------------------------ r12921 | jfrenkel | 2012-09-13 16:21:45 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - add rule for r^x^ and simplify derivative expression of x^r^ ------------------------------------------------------------------------ r12920 | niklwors | 2012-09-13 15:39:37 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp - fix for cvode initialization in cpp runtime ------------------------------------------------------------------------ r12919 | sjoelund.se | 2012-09-13 14:48:10 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Ignore HumMod utf-8 errors ------------------------------------------------------------------------ r12918 | sjoelund.se | 2012-09-13 13:57:03 +0200 (Thu, 13 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/Examples/BuildModelRecursive.mos M /trunk/SimulationRuntime/c/ModelicaExternalC/Makefile.in M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/varinfo.c M /trunk/SimulationRuntime/c/util/varinfo.h M /trunk/testsuite/bootstrapping/SimCodeTest.mos M /trunk/testsuite/libraries/msl31/Modelica.Utilities.mos M /trunk/testsuite/mosfiles/ModelicaUtilities.mo M /trunk/testsuite/mosfiles/ModelicaUtilities.mos M /trunk/testsuite/mosfiles/ModelicaUtilities.myExtFunction.c M /trunk/testsuite/mosfiles-nosim/ZeroRange.mos #1798 - External C functions can now throw assertions by calling ModelicaError - Assertions thrown in function code now causes the function to fail() properly ------------------------------------------------------------------------ r12917 | ppriv | 2012-09-13 13:15:06 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons D /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Thumbs.db - delete the Thumbs.db from icons dir ------------------------------------------------------------------------ r12916 | niklwors | 2012-09-13 13:15:00 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp - fix in cpp runtime loading math lib ------------------------------------------------------------------------ r12915 | ppriv | 2012-09-13 13:04:08 +0200 (Thu, 13 Sep 2012) | 5 lines Changed paths: A /trunk/testsuite/3rdParty/HumMod/HumMod A /trunk/testsuite/3rdParty/HumMod/HumMod/animations A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_CO2.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_O2.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_TissueInterstitial.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_TissueIntracellular.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_TissueVeins.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/AcidBase_pH.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/CO2.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/CVS.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Electrolytes.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/FickForSkeletalMuscle.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/GITractMetabolism.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Heart.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/LiverMetabolism.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/NutrientsAndMetabolism.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/O2.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/O2UseForBones.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Proteins.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Sodium.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Status.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Steady_WaterCalculation.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/TissueMetabolism.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissue_pH_blood.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissue_vein_CO2.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissue_vein_intracellular_erythrocyte_pH.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissues_InterstitialWater.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissues_pH_interstitial.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Tissues_pH_intracellular.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/Water.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/WaterCompartments.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/femaleSexHormones.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/heat.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/hormones.png A /trunk/testsuite/3rdParty/HumMod/HumMod/animations/nerves.png A /trunk/testsuite/3rdParty/HumMod/HumMod/package.encoding A /trunk/testsuite/3rdParty/HumMod/HumMod/package.mo A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/all.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/default.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyState.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateCVS.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateElectrolytes.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateGases.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateHeat.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateHormones.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateMetabolism.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateProteins.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/parameters/steadyStateWater.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/default.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/dif3_s.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/differences.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/output2_s.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/partial_steady_states.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/save.txt A /trunk/testsuite/3rdParty/HumMod/HumMod/setup/save2.txt A /trunk/testsuite/3rdParty/HumMod/HumMod_License.txt M /trunk/testsuite/3rdParty/HumMod/Makefile A /trunk/testsuite/3rdParty/HumMod/Physiolibrary A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/Fluid.mo A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/Media.mo A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/AminoAcid.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/CO2 (2).png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/CO2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/CVS.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Cl.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/D-glucose-chain-3D-balls.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/FattyAcid.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/GIT.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/GITLumen.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/GITandLiver.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Glucose2.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/K.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/KetoAcid.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Lactate.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Lymph.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/NH4.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Na.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/O2.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/SANode.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Thumbs.db A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/Urea.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/abdominalVenaCava.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/acidobaze (2).png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/acidobaze.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/aminokyseliny.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/arterie.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/baroreflex.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/betaTotal.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/bloodProperties.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/bone.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/brain.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/cellularMetabolism.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/cervenaKrvinka.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulation.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationBones.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationBrain.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationFat.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationKidney.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationLeftCoronary.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationLungs.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationRightCoronary.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationSkelMuscle.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationSkeletalMuscle.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/circulationSkin.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/collapseVeins.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/concentrationCompartement.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/concentrationMeassure.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/csv.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/cviceni.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/default.htm A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/diffusion.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/dilution.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/dychani.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/elasticitaSrdce.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/elastickyKompartment - Kopie.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/elastickyKompartment.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/electrolytes.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/fat.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/fattyAcids.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/flowMeassure - Kopie.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/flowMeassure.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/fosfat.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/gases.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/glucose.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/glykogen.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/golem.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/guyton_resized.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/heart.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/heartPict.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/heartVentricle.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hormones.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hormonesFemaleSex.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hormony.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hydrostaticGradient.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hydrostatika.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/hypofyza.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/ikonaMembrana.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/indexStatus.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/indexVoda.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/indexstatusBezKolecka.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/inferiorVenaCava.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/inflowPump.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/integral.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/jatra.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/kidney.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/kolaps.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/komoraSrdce.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniReciste.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniReciste1-1srdce.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniReciste1-2srdce.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteKost.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteKuze.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteLedviny.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteMozek.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecistePlice.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteSiluetacloveka.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteSval.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteTkaniKosterniSvaly.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krevniRecisteTuk.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/krvinka.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/kyselostVeSvalech.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/kyslik.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/ledviny.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/legsCirculation.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/liver.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/log10_2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/lungBloodFlow.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/lungPerfusion.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/massStorage.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/mesh.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/metabolismusJater.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/mocovyMechyr.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/muzHormony.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nadledviny.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nefron.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nerves.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nervyNeuron.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nutrients.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nutrientsAndMetabolism - Kopie.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/nutrientsAndMetabolism.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/odporVelkychZil.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/ohen.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/oxygen.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/pHarterie.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/pHvanes.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/pankreas.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/perfusion.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/perfusion2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/peritoneum.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/plasma.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/plazma.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/plice.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/plicniZkrat.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/pojivovaTkan.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/potniZlaza.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/pressureMeassure.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/protein.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/protein.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/proton.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/prvkyCO2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/prvkyH2O.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/reabsorbtion.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/reabsorbtion2.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/receptoryVSrdci.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/redCell.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/resistance.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/resistor.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/respiracniCentrum.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/respiracniSvaly.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/reversibleReaction.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/reversibleReaction.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/rightVentricle.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/sequerestedVolume - Kopie.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/sequerestedVolume.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/setup.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/setup2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaKoma.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaMrtvy.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaNedychaSam.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaNormal.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaSkoroMrtvy.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaVaznejsiStav.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaVoda.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/siluetaZmateni.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/skin.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/solubility.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/soluteFlow.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/soluteFlowMeassure.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/srdceLeva.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/srdceprava.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/stitnaZlaza.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/sulfat02.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/superiorVenaCava.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/sval.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/sympatetickeNervy.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/systemicCirculation.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/systemicCirculation.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tissueFitness.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tissueMetabolism.jpg A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismus.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKost.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKosterniSvaly.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusKuze.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusLedviny.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusMozek.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusPlice.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusRespiracniSvaly.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusSrdceLeva.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusSrdcePrava.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tkanovyMetabolismusTuk.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/torzo1.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/torzo2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/torzo3.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt03.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/traviciTrakt2.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/tukovaBunka.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/upperBodyCirculation.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/vagus.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/ventilatorCapacitance.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/ventilatorInertance.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/vlastnostiKrve.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/voda.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/voda01.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/voda03.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/vrtule.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/vyziva.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/water.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/waterAndProteins.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/icons/zivinyMetabolismus.png A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/package.encoding A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/package.mo A /trunk/testsuite/3rdParty/HumMod/Physiolibrary/package.order D /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos A /trunk/testsuite/3rdParty/HumMod/checkHumModOMCTotal.mos (from /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos:12913) D /trunk/testsuite/3rdParty/HumMod/instHumMod.mos A /trunk/testsuite/3rdParty/HumMod/instHumModOMCTotal.mos (from /trunk/testsuite/3rdParty/HumMod/instHumMod.mos:12913) A /trunk/testsuite/3rdParty/HumMod/toOMCandMODELICA_STANDARD.sed A /trunk/testsuite/3rdParty/HumMod/translateHumMod.mos Added a failing test for the new HumMod model - issue: omc backend is crashing on the added translateHumMod.mos test.mo - note: the model's .mo files are first preprocessed into HumMod_OMC/ folder to be able to instatiate and check successfully - renaming the old tests with suffix OMCTotal ------------------------------------------------------------------------ r12914 | jfrenkel | 2012-09-13 13:02:05 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - bugfix dynamic state selection ------------------------------------------------------------------------ r12913 | perost | 2012-09-13 10:33:14 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - Moved SpringDamperSystem simulation test to failing tests to fix testsuite. ------------------------------------------------------------------------ r12912 | niklwors | 2012-09-13 10:21:33 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos - fix in cpp runtime loading math library ------------------------------------------------------------------------ r12911 | niklwors | 2012-09-13 09:54:32 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h removed tabs ------------------------------------------------------------------------ r12910 | sjoelund.se | 2012-09-13 09:25:47 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: A /trunk/testsuite/meta/MetaModelicaDev/documentation/MetaModelicaBuiltinFunctions.url M /trunk/testsuite/meta/MetaModelicaDev/scripts/make-package.sh - Update for the course files ------------------------------------------------------------------------ r12909 | niklwors | 2012-09-13 09:10:06 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.cpp M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h A /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos - fix in cpp runtime for division, initialization of CVode ------------------------------------------------------------------------ r12906 | jfrenkel | 2012-09-13 02:14:22 +0200 (Thu, 13 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos - bugfix dynamic state selection for stateSelect = StateSelect.always - add test for EngineV6 (compile and simulation time together around 1 minute but nonliniear solver has trouble) ------------------------------------------------------------------------ r12905 | adeas31 | 2012-09-13 01:50:00 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIWrapper.c - Wrapping the FMIL code for simulation. ------------------------------------------------------------------------ r12904 | jfrenkel | 2012-09-13 01:13:41 +0200 (Thu, 13 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - speedup dynamic state selection (10 times faster) ------------------------------------------------------------------------ r12903 | jfrenkel | 2012-09-12 23:21:21 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Uncertainties.mo - fix bootstrapped compilation ------------------------------------------------------------------------ r12902 | jfrenkel | 2012-09-12 23:20:06 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat - fix tests ------------------------------------------------------------------------ r12901 | jfrenkel | 2012-09-12 21:31:23 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos - fix compilation ------------------------------------------------------------------------ r12900 | jfrenkel | 2012-09-12 20:51:36 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenXML.tpl M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - fix taps - fix bootstrapping test ------------------------------------------------------------------------ r12899 | jfrenkel | 2012-09-12 20:42:49 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos - inlineintegration and tearing does not work together ------------------------------------------------------------------------ r12898 | jfrenkel | 2012-09-12 18:45:22 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - replace residual replacements by adding varname = xloc[..] at the beginning of each residualfunction, this makes handling of complex and algorithm equations easier in residual systems ------------------------------------------------------------------------ r12897 | leonardo.laguna | 2012-09-12 17:58:02 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/uncertainties/dataReconciliation.mos - Added option to write output file when extracting uncertainties ------------------------------------------------------------------------ r12896 | jfrenkel | 2012-09-12 17:18:26 +0200 (Wed, 12 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos - fix tests, switch of tearing for some models because nonlinear solver has trouble see Ticket #1804 - improve adiacency matrix, check if expressions branch variables - fix bug for determinant calculation in dynamic state selection - fix bug for temp variables in simcode ------------------------------------------------------------------------ r12895 | alash325 | 2012-09-12 17:13:56 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/CodegenXML.mo A /trunk/Compiler/Template/CodegenXML.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Flags.mo - Added XML code generation module ------------------------------------------------------------------------ r12894 | sjoelund.se | 2012-09-12 16:08:21 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/drmodelica/ABCDsystem.mo M /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo - Expected output ------------------------------------------------------------------------ r12893 | sjoelund.se | 2012-09-12 16:03:57 +0200 (Wed, 12 Sep 2012) | 3 lines Changed paths: M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/MatrixMulVector.mo #1801 - Added testcase ------------------------------------------------------------------------ r12892 | sjoelund.se | 2012-09-12 16:03:37 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix Windows compilation ------------------------------------------------------------------------ r12891 | jfrenkel | 2012-09-12 15:46:51 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - fix annoying bug for expand variables ------------------------------------------------------------------------ r12890 | sjoelund.se | 2012-09-12 15:00:25 +0200 (Wed, 12 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/ExtractorTest.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Makefile M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ArrayMatrixSimplifier.mo M /trunk/testsuite/mofiles/ArrayMulMatrixSimplifier.mo M /trunk/testsuite/mofiles/Extends3.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/MatrixAddition.mo M /trunk/testsuite/mofiles/SubScript2.mo M /trunk/testsuite/mofiles/msl/BC10.mo M /trunk/testsuite/mofiles/msl/BM16.mo M /trunk/testsuite/mofiles/msl/BM24.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo #1801 - Fix problem with matrix-vector operations being converted into array-multiplication of vector and scalar - All tests that worked still work except for one: ./libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos, presumably because of a better solution now ------------------------------------------------------------------------ r12889 | sjoelund.se | 2012-09-12 14:11:30 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/3rdParty/modelica3d/common/cmake/FindDBUS.cmake - Find DBUS on 32-bit Linux (deb layout) ------------------------------------------------------------------------ r12888 | sjoelund.se | 2012-09-12 13:15:36 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl - Add support for +t in ExpressionDumpTpl.tpl operator printing ------------------------------------------------------------------------ r12887 | sjoelund.se | 2012-09-12 11:51:13 +0200 (Wed, 12 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/configure.in #1343 - Pass front-end for AssertionLevel in assert-statements ------------------------------------------------------------------------ r12886 | sjoelund.se | 2012-09-12 11:38:11 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix uninitialized oops for clang -O3 ------------------------------------------------------------------------ r12885 | sjoelund.se | 2012-09-12 11:10:40 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c - Some compiler warnings ------------------------------------------------------------------------ r12884 | perost | 2012-09-12 10:45:26 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo - Fix dumping of for iterators in DAEDump. ------------------------------------------------------------------------ r12883 | sjoelund.se | 2012-09-12 10:44:44 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/mosfiles-nosim/TestLoadModel.mos - Expected output ------------------------------------------------------------------------ r12882 | jfrenkel | 2012-09-12 10:32:53 +0200 (Wed, 12 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - take care of order of non residual equations in residual function ------------------------------------------------------------------------ r12881 | sjoelund.se | 2012-09-12 09:19:26 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/testsuite/meta/MetaModelicaDev/11_petrol/Types.mo - Fixed MM course tests ------------------------------------------------------------------------ r12880 | sjoelund.se | 2012-09-12 08:51:08 +0200 (Wed, 12 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/meta/MetaModelicaDev/Makefile - Adding a test-error target so we can make a hudson target for the MM course ------------------------------------------------------------------------ r12879 | jfrenkel | 2012-09-11 23:10:02 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - tear only time continues part of mixed equation system ------------------------------------------------------------------------ r12878 | jfrenkel | 2012-09-11 21:24:55 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix tearing ------------------------------------------------------------------------ r12877 | jfrenkel | 2012-09-11 19:55:49 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix code generation for torn system ------------------------------------------------------------------------ r12876 | adeas31 | 2012-09-11 18:48:35 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Template/DAEDumpTpl.tpl - fix tabs. ------------------------------------------------------------------------ r12875 | alash325 | 2012-09-11 16:57:07 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.tpl M /trunk/Compiler/Util/Flags.mo - Added template based DAE unparser ------------------------------------------------------------------------ r12871 | sjoelund.se | 2012-09-11 15:54:54 +0200 (Tue, 11 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/libraries/ModelicaServices 1.0 modelica3d/package.mo M /trunk/libraries/README - Make sure we don't load Modelica3D if MS 1.0 was requested - Appended modelica3d to the version annotation of MS 1.0 modelica3d ------------------------------------------------------------------------ r12870 | jfrenkel | 2012-09-11 15:51:29 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - bugfix for complex residual equations ------------------------------------------------------------------------ r12869 | adeas31 | 2012-09-11 15:36:29 +0200 (Tue, 11 Sep 2012) | 3 lines Changed paths: M /trunk/3rdParty/modelica3d/backends/osg-gtk/CMakeLists.txt M /trunk/3rdParty/modelica3d/lib/proc3d/CMakeLists.txt M /trunk/3rdParty/modelica3d/lib/proc3d/src/operations.hpp M /trunk/Makefile.omdev.mingw - modelica3d compilation on windows. - some changes in the modelica3d library in order to fix it for windows. - OMDEV update is required. ------------------------------------------------------------------------ r12866 | sjoelund.se | 2012-09-11 14:51:51 +0200 (Tue, 11 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/VarTransform.mo #1343 - Refactoring: Add expression for level in assert-equations ------------------------------------------------------------------------ r12865 | jfrenkel | 2012-09-11 13:45:47 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos - move symbolic manipulation from tearing to SimCodeUtil ------------------------------------------------------------------------ r12864 | jfrenkel | 2012-09-11 13:29:09 +0200 (Tue, 11 Sep 2012) | 1 line Changed paths: A /trunk/testsuite/tearing A /trunk/testsuite/tearing/Makefile A /trunk/testsuite/tearing/Pendel31.mo A /trunk/testsuite/tearing/Pendel31.mos A /trunk/testsuite/tearing/Tearing.mo A /trunk/testsuite/tearing/Tearing.mos A /trunk/testsuite/tearing/Tearing3.mo A /trunk/testsuite/tearing/Tearing3.mos A /trunk/testsuite/tearing/Tearing4.mo A /trunk/testsuite/tearing/Tearing4.mos A /trunk/testsuite/tearing/Tearing5.mo A /trunk/testsuite/tearing/Tearing5.mos A /trunk/testsuite/tearing/Tearing6.mo A /trunk/testsuite/tearing/Tearing6.mos A /trunk/testsuite/tearing/Tearing7.mo A /trunk/testsuite/tearing/Tearing7.mos A /trunk/testsuite/tearing/Tearing8.mo A /trunk/testsuite/tearing/Tearing8.mos A /trunk/testsuite/tearing/Tearing9.mo A /trunk/testsuite/tearing/Tearing9.mos A /trunk/testsuite/tearing/TearingCasella.mo A /trunk/testsuite/tearing/TearingCasella.mos - add tests for tearing ------------------------------------------------------------------------ r12863 | sjoelund.se | 2012-09-11 13:15:02 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Use configured compilers for cmake crap ------------------------------------------------------------------------ r12862 | sjoelund.se | 2012-09-11 10:00:54 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Update Modelica3D documentation ------------------------------------------------------------------------ r12861 | sjoelund.se | 2012-09-11 09:20:21 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/3rdParty - Force specific revision of FMIL (update this on demand) ------------------------------------------------------------------------ r12860 | sjoelund.se | 2012-09-11 09:13:19 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Fix parsing ------------------------------------------------------------------------ r12859 | sjoelund.se | 2012-09-11 08:59:55 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Examples/BuildModelRecursive.mos - Do not load ObsoleteModelica3. It causes many errors. ------------------------------------------------------------------------ r12858 | wbraun | 2012-09-11 01:39:56 +0200 (Tue, 11 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fixed small bug in BackendDAEUtil.adjacencyMatrixDispatchEnhancedScalar ------------------------------------------------------------------------ r12857 | jfrenkel | 2012-09-10 22:01:15 +0200 (Mon, 10 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix tests ------------------------------------------------------------------------ r12856 | jfrenkel | 2012-09-10 20:42:47 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - add strongcomponent type TORNSYSTEM - keep matching information in constantLinearSystem ------------------------------------------------------------------------ r12855 | sjoelund.se | 2012-09-10 20:01:04 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Avoid recursive make clean ------------------------------------------------------------------------ r12854 | sjoelund.se | 2012-09-10 19:55:27 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/configure.in - Enable configure for modelica3d ------------------------------------------------------------------------ r12853 | wbraun | 2012-09-10 16:15:33 +0200 (Mon, 10 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo #1780 - BugFix for Ticket#1780 ------------------------------------------------------------------------ r12852 | sjoelund.se | 2012-09-10 15:48:55 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw - Fix to build on Windows ------------------------------------------------------------------------ r12851 | jfrenkel | 2012-09-10 15:45:10 +0200 (Mon, 10 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Script/CevalScript.mo - remove shared from incidence matrix calcualtion because it is not needed ------------------------------------------------------------------------ r12850 | sjoelund.se | 2012-09-10 14:45:21 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw - Don't create libexec on Linux ------------------------------------------------------------------------ r12849 | sjoelund.se | 2012-09-10 14:39:50 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: A /trunk/3rdParty/modelica3d A /trunk/3rdParty/modelica3d/.gitignore A /trunk/3rdParty/modelica3d/CMakeLists.txt A /trunk/3rdParty/modelica3d/COPYING A /trunk/3rdParty/modelica3d/backends A /trunk/3rdParty/modelica3d/backends/blender2.59 A /trunk/3rdParty/modelica3d/backends/blender2.59/dbus-server.py A /trunk/3rdParty/modelica3d/backends/osg-gtk A /trunk/3rdParty/modelica3d/backends/osg-gtk/CMakeLists.txt A /trunk/3rdParty/modelica3d/backends/osg-gtk/python A /trunk/3rdParty/modelica3d/backends/osg-gtk/python/dbus-server.py A /trunk/3rdParty/modelica3d/backends/osg-gtk/src A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osg_interpreter.hpp A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osggtkdrawingarea.cpp A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osggtkdrawingarea.h A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osgviewerGTK.cpp A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/osgviewerGTK.hpp A /trunk/3rdParty/modelica3d/backends/osg-gtk/src/viewer.cpp A /trunk/3rdParty/modelica3d/common A /trunk/3rdParty/modelica3d/common/cmake A /trunk/3rdParty/modelica3d/common/cmake/FindDBUS.cmake A /trunk/3rdParty/modelica3d/common/cmake/FindGLFW.cmake A /trunk/3rdParty/modelica3d/common/cmake/FindGtkGl.cmake A /trunk/3rdParty/modelica3d/common/cmake/FindOMC.cmake A /trunk/3rdParty/modelica3d/examples A /trunk/3rdParty/modelica3d/examples/multibody A /trunk/3rdParty/modelica3d/examples/multibody/CMakeLists.txt A /trunk/3rdParty/modelica3d/examples/multibody/src A /trunk/3rdParty/modelica3d/examples/multibody/src/modelica A /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/DoublePendulum.mo A /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/Engine1b.mo A /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/Internal.mo A /trunk/3rdParty/modelica3d/examples/multibody/src/modelica/Pendulum.mo A /trunk/3rdParty/modelica3d/lib A /trunk/3rdParty/modelica3d/lib/mod3d A /trunk/3rdParty/modelica3d/lib/mod3d/CMakeLists.txt A /trunk/3rdParty/modelica3d/lib/mod3d/src A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D A /trunk/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D/package.mo A /trunk/3rdParty/modelica3d/lib/modbus A /trunk/3rdParty/modelica3d/lib/modbus/CMakeLists.txt A /trunk/3rdParty/modelica3d/lib/modbus/src A /trunk/3rdParty/modelica3d/lib/modbus/src/c A /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.c A /trunk/3rdParty/modelica3d/lib/modbus/src/c/modbus.h A /trunk/3rdParty/modelica3d/lib/modbus/src/modelica A /trunk/3rdParty/modelica3d/lib/modbus/src/modelica/modbus A /trunk/3rdParty/modelica3d/lib/modbus/src/modelica/modbus/package.mo A /trunk/3rdParty/modelica3d/lib/modcount A /trunk/3rdParty/modelica3d/lib/modcount/CMakeLists.txt A /trunk/3rdParty/modelica3d/lib/modcount/src A /trunk/3rdParty/modelica3d/lib/modcount/src/c A /trunk/3rdParty/modelica3d/lib/modcount/src/c/modcount.c A /trunk/3rdParty/modelica3d/lib/modcount/src/c/modcount.h A /trunk/3rdParty/modelica3d/lib/modcount/src/modelica A /trunk/3rdParty/modelica3d/lib/modcount/src/modelica/Test.mo A /trunk/3rdParty/modelica3d/lib/modcount/src/modelica/modcount A /trunk/3rdParty/modelica3d/lib/modcount/src/modelica/modcount/package.mo A /trunk/3rdParty/modelica3d/lib/proc3d A /trunk/3rdParty/modelica3d/lib/proc3d/CMakeLists.txt A /trunk/3rdParty/modelica3d/lib/proc3d/src A /trunk/3rdParty/modelica3d/lib/proc3d/src/animationContext.hpp A /trunk/3rdParty/modelica3d/lib/proc3d/src/operations.hpp A /trunk/3rdParty/modelica3d/lib/proc3d/src/proc3d.cpp A /trunk/3rdParty/modelica3d/lib/proc3d/src/proc3d.hpp M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Makefile.common - Adding makefiles for modelica3d ------------------------------------------------------------------------ r12848 | sjoelund.se | 2012-09-10 14:28:39 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D/package.mo M /trunk/libraries/README - Tab-error ------------------------------------------------------------------------ r12847 | petar787 | 2012-09-10 13:42:22 +0200 (Mon, 10 Sep 2012) | 1 line Changed paths: A /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.config.in M /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeMainWindow.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.h Changed in OMVisualize ------------------------------------------------------------------------ r12846 | niklwors | 2012-09-10 13:29:27 +0200 (Mon, 10 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl - fix in cpp template for initialization of const string variables ------------------------------------------------------------------------ r12845 | sjoelund.se | 2012-09-10 13:12:44 +0200 (Mon, 10 Sep 2012) | 3 lines Changed paths: M /trunk A /trunk/3rdParty A /trunk/libraries/ModelicaServices 1.0 modelica3d A /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D A /trunk/libraries/ModelicaServices 1.0 modelica3d/Modelica3D/package.mo A /trunk/libraries/ModelicaServices 1.0 modelica3d/modbus A /trunk/libraries/ModelicaServices 1.0 modelica3d/modbus/package.mo A /trunk/libraries/ModelicaServices 1.0 modelica3d/modcount A /trunk/libraries/ModelicaServices 1.0 modelica3d/modcount/package.mo A /trunk/libraries/ModelicaServices 1.0 modelica3d/package.mo - Adding modelica3d version of ModelicaServices - Moved around 3rdParty svn:externals ------------------------------------------------------------------------ r12844 | sjoelund.se | 2012-09-10 12:34:26 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/ModelicaReference 3.2.1/package.order M /trunk/libraries/README - Fix ModelicaReference package.order ------------------------------------------------------------------------ r12843 | sjoelund.se | 2012-09-10 12:27:44 +0200 (Mon, 10 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo #1799 - Do some code generation for tuple residuals ------------------------------------------------------------------------ r12842 | sjoelund.se | 2012-09-10 11:28:52 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/Makefile A /trunk/Compiler/Translation/es.po M /trunk/Compiler/Translation/openmodelica.pot - Adding stub for spanish translation ------------------------------------------------------------------------ r12841 | niklwors | 2012-09-10 10:18:38 +0200 (Mon, 10 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Utility.h - fix in cpp for atan2,smooth init of const vars ------------------------------------------------------------------------ r12840 | sjoelund.se | 2012-09-10 09:43:27 +0200 (Mon, 10 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix wrong C logic (&& || priority) ------------------------------------------------------------------------ r12838 | jfrenkel | 2012-09-08 01:31:21 +0200 (Sat, 08 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - remove selfgenerated vars - bugfix derivativeEquation ------------------------------------------------------------------------ r12837 | jfrenkel | 2012-09-07 23:45:15 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - improve removesimpleequationsfast/past (less memory, faster) ------------------------------------------------------------------------ r12836 | jfrenkel | 2012-09-07 23:25:02 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos - fix tests ------------------------------------------------------------------------ r12835 | jfrenkel | 2012-09-07 22:54:32 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo - improve removesimpleequationsfast/past (less memory, faster), remove unused implementation removesimpleequations ------------------------------------------------------------------------ r12834 | jfrenkel | 2012-09-07 21:51:12 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12833 | jfrenkel | 2012-09-07 20:27:45 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix tests ------------------------------------------------------------------------ r12832 | jfrenkel | 2012-09-07 18:02:44 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - fix tests ------------------------------------------------------------------------ r12831 | jfrenkel | 2012-09-07 17:23:55 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/TaskGraph.mo - fix TaskGraph.mo ------------------------------------------------------------------------ r12830 | jfrenkel | 2012-09-07 17:15:14 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos - fix liniearization ------------------------------------------------------------------------ r12829 | niklwors | 2012-09-07 15:45:43 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template giveZeroFunc for zero sign ------------------------------------------------------------------------ r12828 | jfrenkel | 2012-09-07 14:24:01 +0200 (Fri, 07 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/interactive/XmlDumpComment.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos - remove unused flags VAR_INDEX,VAR_INDEX2 - remove unecessary code from removesimpleequationsfast - implement vararrayList2 tailrecursive - fix tests ------------------------------------------------------------------------ r12827 | sjoelund.se | 2012-09-07 13:54:35 +0200 (Fri, 07 Sep 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Do not run readRealParameterModel in the recursive test ------------------------------------------------------------------------ r12826 | leonardo.laguna | 2012-09-07 13:48:57 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/uncertainties/Makefile A /trunk/testsuite/uncertainties/dataReconciliation.mo A /trunk/testsuite/uncertainties/dataReconciliation.mos - Added new implementation of uncertainty extraction algorithm ------------------------------------------------------------------------ r12825 | perost | 2012-09-07 13:02:24 +0200 (Fri, 07 Sep 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo Fix for bug #1796: - Fixed correct order of dimensions in Inst.makeCrefBaseType and Inst.arrayBasictypeBaseclass. ------------------------------------------------------------------------ r12824 | hubert.thieriot | 2012-09-07 12:27:58 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Plots/MOOptPlot.h Remove a plot memory leak ------------------------------------------------------------------------ r12823 | jfrenkel | 2012-09-07 11:59:23 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo - remove index from BackendDAE.Var ------------------------------------------------------------------------ r12822 | jfrenkel | 2012-09-07 11:58:00 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix replaceDerEquations ------------------------------------------------------------------------ r12821 | jfrenkel | 2012-09-07 11:32:01 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - fix tap ------------------------------------------------------------------------ r12820 | jfrenkel | 2012-09-07 10:11:39 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - use average of reference data values for tollerance belt in SimulationResultsCmp ------------------------------------------------------------------------ r12819 | jfrenkel | 2012-09-07 10:09:53 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/Util/List.mo - implement equationDelete without sorting of intList ------------------------------------------------------------------------ r12818 | hubert.thieriot | 2012-09-07 05:53:54 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModPlusCtrls.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrls.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp - other memory leaks (OMOptim). Should be over... ------------------------------------------------------------------------ r12817 | hubert.thieriot | 2012-09-07 05:53:42 +0200 (Fri, 07 Sep 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp M /trunk/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptimBasis/Problems/OMCase.h M /trunk/OMOptimBasis/Problems/OMCases.cpp M /trunk/OMOptimBasis/Problems/OMCases.h M /trunk/OMOptimBasis/Problems/Result.cpp M /trunk/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h - other memory leaks. Should be over... ------------------------------------------------------------------------ r12816 | jfrenkel | 2012-09-06 23:34:17 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat - fix test ------------------------------------------------------------------------ r12815 | perost | 2012-09-06 22:53:34 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Fix bootstrapping. ------------------------------------------------------------------------ r12814 | jfrenkel | 2012-09-06 21:55:11 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos - fix tests ------------------------------------------------------------------------ r12813 | jfrenkel | 2012-09-06 21:35:43 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/initialization/nominal.mos M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitParam.mos - fix tests ------------------------------------------------------------------------ r12812 | jfrenkel | 2012-09-06 19:41:37 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - remove unused code (calculate indexes/translatedae) ------------------------------------------------------------------------ r12811 | jfrenkel | 2012-09-06 19:26:53 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat - fix tests ------------------------------------------------------------------------ r12810 | jfrenkel | 2012-09-06 18:59:15 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat - fix tests ------------------------------------------------------------------------ r12809 | jfrenkel | 2012-09-06 18:44:27 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo - move translateDAE to SimCode and implement it O(n) ------------------------------------------------------------------------ r12808 | jfrenkel | 2012-09-06 17:44:55 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix dynamic stateselection der({x,y}) -> {der(x),der(y)} ------------------------------------------------------------------------ r12807 | sjoelund.se | 2012-09-06 17:13:39 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Bootstrapping ------------------------------------------------------------------------ r12806 | niklwors | 2012-09-06 16:32:11 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h - fix for array add in cpp template ------------------------------------------------------------------------ r12805 | sjoelund.se | 2012-09-06 15:41:12 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Examples/BuildModelRecursive.mos - Look for StopTime instead of checking all weird stuff to decide on what models to run ------------------------------------------------------------------------ r12804 | Frenkel TUD | 2012-09-06 15:40:14 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix tests ------------------------------------------------------------------------ r12803 | sjoelund.se | 2012-09-06 15:01:09 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Force Modelica grammar for 3.2.1 since otherwise it does not parse ------------------------------------------------------------------------ r12802 | Frenkel TUD | 2012-09-06 13:08:47 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fix tests ------------------------------------------------------------------------ r12801 | lochel | 2012-09-06 11:54:48 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - move log-verbose-level from LOG_INIT to LOG_DEBUG for some debug-messages ------------------------------------------------------------------------ r12800 | sjoelund.se | 2012-09-06 10:05:32 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mo - Fix testcase SimCodeTest ------------------------------------------------------------------------ r12799 | sjoelund.se | 2012-09-06 09:43:46 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix assertion ------------------------------------------------------------------------ r12798 | Frenkel TUD | 2012-09-06 00:56:12 +0200 (Thu, 06 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo A /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - splitt SimCode in SimCode for data types and SimCodeUtil for functions ------------------------------------------------------------------------ r12797 | Frenkel TUD | 2012-09-06 00:26:17 +0200 (Thu, 06 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat - fix tests ------------------------------------------------------------------------ r12796 | Frenkel TUD | 2012-09-05 22:39:16 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/NonlinearMixed.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12795 | sjoelund.se | 2012-09-05 22:28:50 +0200 (Wed, 05 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos M /trunk/testsuite/mosfiles-nosim/TestLoadModel.mos #1793 - Updated the C runtime for the loadModel command. We now look for targets in a better order, should be more robust, and we should now support loading any 3.2.x.y when 3.2 is requested and not found. Even on Windows. ------------------------------------------------------------------------ r12794 | perost | 2012-09-05 18:52:31 +0200 (Wed, 05 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - Removed tabs. ------------------------------------------------------------------------ r12792 | niklwors | 2012-09-05 17:58:50 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -add division scalar array to cpp template ------------------------------------------------------------------------ r12791 | niklwors | 2012-09-05 15:56:54 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h - fix in cpp template for divide, multiply array and asub operation ------------------------------------------------------------------------ r12790 | Frenkel TUD | 2012-09-05 15:50:58 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HashTableCrSimVars.mo M /trunk/Compiler/BackEnd/SimCode.mo - fix compilation ------------------------------------------------------------------------ r12789 | Frenkel TUD | 2012-09-05 15:08:08 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: A /trunk/Compiler/BackEnd/HashTableCrSimVars.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - start to implement new index calculation ------------------------------------------------------------------------ r12788 | niklwors | 2012-09-05 15:04:34 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h - removed tab in ArrayOperations ------------------------------------------------------------------------ r12787 | niklwors | 2012-09-05 14:59:52 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h -fix in cpp template for array assign ------------------------------------------------------------------------ r12786 | hubert.thieriot | 2012-09-05 12:17:53 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOParameter.cpp M /trunk/OMOptimBasis/MOParameter.h M /trunk/OMOptimBasis/MOSettings.cpp M /trunk/OMOptimBasis/Variables.cpp M /trunk/OMOptimBasis/Variables.h - removed some potential memoryleaks ------------------------------------------------------------------------ r12785 | hubert.thieriot | 2012-09-05 12:17:47 +0200 (Wed, 05 Sep 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModPlusCtrls.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp - removed some potential memoryleaks ------------------------------------------------------------------------ r12784 | Frenkel TUD | 2012-09-05 10:23:24 +0200 (Wed, 05 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/SimCode.mo - collect simvars without listAppend - use markarray to unique equations of strong connected components ------------------------------------------------------------------------ r12783 | hubert.thieriot | 2012-09-05 06:13:26 +0200 (Wed, 05 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/MOParameter.h - added missing destructors ------------------------------------------------------------------------ r12782 | hubert.thieriot | 2012-09-05 06:11:12 +0200 (Wed, 05 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/MainWindow.cpp - GUI log size limited - better omc functions (avoid some useless calls) ------------------------------------------------------------------------ r12781 | adrpo | 2012-09-04 16:46:46 +0200 (Tue, 04 Sep 2012) | 5 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.2.1.txt M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - use the gravityAccelerationFunction from MSL 3.1 (not replaceable). + maybe we should just remove the replaceable and use the exiting definition? - change to loadModel(Modelica, {"3.2.1"}) in parser/ParseFullModelica3.2.mos (as it doesn't work otherwise, maybe a Windows bug?). ------------------------------------------------------------------------ r12780 | adeas31 | 2012-09-04 15:54:19 +0200 (Tue, 04 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/GenerateOMCHeader.mos M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/Error_rml.cpp M /trunk/Compiler/runtime/errorext.cpp - Moved gettext back to Util.mo ------------------------------------------------------------------------ r12779 | sjoelund.se | 2012-09-04 14:16:17 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Translation/Makefile M /trunk/PythonInterface/Makefile.in M /trunk/SimulationRuntime/ParModelica/Makefile.in M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in M /trunk/SimulationRuntime/cpp/Makefile M /trunk/testsuite/3rdParty/HumMod/Makefile M /trunk/testsuite/3rdParty/SiemensPower/flattening/Makefile M /trunk/testsuite/3rdParty/TestMedia/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile M /trunk/testsuite/cppruntime/Makefile M /trunk/testsuite/cppruntime/libraries/msl31/Makefile M /trunk/testsuite/libraries/msl31/fluid/simulate/Makefile M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/scodeinst/Makefile M /trunk/testsuite/uncertainties/Makefile - eol-style ------------------------------------------------------------------------ r12778 | adeas31 | 2012-09-04 13:56:49 +0200 (Tue, 04 Sep 2012) | 5 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/errorext.cpp M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - Return the TranslatableContent record from runtime. So that getMessagesStringInternal() can work fine. - Moved the TranslatableContent from Util.mo to Error.mo - Added a testcase for getMessagesStringInternal(). - Some minor fixes in FMI. - The translation file msgid and msgstr should be same. ------------------------------------------------------------------------ r12777 | perost | 2012-09-04 13:52:27 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in - Trying to fix OMOptim build again. ------------------------------------------------------------------------ r12776 | sjoelund.se | 2012-09-04 13:52:19 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectCheck.mo M /trunk/Compiler/FrontEnd/ConnectionSets.mo M /trunk/Compiler/runtime/systemimpl.c M /trunk/testsuite/mofiles/ConnectFlowEffort2.mo - Fix some issues with loading models (I hope) ------------------------------------------------------------------------ r12775 | perost | 2012-09-04 13:23:24 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Fix testcase. ------------------------------------------------------------------------ r12774 | perost | 2012-09-04 13:15:43 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/build/Makefile.unix.in - Messing about with makefiles in an attempt to fix OMOptimBasis build. ------------------------------------------------------------------------ r12773 | sjoelund.se | 2012-09-04 12:19:49 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2.1/Fluid/package.mo M /trunk/libraries/Modelica 3.2.1/package.mo M /trunk/libraries/ModelicaServices 1.1/package.mo - Remove tabs from libraries ------------------------------------------------------------------------ r12772 | sjoelund.se | 2012-09-04 12:07:19 +0200 (Tue, 04 Sep 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/runtime/systemimpl.c D /trunk/libraries/Complex 1.0.mo A /trunk/libraries/Complex 1.1.mo D /trunk/libraries/Modelica 3.2 A /trunk/libraries/Modelica 3.2.1 A /trunk/libraries/Modelica 3.2.1/Blocks A /trunk/libraries/Modelica 3.2.1/Blocks/Continuous.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Discrete.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Icons.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Interaction.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Interfaces.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Logical.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Math.mo A /trunk/libraries/Modelica 3.2.1/Blocks/MathBoolean.mo A /trunk/libraries/Modelica 3.2.1/Blocks/MathInteger.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Nonlinear.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Routing.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Sources.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Tables.mo A /trunk/libraries/Modelica 3.2.1/Blocks/Types.mo A /trunk/libraries/Modelica 3.2.1/Blocks/package.mo A /trunk/libraries/Modelica 3.2.1/Blocks/package.order A /trunk/libraries/Modelica 3.2.1/ComplexBlocks.mo A /trunk/libraries/Modelica 3.2.1/ComplexMath.mo A /trunk/libraries/Modelica 3.2.1/Constants.mo A /trunk/libraries/Modelica 3.2.1/Electrical A /trunk/libraries/Modelica 3.2.1/Electrical/Analog A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Basic.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/AD_DA_conversion.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/AmplifierWithOpAmpDetailed.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassAnalog.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassOPV.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CauerLowPassSC.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CharacteristicThyristors.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ChuaCircuit.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/CompareTransformers.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ControlledSwitchWithArc.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/DifferenceAmplifier.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingMOSInverter.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingNPN_OrGate.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingRectifier.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/HeatingResistor.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/IdealTriacCircuit.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/NandGate.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/OvervoltageProtection.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Rectifier.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ShowSaturatingInductor.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ShowVariableResistor.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/SimpleTriacCircuit.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/SwitchWithArc.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/ThyristorBehaviourTest.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/Nand.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/NonlinearResistor.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/RealSwitch.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/Transistor.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/package.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/Utilities/package.order A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/package.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Examples/package.order A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Ideal.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Interfaces.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Lines.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Semiconductors.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Sensors.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/Sources.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/package.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Analog/package.order A /trunk/libraries/Modelica 3.2.1/Electrical/Digital.mo A /trunk/libraries/Modelica 3.2.1/Electrical/EnergyStorages.mo A /trunk/libraries/Modelica 3.2.1/Electrical/Machines.mo A /trunk/libraries/Modelica 3.2.1/Electrical/MultiPhase.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/Machines.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/MultiPhase.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/SinglePhase.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/Types.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/UsersGuide.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/package.mo A /trunk/libraries/Modelica 3.2.1/Electrical/QuasiStationary/package.order A /trunk/libraries/Modelica 3.2.1/Electrical/Spice3.mo A /trunk/libraries/Modelica 3.2.1/Electrical/package.mo A /trunk/libraries/Modelica 3.2.1/Electrical/package.order A /trunk/libraries/Modelica 3.2.1/Fluid A /trunk/libraries/Modelica 3.2.1/Fluid/Dissipation.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/AST_BatchPlant.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/BranchingDynamicPipes.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/ControlledTankSystem.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/DrumBoiler.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/Explanatory.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/HeatExchanger.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/HeatingSystem.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/IncompressibleFluidNetwork.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/InverseParameterization.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/PumpingSystem.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/Tanks.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/TraceSubstances.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/package.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Examples/package.order A /trunk/libraries/Modelica 3.2.1/Fluid/Fittings.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Icons.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Interfaces.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Machines.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Pipes.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Sensors.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Sources.mo A /trunk/libraries/Modelica 3.2.1/Fluid/System.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Types.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Utilities.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Valves.mo A /trunk/libraries/Modelica 3.2.1/Fluid/Vessels.mo A /trunk/libraries/Modelica 3.2.1/Fluid/package.mo A /trunk/libraries/Modelica 3.2.1/Fluid/package.order A /trunk/libraries/Modelica 3.2.1/Icons.mo A /trunk/libraries/Modelica 3.2.1/Magnetic A /trunk/libraries/Modelica 3.2.1/Magnetic/FluxTubes.mo A /trunk/libraries/Modelica 3.2.1/Magnetic/FundamentalWave.mo A /trunk/libraries/Modelica 3.2.1/Magnetic/package.mo A /trunk/libraries/Modelica 3.2.1/Magnetic/package.order A /trunk/libraries/Modelica 3.2.1/Math A /trunk/libraries/Modelica 3.2.1/Math/BooleanVectors.mo A /trunk/libraries/Modelica 3.2.1/Math/Nonlinear.mo A /trunk/libraries/Modelica 3.2.1/Math/package.mo A /trunk/libraries/Modelica 3.2.1/Math/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Constraints.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/FreeBody.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/HeatLosses.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/Pendulum.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravity.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/RollingWheel.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/Surfaces.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/UserDefinedGravityField.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/Utilities.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Elementary/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Engine1a.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Engine1b.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Engine1b_analytic.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/EngineV6.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/EngineV6_analytic.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Fourbar1.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Fourbar2.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/PlanarLoops_analytic.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/Utilities.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Loops/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Rotational3DEffects.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems/RobotR3.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/Systems/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Examples/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Forces.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Frames.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Icons.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Interfaces.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Joints.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Parts.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Sensors.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Types.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/Visualizers.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/MultiBody/package.order A /trunk/libraries/Modelica 3.2.1/Mechanics/Rotational.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/Translational.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/package.mo A /trunk/libraries/Modelica 3.2.1/Mechanics/package.order A /trunk/libraries/Modelica 3.2.1/Media A /trunk/libraries/Modelica 3.2.1/Media/Air.mo A /trunk/libraries/Modelica 3.2.1/Media/CompressibleLiquids.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common/FluidData.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common/Functions.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common/SingleGasesData.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common/package.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/Common/package.order A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/MixtureGases.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/SingleGases.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/package.mo A /trunk/libraries/Modelica 3.2.1/Media/IdealGases/package.order A /trunk/libraries/Modelica 3.2.1/Media/Incompressible.mo A /trunk/libraries/Modelica 3.2.1/Media/Water A /trunk/libraries/Modelica 3.2.1/Media/Water/IF97_Utilities.mo A /trunk/libraries/Modelica 3.2.1/Media/Water/package.mo A /trunk/libraries/Modelica 3.2.1/Media/Water/package.order A /trunk/libraries/Modelica 3.2.1/Media/package.mo A /trunk/libraries/Modelica 3.2.1/Media/package.order A /trunk/libraries/Modelica 3.2.1/Resources A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/ModelicaInternal.c A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/ModelicaStrings.c A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/ModelicaTables.h A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/ModelicaTables_Dymola.c A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/ModelicaUtilities.h A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/win32_dirent.c A /trunk/libraries/Modelica 3.2.1/Resources/C-Sources/win32_dirent.h A /trunk/libraries/Modelica 3.2.1/Resources/Data A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/Engine A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/Engine/crank.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/Engine/piston.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/Engine/rod.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3 A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b0.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b1.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b2.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b3.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b4.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b5.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Shapes/RobotR3/b6.dxf A /trunk/libraries/Modelica 3.2.1/Resources/Data/Utilities A /trunk/libraries/Modelica 3.2.1/Resources/Data/Utilities/Examples_readRealParameters.txt A /trunk/libraries/Modelica 3.2.1/Resources/Documentation A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Differences-Modelica-221-222.html A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Differences-Modelica-301-31.html A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Electrical A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Electrical/Spice3 A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Electrical/Spice3/Spice_3f3_Users_Manual.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Fluid A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Fluid/FiniteVolume.doc A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Fluid/Stream-Connectors-Overview-Rationale.ppt A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Mechanics A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Mechanics/Figure_PlanarLoopAnalytic.ppt A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Mechanics/Lossy-Gear-Bug_Solution.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/Back3.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/IF97.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/crits.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/meltsub.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/phs.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/surf.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/thcond.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Media/Water/IF97documentation/visc.pdf A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Modelica-Documentation-Template.doc A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Modelica-Documentation-Template.ott A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Modelica-ReleaseNotes-Template.doc A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/Modelica-ReleaseNotes-Template.ott A /trunk/libraries/Modelica 3.2.1/Resources/Documentation/ModelicaLicense2.html A /trunk/libraries/Modelica 3.2.1/Resources/Images A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/BusUsage.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/BusUsage2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/BusUsage3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Butterworth.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/ConvertAllUnits.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/CriticalDampingNonNormalized.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/CriticalDampingNormalized.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Filter1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/FilterWithRiseTime.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/HighPassOrder4Filters.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/HighPassOrder4FiltersStepResponse.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Interaction A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Interaction/BooleanValue.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Interaction/IntegerValue.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Interaction/RealValue.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/InverseModel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/InverseModelSchematic.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/LogicalNetwork1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/LowPassOrder4Filters.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/LowPassOrder4FiltersStepResponse.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/MathBoolean A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/MathBoolean/OnDelay1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/MathBoolean/OnDelay2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/PID_controller.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/PID_controller2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/BooleanConstant.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/BooleanPulse.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/BooleanStep.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/BooleanTable.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Clock.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/CombiTimeTable.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Constant.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/ExpSine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Exponentials.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/IntegerConstant.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/IntegerStep.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/IntegerTable.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/KinematicPTP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/KinematicPTP2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Pulse.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/RadioButtonSource.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Ramp.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/SampleTrigger.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/SawTooth.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Sine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Step.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/TimeTable.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Blocks/Sources/Trapezoid.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Basic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Basic/M_Transformer-eq.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/ControlledIdealIntermediateSwitch2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/IdealIntermediateSwitch1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/IdealIntermediateSwitch2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Lines A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Lines/M_OLine-eqC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Lines/M_OLine-eqG.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Lines/M_OLine-eqL.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/Lines/M_OLine-eqMatrix.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/OLine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/ULine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/arrangement.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/segment.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/segment_first.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Analog/segment_last.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/brush.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/corelossesPc.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/corelossesPcw.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/corelossesV.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/corelossesVw.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Machines/frictiontorque.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dc_dt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Basic/dl_dt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/SinglePhase/Ideal/IdealIntermediateSwitch2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/img5.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/phasor_diagram.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/ACCircuit/resonance_circuit.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/img3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Introduction/phasor_voltage.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_l.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/i_r.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/p_r.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_capacitor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_inductor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_l.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_r.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/power_resistor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/q_l.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/s.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_l.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/QuasiStationary/UsersGuide/Overview/Power/v_r.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Spice3 A /trunk/libraries/Modelica 3.2.1/Resources/Images/Electrical/Spice3/FourBitBinaryAdder.jpg A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/FilteredValveIcon.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/PipeFriction1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/PipeFriction2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-a.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/PipeFrictionStaticHead_case-b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/Tank_PipeAboveTankLevel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/ValveCharacteristics1a.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/ValveCharacteristics1b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/ValveFilteredOpening.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regFun3_a.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regFun3_b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regRoot2_a.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regRoot2_b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regRoot2_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regSquare2_b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Components/regSquare2_c.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/FD.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/FD2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/XRG_logo_3Streifen.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target1_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target2_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target3_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapLaminar_target4_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target1_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target2_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target3_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapOverall_target4_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/fig_channel_kc_evenGapTurbulent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/icon_channel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_gap_symbol.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/channel/pic_hTcontent_channel_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_KC_T3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/fig_kc_approxForcedConvection_T3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/icon_general.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/general/pic_hTgeneral.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_flatTube_kc_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/fig_roundTube_kc_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/icon_heatExchanger.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_flatTube.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/heatExchanger/pic_roundTube.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cnt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_laminar_KC_cpr.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cnt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_overall_KC_cpr.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cnt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/fig_helicalPipe_kc_turbulent_KC_cpr.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/icon_helicalPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_hTcontent_helicalPipe_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/helicalPipe/pic_helicalPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT-app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/pic-packageHT.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_laminar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_laminar_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_overall_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_mean_turbulent_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_overall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/fig_plate_kc_turbulent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/icon_plate.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_hTcontent_plate_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/plate/pic_plate_symbol.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wipl.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_turbulent_KC_wopl.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_kc_twoPhaseOverall_KC_5.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithDFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UHFwithUFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithDFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_laminar_UWTwithUFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithDFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UHFwithUFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithDFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_overall_UWTwithUFF_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_turbulent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_boiling_horizontal_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.eps A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/fig_straightPipe_kc_twoPhase_condensation_horizontal_KC.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/icon_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTchoices_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/heatTransfer/straightPipe/pic_hTcontent_straightPipe_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_DPvsVflow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_curved_smooth_DPvsVflow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtDelta.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_DPvsMFLOWwrtRD.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtDelta.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_curvedOverall_MFLOWvsDPwrtRD.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_DPvsMFLOWwrtDelta.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_MFLOWvsDPwrtDelta.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_dp_edgedOverall_ZETAvsRE.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/fig_bend_edged_DPvsVflow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/icon_bend.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_circularBend.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_edgedBend.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/bend/pic_pLcontent_bend_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig-dp_internalFlowOverall_lambdaVsRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/fig_channel_dp_internalFlowOverall_lambdaVsRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/icon_channel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/channel/pic-pLchannel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_idealGas_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalDensityViscosity_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_nominalPressureLossLawDensity_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_pressureLossCoefficient_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/fig_general_dp_volumeFlowRate_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/icon_general.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/general/pic_pLcontent_general_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/heatExchanger A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/heatExchanger/icon_heatExchanger.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/ThickEdgedOrificeGeometry.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeContraction.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_suddenChangeExpansion.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thickEdgedOverall_ZETAvsLENGHT.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/fig_orifice_thick_edged_zeta_TOTvsl_bar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/icon_orifice.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_pLcontent_orifice_app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_suddenChangeSection_symbol.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/orifice/pic_thickEdged.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL-app.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/pic-packagePL.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_dp_twoPhaseOverall_4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_laminar_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_overall_lambdavsRe_ver.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPMFLOW_LAMBDAvsRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_turbulent_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Chisholm_DP_1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twoPhase_Friedel_DP_1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_dp_twophase_overall_.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_laminar_lambdavsRe_ver.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_turbulent_LAMBDAvsRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_straightPipe_twoPhase_overall_DP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhasePL_Friedel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_twoPhase_overall_DP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/fig_validPL_straightPipeTwoPhase_Friedel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/icon_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/lambda_FRI_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLchoices_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_pLcontent_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_straightPipe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_horizontal.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/pic_twoPhaseFlowRegimes_vertical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_laminar_lambdaRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_DPmflow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_DP_inline_lambdaRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_MFLOWdp.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_overall_MFLOW_inline_lambdaRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/straightPipe/straightPipe_dp_turbulent_smooth_lambdaRe.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_DPvsMFLOW.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_MFLOWvsDP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve/fig_valve_dp_severalGeometryOverall_zetaVsOpening.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve/icon_valve.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/pressureLoss/valve/pic_pLvalve.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/utilities A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/utilities/LambertW_deviation.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/utilities/SmoothPower.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Dissipation/utilities/Stepsmoother.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/AST_BatchPlant1.jpg A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/AST_BatchPlant2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/BatchPlant_StandardWater.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/BranchingDynamicPipes.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ControlledTanks.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/DrumBoiler.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/EmptyTanks.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/HeatExchanger.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/HeatingSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/IncompressibleFluidNetwork.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/InverseParametrization.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/MeasuringTemperature1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/MeasuringTemperature2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/MomentumBalanceFittings.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/PumpingSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/RoomCO2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/RoomCO2WithControls.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/TanksWithOverflow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ThreeTanks.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ThreeTanksResult1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ThreeTanksResult2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ThreeTanksResult3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/Examples/ThreeTanksResult4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/PipeFriction1_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/BalanceEquations1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/ControlledTanks.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/DrumBoiler.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/HeatingSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/MixingConnections.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/ThreeTanks.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/energyBalance1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/energyBalance2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/massBalance.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/momentumBalance.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/pipeFriction.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Fluid/UsersGuide/sqrt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Basic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Basic/LeakageWithCoefficient.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_PermeanceModel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/MovingCoilActuator/MovingCoilActuator_dimensions.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/AdvancedSolenoidModel_fluxTubePartitioning.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/SimpleSolenoidModel_fluxTubePartitioning.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Examples/SolenoidActuator/Solenoid_dimensions.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/HardMagnetic/HardMagneticMaterials.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/ElectricSheet.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Miscellaneous.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/Steel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Material/SoftMagnetic/eq_mu_rApprox.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidOrthogonalFlux.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/CuboidParallelFlux.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderAxialFlux.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/HollowCylinderRadialFlux.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/CoaxCylindersEndFaces.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfHollowSphere.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/EighthOfSphere.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfCylinder.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/HalfHollowCylinder.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterCylinder.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowCylinder.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterSphere.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/Shapes/LeakageAroundPoles.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_MaxwellConstitutive.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctanceFromAverageGeometry.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_general.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_reluctance_prismatic.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/eq_transition_reluctance_flowAcross_IntegralQuantities.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/FluxTubeConcept/magnetic_flux_tube_schematic.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_CoEnergy_general.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromPermeance_network.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_forceFromReluctance_network.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FluxTubes/UsersGuide/ReluctanceForceCalculation/eq_transition_forceReluctancePermeance.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/2pi_over_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/4pi_over_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/GGc.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/Gc.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/coupling.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/eddycurrent_electric.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/iV_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/lossPower.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_phi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/multiphaseconverter_vm.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/reluctance.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/reluctance_alt.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_phi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/singlephaseconverter_vm.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Components/vPhi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Machines A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Machines/Components A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Machines/Components/airgap_phasors.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Machines/Components/rotorcage.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/N.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/Phi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/R_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/aimc_fem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/electrical_reference_V_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/UsersGuide/Concept/four_pole_V_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/V_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/V_m_phi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/V_m_real_complex.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/effectiveTurns.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/effectiveTurns_k.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/gamma.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/i.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/i_k.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/k.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/k_gt_m_over_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/k_in_1_m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/k_le_m_over_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/orientation.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/orientation_k.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/p.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/pi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/pi_over_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/pi_over_2m.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/sqrt_2_over_3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/v.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/v_k.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/FundamentalWave/varphi.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Magnetic/readme.txt A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/Vectors A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/Vectors/relNodePositions.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/Vectors/relNodePositions.svg A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/Vectors/vectorNorm.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/Vectors/vectorNorm.ppt A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/acos.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/acosh.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/asin.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/asinh.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/atan.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/atan2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/atan3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/cos.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/cosh.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/exp.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/log.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/log10.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/sin.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/sinh.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/tan.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Math/tanh.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Arrow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Arrow2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Bodies.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Body.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/BodyBox.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/BodyCylinder.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/BodyShape.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.DoublePendulum.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.FreeBody.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.Pendulum.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.PendulumWithSpringDamper.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.SpringDamperSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.SpringMassSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Chains.ThreeSprings.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Colors.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/DoublePendulumInitTip.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/DoublePendulumSmall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ForceAndTorque_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ForceWithMasses.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/FreeBody.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/FreeBody_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/InitSpringConstant_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/LineForceWithTwoMasses_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/Pendulum.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PendulumWithContact.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PendulumWithSpringDamper_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/Pendulum_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravity.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses2_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravityWithPointMasses_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/PointGravity_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/RollingWheel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetDriving.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/RollingWheelSetPulling.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringDamperSystem_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringMassSystem_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringWithMass.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/SpringWithMass_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/Surfaces.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/Surfaces_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ThreeSprings.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/ThreeSprings_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Elementary/snap.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Engine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/EngineV6.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/EngineV6_CAD.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/EngineV6_CAD_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/EngineV6_CAD_smaller.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/EngineV6_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar1_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar2_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/Fourbar_analytic_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/PlanarLoops.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/PlanarLoops2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Loops/PlanarLoops_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Systems A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Systems/r3_fullRobot.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Systems/r3_fullRobot_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Examples/Systems/robot_kr15.bmp A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Fixed.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedFrame.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedFrame2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedLines.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedLines2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedRotation.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedShape.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/FixedTranslation.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ArrowForce.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ArrowForce2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ArrowTorque.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ArrowTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Damper.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Damper2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Force1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Force2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ForceAndTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/ForceAndTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameForce1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameForce2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameForceAndTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameForceAndTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/FrameTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/LineForceWithMass.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/LineForceWithTwoMasses.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Spring2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Torque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/Torque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldForce1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldForce2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldForceAndTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldForceAndTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldTorque1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Forces/WorldTorque2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/InertialSystem.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Cylindrical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/FreeMotion.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointRRP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointRRR.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointSSP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointSSR.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointUPS.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointUSP.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/JointUSR.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Planar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Prismatic.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Revolute.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Spherical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/SphericalSpherical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/Universal.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Joints/UniversalSpherical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/MultiBody.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Parts A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Parts/PointMass.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Parts/Rotor1D.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/AbsoluteSensor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/CutForce.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/CutForceAndTorque.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/CutTorque.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/Distance.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Sensors/RelativeSensor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Shape.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/ShapeSize.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/ShapeSize2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/ThreeSprings2DiagramLayer.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/ThreeSpringsDiagramLayer.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/DoublePendulumAnimation.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/DoublePendulumAnimationSmall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/DoublePendulumDiagram.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/DoublePendulumDiagramSmall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample/ActuatedRevolute.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample/Body.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample/Pendulum.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample/PenulumSchematic1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/FirstExample/PenulumSchematic2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/EngineV6_1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/EngineV6_2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/EngineV6_3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/EngineV6_4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/Fourbar1a.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/Fourbar1b.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/FourbarAnalytic1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/FourbarAnalytic2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/Tutorial/LoopStructures/MacPherson1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/small_engine.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/small_excavator.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/small_freeBody.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/UsersGuide/small_robot.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Arrow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/ColorMaps.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/autumn.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/gray.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/hot.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/jet.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/spring.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/summer.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Colors/winter.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/DoubleArrow.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Ground.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/GroundSmall.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/PipeWithScalarField-ColorMap.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/PipeWithScalarField.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/PipeWithScalarFieldIcon.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/SpecularCoefficient.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Surface.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Surface_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/Torus.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/TorusIcon.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/VoluminousWheel.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/Visualizers/VoluminousWheelIcon.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/MultiBody/world.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/bearing.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/bearing2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/drive1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/drive2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/drive3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/drive4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/driveAxis.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/driveConnections1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/driveConnections2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/driveConnections3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/driveExample.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/elastoBacklash1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/inertias.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Rotational/relativeStates.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/ElastoGap1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/InitialConditions.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/PreLoad.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/PreLoad2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/PreLoad3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/PreLoad4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/Stribeck.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Mechanics/Translational/relativeStates2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/Air A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/Air/Mollier.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/Air/PsycroChart.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/Air.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/Ar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C2H2_vinylidene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C2H4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C2H5OH.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C2H6.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C3H6_propylene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C3H8.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C3H8O_1propanol.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C4H10_n_butane.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C4H8_1_butene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C5H10_1_pentene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C5H12_n_pentane.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C6H12_1_hexene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C6H14_n_hexane.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C6H6.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C7H14_1_heptene.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C7H16_n_heptane.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C8H10_ethylbenz.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/C8H18_n_octane.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/CH3OH.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/CH4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/CL2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/CO.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/CO2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/F2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/H2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/H2O.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/He.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/N2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/N2O.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/NH3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/NO.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/NO2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/Ne.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/O2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/SO2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/SingleGases/SO3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/IdealGases/singleEquations.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/BalanceEquations1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/Demo.mo A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/EnergyBalance1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/EnergyBalance2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/mediumBalanceInit.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/UsersGuide/mediumMenu.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/Water A /trunk/libraries/Modelica 3.2.1/Resources/Images/Media/Water/if97.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/Examples A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/Examples/ControlledTanks1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/Examples/ControlledTanks1_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/Examples/ControlledTanks2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/Examples/ControlledTanks2_small.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/CompositeStep1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/Parallel1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/Parallel2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/Parallel3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/StepAndTransition1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/StepAndTransition2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/StepAndTransition3.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/StateGraph/UsersGuide/StepAndTransition4.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/Thermal A /trunk/libraries/Modelica 3.2.1/Resources/Images/Thermal/HeatTransfer A /trunk/libraries/Modelica 3.2.1/Resources/Images/Thermal/HeatTransfer/driveWithHeatTransfer.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_polar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i1_rect.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_polar.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Cases/y_i2_rect.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/fourier.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Conventions/Documentation/Format/Equations/sample.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Digital.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/ElectricalPins.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/ElectricalPlugs.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/FluidHeatFlowPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/FluidPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/HydraulicPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Blocks1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Blocks2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Digital.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Electrical.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Fluid.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-FluxTubes.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Machines.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Media.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-MultiBody1.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-MultiBody2.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Rotational.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-StateGraph.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Thermal.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Lib-Translational.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/MagneticPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/ModelicaLibraries.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/MultiBodyFrames.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/PneumaticPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/RotationalFlanges.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/Signals.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/SpacePhasor.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/StateGraphPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/ThermalHeatPorts.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/UsersGuide/TranslationalFlanges.png A /trunk/libraries/Modelica 3.2.1/Resources/Images/_readme.txt A /trunk/libraries/Modelica 3.2.1/Resources/Scripts A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/ConvertModelica_from_1.6_to_2.1.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/ConvertModelica_from_2.1Beta1_to_2.1.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/ConvertModelica_from_2.2.2_to_3.0.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/AST_BatchPlant_StandardWater/plot level.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/BranchingDynamicPipes/plotResults.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/ControlledTanks A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/ControlledTanks/plot level and ports.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/EmptyTanks A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/EmptyTanks/plot level and port.p.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/HeatingSystem A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/IncompressibleFluidNetwork/plotJunctionPressuresAndValves.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/InverseParameterization A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/InverseParameterization/plotResults.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/MomentumBalanceFittings/Plot the model results.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/OneTank A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/OneTank/plot level and port.p.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/OneTank/plot level, port.p and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/RoomCO2 A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/RoomCO2/plotConcentrations.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/RoomCO2WithControls/plotStatesWithControl.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1 A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2 A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1 A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2 A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithOverflow A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/ThreeTanks A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TwoTanks A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Fluid/TwoTanks/plot level and port.p.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/Run.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/fullRobotPlot.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/MultiBody/Examples/Systems/oneAxisPlot.mos A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/Rotational A /trunk/libraries/Modelica 3.2.1/Resources/Scripts/Dymola/Mechanics/Rotational/CoupledClutches.mos A /trunk/libraries/Modelica 3.2.1/SIunits.mo A /trunk/libraries/Modelica 3.2.1/StateGraph.mo A /trunk/libraries/Modelica 3.2.1/Thermal A /trunk/libraries/Modelica 3.2.1/Thermal/FluidHeatFlow.mo A /trunk/libraries/Modelica 3.2.1/Thermal/HeatTransfer.mo A /trunk/libraries/Modelica 3.2.1/Thermal/package.mo A /trunk/libraries/Modelica 3.2.1/Thermal/package.order A /trunk/libraries/Modelica 3.2.1/Utilities A /trunk/libraries/Modelica 3.2.1/Utilities/Examples.mo A /trunk/libraries/Modelica 3.2.1/Utilities/Files.mo A /trunk/libraries/Modelica 3.2.1/Utilities/Internal.mo A /trunk/libraries/Modelica 3.2.1/Utilities/Streams.mo A /trunk/libraries/Modelica 3.2.1/Utilities/Strings.mo A /trunk/libraries/Modelica 3.2.1/Utilities/System.mo A /trunk/libraries/Modelica 3.2.1/Utilities/Types.mo A /trunk/libraries/Modelica 3.2.1/Utilities/package.mo A /trunk/libraries/Modelica 3.2.1/Utilities/package.order A /trunk/libraries/Modelica 3.2.1/package.mo A /trunk/libraries/Modelica 3.2.1/package.order A /trunk/libraries/Modelica 3.2.1/readme.txt A /trunk/libraries/Modelica 3.2.1.txt (from /trunk/libraries/Modelica 3.2.txt:12768) D /trunk/libraries/Modelica 3.2.txt D /trunk/libraries/ModelicaReference A /trunk/libraries/ModelicaReference 3.2.1 A /trunk/libraries/ModelicaReference 3.2.1/Resources A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/acos.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/acosh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/asin.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/asinh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/atan.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/atan2.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/change.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/cos.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/cosh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/delay.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/edge.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/exp.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/function.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/log.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/log10.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/pre.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sample.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sin.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/sinh.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/tan.png A /trunk/libraries/ModelicaReference 3.2.1/Resources/Images/tanh.png A /trunk/libraries/ModelicaReference 3.2.1/package.mo A /trunk/libraries/ModelicaReference 3.2.1/package.order M /trunk/libraries/ModelicaServices 1.1/package.mo M /trunk/libraries/ModelicaTest 1.1/Blocks.mo M /trunk/libraries/ModelicaTest 1.1/ComplexMath.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/BaseClasses.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionIdeal.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionTraceSubstances.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestJunctionVolume.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestMultiPort.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestMultiPortTraceSubstances.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSharpEdgedOrifice.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSimpleGenericOrifice.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestSuddenExpansion.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/TestWallFriction.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestControlledPump.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestSweptVolume.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpCheckValve.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDCMotor.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDCMotorHeatTransfer.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDefault.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpDefaultLV.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpNPSH.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpPowerCharacteristic.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpRecirculation.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/TestWaterPumpVariableSpeed.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/NewFittings.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipeWithNominalLaminarFlow.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipesAndFittings.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/DynamicPipesWithTraceSubstances.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/StaticPipe.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestDensity.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestFlowRate.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestOnePortSensors1.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestOnePortSensors2.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestPressure.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestSpecificEnthalpy.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestSpecificEntropy.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestTemperatureSensor.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/TestTraceSubstances.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/TestSources.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegRoot2Derivatives.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegRootDerivative.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/TestRegSquare2Derivatives.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestCheckValve.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestDelayedValve.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCharacteristics.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCoefficients.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveCompressible.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveDiscrete.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveIncompressible.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveLinear.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValveVaporizing.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/TestValvesReverse.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestMixingVolumes.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestMixingVolumesPressureStates.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestSimpleTank.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestTankWithTopPorts.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/TestVolume.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestCriticalCases.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/TestOverdeterminedInitial.mo A /trunk/libraries/ModelicaTest 1.1/Fluid/TestUtilities.mo M /trunk/libraries/ModelicaTest 1.1/Fluid/package.order M /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo M /trunk/libraries/ModelicaTest 1.1/Math.mo M /trunk/libraries/ModelicaTest 1.1/MultiBody.mo M /trunk/libraries/ModelicaTest 1.1/Rotational.mo M /trunk/libraries/ModelicaTest 1.1/Translational.mo M /trunk/libraries/ModelicaTest 1.1/Utilities.mo M /trunk/libraries/ModelicaTest 1.1/package.mo A /trunk/libraries/ObsoleteModelica3 3.2.1.mo D /trunk/libraries/ObsoleteModelica3 3.2.mo M /trunk/libraries/README M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/interactive/interactive_api_calls.mos M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos A /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.2.1 (from /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.2:12769) M /trunk/testsuite/mosfiles-nosim/TestLibrary/Modelica 3.2.1/package.mo M /trunk/testsuite/mosfiles-nosim/TestLoadModel.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos #1793 - Changed from an MSL based on 3.2 to 3.2.1 - Should not break the testsuite - Will break the testsuite ------------------------------------------------------------------------ r12771 | hubert.thieriot | 2012-09-04 08:54:13 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOVector.cpp M /trunk/OMOptimBasis/MOVector.h M /trunk/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h M /trunk/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - corrected memory leaks -case issues ------------------------------------------------------------------------ r12770 | hubert.thieriot | 2012-09-04 08:53:50 +0200 (Tue, 04 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Crossover/SBCrossover.h M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.cpp M /trunk/OMOptim/GUI/Plots/MOOptPlot.h M /trunk/OMOptim/GUI/Scene/diagramscene.cpp M /trunk/OMOptim/build/OMOptim.windowsconfig.in - corrected memory leaks - removed file permissions settings (work differently on Windows and Linux) ------------------------------------------------------------------------ r12769 | sjoelund.se | 2012-09-03 16:55:58 +0200 (Mon, 03 Sep 2012) | 2 lines Changed paths: M /trunk/Makefile.common Don't copy PythonInterface files to scripts on Linux. We already installed it so Python works... ------------------------------------------------------------------------ r12768 | hkiel | 2012-09-03 13:41:02 +0200 (Mon, 03 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/Translation/de.po M /trunk/OMShell/OMShellGUI/OMShell_de.ts - some more .de translations ------------------------------------------------------------------------ r12767 | perost | 2012-09-03 13:06:23 +0200 (Mon, 03 Sep 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Connect2.mo A /trunk/Compiler/FrontEnd/ConnectCheck.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/ConnectionSets.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Implemented check for flow/stream connecting to non-flow/stream for the new instantiation. ------------------------------------------------------------------------ r12766 | perost | 2012-09-03 12:10:00 +0200 (Mon, 03 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/ConnectFlowEffort2.mo - Fix test. ------------------------------------------------------------------------ r12765 | perost | 2012-09-03 11:44:09 +0200 (Mon, 03 Sep 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/testsuite/mofiles/ConnectFlowEffort.mo A /trunk/testsuite/mofiles/ConnectFlowEffort2.mo M /trunk/testsuite/mofiles/Makefile - Bug fix for flow/stream to non-flow/stream check. ------------------------------------------------------------------------ r12764 | Frenkel TUD | 2012-09-01 22:58:15 +0200 (Sat, 01 Sep 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - fix test ------------------------------------------------------------------------ r12763 | Frenkel TUD | 2012-09-01 22:32:46 +0200 (Sat, 01 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Util/Util.mo - replace der(dummy_state) -> der_dummy_state in shared only once ------------------------------------------------------------------------ r12762 | Frenkel TUD | 2012-09-01 21:22:44 +0200 (Sat, 01 Sep 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - speed up index reduction ------------------------------------------------------------------------ r12761 | hubert.thieriot | 2012-09-01 07:57:50 +0200 (Sat, 01 Sep 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp - return missing ------------------------------------------------------------------------ r12760 | sjoelund.se | 2012-09-01 07:03:31 +0200 (Sat, 01 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/build/Makefile.unix.in M /trunk/OMOptimBasis/Problems/ProblemInterface.cpp M /trunk/OMOptimBasis/Units/MEDimValue.cpp - Fix compilation, remove tabs ------------------------------------------------------------------------ r12759 | hubert.thieriot | 2012-09-01 06:03:37 +0200 (Sat, 01 Sep 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/main.cpp M /trunk/OMOptim/version.h - pro file update - omc start server function corrected ------------------------------------------------------------------------ r12758 | hubert.thieriot | 2012-09-01 05:13:00 +0200 (Sat, 01 Sep 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/Problems/ProblemInterface.cpp M /trunk/OMOptimBasis/Units/MEDimValue.cpp - small missings in OMOptimBasis ------------------------------------------------------------------------ r12757 | hubert.thieriot | 2012-09-01 04:51:03 +0200 (Sat, 01 Sep 2012) | 4 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/ModPlusExeCtrl.cpp M /trunk/OMOptim/Core/ModPlusExeCtrl.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMC/OMCHelper.cpp M /trunk/OMOptim/Core/OMC/OMCHelper.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOBreed.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1moRndWithReplNeighborhood.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1moShiftNeighbor.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.cpp M /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro - repared a memory leak (parameters in ModPlusCtrls) - corrected issues on linux (folders permissions) - temp directory better managed - linux binaries (as windows ones) are moved to ./bin/ ------------------------------------------------------------------------ r12756 | adeas31 | 2012-08-31 17:32:17 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp - updated OMEdit version. ------------------------------------------------------------------------ r12755 | sjoelund.se | 2012-08-31 16:29:57 +0200 (Fri, 31 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/SpliceUnknownDest.mo #1707 - Handle splices with lhs expression dimensions that are not equal to the array dimensions ------------------------------------------------------------------------ r12754 | perost | 2012-08-31 15:56:54 +0200 (Fri, 31 Aug 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect2.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo A /trunk/Compiler/FrontEnd/ConnectionSets.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/scodeinst/Makefile M /trunk/testsuite/scodeinst/bindings1.mo M /trunk/testsuite/scodeinst/bindings2.mo M /trunk/testsuite/scodeinst/bindings3.mo M /trunk/testsuite/scodeinst/bindings4.mo M /trunk/testsuite/scodeinst/bindings5.mo M /trunk/testsuite/scodeinst/bindings7.mo M /trunk/testsuite/scodeinst/builtinmod2.mo M /trunk/testsuite/scodeinst/classextends1.mo M /trunk/testsuite/scodeinst/classextends2.mo M /trunk/testsuite/scodeinst/compfunc.mo M /trunk/testsuite/scodeinst/const1.mo M /trunk/testsuite/scodeinst/const10.mo M /trunk/testsuite/scodeinst/const13.mo M /trunk/testsuite/scodeinst/const14.mo M /trunk/testsuite/scodeinst/const16.mo M /trunk/testsuite/scodeinst/const2.mo M /trunk/testsuite/scodeinst/const3.mo M /trunk/testsuite/scodeinst/const4.mo M /trunk/testsuite/scodeinst/const5.mo M /trunk/testsuite/scodeinst/const8.mo M /trunk/testsuite/scodeinst/dim1.mo M /trunk/testsuite/scodeinst/dim10.mo M /trunk/testsuite/scodeinst/dim13.mo M /trunk/testsuite/scodeinst/dim14.mo M /trunk/testsuite/scodeinst/dim16.mo M /trunk/testsuite/scodeinst/dim18.mo M /trunk/testsuite/scodeinst/dim3.mo M /trunk/testsuite/scodeinst/dim7.mo M /trunk/testsuite/scodeinst/enum1.mo M /trunk/testsuite/scodeinst/enum2.mo M /trunk/testsuite/scodeinst/eq1.mo M /trunk/testsuite/scodeinst/eq2.mo M /trunk/testsuite/scodeinst/eq3.mo M /trunk/testsuite/scodeinst/eq4.mo M /trunk/testsuite/scodeinst/eq5.mo M /trunk/testsuite/scodeinst/eq6.mo M /trunk/testsuite/scodeinst/eq7.mo M /trunk/testsuite/scodeinst/eq8.mo M /trunk/testsuite/scodeinst/eq9.mo M /trunk/testsuite/scodeinst/for3.mo M /trunk/testsuite/scodeinst/func3.mo M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo M /trunk/testsuite/scodeinst/func9.mo M /trunk/testsuite/scodeinst/function1.mo M /trunk/testsuite/scodeinst/ih1.mo M /trunk/testsuite/scodeinst/inst1.mo M /trunk/testsuite/scodeinst/inst2.mo M /trunk/testsuite/scodeinst/inst3.mo M /trunk/testsuite/scodeinst/inst5.mo M /trunk/testsuite/scodeinst/inst6.mo M /trunk/testsuite/scodeinst/loop2.mo M /trunk/testsuite/scodeinst/loop3.mo M /trunk/testsuite/scodeinst/loop4.mo M /trunk/testsuite/scodeinst/mod1.mo M /trunk/testsuite/scodeinst/mod10.mo M /trunk/testsuite/scodeinst/mod11.mo M /trunk/testsuite/scodeinst/mod4.mo M /trunk/testsuite/scodeinst/mod5.mo M /trunk/testsuite/scodeinst/mod6.mo M /trunk/testsuite/scodeinst/mod7.mo M /trunk/testsuite/scodeinst/mod8.mo M /trunk/testsuite/scodeinst/redeclare1.mo M /trunk/testsuite/scodeinst/redeclare11.mo M /trunk/testsuite/scodeinst/redeclare2.mo M /trunk/testsuite/scodeinst/redeclare4.mo M /trunk/testsuite/scodeinst/redeclare5.mo M /trunk/testsuite/scodeinst/redeclare6.mo M /trunk/testsuite/scodeinst/redeclare8.mo M /trunk/testsuite/scodeinst/redeclare9.mo M /trunk/testsuite/scodeinst/type1.mo M /trunk/testsuite/scodeinst/type2.mo M /trunk/testsuite/scodeinst/type3.mo M /trunk/testsuite/scodeinst/type4.mo M /trunk/testsuite/scodeinst/type5.mo - Added new package ConnectionSets to handle connection sets. - Lots of connection handling improvements. - Some updates of the omc translations. - Added case for SCodeInst to CevalScript.runFrontEndWork which mimics the old instantiation, to make it easier to compare the new and old instantiation. - Probably lots of other things too... ------------------------------------------------------------------------ r12753 | adeas31 | 2012-08-31 15:50:35 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/doc/OpenModelica Project Online.url - add the favicon as well. ------------------------------------------------------------------------ r12752 | adeas31 | 2012-08-31 15:46:00 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/doc/OpenModelica Project Online.url - don't link to the old OpenModelica website. ------------------------------------------------------------------------ r12751 | petar787 | 2012-08-31 15:42:29 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp Changed OMVisualizeGUI/OMVisualizeLib.pro ------------------------------------------------------------------------ r12750 | sjoelund.se | 2012-08-31 14:44:06 +0200 (Fri, 31 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/SimCode.mo - Fix compilation ------------------------------------------------------------------------ r12749 | adeas31 | 2012-08-31 14:38:13 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - more documentation. ------------------------------------------------------------------------ r12748 | Frenkel TUD | 2012-08-31 13:50:25 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - fix compilation ------------------------------------------------------------------------ r12747 | Frenkel TUD | 2012-08-31 13:44:57 +0200 (Fri, 31 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/Inline.mo - change Inline.mo: - tailrecursive, generate less new objects - call lateInline only once ------------------------------------------------------------------------ r12746 | sjoelund.se | 2012-08-31 13:34:12 +0200 (Fri, 31 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Examples/ReleaseNotes.mos M /trunk/Makefile.common D /trunk/doc/omc_helptext.txt #1670 - Updated help text ------------------------------------------------------------------------ r12745 | sjoelund.se | 2012-08-31 11:25:51 +0200 (Fri, 31 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Compiler/runtime/corbaimpl_stub.c - Fix compilation without omniorb ------------------------------------------------------------------------ r12744 | Frenkel TUD | 2012-08-31 09:41:14 +0200 (Fri, 31 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat - fix tests ------------------------------------------------------------------------ r12743 | sjoelund.se | 2012-08-31 08:51:56 +0200 (Fri, 31 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - ReleaseNotes ------------------------------------------------------------------------ r12742 | adeas31 | 2012-08-31 04:28:58 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/README-OMDev-MINGW.txt - Added step to install python interface. ------------------------------------------------------------------------ r12739 | adeas31 | 2012-08-31 00:43:30 +0200 (Fri, 31 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - 1.9.0 Release notes. ------------------------------------------------------------------------ r12738 | Frenkel TUD | 2012-08-30 23:22:07 +0200 (Thu, 30 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat - fix tests ------------------------------------------------------------------------ r12737 | Frenkel TUD | 2012-08-30 22:37:15 +0200 (Thu, 30 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - switch back to old wights for tearing ------------------------------------------------------------------------ r12736 | Frenkel TUD | 2012-08-30 22:04:16 +0200 (Thu, 30 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix sortStateCandidatesVars - improve dynamicstate selection, traverse system only once to replace all der(dummy_states) calls ------------------------------------------------------------------------ r12735 | Frenkel TUD | 2012-08-30 20:33:00 +0200 (Thu, 30 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - add Exp.ASUB case to BackendDAEOptimize.derive - minor changes in tearing var selection, check for unsolvable vars befor select tearing var - ExpressionSimplify add case for DAE.MUL_ARRAY_SCALAR with Zero scalar value - IndexReduction make state sorting heursitic easier, do not use the old one from dummyderivative ------------------------------------------------------------------------ r12734 | adeas31 | 2012-08-30 12:10:27 +0200 (Thu, 30 Aug 2012) | 1 line Changed paths: D /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro.user D /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro.user D /trunk/OMVisualize/bin D /trunk/OMVisualize/generatedfiles - don't push in the files that are generated for each user. ------------------------------------------------------------------------ r12733 | sjoelund.se | 2012-08-30 11:49:24 +0200 (Thu, 30 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/Connect2.mo M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstDump.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Makefile.in M /trunk/testsuite/meta/Makefile A /trunk/testsuite/meta/UnboundLocal.mo #1775 #1776 - Added detection of usage of unbound local variables in match-expressions - Set eol-style ------------------------------------------------------------------------ r12732 | sjoelund.se | 2012-08-30 11:01:59 +0200 (Thu, 30 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Template/AbsynDumpTV.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/Util/HashSet.mo M /trunk/Compiler/Util/HashTableCrILst.mo M /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/package.mo M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestMedia.mo M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/AAAUsersGuide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/AAAInfo.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AAAInfo.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestBend.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFan.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestTank.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Mixer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Splitter2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/Compressor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/StaticFan.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Functions.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/Absorb.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/EmissivGP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ph.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/InitLimits.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Region.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/createSpline.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Units.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Generator.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorH.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Area.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Density.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Length.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Mass.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Pressure.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Temperature.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Volume.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/package.mo M /trunk/testsuite/3rdParty/siemens/SiemensPower/package.mo M /trunk/testsuite/3rdParty/siemens/nosim/translateFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/nosim/translateHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/nosim/translateJunctions.mos M /trunk/testsuite/3rdParty/siemens/nosim/translatePipes.mos M /trunk/testsuite/3rdParty/siemens/simulation/testFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/simulation/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/simulation/testJunctions.mos M /trunk/testsuite/3rdParty/siemens/simulation/testPipes.mos M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponents.mos M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos M /trunk/testsuite/benchmarks/BEPI_OMC.mo M /trunk/testsuite/benchmarks/BEPI_OMC.mos M /trunk/testsuite/benchmarks/BigModel.mo M /trunk/testsuite/benchmarks/HumModOMCTotal.mo M /trunk/testsuite/benchmarks/_LoopsTotal.mo M /trunk/testsuite/benchmarks/checkBigModel.CircuitL1.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL2.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL3.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL4.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL5.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL6.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL7.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL8.mos M /trunk/testsuite/benchmarks/checkBigModel.CircuitL9.mos M /trunk/testsuite/benchmarks/checkEngineV6.mos M /trunk/testsuite/benchmarks/checkEngineV6_analytic.mos M /trunk/testsuite/benchmarks/checkHumMod.mos M /trunk/testsuite/benchmarks/checkRobotR3.mos M /trunk/testsuite/benchmarks/dym_checkEngineV6.mos M /trunk/testsuite/benchmarks/dym_checkEngineV6_analytic.mos M /trunk/testsuite/benchmarks/dym_checkHumMod.mos M /trunk/testsuite/benchmarks/dym_checkRobotR3.mos M /trunk/testsuite/benchmarks/instEngineV6.mos M /trunk/testsuite/benchmarks/instEngineV6_analytic.mos M /trunk/testsuite/benchmarks/instHumMod.mos M /trunk/testsuite/benchmarks/instRobotR3.mos M /trunk/testsuite/cppruntime/BouncingBall.mo M /trunk/testsuite/cppruntime/BouncingBall.mos M /trunk/testsuite/cppruntime/WhenStatement1.mo M /trunk/testsuite/cppruntime/WhenStatement1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/cppruntime/tearnonlin1.mo M /trunk/testsuite/cppruntime/tearnonlin1.mos M /trunk/testsuite/fmi/EnumerationTest.mo M /trunk/testsuite/fmi/EnumerationTest.mos M /trunk/testsuite/fmi/InOutTest.mo M /trunk/testsuite/fmi/InOutTest.mos M /trunk/testsuite/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos M /trunk/testsuite/fmi/TanksConnectedPI.mo M /trunk/testsuite/fmi/TanksConnectedPI.mos M /trunk/testsuite/fmi/testInOut.mo M /trunk/testsuite/initialization/gaspropreties.mos M /trunk/testsuite/initialization/minvalue.mos M /trunk/testsuite/initialization/nonlinear.mos M /trunk/testsuite/initialization/nonlinear2.mos M /trunk/testsuite/initialization/outputTest.mos M /trunk/testsuite/initialization/singularJacobian.mos M /trunk/testsuite/initialization/startValue.mos M /trunk/testsuite/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mo M /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mos M /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mo M /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mos M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/meta/MatchShadowing.mo M /trunk/testsuite/mofiles/ArrayEWOps6.mo M /trunk/testsuite/mofiles/Connect17.mo M /trunk/testsuite/mofiles/Connect18.mo M /trunk/testsuite/mofiles/ConnectTwoSources.mo M /trunk/testsuite/mofiles/ExtendsVisibility.mo M /trunk/testsuite/mofiles/FunctionMultiReturn.mo M /trunk/testsuite/mofiles/FunctionVariability.mo M /trunk/testsuite/mofiles/InitialConnection.mo M /trunk/testsuite/mofiles/InvalidFunctionBinding.mo M /trunk/testsuite/mofiles/ReinitInvalidType.mo M /trunk/testsuite/mofiles/ReinitInvalidType2.mo M /trunk/testsuite/mofiles/ReinitInvalidType3.mo M /trunk/testsuite/mofiles/SumScalar.mo M /trunk/testsuite/mofiles/SumVar.mo M /trunk/testsuite/mosfiles/ArrayFromRange.mo M /trunk/testsuite/mosfiles/ArrayFromRange.mos M /trunk/testsuite/mosfiles/Bug1687.mo M /trunk/testsuite/mosfiles/Bug1687.mos M /trunk/testsuite/mosfiles/ComplexSystem.mo M /trunk/testsuite/mosfiles/ComplexSystem.mos M /trunk/testsuite/omcc/LexTableModelica.mo M /trunk/testsuite/omcc/Lexer.mo M /trunk/testsuite/omcc/LexerCodeModelica.mo M /trunk/testsuite/omcc/LexerGenerator.mo M /trunk/testsuite/omcc/LexerModelica.mo M /trunk/testsuite/omcc/Main.mo M /trunk/testsuite/omcc/OMCC.mo M /trunk/testsuite/omcc/OMCC.mos M /trunk/testsuite/omcc/ParseCodeModelica.mo M /trunk/testsuite/omcc/ParseTableModelica.mo M /trunk/testsuite/omcc/Parser.mo M /trunk/testsuite/omcc/ParserGenerator.mo M /trunk/testsuite/omcc/ParserModelica.mo M /trunk/testsuite/omcc/SCRIPT.mos M /trunk/testsuite/omcc/TokenModelica.mo M /trunk/testsuite/omcc/Types.mo M /trunk/testsuite/omcc_test/Test1.mo M /trunk/testsuite/omcc_test/Test10.mo M /trunk/testsuite/omcc_test/Test11.mo M /trunk/testsuite/omcc_test/Test12.mo M /trunk/testsuite/omcc_test/Test13.mo M /trunk/testsuite/omcc_test/Test14.mo M /trunk/testsuite/omcc_test/Test15.mo M /trunk/testsuite/omcc_test/Test16.mo M /trunk/testsuite/omcc_test/Test17.mo M /trunk/testsuite/omcc_test/Test18.mo M /trunk/testsuite/omcc_test/Test19.mo M /trunk/testsuite/omcc_test/Test2.mo M /trunk/testsuite/omcc_test/Test20.mo M /trunk/testsuite/omcc_test/Test21.mo M /trunk/testsuite/omcc_test/Test3.mo M /trunk/testsuite/omcc_test/Test4.mo M /trunk/testsuite/omcc_test/Test5.mo M /trunk/testsuite/omcc_test/Test6.mo M /trunk/testsuite/omcc_test/Test7.mo M /trunk/testsuite/omcc_test/Test8.mo M /trunk/testsuite/omcc_test/Test9.mo M /trunk/testsuite/omcc_test/fulltest.mo M /trunk/testsuite/records/OperatorOverloadComplex.mo M /trunk/testsuite/records/OperatorOverloadComplexArray.mo M /trunk/testsuite/records/RecordBindingsOrdered.mo M /trunk/testsuite/records/RecordClassModOutput.mo M /trunk/testsuite/redeclare/NonexistentElementRedeclare1.mo M /trunk/testsuite/redeclare/NonexistentElementRedeclare2.mo M /trunk/testsuite/scodeinst/arrfunc.mo M /trunk/testsuite/scodeinst/bindings1.mo M /trunk/testsuite/scodeinst/bindings2.mo M /trunk/testsuite/scodeinst/bindings3.mo M /trunk/testsuite/scodeinst/bindings4.mo M /trunk/testsuite/scodeinst/bindings5.mo M /trunk/testsuite/scodeinst/bindings6.mo M /trunk/testsuite/scodeinst/bindings7.mo M /trunk/testsuite/scodeinst/builtinmod.mo M /trunk/testsuite/scodeinst/builtinmod2.mo M /trunk/testsuite/scodeinst/classextends1.mo M /trunk/testsuite/scodeinst/classextends2.mo M /trunk/testsuite/scodeinst/compfunc.mo M /trunk/testsuite/scodeinst/cond1.mo M /trunk/testsuite/scodeinst/cond2.mo M /trunk/testsuite/scodeinst/cond3.mo M /trunk/testsuite/scodeinst/cond4.mo M /trunk/testsuite/scodeinst/conn1.mo M /trunk/testsuite/scodeinst/conn10.mo M /trunk/testsuite/scodeinst/conn11.mo M /trunk/testsuite/scodeinst/conn12.mo M /trunk/testsuite/scodeinst/conn13.mo M /trunk/testsuite/scodeinst/conn14.mo M /trunk/testsuite/scodeinst/conn2.mo M /trunk/testsuite/scodeinst/conn3.mo M /trunk/testsuite/scodeinst/conn4.mo M /trunk/testsuite/scodeinst/conn5.mo M /trunk/testsuite/scodeinst/conn6.mo M /trunk/testsuite/scodeinst/conn7.mo M /trunk/testsuite/scodeinst/conn8.mo M /trunk/testsuite/scodeinst/conn9.mo M /trunk/testsuite/scodeinst/conngraph1.mo M /trunk/testsuite/scodeinst/conngraph2.mo M /trunk/testsuite/scodeinst/const1.mo M /trunk/testsuite/scodeinst/const10.mo M /trunk/testsuite/scodeinst/const11.mo M /trunk/testsuite/scodeinst/const12.mo M /trunk/testsuite/scodeinst/const13.mo M /trunk/testsuite/scodeinst/const14.mo M /trunk/testsuite/scodeinst/const15.mo M /trunk/testsuite/scodeinst/const16.mo M /trunk/testsuite/scodeinst/const17.mo M /trunk/testsuite/scodeinst/const2.mo M /trunk/testsuite/scodeinst/const3.mo M /trunk/testsuite/scodeinst/const4.mo M /trunk/testsuite/scodeinst/const5.mo M /trunk/testsuite/scodeinst/const6.mo M /trunk/testsuite/scodeinst/const7.mo M /trunk/testsuite/scodeinst/const8.mo M /trunk/testsuite/scodeinst/const9.mo M /trunk/testsuite/scodeinst/dim1.mo M /trunk/testsuite/scodeinst/dim10.mo M /trunk/testsuite/scodeinst/dim12.mo M /trunk/testsuite/scodeinst/dim13.mo M /trunk/testsuite/scodeinst/dim14.mo M /trunk/testsuite/scodeinst/dim15.mo M /trunk/testsuite/scodeinst/dim16.mo M /trunk/testsuite/scodeinst/dim17.mo M /trunk/testsuite/scodeinst/dim18.mo M /trunk/testsuite/scodeinst/dim19.mo M /trunk/testsuite/scodeinst/dim2.mo M /trunk/testsuite/scodeinst/dim3.mo M /trunk/testsuite/scodeinst/dim4.mo M /trunk/testsuite/scodeinst/dim5.mo M /trunk/testsuite/scodeinst/dim6.mo M /trunk/testsuite/scodeinst/dim7.mo M /trunk/testsuite/scodeinst/enum1.mo M /trunk/testsuite/scodeinst/enum2.mo M /trunk/testsuite/scodeinst/enum3.mo M /trunk/testsuite/scodeinst/eq1.mo M /trunk/testsuite/scodeinst/eq2.mo M /trunk/testsuite/scodeinst/eq3.mo M /trunk/testsuite/scodeinst/eq4.mo M /trunk/testsuite/scodeinst/eq5.mo M /trunk/testsuite/scodeinst/eq6.mo M /trunk/testsuite/scodeinst/eq7.mo M /trunk/testsuite/scodeinst/eq8.mo M /trunk/testsuite/scodeinst/eq9.mo M /trunk/testsuite/scodeinst/expconn1.mo M /trunk/testsuite/scodeinst/expconn2.mo M /trunk/testsuite/scodeinst/expconn3.mo M /trunk/testsuite/scodeinst/expconn4.mo M /trunk/testsuite/scodeinst/expconn5.mo M /trunk/testsuite/scodeinst/expconn6.mo M /trunk/testsuite/scodeinst/expconn7.mo M /trunk/testsuite/scodeinst/extends1.mo M /trunk/testsuite/scodeinst/extends2.mo M /trunk/testsuite/scodeinst/for1.mo M /trunk/testsuite/scodeinst/for2.mo M /trunk/testsuite/scodeinst/for3.mo M /trunk/testsuite/scodeinst/func1.mo M /trunk/testsuite/scodeinst/func2.mo M /trunk/testsuite/scodeinst/func3.mo M /trunk/testsuite/scodeinst/func4.mo M /trunk/testsuite/scodeinst/func5.mo M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo M /trunk/testsuite/scodeinst/func8.mo M /trunk/testsuite/scodeinst/func9.mo M /trunk/testsuite/scodeinst/function1.mo M /trunk/testsuite/scodeinst/if1.mo M /trunk/testsuite/scodeinst/ih1.mo M /trunk/testsuite/scodeinst/ih2.mo M /trunk/testsuite/scodeinst/ih3.mo M /trunk/testsuite/scodeinst/inst1.mo M /trunk/testsuite/scodeinst/inst2.mo M /trunk/testsuite/scodeinst/inst3.mo M /trunk/testsuite/scodeinst/inst4.mo M /trunk/testsuite/scodeinst/inst5.mo M /trunk/testsuite/scodeinst/inst6.mo M /trunk/testsuite/scodeinst/inst7.mo M /trunk/testsuite/scodeinst/loop1.mo M /trunk/testsuite/scodeinst/loop2.mo M /trunk/testsuite/scodeinst/loop3.mo M /trunk/testsuite/scodeinst/loop4.mo M /trunk/testsuite/scodeinst/mod1.mo M /trunk/testsuite/scodeinst/mod10.mo M /trunk/testsuite/scodeinst/mod11.mo M /trunk/testsuite/scodeinst/mod2.mo M /trunk/testsuite/scodeinst/mod3.mo M /trunk/testsuite/scodeinst/mod4.mo M /trunk/testsuite/scodeinst/mod5.mo M /trunk/testsuite/scodeinst/mod6.mo M /trunk/testsuite/scodeinst/mod7.mo M /trunk/testsuite/scodeinst/mod8.mo M /trunk/testsuite/scodeinst/mod9.mo M /trunk/testsuite/scodeinst/noretcall1.mo M /trunk/testsuite/scodeinst/redeclare1.mo M /trunk/testsuite/scodeinst/redeclare10.mo M /trunk/testsuite/scodeinst/redeclare11.mo M /trunk/testsuite/scodeinst/redeclare12.mo M /trunk/testsuite/scodeinst/redeclare2.mo M /trunk/testsuite/scodeinst/redeclare3.mo M /trunk/testsuite/scodeinst/redeclare4.mo M /trunk/testsuite/scodeinst/redeclare5.mo M /trunk/testsuite/scodeinst/redeclare5.mos M /trunk/testsuite/scodeinst/redeclare6.mo M /trunk/testsuite/scodeinst/redeclare7.mo M /trunk/testsuite/scodeinst/redeclare8.mo M /trunk/testsuite/scodeinst/redeclare9.mo M /trunk/testsuite/scodeinst/type1.mo M /trunk/testsuite/scodeinst/type2.mo M /trunk/testsuite/scodeinst/type3.mo M /trunk/testsuite/scodeinst/type4.mo M /trunk/testsuite/scodeinst/type5.mo M /trunk/testsuite/scodeinst/when1.mo M /trunk/testsuite/uncertainties/CantileverBeam.mos M /trunk/testsuite/uncertainties/TestModels/DataReconciliationTests.mo M /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/AAAUsersGuide.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestBend.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFan.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestTank.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Mixer2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Splitter2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/Compressor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/StaticFan.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GasTurbine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Functions.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Common.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/Absorb.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/EmissivGP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/XSat.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ph.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ps.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/temperature_HX.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Common.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/InitLimits.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Region.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/createSpline.mos M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/SolarCollector.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Units.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Connectors.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Compressor.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Generator.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorH.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorP.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorT.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Tank.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeAth.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBth.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCth.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDth.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/package.mo M /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/package.mo M /trunk/testsuite/uncertainties/UncertaintyFlatten1.mo M /trunk/testsuite/uncertainties/simpleExple.mo M /trunk/testsuite/uncertainties/testUC.mos - Fixed svn:eol-style ------------------------------------------------------------------------ r12731 | sjoelund.se | 2012-08-30 09:27:38 +0200 (Thu, 30 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.h - Make version number pretty ------------------------------------------------------------------------ r12730 | sjoelund.se | 2012-08-30 09:21:28 +0200 (Thu, 30 Aug 2012) | 2 lines Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.h - Some fixes to remove Windows stupidity ------------------------------------------------------------------------ r12729 | adeas31 | 2012-08-30 02:09:00 +0200 (Thu, 30 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h - added Beta to version. ------------------------------------------------------------------------ r12727 | adeas31 | 2012-08-30 00:00:06 +0200 (Thu, 30 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/config.h M /trunk/Examples/ModelQueryAPIexamples.onb M /trunk/Examples/UsersGuideExamples.onb M /trunk/README-BUILD-RELEASE-NSIS.txt M /trunk/README-OMDev-MINGW.txt M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf D /trunk/doc/SimForge - An Open Source Graphical Model Editor by Politecnico di Milano.url - Changed the version numbers. - deleted the old simforge url. - updated the build/setup instructions. ------------------------------------------------------------------------ r12726 | adeas31 | 2012-08-29 23:16:05 +0200 (Wed, 29 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMI_rml.c FMI Import - option to define logging level. - more better code generation. ------------------------------------------------------------------------ r12725 | adeas31 | 2012-08-29 21:19:25 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp - add OMDEV to simulation executable path if its available. ------------------------------------------------------------------------ r12723 | adeas31 | 2012-08-29 21:17:12 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - only copy the required sundials libs. ------------------------------------------------------------------------ r12721 | leonardo.laguna | 2012-08-29 16:51:07 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/EvalFunction.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/UnitParserExt.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Util/Error.mo - Removed most of the unused imports warnings ------------------------------------------------------------------------ r12720 | sjoelund.se | 2012-08-29 16:18:25 +0200 (Wed, 29 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Patternm.mo #1776 - Check lhs patterns for new variables that are bound, enable checks for MetaModelica (match excluded) ------------------------------------------------------------------------ r12719 | sjoelund.se | 2012-08-29 15:01:43 +0200 (Wed, 29 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Translation/README M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Util.mo M /trunk/libraries/Modelica 3.2/Media/Water/IF97_Utilities.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/libraries/msl221/TestNand.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos #1776 - Added detection of unbound variables in functions for Modelica. MetaModelica expressions will be supported Real Soon Now™ ------------------------------------------------------------------------ r12718 | sjoelund.se | 2012-08-29 11:17:14 +0200 (Wed, 29 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - Initialize some local function variables to avoid future warnings (#1776) about using non-initialized local variables ------------------------------------------------------------------------ r12717 | Frenkel TUD | 2012-08-29 10:02:49 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - use strncmp instead of strcmp ------------------------------------------------------------------------ r12716 | Frenkel TUD | 2012-08-29 08:26:06 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - fix skip condition ------------------------------------------------------------------------ r12715 | hkiel | 2012-08-29 08:23:48 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts - fix some typos ------------------------------------------------------------------------ r12714 | hubert.thieriot | 2012-08-29 07:04:53 +0200 (Wed, 29 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/ModExePlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/widgetloadexemodel.cpp - removed modmodelname function - project findModItem function instead of findModModel ------------------------------------------------------------------------ r12713 | mahge930 | 2012-08-29 05:27:25 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.common + Don't compile OpenCLRuntime on Mac for now. ------------------------------------------------------------------------ r12712 | mahge930 | 2012-08-29 04:40:18 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - fix typo. ------------------------------------------------------------------------ r12711 | adeas31 | 2012-08-29 00:21:11 +0200 (Wed, 29 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - fix coding style. ------------------------------------------------------------------------ r12710 | Frenkel TUD | 2012-08-28 23:35:02 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Utility.h M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos - fix bugs for runtime cpp - skip warning from initialisation about self generated variables ------------------------------------------------------------------------ r12707 | adeas31 | 2012-08-28 22:12:15 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/README-BUILD-RELEASE-NSIS.txt - Only copy the required binaries. - Updated the NSIS setup readme. ------------------------------------------------------------------------ r12705 | Frenkel TUD | 2012-08-28 18:04:01 +0200 (Tue, 28 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h - fix bugs for simCodeTarget Cpp ------------------------------------------------------------------------ r12703 | sjoelund.se | 2012-08-28 13:46:09 +0200 (Tue, 28 Aug 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Media/Water/IF97_Utilities.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Fixed MSL 3.1 warning from not-yet-commited changes for #1776 * [IF97_Utilities.mo:4942:9-4959:18:writable] Warning: found was used before it was defined (given a value). Additional such uses may exist for the variable, but some messages were suppressed. ------------------------------------------------------------------------ r12702 | perost | 2012-08-28 11:43:14 +0200 (Tue, 28 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos M /trunk/testsuite/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/libraries/msl221/CoupledClutches.mos M /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos M /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/meta/ListReductionCodegen.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/Faculty5.mo M /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo M /trunk/testsuite/mofiles/msl/Gear.mo - Removed space after first parenthesis when dumping asserts in DAEDump, to ease the transition to a template based dumper. ------------------------------------------------------------------------ r12701 | sjoelund.se | 2012-08-28 10:38:37 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix runtest.pl for Table2d.mos ------------------------------------------------------------------------ r12700 | hubert.thieriot | 2012-08-28 09:57:57 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/ModelPlus.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/version.h - avoid loading of inexisting models in Optimization - added compile function in modmodel ------------------------------------------------------------------------ r12699 | sjoelund.se | 2012-08-28 09:52:28 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo - Improves r12695 by using an assoc list from grammar flag id instead of boolean (legacy code from when grammar was boolean metamodelica on/off) ------------------------------------------------------------------------ r12698 | sjoelund.se | 2012-08-28 09:05:13 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in - CPPFLAGS are PREPROCESSOR flags, not CFLAGS ------------------------------------------------------------------------ r12697 | sjoelund.se | 2012-08-28 08:56:47 +0200 (Tue, 28 Aug 2012) | 3 lines Changed paths: M /trunk/testsuite/mosfiles/Makefile A /trunk/testsuite/mosfiles/Table2d.mo A /trunk/testsuite/mosfiles/Table2d.mos A /trunk/testsuite/mosfiles/Table2d.txt #1789 - Regression testing ------------------------------------------------------------------------ r12696 | sjoelund.se | 2012-08-28 08:50:07 +0200 (Tue, 28 Aug 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c #1789 - Fix table initialization. Seems to be a scope typo (indentation correct, curlies not). ------------------------------------------------------------------------ r12695 | mahge930 | 2012-08-28 06:10:36 +0200 (Tue, 28 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw + Finally found why setCommandLineOptions() doesn't work for a new grammar, pheew + 1 more API for getting the default device. + compile with -fPIC -O3 ------------------------------------------------------------------------ r12694 | adrpo | 2012-08-28 05:31:39 +0200 (Tue, 28 Aug 2012) | 1 line Changed paths: M /trunk/doc/performance/benchmarks/performance.xlsx M /trunk/testsuite/benchmarks/checkHumMod.mos M /trunk/testsuite/benchmarks/instHumMod.mos - update performance figures. ------------------------------------------------------------------------ r12693 | mahge930 | 2012-08-28 04:09:47 +0200 (Tue, 28 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.common + Don't compile OpenCLRuntime on Mac for now. ------------------------------------------------------------------------ r12692 | Frenkel TUD | 2012-08-28 00:12:36 +0200 (Tue, 28 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Makefile.common M /trunk/SimulationRuntime/c/simulation/results/read_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/read_csv.h M /trunk/testsuite/cppruntime/libraries/msl31/Makefile M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos - implement read csv for SimulationResults - add test for msl31/mechanics runtime cpp (not yet activated) ------------------------------------------------------------------------ r12691 | petar | 2012-08-27 16:26:53 +0200 (Mon, 27 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo -Changed implementation of unused (by OpenModelica) function expIsPositive to be based on expIsPositiveOrZero. ------------------------------------------------------------------------ r12690 | leonardo.laguna | 2012-08-27 16:16:08 +0200 (Mon, 27 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/Util/Graph.mo - trivial modification to fix wsm compilation ------------------------------------------------------------------------ r12689 | sjoelund.se | 2012-08-27 15:40:23 +0200 (Mon, 27 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Compile without omoptim ------------------------------------------------------------------------ r12688 | sjoelund.se | 2012-08-27 12:20:05 +0200 (Mon, 27 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/testsuite/meta/Makefile A /trunk/testsuite/meta/PatternMatchInvalidType.mo #1786 - Do not go into an infinite loop if using {} pattern on something that is not a list ------------------------------------------------------------------------ r12687 | adeas31 | 2012-08-27 12:03:31 +0200 (Mon, 27 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw - Fixed OpenCLRuntime compilation for windows. - Add CPPFLAGS. ------------------------------------------------------------------------ r12686 | sjoelund.se | 2012-08-27 11:46:13 +0200 (Mon, 27 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/interactive/XmlDumpComment.mos - Remove r12679 / #1787 work-around - Do not add an = 0.0 binding by default to every paramater that lacks a binding ------------------------------------------------------------------------ r12685 | sjoelund.se | 2012-08-27 09:37:21 +0200 (Mon, 27 Aug 2012) | 5 lines Changed paths: D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in (from /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile:12683) M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.cpp (from /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c:12683) D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.cpp (from /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c:12683) D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.cpp (from /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c:12683) D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.cpp (from /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c:12683) M /trunk/configure.in - cp -u is not a valid cp option - g++ is not a real C compiler - C does not support overloaded functions - g++ is not the system-configured C++ compiler ------------------------------------------------------------------------ r12684 | sjoelund.se | 2012-08-27 09:16:32 +0200 (Mon, 27 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Also link with termcap ------------------------------------------------------------------------ r12682 | mahge930 | 2012-08-27 04:05:11 +0200 (Mon, 27 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h + Added a flag and API to specify default OpenCL device. + Free dangling array after returning from a function. (y) + Show device selection only if default device is not set. ------------------------------------------------------------------------ r12681 | Frenkel TUD | 2012-08-26 15:14:50 +0200 (Sun, 26 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat - fix tests ------------------------------------------------------------------------ r12680 | Frenkel TUD | 2012-08-26 00:54:04 +0200 (Sun, 26 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - fix tests - take care for liniear torn system that tearing vars not part of relations ------------------------------------------------------------------------ r12679 | Frenkel TUD | 2012-08-25 23:51:10 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - add case for simplifyIfExp as workaround for real and integer types, see Ticket #1787 ------------------------------------------------------------------------ r12678 | mahge930 | 2012-08-25 23:35:24 +0200 (Sat, 25 Aug 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl + Combined the makefiles + fix for 64 bit + detect vendors and enable extensions properly. ------------------------------------------------------------------------ r12677 | Frenkel TUD | 2012-08-25 23:13:30 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - remove some never matched cases from simplifyBinaryConst, fix bug for GREATEREQ, move true=positiveZero(e1)=negativeZero(e2) to simplifyBinary ------------------------------------------------------------------------ r12676 | Frenkel TUD | 2012-08-25 23:01:01 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat - fix test ------------------------------------------------------------------------ r12675 | Frenkel TUD | 2012-08-25 21:03:27 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: A /trunk/testsuite/cppruntime/libraries A /trunk/testsuite/cppruntime/libraries/msl31 A /trunk/testsuite/cppruntime/libraries/msl31/Makefile A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos A /trunk/testsuite/cppruntime/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos - add msl31/mechanics tests for cpp runtime ------------------------------------------------------------------------ r12674 | Frenkel TUD | 2012-08-25 21:01:35 +0200 (Sat, 25 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos - inline array=array before state selection - move Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to working tests ------------------------------------------------------------------------ r12673 | mahge930 | 2012-08-25 19:48:43 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw - fix again ------------------------------------------------------------------------ r12672 | mahge930 | 2012-08-25 19:43:08 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw + fix build dir path ------------------------------------------------------------------------ r12671 | mahge930 | 2012-08-25 19:27:57 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.omdev.mingw + Added ParModelica to the makefiles. ------------------------------------------------------------------------ r12670 | Frenkel TUD | 2012-08-25 15:28:28 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos - fix test RopotR3.onAxis, move PreLoad back to failing tests (Integrator has problems) ------------------------------------------------------------------------ r12669 | Frenkel TUD | 2012-08-25 13:28:16 +0200 (Sat, 25 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos - move Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos, Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos, Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos and Modelica.Mechanics.Translational.Examples.PreLoad.mos to working tests ------------------------------------------------------------------------ r12668 | perost | 2012-08-24 19:58:04 +0200 (Fri, 24 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos - Fix testcase. ------------------------------------------------------------------------ r12667 | sjoelund.se | 2012-08-24 17:48:56 +0200 (Fri, 24 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - Fix for bootstrapping ------------------------------------------------------------------------ r12666 | perost | 2012-08-24 16:07:32 +0200 (Fri, 24 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos M /trunk/testsuite/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl31/Makefile M /trunk/testsuite/libraries/msl31/Modelica.Blocks.Continuous.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos A /trunk/testsuite/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ConstructParameters2.mo M /trunk/testsuite/mofiles/Enum7.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/PackageParameter.mo M /trunk/testsuite/mofiles/msl/BC1.mo M /trunk/testsuite/mofiles/msl/BC10.mo M /trunk/testsuite/mofiles/msl/BC2.mo M /trunk/testsuite/mofiles/msl/BC3.mo M /trunk/testsuite/mofiles/msl/BC4.mo M /trunk/testsuite/mofiles/msl/BC5.mo M /trunk/testsuite/mofiles/msl/BC6.mo M /trunk/testsuite/mofiles/msl/BC7.mo M /trunk/testsuite/mofiles/msl/BC8.mo M /trunk/testsuite/mofiles/msl/BC9.mo M /trunk/testsuite/mofiles/msl/BM1.mo M /trunk/testsuite/mofiles/msl/BM10.mo M /trunk/testsuite/mofiles/msl/BM11.mo M /trunk/testsuite/mofiles/msl/BM14.mo M /trunk/testsuite/mofiles/msl/BM15.mo M /trunk/testsuite/mofiles/msl/BM16.mo M /trunk/testsuite/mofiles/msl/BM17.mo M /trunk/testsuite/mofiles/msl/BM18.mo M /trunk/testsuite/mofiles/msl/BM19.mo M /trunk/testsuite/mofiles/msl/BM2.mo M /trunk/testsuite/mofiles/msl/BM20.mo M /trunk/testsuite/mofiles/msl/BM21.mo M /trunk/testsuite/mofiles/msl/BM22.mo M /trunk/testsuite/mofiles/msl/BM23.mo M /trunk/testsuite/mofiles/msl/BM24.mo M /trunk/testsuite/mofiles/msl/BM25.mo M /trunk/testsuite/mofiles/msl/BM26.mo M /trunk/testsuite/mofiles/msl/BM3.mo M /trunk/testsuite/mofiles/msl/BM5.mo M /trunk/testsuite/mofiles/msl/BM6.mo M /trunk/testsuite/mofiles/msl/BM7.mo M /trunk/testsuite/mofiles/msl/BM8.mo M /trunk/testsuite/mofiles/msl/BM9.mo M /trunk/testsuite/mofiles/msl/BN1.mo M /trunk/testsuite/mofiles/msl/BN2.mo M /trunk/testsuite/mofiles/msl/BN3.mo M /trunk/testsuite/mofiles/msl/BS1.mo M /trunk/testsuite/mofiles/msl/BS10.mo M /trunk/testsuite/mofiles/msl/BS11.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS15.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS17.mo M /trunk/testsuite/mofiles/msl/BS2.mo M /trunk/testsuite/mofiles/msl/BS3.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/mofiles/msl/BS9.mo M /trunk/testsuite/scodeinst/const1.mo Fix for bug #1774: - Better sorting of elements in Inst.instElementList by considering qualified crefs. - Added testcase Modelica.StateGraph.Examples.ControlledTanks. - Enabled the forgotten Modelica.Blocks.Continuous testcase. ------------------------------------------------------------------------ r12665 | sjoelund.se | 2012-08-24 15:58:09 +0200 (Fri, 24 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Util/Error.mo Fixed #1749 - Do not print an error that rhs should be a function if it actually is a function ------------------------------------------------------------------------ r12664 | sjoelund.se | 2012-08-24 15:41:37 +0200 (Fri, 24 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Expected output ------------------------------------------------------------------------ r12663 | sjoelund.se | 2012-08-24 14:25:56 +0200 (Fri, 24 Aug 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Media/package.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README Fixes #1777 - Make the molarMass non-partial [https://trac.modelica.org/Modelica/ticket/794 MA #794] ------------------------------------------------------------------------ r12662 | sjoelund.se | 2012-08-24 13:50:00 +0200 (Fri, 24 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/meta/FunctionReturningArray.mos M /trunk/testsuite/meta/Makefile #1772 - Do not evaluate a function that returns MM arrays ------------------------------------------------------------------------ r12661 | sjoelund.se | 2012-08-24 13:08:37 +0200 (Fri, 24 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Fix for moved static readline location ------------------------------------------------------------------------ r12660 | sjoelund.se | 2012-08-24 12:38:10 +0200 (Fri, 24 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Give correct revision for nightly builds ------------------------------------------------------------------------ r12659 | sjoelund.se | 2012-08-24 11:11:09 +0200 (Fri, 24 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo - Improved isPositiveOrZero - Used isPositiveOrZero for sqrt() calls in codegen to avoid adding assertions ------------------------------------------------------------------------ r12658 | Frenkel TUD | 2012-08-24 09:17:24 +0200 (Fri, 24 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - use noEvent for y = semiLinear(x,sa,s1) -> s1 = if noEvent(x>=0) then sa else sb ------------------------------------------------------------------------ r12657 | Frenkel TUD | 2012-08-24 03:08:32 +0200 (Fri, 24 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Flags.mo - add support for semiLinear optimization, see MSL Spec 3.7.2.5 ------------------------------------------------------------------------ r12656 | mahge930 | 2012-08-23 20:57:11 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo + added a new scope for parfor to handle it differently from normal for loop scope. + fix for non-built-in parallel function attributes. ------------------------------------------------------------------------ r12655 | mahge930 | 2012-08-23 19:39:56 +0200 (Thu, 23 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo + check calls to functions depending on function type and scope type, parallel functions can be built-in too. + changed some of the parmodelica built-in functions to parallel built-in functions ------------------------------------------------------------------------ r12654 | Frenkel TUD | 2012-08-23 17:12:24 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat - fix tests ------------------------------------------------------------------------ r12653 | Frenkel TUD | 2012-08-23 16:52:11 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos - use dynamic state selection for PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection ------------------------------------------------------------------------ r12652 | Frenkel TUD | 2012-08-23 15:57:16 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/linearize/Makefile - add BackendDAEOptimize.optimizeInitialSystem - move linearize/test_01 back to failing tests ------------------------------------------------------------------------ r12651 | hubert.thieriot | 2012-08-23 14:25:45 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: A /trunk/OMOptim/Doc/ReadMe.docx M /trunk/OMOptim/version.h -doc ------------------------------------------------------------------------ r12650 | Frenkel TUD | 2012-08-23 14:16:19 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/linearize/Makefile - test only if all variables the algorithm should be solved for part of the outputs of the algorithm - move linearize/test_01 back to working tests ------------------------------------------------------------------------ r12649 | sjoelund.se | 2012-08-23 12:26:41 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos Expected output ------------------------------------------------------------------------ r12648 | sjoelund.se | 2012-08-23 12:11:33 +0200 (Thu, 23 Aug 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Media/Air.mo D /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/Functions.mo M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.mo M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.order M /trunk/libraries/Modelica 3.1/Media/Incompressible.mo M /trunk/libraries/Modelica 3.1/Media/Water/package.mo M /trunk/libraries/Modelica 3.1/Media/package.mo M /trunk/libraries/README M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/interactive/interactive_api_annotations.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Revert MSL31 Media changes in r12642 (as the text-file said I did) - Update libraries/README and changed testcases ------------------------------------------------------------------------ r12647 | Frenkel TUD | 2012-08-23 12:08:18 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo - fix usage of SI.Lenght and SI.Distance ------------------------------------------------------------------------ r12646 | Frenkel TUD | 2012-08-23 11:32:54 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix tests dummyDerMatching ------------------------------------------------------------------------ r12645 | sjoelund.se | 2012-08-23 11:26:01 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1.txt - Updated MSL31 modifications ------------------------------------------------------------------------ r12644 | sjoelund.se | 2012-08-23 11:19:34 +0200 (Thu, 23 Aug 2012) | 4 lines Changed paths: M /trunk/Makefile.in D /trunk/OMOptim/GUI/Resources/Thumbs.db M /trunk/libraries/BioChem 1.0.txt M /trunk/libraries/Modelica 1.6/Images/_readme.txt M /trunk/libraries/Modelica 1.6.txt M /trunk/libraries/Modelica 2.2.1/C-Sources/_ModelicaLicense.txt M /trunk/libraries/Modelica 2.2.1/Images/_readme.txt M /trunk/libraries/Modelica 2.2.1/Utilities/data/Examples_readRealParameters.txt M /trunk/libraries/Modelica 2.2.1.txt M /trunk/libraries/Modelica 3.1/Blocks/package.order M /trunk/libraries/Modelica 3.1/Electrical/Analog/Examples/Utilities/package.order M /trunk/libraries/Modelica 3.1/Electrical/Analog/Examples/package.order M /trunk/libraries/Modelica 3.1/Electrical/Analog/package.order M /trunk/libraries/Modelica 3.1/Electrical/package.order M /trunk/libraries/Modelica 3.1/Fluid/Examples/package.order M /trunk/libraries/Modelica 3.1/Fluid/package.order M /trunk/libraries/Modelica 3.1/Images/Magnetic/readme.txt D /trunk/libraries/Modelica 3.1/Images/StateGraph/Examples/Thumbs.db D /trunk/libraries/Modelica 3.1/Images/StateGraph/UsersGuide/Thumbs.db M /trunk/libraries/Modelica 3.1/Images/_readme.txt M /trunk/libraries/Modelica 3.1/Magnetic/package.order M /trunk/libraries/Modelica 3.1/Math/package.order M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Elementary/package.order M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Loops/1.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Loops/2.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Loops/3.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Loops/package.order M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/0.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/1.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/2.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/3.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/4.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/5.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/6.dxf M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/Systems/package.order M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Examples/package.order M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.order M /trunk/libraries/Modelica 3.1/Mechanics/package.order A /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/Functions.mo M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.order M /trunk/libraries/Modelica 3.1/Media/IdealGases/package.order M /trunk/libraries/Modelica 3.1/Media/Water/package.order M /trunk/libraries/Modelica 3.1/Media/package.order M /trunk/libraries/Modelica 3.1/Media/req_changes.txt M /trunk/libraries/Modelica 3.1/ModelicaLicense2.html M /trunk/libraries/Modelica 3.1/Scripts/Fluid/AST_BatchPlant_StandardWater/plot level.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/ControlledTanks/plot level and ports.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/EmptyTanks/plot level and port.p.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/MomentumBalanceFittings/Plot the model results.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/OneTank/plot level and port.p.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/OneTank/plot level, port.p and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TankWithEmptyingPipe1/plot level and port.p.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TankWithEmptyingPipe1/plot level, port.p and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TankWithEmptyingPipe2/plot level and port.p.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TanksWithEmptyingPipe1/plot level, port.p and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TanksWithEmptyingPipe2/plot level and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TanksWithOverflow/plot level and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/ThreeTanks/plot level and port.m_flow.mos M /trunk/libraries/Modelica 3.1/Scripts/Fluid/TwoTanks/plot level and port.p.mos M /trunk/libraries/Modelica 3.1/Thermal/package.order M /trunk/libraries/Modelica 3.1/Utilities/data/Examples_readRealParameters.txt M /trunk/libraries/Modelica 3.1/Utilities/package.order M /trunk/libraries/Modelica 3.1/help/Documentation/Differences-Modelica-221-222.html M /trunk/libraries/Modelica 3.1/help/Documentation/Differences-Modelica-301-31.html M /trunk/libraries/Modelica 3.1/package.order M /trunk/libraries/Modelica 3.1/readme.txt M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Blocks/package.order M /trunk/libraries/Modelica 3.2/Electrical/Analog/Examples/Utilities/package.order M /trunk/libraries/Modelica 3.2/Electrical/Analog/Examples/package.order M /trunk/libraries/Modelica 3.2/Electrical/Analog/package.order M /trunk/libraries/Modelica 3.2/Electrical/QuasiStationary/package.order M /trunk/libraries/Modelica 3.2/Electrical/package.order M /trunk/libraries/Modelica 3.2/Fluid/Examples/package.order M /trunk/libraries/Modelica 3.2/Fluid/package.order M /trunk/libraries/Modelica 3.2/Magnetic/package.order M /trunk/libraries/Modelica 3.2/Math/package.order M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Elementary/package.order M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Loops/1.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Loops/2.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Loops/3.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Loops/package.order M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/0.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/1.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/2.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/3.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/4.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/5.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/6.dxf M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/Systems/package.order M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Examples/package.order M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/package.order M /trunk/libraries/Modelica 3.2/Mechanics/package.order M /trunk/libraries/Modelica 3.2/Media/IdealGases/Common/package.order M /trunk/libraries/Modelica 3.2/Media/IdealGases/package.order M /trunk/libraries/Modelica 3.2/Media/Water/package.order M /trunk/libraries/Modelica 3.2/Media/package.order M /trunk/libraries/Modelica 3.2/Resources/Data/Utilities/Examples_readRealParameters.txt M /trunk/libraries/Modelica 3.2/Resources/Documentation/Differences-Modelica-221-222.html M /trunk/libraries/Modelica 3.2/Resources/Documentation/Differences-Modelica-301-31.html M /trunk/libraries/Modelica 3.2/Resources/Documentation/ModelicaLicense2.html M /trunk/libraries/Modelica 3.2/Resources/Images/Magnetic/readme.txt M /trunk/libraries/Modelica 3.2/Resources/Images/_readme.txt M /trunk/libraries/Modelica 3.2/Thermal/package.order M /trunk/libraries/Modelica 3.2/Utilities/package.order M /trunk/libraries/Modelica 3.2/package.order M /trunk/libraries/Modelica 3.2/readme.txt M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/ModelicaAdditions/Images/_readme.txt M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/Pendulum-trace.txt M /trunk/libraries/ModelicaAdditions/MultiBody/Examples/all.txt M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Continuous.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Discrete.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Discrete_Interfaces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Logical.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Logical_Interfaces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Multiplexer.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Blocks_Nonlinear.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Examples.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Interfaces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_HeatFlow1D_Sensors.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_CutJoints.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Loops.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Loops_Utilities.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots_r3.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Examples_Robots_r3_Components.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Forces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Interfaces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Joints.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Parts.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Sensors.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_MultiBody_Visualizers.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_PetriNets.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_PetriNets_Examples.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_PetriNets_Interfaces.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Tables.html M /trunk/libraries/ModelicaAdditions/help/ModelicaAdditions_Tables_Examples.html M /trunk/libraries/ModelicaReference/package.order M /trunk/libraries/ModelicaServices 1.1/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Fittings/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Machines/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Pipes/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sensors/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Sources/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Utilities/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Valves/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/Vessels/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/TestComponents/package.order M /trunk/libraries/ModelicaTest 1.1/Fluid/package.order M /trunk/libraries/ModelicaTest 1.1/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Examples/Components/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Examples/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Icons/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Interfaces/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Internal/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Templates/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Types/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/UsersGuide/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Examples/StateSpace/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Examples/TransferFunction/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Examples/Utilities/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Examples/ZerosAndPoles/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Examples/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/Streams/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Matrices/Internal/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Matrices/LAPACK/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Matrices/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Vectors/Internal/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/Vectors/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Math/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/Types/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Examples.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Examples_Components.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Icons.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Interfaces.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Templates.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_Types.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Controller_UsersGuide.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Examples.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Examples_StateSpace.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Examples_TransferFunction.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Examples_Utilities.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Examples_ZerosAndPoles.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Math.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Math_Matrices.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Math_Matrices_Examples.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Math_Matrices_LAPACK.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Math_Vectors.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Types.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_UsersGuide.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_UsersGuide_ReleaseNotes.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Import.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Import_Examples.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Import_Examples_Utilities.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Plot.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Plot_Examples.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Plot_Examples_Utilities.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Plot_Records.html M /trunk/libraries/Modelica_LinearSystems2 2.0/help/Modelica_LinearSystems2_Utilities_Plot_Types.html M /trunk/libraries/Modelica_LinearSystems2 2.0/package.order M /trunk/libraries/Modelica_LinearSystems2 2.0.txt - Added make target thumbsdb-error - Removed some Thumbs.db files - Added svn-eol-style on some text-based files in the standard libraries ------------------------------------------------------------------------ r12643 | Frenkel TUD | 2012-08-23 11:14:51 +0200 (Thu, 23 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab.mat - move PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos and PlanarMechanicsForTesting.Examples.KinematicLoop.mos back to not working tests because tearing and initialisation does not work together ------------------------------------------------------------------------ r12642 | sjoelund.se | 2012-08-23 10:58:13 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/libraries/Modelica 3.1/Blocks/Logical.mo M /trunk/libraries/Modelica 3.1/Electrical/Analog/Basic.mo M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.1/Electrical/Machines.mo M /trunk/libraries/Modelica 3.1/Fluid/Examples/BranchingDynamicPipes.mo M /trunk/libraries/Modelica 3.1/Images/Magnetic/readme.txt M /trunk/libraries/Modelica 3.1/Images/_readme.txt M /trunk/libraries/Modelica 3.1/Magnetic/FluxTubes.mo M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Forces.mo M /trunk/libraries/Modelica 3.1/Mechanics/Translational.mo M /trunk/libraries/Modelica 3.1/Media/Air.mo M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.mo M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.order M /trunk/libraries/Modelica 3.1/Media/Incompressible.mo M /trunk/libraries/Modelica 3.1/Media/Water/package.mo M /trunk/libraries/Modelica 3.1/Media/package.mo M /trunk/libraries/Modelica 3.1/Media/req_changes.txt M /trunk/libraries/Modelica 3.1/Thermal/FluidHeatFlow.mo M /trunk/libraries/Modelica 3.1/Utilities/data/Examples_readRealParameters.txt M /trunk/libraries/Modelica 3.1/package.mo M /trunk/libraries/Modelica 3.1/readme.txt M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README - Updated MSL 3.1 to latest maint branch ------------------------------------------------------------------------ r12641 | Frenkel TUD | 2012-08-23 10:19:53 +0200 (Thu, 23 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos - improve dynamic state selection, still problems with initialisation - move PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos and PlanarMechanicsForTesting.Examples.KinematicLoop.mos to working tests ------------------------------------------------------------------------ r12640 | adeas31 | 2012-08-22 22:37:28 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo - fix tabs. ------------------------------------------------------------------------ r12639 | mahge930 | 2012-08-22 21:17:11 +0200 (Wed, 22 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ParModelicaBuiltin.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h + Added built-in ParModelica functions. + fix parallelism propagation. + temporary fix on simulation settings for ParModelica case. + initialize OpenCL env only when needed. + sum fixes. ------------------------------------------------------------------------ r12638 | adeas31 | 2012-08-22 18:52:51 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeTV.mo - removed tabs. ------------------------------------------------------------------------ r12637 | adeas31 | 2012-08-22 18:34:12 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c D /trunk/Compiler/runtime/FMIModelica.in M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/Makefile.common - Moved the FMI import code generation to susan. ------------------------------------------------------------------------ r12636 | sjoelund.se | 2012-08-22 16:42:55 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.1/SIunits.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/siemens/nosim/translateFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/nosim/translateHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/nosim/translateJunctions.mos M /trunk/testsuite/3rdParty/siemens/nosim/translatePipes.mos M /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Density.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Pressure.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativePressure.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativeTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpy.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropy.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Temperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.System.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Updated MSL 3.1 to latest SIunits.mo; disabled Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos due to simulation failing to solve a nonlinear equation now ------------------------------------------------------------------------ r12635 | sjoelund.se | 2012-08-22 12:40:40 +0200 (Wed, 22 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim - Do not include svn externals from the same repository ------------------------------------------------------------------------ r12634 | perost | 2012-08-22 12:10:08 +0200 (Wed, 22 Aug 2012) | 2 lines Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.cpp M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.h - Removed tabs. ------------------------------------------------------------------------ r12633 | perost | 2012-08-22 12:07:57 +0200 (Wed, 22 Aug 2012) | 2 lines Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.cpp M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.h M /trunk/OMVisualize/OMVisualizeGUI/main.cpp - Fix character encoding. ------------------------------------------------------------------------ r12632 | perost | 2012-08-22 12:06:16 +0200 (Wed, 22 Aug 2012) | 2 lines Changed paths: M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro.user M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro M /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro.user M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.cpp M /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeMainWindow.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeMainWindow.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.h M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindowContainer.cpp M /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindowContainer.h M /trunk/OMVisualize/OMVisualizeGUI/main.cpp M /trunk/OMVisualize/OMVisualizeGUI/rc_omvisualize.rc M /trunk/OMVisualize/OMVisualizeGUI/resource_omvisualize.qrc - Fix eol style. ------------------------------------------------------------------------ r12631 | petar787 | 2012-08-22 11:31:25 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: A /trunk/OMVisualize A /trunk/OMVisualize/OMVisualizeGUI A /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro A /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeGUI.pro.user A /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro A /trunk/OMVisualize/OMVisualizeGUI/OMVisualizeLib.pro.user A /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.cpp A /trunk/OMVisualize/OMVisualizeGUI/QOSGGraphics.h A /trunk/OMVisualize/OMVisualizeGUI/Resources A /trunk/OMVisualize/OMVisualizeGUI/Resources/PSDs A /trunk/OMVisualize/OMVisualizeGUI/Resources/PSDs/omvisualize.psd A /trunk/OMVisualize/OMVisualizeGUI/Resources/icons A /trunk/OMVisualize/OMVisualizeGUI/Resources/icons/omvisualize.ico A /trunk/OMVisualize/OMVisualizeGUI/Resources/icons/omvisualize.png A /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.cpp A /trunk/OMVisualize/OMVisualizeGUI/VisualizeApplication.h A /trunk/OMVisualize/OMVisualizeGUI/VisualizeMainWindow.cpp A /trunk/OMVisualize/OMVisualizeGUI/VisualizeMainWindow.h A /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.cpp A /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindow.h A /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindowContainer.cpp A /trunk/OMVisualize/OMVisualizeGUI/VisualizeWindowContainer.h A /trunk/OMVisualize/OMVisualizeGUI/main.cpp A /trunk/OMVisualize/OMVisualizeGUI/rc_omvisualize.rc A /trunk/OMVisualize/OMVisualizeGUI/resource_omvisualize.qrc A /trunk/OMVisualize/README.txt A /trunk/OMVisualize/bin A /trunk/OMVisualize/generatedfiles A /trunk/OMVisualize/generatedfiles/moc A /trunk/OMVisualize/generatedfiles/rcc Added OMVisualize ------------------------------------------------------------------------ r12630 | adeas31 | 2012-08-22 02:39:47 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.h one more case-sensitive fix. ------------------------------------------------------------------------ r12629 | adeas31 | 2012-08-22 00:55:02 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/updatePbest.h - who knows how many case-sensitivity problems exists. ------------------------------------------------------------------------ r12628 | adeas31 | 2012-08-22 00:02:09 +0200 (Wed, 22 Aug 2012) | 1 line Changed paths: M /trunk/OMTools/OMTools.pro - OMOptim paths were changed. ------------------------------------------------------------------------ r12627 | perost | 2012-08-21 23:14:26 +0200 (Tue, 21 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp - And if everyone could use a case-sensitive filesystem, that would be nice too. ------------------------------------------------------------------------ r12626 | perost | 2012-08-21 23:06:04 +0200 (Tue, 21 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/ModExePlus.cpp M /trunk/OMOptim/Core/ModelPlus.cpp - If everyone would just use UTF-8, the world would be a happier place. ------------------------------------------------------------------------ r12625 | perost | 2012-08-21 22:53:52 +0200 (Tue, 21 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItemsTree.h - Fix OMOptim build. ------------------------------------------------------------------------ r12624 | Frenkel TUD | 2012-08-21 21:45:50 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos - fix tests ------------------------------------------------------------------------ r12623 | Frenkel TUD | 2012-08-21 20:59:25 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12622 | Frenkel TUD | 2012-08-21 20:07:19 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix compilation ------------------------------------------------------------------------ r12621 | Frenkel TUD | 2012-08-21 18:00:23 +0200 (Tue, 21 Aug 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos - fix derivativ of min/max, ToDo implement derivative of min/max for more than two arguments - bugfix dynamic state selection, state changes during runtime works now well - improve calculation of jacobian - improve analysation of jacobian - move BackendDAEUtil.jacobianTypeStr to BackendDump - improve calculation of liniear system rhs - move Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos and Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos to working tests ------------------------------------------------------------------------ r12620 | hubert.thieriot | 2012-08-21 17:02:00 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptimBasis/ProjectBase.h M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h - added function for reloading problems/results ------------------------------------------------------------------------ r12619 | hubert.thieriot | 2012-08-21 16:58:14 +0200 (Tue, 21 Aug 2012) | 3 lines Changed paths: M /trunk/OMOptim M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h A /trunk/OMOptim/Core/ExeModel.cpp (from /branches/Optimization/Branches/BlackBox/Core/ExeModel.cpp:12607) A /trunk/OMOptim/Core/ExeModel.h (from /branches/Optimization/Branches/BlackBox/Core/ExeModel.h:12607) M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/FileData/SaveOMOptim.h A /trunk/OMOptim/Core/ModExePlus.cpp (from /branches/Optimization/Branches/BlackBox/Core/ModExePlus.cpp:12607) A /trunk/OMOptim/Core/ModExePlus.h (from /branches/Optimization/Branches/BlackBox/Core/ModExePlus.h:12607) A /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.cpp (from /branches/Optimization/Branches/BlackBox/Core/ModPlusBlackBoxExeCtrl.cpp:12607) A /trunk/OMOptim/Core/ModPlusBlackBoxExeCtrl.h (from /branches/Optimization/Branches/BlackBox/Core/ModPlusBlackBoxExeCtrl.h:12607) A /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.cpp (from /branches/Optimization/Branches/BlackBox/Core/ModPlusDymolaExeCtrl.cpp:12607) A /trunk/OMOptim/Core/ModPlusDymolaExeCtrl.h (from /branches/Optimization/Branches/BlackBox/Core/ModPlusDymolaExeCtrl.h:12607) A /trunk/OMOptim/Core/ModPlusExeCtrl.cpp (from /branches/Optimization/Branches/BlackBox/Core/ModPlusExeCtrl.cpp:12607) A /trunk/OMOptim/Core/ModPlusExeCtrl.h (from /branches/Optimization/Branches/BlackBox/Core/ModPlusExeCtrl.h:12607) A /trunk/OMOptim/Core/ModelPlus.cpp (from /branches/Optimization/Branches/BlackBox/Core/ModelPlus.cpp:12607) A /trunk/OMOptim/Core/ModelPlus.h (from /branches/Optimization/Branches/BlackBox/Core/ModelPlus.h:12607) M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrls.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrls.h M /trunk/OMOptim/Core/Modelica/Modelica.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/OptObjectives.h M /trunk/OMOptim/Core/Optim/EA/EA M /trunk/OMOptim/Core/Optim/EA/EABase.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.cpp M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h A /trunk/OMOptim/Core/PlugInterface.h (from /branches/Optimization/Branches/BlackBox/Core/PlugInterface.h:12607) M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/onesimulationinterface.cpp M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h A /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.cpp (from /branches/Optimization/Branches/BlackBox/Core/Tools/ModPlusOMExeCtrl.cpp:12607) A /trunk/OMOptim/Core/Tools/ModPlusOMExeCtrl.h (from /branches/Optimization/Branches/BlackBox/Core/Tools/ModPlusOMExeCtrl.h:12607) D /trunk/OMOptim/Doc/Develop.rtf A /trunk/OMOptim/Doc/Folders.xmind A /trunk/OMOptim/Doc/Images/Folders.png A /trunk/OMOptim/Doc/OMOptimDeveloperDocumentation.docx A /trunk/OMOptim/Doc/OMOptimDeveloperDocumentation.pdf M /trunk/OMOptim/Doc/OMOptimDoc.txt M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/MainWindow.h M /trunk/OMOptim/GUI/MainWindow.ui M /trunk/OMOptim/GUI/Resources/OMOptim.qrc A /trunk/OMOptim/GUI/Resources/icons/exe-icon.png M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPlot.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.h M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp A /trunk/OMOptim/GUI/Widgets/widgetloadexemodel.cpp (from /branches/Optimization/Branches/BlackBox/GUI/Widgets/widgetloadexemodel.cpp:12607) A /trunk/OMOptim/GUI/Widgets/widgetloadexemodel.h (from /branches/Optimization/Branches/BlackBox/GUI/Widgets/widgetloadexemodel.h:12607) A /trunk/OMOptim/GUI/Widgets/widgetloadexemodel.ui (from /branches/Optimization/Branches/BlackBox/GUI/Widgets/widgetloadexemodel.ui:12607) D /trunk/OMOptim/Vld M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/version.h - added blackbox managment (optimization using executable only) - first developer documentation ------------------------------------------------------------------------ r12618 | adeas31 | 2012-08-21 13:48:18 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c There is no default log level for jm callbacks. Set it to jm_log_level_debug while initiaizing. ------------------------------------------------------------------------ r12617 | Frenkel TUD | 2012-08-21 13:15:05 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos - fix tests ------------------------------------------------------------------------ r12616 | Frenkel TUD | 2012-08-21 12:39:26 +0200 (Tue, 21 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos - move Examples.SimpleLiquidWater.mos back to failing tests, it works on windows and on hudson if I try it on my login but it works not in the testsuite on hudson - move Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos, Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos and Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos to working tests ------------------------------------------------------------------------ r12615 | Frenkel TUD | 2012-08-21 10:45:55 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos - fix tests (use PFPlusExt) ------------------------------------------------------------------------ r12614 | Frenkel TUD | 2012-08-21 08:49:17 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos - fix test ------------------------------------------------------------------------ r12613 | adeas31 | 2012-08-21 05:09:46 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - uncommented code generation. ------------------------------------------------------------------------ r12612 | adeas31 | 2012-08-21 05:05:31 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c - Free the memory in case we return early because of some error. ------------------------------------------------------------------------ r12611 | adeas31 | 2012-08-21 03:17:03 +0200 (Tue, 21 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c - Generate model variables code by reading the modelVariables section from modelDescription.xml. - Fixed the external objects code. ------------------------------------------------------------------------ r12610 | Frenkel TUD | 2012-08-21 01:39:49 +0200 (Tue, 21 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix for dynamic state selection ------------------------------------------------------------------------ r12609 | Frenkel TUD | 2012-08-20 21:41:45 +0200 (Mon, 20 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/mosfiles/algorithms.mos - fix test mosfiles/algorithms.mos - move msl31/media/simulate/Examples.SimpleLiquidWater.mos to working tests ------------------------------------------------------------------------ r12608 | Frenkel TUD | 2012-08-20 21:11:54 +0200 (Mon, 20 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCode.mo - change SINGLEARRAY,SINGLEALGORITHM,SINGLECOMPLEXEQUATION to have only one equation index instead of a list ------------------------------------------------------------------------ r12607 | Frenkel TUD | 2012-08-20 16:39:56 +0200 (Mon, 20 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/mosfiles/DummyDerMatching.mos M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/Pendulum.mos - remove Hash mapings from alias Variables, because they not needed anymore ->(AliasVariables now Variables) - small fixes for dynamic state selection - move Pendulum.mos and DummyDerMatching.mos back to working tests ------------------------------------------------------------------------ r12606 | hubert.thieriot | 2012-08-20 16:38:16 +0200 (Mon, 20 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/tools/Installer/Update.iss - add dll in installer ------------------------------------------------------------------------ r12604 | hubert.thieriot | 2012-08-20 15:26:28 +0200 (Mon, 20 Aug 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp - propagate controls when recomputing points - removing files issue ------------------------------------------------------------------------ r12603 | sjoelund.se | 2012-08-20 14:39:56 +0200 (Mon, 20 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/GenerateOMCHeader.mos M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo A /trunk/Examples/ReleaseNotes.mos A /trunk/Examples/ReleaseNotes.rb A /trunk/Examples/ReleaseNotes.yaml M /trunk/testsuite/interactive/loadFileInteractiveQualified.mos M /trunk/testsuite/mosfiles-nosim/GroupImport.mos M /trunk/testsuite/parser/DotName.mos - Fixed order of elements loaded by loadFile() - Added API setDocumentationAnnotation() ------------------------------------------------------------------------ r12601 | Frenkel TUD | 2012-08-20 08:52:31 +0200 (Mon, 20 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c D /trunk/SimulationRuntime/c/inline.h A /trunk/SimulationRuntime/c/omc_inline.h (from /trunk/SimulationRuntime/c/inline.h:12600) M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/util/modelica.h - rename SimulationRuntime/c/inline to omc_inline to avoid confilct with Inline.h from Compiler/Inline.mo ------------------------------------------------------------------------ r12600 | Frenkel TUD | 2012-08-20 08:28:37 +0200 (Mon, 20 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - int writeOutputVars -> void writeOutputVars - use %li for modelica_integer in printf ------------------------------------------------------------------------ r12599 | Frenkel TUD | 2012-08-19 22:03:39 +0200 (Sun, 19 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat - report warning if reference time array is to small - move Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos to working tests ------------------------------------------------------------------------ r12598 | perost | 2012-08-19 09:45:34 +0200 (Sun, 19 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - Moved Modelica.Eletrical.MultiPhase.Examples.TransformerYD back to failing tests. ------------------------------------------------------------------------ r12597 | sjoelund.se | 2012-08-19 09:32:01 +0200 (Sun, 19 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos - Expected stopTime=0.1 ------------------------------------------------------------------------ r12596 | Frenkel TUD | 2012-08-19 01:08:37 +0200 (Sun, 19 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos - move Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos to working tests ------------------------------------------------------------------------ r12595 | Frenkel TUD | 2012-08-19 00:58:46 +0200 (Sun, 19 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos - move Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos to working tests ------------------------------------------------------------------------ r12594 | perost | 2012-08-19 00:43:53 +0200 (Sun, 19 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos - Updated test cases. ------------------------------------------------------------------------ r12593 | Frenkel TUD | 2012-08-19 00:42:41 +0200 (Sun, 19 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - remove Boolean output from past optimisation modules (modules have to change matching of equation system if rerun of matching algorithm is necessary) ------------------------------------------------------------------------ r12592 | Frenkel TUD | 2012-08-18 23:49:27 +0200 (Sat, 18 Aug 2012) | 3 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos - move Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos and Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos to working tests ------------------------------------------------------------------------ r12591 | Frenkel TUD | 2012-08-18 23:24:33 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos - bugfix BackendVarTransform.replaceEquations - move Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos to working tests ------------------------------------------------------------------------ r12590 | Frenkel TUD | 2012-08-18 21:42:47 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo - geep information if replacements is performed in equation array - use matching of equationsystem to decide for new matching ------------------------------------------------------------------------ r12589 | sjoelund.se | 2012-08-18 20:18:12 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Don't copy so many includes. Only a few are needed ------------------------------------------------------------------------ r12588 | sjoelund.se | 2012-08-18 18:33:06 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common - Copy headers for fmu tests ------------------------------------------------------------------------ r12587 | sjoelund.se | 2012-08-18 18:00:05 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Parser/Makefile.common - Compilation ------------------------------------------------------------------------ r12586 | sjoelund.se | 2012-08-18 16:18:59 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common - Only copy essential headers to the installation ------------------------------------------------------------------------ r12585 | sjoelund.se | 2012-08-18 16:03:27 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Copy also the directories ------------------------------------------------------------------------ r12584 | sjoelund.se | 2012-08-18 10:08:40 +0200 (Sat, 18 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo - addClassAnnotation has been moved to the typed API - Added OpenModelica.$Code.Expression - Added support for named arguments that have Code type ------------------------------------------------------------------------ r12583 | sjoelund.se | 2012-08-18 08:37:15 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Makefile.in M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/OMC/OMCThreads.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Parameters.h M /trunk/OMOptim/Core/ParetoDominance.cpp M /trunk/OMOptim/Core/ParetoDominance.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/Core/VariablesManip.h M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.cpp M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.h M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.h M /trunk/OMOptim/GUI/Dialogs/HelpDlg.cpp M /trunk/OMOptim/GUI/Dialogs/HelpDlg.h M /trunk/OMOptim/GUI/MainWindow.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptimBasis/GUI/Tabs/MOMainTab.h M /trunk/OMOptimBasis/Infos/ListInfo.h M /trunk/OMOptimBasis/MOItem.h M /trunk/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptimBasis/MOOptVector.h M /trunk/OMOptimBasis/MOSettings.cpp M /trunk/OMOptimBasis/MOThreads.h M /trunk/OMOptimBasis/Problems/Result.h M /trunk/OMOptimBasis/Tools/HighTools.cpp M /trunk/OMOptimBasis/Tools/HighTools.h M /trunk/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptimBasis/Tools/SleeperThread.h M /trunk/OMOptimBasis/Tools/XMLTools.cpp M /trunk/OMOptimBasis/Tools/XMLTools.h M /trunk/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptimBasis/Units/MEQflow.h M /trunk/OMOptimBasis/Units/MERefValue.cpp M /trunk/OMOptimBasis/Units/MERefValue.h M /trunk/OMOptimBasis/Variable.cpp M /trunk/OMOptimBasis/Variable.h M /trunk/OMOptimBasis/VariableType.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/modelinfo.c M /trunk/SimulationRuntime/c/util/modelinfo.h - Detect people who cannot spell Linköping correctly ------------------------------------------------------------------------ r12582 | sjoelund.se | 2012-08-18 08:10:15 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Fix testsuite ------------------------------------------------------------------------ r12581 | sjoelund.se | 2012-08-18 07:39:22 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/meta/Makefile A /trunk/testsuite/meta/MatchShadowing.mo M /trunk/testsuite/meta/TailRecursion.mo - Disallow local variables shadowing in/out ------------------------------------------------------------------------ r12580 | Frenkel TUD | 2012-08-18 02:51:43 +0200 (Sat, 18 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix alias of alias is constant ------------------------------------------------------------------------ r12579 | Frenkel TUD | 2012-08-18 01:29:24 +0200 (Sat, 18 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - fix bootsrapping ------------------------------------------------------------------------ r12578 | Frenkel TUD | 2012-08-18 01:12:31 +0200 (Sat, 18 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/VarTransform.mo - remove local variables with same name as inputs - fix tests ------------------------------------------------------------------------ r12577 | adeas31 | 2012-08-17 23:53:08 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - Minor fixes. ------------------------------------------------------------------------ r12576 | adeas31 | 2012-08-17 22:15:32 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - Fix build. ------------------------------------------------------------------------ r12575 | Frenkel TUD | 2012-08-17 21:59:39 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - do replacements also in known aliases ------------------------------------------------------------------------ r12574 | adeas31 | 2012-08-17 21:45:15 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/FMIImpl.c - Free the memory properly. ------------------------------------------------------------------------ r12573 | sjoelund.se | 2012-08-17 21:07:25 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/Makefile.common - Do not link RML files in OMC runtime ------------------------------------------------------------------------ r12572 | Frenkel TUD | 2012-08-17 19:46:10 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - change handling of alias vars in remove simple equations -> good speedup ------------------------------------------------------------------------ r12571 | adeas31 | 2012-08-17 19:45:48 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/runtime/FMIImpl.c A /trunk/Compiler/runtime/FMIModelica.in M /trunk/Compiler/runtime/FMIWrapper.c M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/systemimpl.h - Generate some test code for FMI model exchange. ------------------------------------------------------------------------ r12570 | sjoelund.se | 2012-08-17 17:55:37 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Avoid creating the DAE.RELATION x >= 0.0 to generate code for sqrt. Now we simply generate the expression and check if it's >= 0.0, else use it ------------------------------------------------------------------------ r12569 | Frenkel TUD | 2012-08-17 16:28:06 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos - fix test ------------------------------------------------------------------------ r12568 | sjoelund.se | 2012-08-17 15:02:00 +0200 (Fri, 17 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/configure.in M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos - Do not evaluate lhs of tuple-assignments (fixes testcase) - Make generation of sqrt(abs(x)) smarter - do not generate code for events and stuff if it is known to be a positive argument ------------------------------------------------------------------------ r12567 | adeas31 | 2012-08-17 14:37:36 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw M /trunk/Compiler/omc_release/Makefile.omdev.mingw D /trunk/Compiler/runtime/FMI A /trunk/Compiler/runtime/FMIImpl.c A /trunk/Compiler/runtime/FMIWrapper.c A /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/configure.in - Don't generate extra libs. Just use the Compiler/runtime. ------------------------------------------------------------------------ r12566 | adeas31 | 2012-08-17 14:00:59 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/configure.in - Generate makefiles. ------------------------------------------------------------------------ r12565 | sjoelund.se | 2012-08-17 13:53:35 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Safer make commands (cd nonexisting; make) causes infinite loop ------------------------------------------------------------------------ r12564 | adeas31 | 2012-08-17 13:51:25 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: A /trunk/Compiler/runtime/FMI A /trunk/Compiler/runtime/FMI/FMIImpl.c A /trunk/Compiler/runtime/FMI/FMIWrapper.c A /trunk/Compiler/runtime/FMI/FMI_rml.c A /trunk/Compiler/runtime/FMI/Makefile.common A /trunk/Compiler/runtime/FMI/Makefile.in A /trunk/Compiler/runtime/FMI/Makefile.omdev.mingw A /trunk/Compiler/runtime/FMI/fmuModelica.in - Add fmiwrapper files. ------------------------------------------------------------------------ r12563 | adeas31 | 2012-08-17 13:45:17 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Util/FMI.mo M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw M /trunk/Compiler/omc_release/Makefile.omdev.mingw D /trunk/Compiler/runtime/FMI_rml.c D /trunk/Compiler/runtime/FMIimpl.c M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw - Compile FMI stuff separately. - Create fmiwrapper lib. ------------------------------------------------------------------------ r12562 | Frenkel TUD | 2012-08-17 13:25:08 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - take care for state selection to select derivatives of dummy_states as dummy_states - move Modelica.Mechanics.Translational.Examples.InitialConditions.mos to working tests ------------------------------------------------------------------------ r12561 | ppriv | 2012-08-17 13:19:43 +0200 (Fri, 17 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SusanGrammar.txt M /trunk/Compiler/susan_codegen/doc/Empty_fix_suspicious_template_parts.txt The Second part of the potentially buggy places in .tpl files due to the (confusing) semantics of iteration expressions and the "empty" option - made explicit "empty" option on all the suspicious places (those that are not obvious to produce an output for every iteration) - CodegenC.tpl and CodegenCPP.tpl covered so far - some small code styling in CodegenCPP.tpl ------------------------------------------------------------------------ r12560 | sjoelund.se | 2012-08-17 12:44:41 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/linearize/Makefile - Fix separator/Makefile syntax bug ------------------------------------------------------------------------ r12559 | sjoelund.se | 2012-08-17 10:08:57 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Changed FMIL to build in separate directory again ------------------------------------------------------------------------ r12558 | sjoelund.se | 2012-08-17 09:47:03 +0200 (Fri, 17 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/Template/CodegenC.tpl - Give as many strings as there are %s directives in the error-string ------------------------------------------------------------------------ r12557 | Frenkel TUD | 2012-08-17 03:04:06 +0200 (Fri, 17 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos - expected results ------------------------------------------------------------------------ r12556 | Frenkel TUD | 2012-08-17 02:30:06 +0200 (Fri, 17 Aug 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos - bugfix mixed equation systems - move Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos Modelica.Electrical.Machines.Examples.DCSE_Start.mos Modelica.Electrical.Analog.Examples.HeatingResistor.mos Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos to working tests ------------------------------------------------------------------------ r12555 | mahge930 | 2012-08-16 19:20:50 +0200 (Thu, 16 Aug 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/memory_pool.c + revert memory pool to 4 mb. ------------------------------------------------------------------------ r12554 | mahge930 | 2012-08-16 19:19:04 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile A /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/OCLRuntimeUtil_new.cl M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/c/util/memory_pool.c + Generate ParModelica code for function (non-simulation) case too. plus some fixes. ------------------------------------------------------------------------ r12553 | Frenkel TUD | 2012-08-16 18:02:35 +0200 (Thu, 16 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat - update tests ------------------------------------------------------------------------ r12552 | Frenkel TUD | 2012-08-16 17:33:00 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - take care tearing var is not used in relation for mixed systems - move Modelica.Mechanics.Translational.Examples.Friction.mos back to tests ------------------------------------------------------------------------ r12551 | Frenkel TUD | 2012-08-16 15:49:50 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/media/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Makefile - move libraries_msl31_media_simulate.Modelica.Media.Examples.SimpleLiquidWater.mos failing test because failed because medium.T is not as potential state marked and as state selected, so a function call has to be solved implicit ------------------------------------------------------------------------ r12550 | Frenkel TUD | 2012-08-16 15:21:00 +0200 (Thu, 16 Aug 2012) | 4 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/msl31/media/Makefile M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/linearize/Makefile - move linearize.test_01.mos to failing test because failed to generated derived algorithm because algorithm outputs not equal and known variables are assigned in algorithm - move 3rdParty_PlanarMechanics.PlanarMechanicsForTesting.Examples.KinematicLoop.mos failing test because failed because of wrong initial values - move libraries_msl31_media_simulate.Modelica.Media.Examples.SimpleLiquidWater.mos failing test because failed because medium.T is not as potential state marked and as state selected, so a function call has to be solved implicit - move libraries_msl31_simulate.Modelica.Mechanics.Translational.Examples.Friction.mos failing test until it is fixed ------------------------------------------------------------------------ r12549 | sjoelund.se | 2012-08-16 14:16:14 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl A /trunk/testsuite/mosfiles/AlgorithmTupleAssign.mos - Flatten and generate correct code for: algorithm (,x) := f(time); ------------------------------------------------------------------------ r12548 | ppriv | 2012-08-16 12:49:07 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: A /trunk/Compiler/susan_codegen/doc/Empty_fix_suspicious_template_parts.txt First part of the potentially buggy places in .tpl files due to the (confusing) semantics of iteration expressions and the "empty" option - only for CodegenC.tpl yet ------------------------------------------------------------------------ r12547 | sjoelund.se | 2012-08-16 12:32:04 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Generate readable generated code ------------------------------------------------------------------------ r12546 | sjoelund.se | 2012-08-16 11:55:51 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/matrix.h - Fix warnings ------------------------------------------------------------------------ r12545 | sjoelund.se | 2012-08-16 09:43:38 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix runtest for moved directory Siemens ------------------------------------------------------------------------ r12544 | sjoelund.se | 2012-08-16 09:09:04 +0200 (Thu, 16 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/mosfiles/MeasureTime.mos - Function index changed ------------------------------------------------------------------------ r12543 | Frenkel TUD | 2012-08-16 03:49:36 +0200 (Thu, 16 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat - improve tearing var selection ------------------------------------------------------------------------ r12542 | Frenkel TUD | 2012-08-16 02:25:50 +0200 (Thu, 16 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - handle pre,change,edge in adjacencyRowEnhanced1 better ------------------------------------------------------------------------ r12541 | Frenkel TUD | 2012-08-16 01:37:57 +0200 (Thu, 16 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - BackendVarTransform: use inFuncTypeExpExpToBooleanOption everywhwere - BackendDAEUtil: bugfix adjacencyRowExpEnhanced1 - SimCode: move skipPreOperator to BackendVarTransform ------------------------------------------------------------------------ r12540 | Frenkel TUD | 2012-08-15 23:54:09 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix tab ------------------------------------------------------------------------ r12539 | Frenkel TUD | 2012-08-15 23:32:16 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat - bugfix tearing for mixed equation systems ------------------------------------------------------------------------ r12538 | Frenkel TUD | 2012-08-15 22:09:35 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat - update reference file ------------------------------------------------------------------------ r12537 | Frenkel TUD | 2012-08-15 21:03:04 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - bugfix SomCode.solveTrivialArrayEquation ------------------------------------------------------------------------ r12536 | Frenkel TUD | 2012-08-15 20:13:48 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - Tearing: handle array equations in nonlinear case ------------------------------------------------------------------------ r12535 | sjoelund.se | 2012-08-15 16:51:24 +0200 (Wed, 15 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/AbsynDumpTpl.tpl M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/DAEDumpTpl.tpl M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/runtime/FMI_rml.c M /trunk/Compiler/runtime/FMIimpl.c M /trunk/Compiler/runtime/matching.c M /trunk/Compiler/runtime/matching_cheap.c M /trunk/Compiler/runtime/matchmaker.h M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.h M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.h M /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh - Removed some unused variables - Set LF line endings - Updated refactoring script to contain more profanity (fuck yeah!) ------------------------------------------------------------------------ r12534 | mahge930 | 2012-08-15 16:18:16 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c + Back-end and code generation support for parfor loop. ------------------------------------------------------------------------ r12533 | sjoelund.se | 2012-08-15 15:02:02 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - Fix syntax error ------------------------------------------------------------------------ r12532 | sjoelund.se | 2012-08-15 14:54:12 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh - Refactoring ------------------------------------------------------------------------ r12531 | sjoelund.se | 2012-08-15 14:40:48 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.unix.h.in - Fix typo ------------------------------------------------------------------------ r12530 | sjoelund.se | 2012-08-15 14:26:13 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/Tpl.mo M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/PriorityQueue.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo - Ran automatic refactoring ------------------------------------------------------------------------ r12529 | sjoelund.se | 2012-08-15 13:43:11 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/config.unix.h.in - Add LDFLAGS to the ones the simulations use ------------------------------------------------------------------------ r12528 | mahge930 | 2012-08-15 13:20:44 +0200 (Wed, 15 Aug 2012) | 1 line Changed paths: M /trunk/Parser/Makefile.omdev.mingw - fix compilation ------------------------------------------------------------------------ r12527 | sjoelund.se | 2012-08-15 12:47:05 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/testsuite/bootstrapping/refactor-mc-to-m.sh - Print errors in flags instead of fail execution ------------------------------------------------------------------------ r12526 | sjoelund.se | 2012-08-15 12:15:03 +0200 (Wed, 15 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/meta/Makefile A /trunk/testsuite/meta/MatchCaseGuard.mos - Added test for case guard-conditions - Fixed a bug where tail-recursion rec(i-1,i) would cause rec(i-1,i-1) to be used instead ------------------------------------------------------------------------ r12525 | sjoelund.se | 2012-08-15 09:47:02 +0200 (Wed, 15 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.in M /trunk/Parser/Makefile.common M /trunk/Parser/Makefile.in M /trunk/Parser/Makefile.omdev.mingw - Added CPPFLAGS to makefiles ------------------------------------------------------------------------ r12524 | Frenkel TUD | 2012-08-14 22:51:51 +0200 (Tue, 14 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/SimulationRuntime/c/math-support/matrix.h - check for unsolvable before select tearing vars ------------------------------------------------------------------------ r12523 | Frenkel TUD | 2012-08-14 22:33:45 +0200 (Tue, 14 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos - fix test ------------------------------------------------------------------------ r12522 | Frenkel TUD | 2012-08-14 22:27:54 +0200 (Tue, 14 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo - fix tap ------------------------------------------------------------------------ r12521 | Frenkel TUD | 2012-08-14 22:05:14 +0200 (Tue, 14 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat - fix tests ------------------------------------------------------------------------ r12520 | sjoelund.se | 2012-08-14 17:20:13 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Template/Unparsing.tpl M /trunk/Compiler/Util/Error.mo M /trunk/Makefile.common M /trunk/Parser/Modelica.g - Added support for guarded case-patterns ------------------------------------------------------------------------ r12519 | perost | 2012-08-14 16:38:19 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: A /trunk/testsuite/mofiles/InvalidFunctionBinding.mo M /trunk/testsuite/mofiles/Makefile - Added test case for r12518. ------------------------------------------------------------------------ r12518 | perost | 2012-08-14 16:37:22 +0200 (Tue, 14 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo Fix for bug #1773: - Make sure that we fail properly when we get a type mismatch on a binding, instead of returning UNBOUND. ------------------------------------------------------------------------ r12517 | sjoelund.se | 2012-08-14 14:52:57 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - Tail-recursion optimization on if-statements ------------------------------------------------------------------------ r12516 | sjoelund.se | 2012-08-14 13:16:14 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos - Expected output ------------------------------------------------------------------------ r12515 | sjoelund.se | 2012-08-14 13:06:22 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix classname for hudson ------------------------------------------------------------------------ r12514 | sjoelund.se | 2012-08-14 12:54:35 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw - Make Debian cmake handle fmil ------------------------------------------------------------------------ r12513 | sjoelund.se | 2012-08-14 12:05:30 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Don't print so much in colour; it makes us dizzy. Stupid cmake destroying things. ------------------------------------------------------------------------ r12512 | sjoelund.se | 2012-08-14 11:51:40 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po - Translation update ------------------------------------------------------------------------ r12511 | sjoelund.se | 2012-08-14 11:36:29 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Look for gettext headers ------------------------------------------------------------------------ r12510 | sjoelund.se | 2012-08-14 11:26:22 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile - Move tests that never succeeded ------------------------------------------------------------------------ r12509 | sjoelund.se | 2012-08-14 11:17:14 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Fix compilation of ASUB in non-function context, too ------------------------------------------------------------------------ r12508 | sjoelund.se | 2012-08-14 11:09:35 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw - Fix linkage ------------------------------------------------------------------------ r12507 | sjoelund.se | 2012-08-14 10:59:02 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Makefile.in - Make compilation a little faster ------------------------------------------------------------------------ r12506 | perost | 2012-08-14 10:48:02 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponents.mos M /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos - Fixed path to result files for siemens tests. ------------------------------------------------------------------------ r12505 | sjoelund.se | 2012-08-14 09:41:15 +0200 (Tue, 14 Aug 2012) | 2 lines Changed paths: A /trunk/COPYING M /trunk/Makefile.common M /trunk/SimulationRuntime/c/util/java_interface/Makefile.common - Added COPYING file ------------------------------------------------------------------------ r12504 | sjoelund.se | 2012-08-13 22:14:08 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Configure now handles libqwt5.so (from arch AUR) ------------------------------------------------------------------------ r12503 | Frenkel TUD | 2012-08-13 22:08:34 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - bugfix linearize: - generate at least one print commant to have the same index and avoid the strange side effect ------------------------------------------------------------------------ r12502 | sjoelund.se | 2012-08-13 20:04:53 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Fix bootstrap compilation ------------------------------------------------------------------------ r12501 | Frenkel TUD | 2012-08-13 18:42:03 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo - fix for linearize ------------------------------------------------------------------------ r12500 | adeas31 | 2012-08-13 18:18:38 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/Compiler/runtime/FMIimpl.c M /trunk/Makefile.omdev.mingw - Use the static lib of FMIL. ------------------------------------------------------------------------ r12499 | adeas31 | 2012-08-13 16:41:10 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw - Updated the debug and profiler makefiles. ------------------------------------------------------------------------ r12498 | sjoelund.se | 2012-08-13 16:31:35 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_release/Makefile.in - Fix Linux compilation ------------------------------------------------------------------------ r12497 | sjoelund.se | 2012-08-13 16:30:45 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: D /trunk/testsuite/3rdParty/SiemensPower/Makefile D /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos D /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos A /trunk/testsuite/3rdParty/SiemensPower/flattening A /trunk/testsuite/3rdParty/SiemensPower/flattening/Makefile (from /trunk/testsuite/3rdParty/SiemensPower/Makefile:12495) A /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos (from /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos:12495) A /trunk/testsuite/3rdParty/SiemensPower/flattening/SiemensPower.Components.Pipes.Tests.tube_test.mos (from /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos:12495) D /trunk/testsuite/3rdParty/siemens/Makefile D /trunk/testsuite/3rdParty/siemens/ResultFiles A /trunk/testsuite/3rdParty/siemens/nosim A /trunk/testsuite/3rdParty/siemens/nosim/Makefile A /trunk/testsuite/3rdParty/siemens/nosim/paralleFlowEVA_test.mos A /trunk/testsuite/3rdParty/siemens/nosim/translateFlueGasZones.mos A /trunk/testsuite/3rdParty/siemens/nosim/translateHeatExchanger.mos A /trunk/testsuite/3rdParty/siemens/nosim/translateJunctions.mos A /trunk/testsuite/3rdParty/siemens/nosim/translatePipes.mos A /trunk/testsuite/3rdParty/siemens/nosim/valve_test.mos D /trunk/testsuite/3rdParty/siemens/paralleFlowEVA_test.mos A /trunk/testsuite/3rdParty/siemens/simulation A /trunk/testsuite/3rdParty/siemens/simulation/Makefile (from /trunk/testsuite/3rdParty/siemens/Makefile:12495) A /trunk/testsuite/3rdParty/siemens/simulation/ResultFiles (from /trunk/testsuite/3rdParty/siemens/ResultFiles:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testFlueGasZones.mos (from /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testHeatExchanger.mos (from /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testJunctions.mos (from /trunk/testsuite/3rdParty/siemens/testJunctions.mos:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testPipes.mos (from /trunk/testsuite/3rdParty/siemens/testPipes.mos:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponents.mos (from /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos:12495) A /trunk/testsuite/3rdParty/siemens/simulation/testSolidComponentsJac.mos (from /trunk/testsuite/3rdParty/siemens/testSolidComponentsJac.mos:12495) D /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos D /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos D /trunk/testsuite/3rdParty/siemens/testJunctions.mos D /trunk/testsuite/3rdParty/siemens/testPipes.mos D /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos D /trunk/testsuite/3rdParty/siemens/testSolidComponentsJac.mos D /trunk/testsuite/3rdParty/siemens/translateFlueGasZones.mos D /trunk/testsuite/3rdParty/siemens/translateHeatExchanger.mos D /trunk/testsuite/3rdParty/siemens/translateJunctions.mos D /trunk/testsuite/3rdParty/siemens/translatePipes.mos D /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/Makefile - Move tests into flattening, simulations folders, etc ------------------------------------------------------------------------ r12496 | adeas31 | 2012-08-13 16:12:16 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/omc_release/Makefile.in M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/Compiler/runtime/FMIimpl.c M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Compile FMIL. ------------------------------------------------------------------------ r12495 | sjoelund.se | 2012-08-13 16:04:40 +0200 (Mon, 13 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo M /trunk/libraries/Modelica 3.2/Math/package.order M /trunk/libraries/README M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos #1764 - Improve sorting of package.order elements + Actually sorted now + Handle MSL 3.2-style Math.mo where elements may be inserted in the middle of the package.mo ------------------------------------------------------------------------ r12493 | adeas31 | 2012-08-13 15:05:34 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk - Moved FMIL to 3rdParty. ------------------------------------------------------------------------ r12492 | adeas31 | 2012-08-13 14:59:38 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk - FMIL as svn external. ------------------------------------------------------------------------ r12491 | Frenkel TUD | 2012-08-13 14:46:57 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - fix bootsrapped compilation on mingw ------------------------------------------------------------------------ r12490 | Frenkel TUD | 2012-08-13 14:02:42 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - bugfix compilation ------------------------------------------------------------------------ r12489 | Frenkel TUD | 2012-08-13 13:56:51 +0200 (Mon, 13 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - remove unbound local variable ------------------------------------------------------------------------ r12488 | adeas31 | 2012-08-13 13:35:33 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw M /trunk/Compiler/runtime/FMIimpl.c M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Makefile.omdev.mingw - Update OMDEV. - Replaced the FMI reading code with FMIL utilities. ------------------------------------------------------------------------ r12486 | sjoelund.se | 2012-08-13 10:33:26 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Corba.mo - Bootstrapping ------------------------------------------------------------------------ r12485 | sjoelund.se | 2012-08-13 08:57:35 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Corba.mo M /trunk/Compiler/runtime/Corba_omc.cpp M /trunk/Compiler/runtime/Corba_rml.cpp M /trunk/Compiler/runtime/Makefile.in A /trunk/Compiler/runtime/corbaimpl_stub.c (from /trunk/Compiler/runtime/corbaimpl_stub.cpp:12484) D /trunk/Compiler/runtime/corbaimpl_stub.cpp A /trunk/Compiler/runtime/corbaimpl_stub_omc.c (from /trunk/Compiler/runtime/corbaimpl_stub_omc.cpp:12484) D /trunk/Compiler/runtime/corbaimpl_stub_omc.cpp - Improve error-message if we do not have CORBA but try to use it ------------------------------------------------------------------------ r12484 | sjoelund.se | 2012-08-13 08:29:43 +0200 (Mon, 13 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - Fixed tests ------------------------------------------------------------------------ r12483 | sjoelund.se | 2012-08-13 07:47:50 +0200 (Mon, 13 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Parser/Modelica.g M /trunk/libraries/Modelica 3.1/Media/Water/package.order M /trunk/libraries/Modelica 3.2/Math/package.order M /trunk/libraries/README M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/siemens/translatePipes.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Removed Absyn.ELEMENT.name (redundant and wrong) #1764 - Changed ClassLoader to respect package.order + This means most packages are parsed differently than before and many tests (especially Media) changed ------------------------------------------------------------------------ r12482 | sjoelund.se | 2012-08-12 21:03:40 +0200 (Sun, 12 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Some simulations start working again after ocl commit ------------------------------------------------------------------------ r12481 | sjoelund.se | 2012-08-11 18:58:58 +0200 (Sat, 11 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Remove tabs ------------------------------------------------------------------------ r12480 | sjoelund.se | 2012-08-11 18:19:52 +0200 (Sat, 11 Aug 2012) | 3 lines Changed paths: M /trunk/Makefile.in - IF I SAY DON'T BUILD OMOPTIM, DON'T TRY TO BUILD OMOPTIMBASIS *STABBB* ------------------------------------------------------------------------ r12479 | mahge930 | 2012-08-10 17:00:00 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h + ParModelica extensions. BackEnd and Code generation for parallel functions and kernel functions. + Some fixes in runtime. ------------------------------------------------------------------------ r12478 | adeas31 | 2012-08-10 16:37:50 +0200 (Fri, 10 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Read the settings correctly. ------------------------------------------------------------------------ r12477 | sjoelund.se | 2012-08-10 15:56:46 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/modelicaML/trafficlight.mos - Fix for runtest.pl ------------------------------------------------------------------------ r12476 | sjoelund.se | 2012-08-10 14:33:53 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h - Allow popups on user interaction in OMEdit ------------------------------------------------------------------------ r12475 | sjoelund.se | 2012-08-10 13:40:25 +0200 (Fri, 10 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/modelicaML/ModelicaMLModel/Design/package.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Requirements/package.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Simulations/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/package.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/package.mo - Fix modelML models and classloader - Expected output ------------------------------------------------------------------------ r12474 | sjoelund.se | 2012-08-10 12:44:46 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos - make clean, baseline ------------------------------------------------------------------------ r12473 | sjoelund.se | 2012-08-10 11:39:40 +0200 (Fri, 10 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/modelicaML/testModelicaML.mos M /trunk/testsuite/modelicaML/twotankmodel.mos M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos - Bootstrapping - Expected output ------------------------------------------------------------------------ r12472 | sjoelund.se | 2012-08-10 11:19:16 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos - Expected output ------------------------------------------------------------------------ r12471 | sjoelund.se | 2012-08-10 10:51:05 +0200 (Fri, 10 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Fix bootstrapping - Fix ThermoSysPro library errors - Disable within checks for language standard 1.x ------------------------------------------------------------------------ r12470 | sjoelund.se | 2012-08-10 09:58:55 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo A /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/Parts.mo (from /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/parts.mo:12467) D /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/parts.mo M /trunk/libraries/README - Fix loading of MSL 3.1 by fixing ClassLoader and the MSL 3.1 package ------------------------------------------------------------------------ r12469 | sjoelund.se | 2012-08-10 09:48:09 +0200 (Fri, 10 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo - Added checks for loading mo-files in same directory as package.mo ------------------------------------------------------------------------ r12468 | sjoelund.se | 2012-08-10 09:40:18 +0200 (Fri, 10 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c - Added some checks for loadModel() package.mo-files: * 1 class * correct within * correct classname ------------------------------------------------------------------------ r12467 | adeas31 | 2012-08-10 04:43:25 +0200 (Fri, 10 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo A /trunk/Compiler/Util/FMI.mo A /trunk/Compiler/runtime/FMI_rml.c A /trunk/Compiler/runtime/FMIimpl.c M /trunk/Compiler/runtime/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - FMI import. ------------------------------------------------------------------------ r12466 | adeas31 | 2012-08-10 04:21:57 +0200 (Fri, 10 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.h . Fix Windows build. No langinfo.h for mingw. ------------------------------------------------------------------------ r12465 | sjoelund.se | 2012-08-09 22:08:12 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fall back on en_US locale since it is rather common ------------------------------------------------------------------------ r12464 | sjoelund.se | 2012-08-09 16:03:20 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h - Look at the user's previous environment to get a UTF-8 LC_CTYPE locale if possible ------------------------------------------------------------------------ r12463 | sjoelund.se | 2012-08-09 14:15:45 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: A /trunk/testsuite/modelicaML/TrafficLight/myUmlModel.mo (from /trunk/testsuite/modelicaML/TrafficLight/package.mo:12462) D /trunk/testsuite/modelicaML/TrafficLight/package.mo M /trunk/testsuite/modelicaML/trafficlight.mos - Fix test as the directory-structure was bogus ------------------------------------------------------------------------ r12462 | sjoelund.se | 2012-08-09 13:33:26 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo - Fix compilation damnit ------------------------------------------------------------------------ r12461 | sjoelund.se | 2012-08-09 13:29:44 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fix compilation ------------------------------------------------------------------------ r12460 | sjoelund.se | 2012-08-09 12:04:15 +0200 (Thu, 09 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo #1757 - loadFile("package.mo",encoding="xxx") now takes the chosen encoding into consideration * Note: package.encoding overrides the argument in the function call ------------------------------------------------------------------------ r12459 | sjoelund.se | 2012-08-09 11:41:06 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Hide the interactive options since they are disabled at the moment ------------------------------------------------------------------------ r12458 | sjoelund.se | 2012-08-09 10:05:30 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fix UTF-8 locale ------------------------------------------------------------------------ r12457 | sjoelund.se | 2012-08-09 09:37:56 +0200 (Thu, 09 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Flags.mo - Updated the copyright notice ------------------------------------------------------------------------ r12456 | Frenkel TUD | 2012-08-08 22:01:17 +0200 (Wed, 08 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - BackendVariable: - bugfix existsVar - add isVarNonDiscrete ------------------------------------------------------------------------ r12455 | Frenkel TUD | 2012-08-08 17:25:42 +0200 (Wed, 08 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Util/List.mo - SimCode: handle also complex equations like "Record(x,y) = f()" if solved for x,y - List: add map1rAllValue and foldAllValue ------------------------------------------------------------------------ r12454 | Frenkel TUD | 2012-08-08 16:12:49 +0200 (Wed, 08 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles/ComplexSystem.mo - BackendDump.printEquation use equationStr - SimCode: handle also Record(..) = f(..) for nonliniear systems ------------------------------------------------------------------------ r12453 | sjoelund.se | 2012-08-08 13:56:35 +0200 (Wed, 08 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp - Installation path ------------------------------------------------------------------------ r12452 | sjoelund.se | 2012-08-08 12:00:26 +0200 (Wed, 08 Aug 2012) | 14 lines Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h - Fix so OMEdit can run external JavaScript such as: {{{ When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are: $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ }}} ------------------------------------------------------------------------ r12451 | perost | 2012-08-08 11:22:04 +0200 (Wed, 08 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Merged the cases in SCodeInst.instFunctionCall, since RML unifies them incorrectly. ------------------------------------------------------------------------ r12450 | sjoelund.se | 2012-08-08 07:58:21 +0200 (Wed, 08 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/runtime/systemimpl.c - Makes omc search for more locales than the given one (to make a good effort of getting LC_CTYPE=UTF-8) ------------------------------------------------------------------------ r12449 | adeas31 | 2012-08-07 23:37:01 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/main.cpp - Use QLocale instead of strings. ------------------------------------------------------------------------ r12448 | Frenkel TUD | 2012-08-07 22:25:07 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - workaround for nonlinear torn systems ------------------------------------------------------------------------ r12447 | Frenkel TUD | 2012-08-07 22:15:52 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing for nonlinear systems ------------------------------------------------------------------------ r12446 | Frenkel TUD | 2012-08-07 21:59:17 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing for nonlinear systems ------------------------------------------------------------------------ r12445 | sjoelund.se | 2012-08-07 16:52:27 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/README M /trunk/Compiler/runtime/systemimpl.c - Fix gettext charset when not using +locale=..., relying on env.vars instead ------------------------------------------------------------------------ r12444 | adeas31 | 2012-08-07 16:35:19 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - gettext uses environment variable so don't use setlocale for windows. - Pass the OMEdit locale to omc. ------------------------------------------------------------------------ r12443 | Frenkel TUD | 2012-08-07 16:32:43 +0200 (Tue, 07 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/testsuite/mosfiles/MeasureTime.mos - bugfix unbound local variables - reimplement BackendDAEUtil.getEqnsysRhsExp - Expression.add case for a+(-b) = a-b - Expression.sub case for a-(-b) = a+b and -a-b=-(a+b) ------------------------------------------------------------------------ r12442 | sjoelund.se | 2012-08-07 16:07:12 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Makefile.common M /trunk/testsuite/scodeinst/conngraph1.mo - Finished swedish translation ------------------------------------------------------------------------ r12441 | sjoelund.se | 2012-08-07 11:37:46 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/OMOptim - More translations ------------------------------------------------------------------------ r12440 | perost | 2012-08-07 11:23:14 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Changed the configure check for qwt to include qwt6. ------------------------------------------------------------------------ r12439 | Frenkel TUD | 2012-08-06 21:58:00 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - save time, do not update incidence matrix ------------------------------------------------------------------------ r12438 | Frenkel TUD | 2012-08-06 20:49:07 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bugfix removeSimpleEquationsPast ------------------------------------------------------------------------ r12437 | sjoelund.se | 2012-08-06 16:35:10 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo - Improved translations ------------------------------------------------------------------------ r12436 | Frenkel TUD | 2012-08-06 16:21:46 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo - tearing, bugfix for array equations ------------------------------------------------------------------------ r12435 | adeas31 | 2012-08-06 15:23:01 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fixed build for windows. ------------------------------------------------------------------------ r12434 | perost | 2012-08-06 13:46:45 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/CheckModel.mo - Removed some cases for handling stringified crefs. ------------------------------------------------------------------------ r12433 | sjoelund.se | 2012-08-06 13:06:49 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/printimpl.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h - Marked some files in the runtime as translation targets ------------------------------------------------------------------------ r12432 | perost | 2012-08-06 12:47:25 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl M /trunk/Compiler/Template/SCodeTV.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/testsuite/interactive/XmlDumpComment.mos - Merged Flow and Stream in SCode and DAE into ConnectorType. ------------------------------------------------------------------------ r12431 | sjoelund.se | 2012-08-06 12:16:06 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/sv.po - Enable interactive/interactiveCorba modes again ------------------------------------------------------------------------ r12430 | sjoelund.se | 2012-08-06 11:27:26 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo - Avoid printing multiple copies of the usage if +help is given on the command-line ------------------------------------------------------------------------ r12429 | sjoelund.se | 2012-08-06 10:49:17 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/systemimpl.c - Enable translation strings for many config flags ------------------------------------------------------------------------ r12428 | Frenkel TUD | 2012-08-03 20:14:28 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - fix uninicialised variable ------------------------------------------------------------------------ r12426 | adeas31 | 2012-08-03 18:09:35 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fixed setlocale warning for windows. ------------------------------------------------------------------------ r12425 | Frenkel TUD | 2012-08-03 15:36:40 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - implement handling of array equations in BackendDAEOptimize.derive ------------------------------------------------------------------------ r12424 | sjoelund.se | 2012-08-03 14:50:52 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/README - Updated translation guide ------------------------------------------------------------------------ r12423 | sjoelund.se | 2012-08-03 14:40:16 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/README A /trunk/Compiler/Translation/de.po - Adding German language stubs to the translations ------------------------------------------------------------------------ r12422 | sjoelund.se | 2012-08-03 14:35:18 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos - Fix testsuite ------------------------------------------------------------------------ r12421 | sjoelund.se | 2012-08-03 13:30:23 +0200 (Fri, 03 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/bootstrapping/UtilTest.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ConnectInner2.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos #1767 - Marked strings for translation in Error.mo - Removed some useless whitespace from a few error-messages ------------------------------------------------------------------------ r12420 | Frenkel TUD | 2012-08-03 10:32:45 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - do not exceed next time step while search forward for event in reference ------------------------------------------------------------------------ r12419 | niklwors | 2012-08-03 09:52:47 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for algortihm no retcall ------------------------------------------------------------------------ r12418 | Frenkel TUD | 2012-08-03 09:27:09 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - improve SimulationResultsCompare, now the left and the right value of an event are compared ------------------------------------------------------------------------ r12417 | sjoelund.se | 2012-08-02 21:01:50 +0200 (Thu, 02 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c #1766 - Only set locale for messages so we do not screw up numbers ------------------------------------------------------------------------ r12413 | Frenkel TUD | 2012-08-02 15:40:15 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos - fix last commit ------------------------------------------------------------------------ r12412 | Frenkel TUD | 2012-08-02 15:39:12 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos - update Loop handling ------------------------------------------------------------------------ r12411 | sjoelund.se | 2012-08-02 14:43:33 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in - OMOptim path ------------------------------------------------------------------------ r12410 | Frenkel TUD | 2012-08-02 14:23:48 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo Do not hand over the scalar incidence Matrix because following modules does not check if scalar or not ------------------------------------------------------------------------ r12409 | JohannaSchneider | 2012-08-02 13:41:52 +0200 (Thu, 02 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/Flags.mo BackendDAEOptimize.mo: An other heuristic for the tearing is now implemented. The residual equations are solved using Newton’s method: u_{n+1} = u_n – (f‘(u_n))^{-1}*f(u_n). During each iteration, the linear system f’(u_n)*du = -f(u_n) is solved for du. Thus, the Newton step can be rewritten in the form u_{n+1} = u_m + du, where du is the solution of the linear system. The function “tearingSystem1” now creates this linear system and solves for it using the function “tearingSystemNew”. Flags.mo: a new flag „tearing_and_relaxation“ is added to activate the above system in BackendDAEOptimize.mo. BackendDump.mo: added the case for RESIDUAL_EQUATION in “printEquation” and “dumpEquation” Expression.mo: added the function “makeDifference” ------------------------------------------------------------------------ r12408 | sjoelund.se | 2012-08-02 13:26:00 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Check for gettext ------------------------------------------------------------------------ r12406 | sjoelund.se | 2012-08-02 12:23:10 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Fix clean command (OMOptimBasis) ------------------------------------------------------------------------ r12405 | sjoelund.se | 2012-08-02 12:21:09 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.in - OMOptimBasis path ------------------------------------------------------------------------ r12404 | sjoelund.se | 2012-08-02 12:07:57 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Fix OMOptimBasis paths ------------------------------------------------------------------------ r12403 | sjoelund.se | 2012-08-02 11:58:25 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim - Fix svn externals to point to a valid URL for the SSL-cert ------------------------------------------------------------------------ r12401 | hubert.thieriot | 2012-08-02 11:32:21 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim A /trunk/OMOptim/Doc/ClassStructure.graphml D /trunk/OMOptim/GUI/Resources/icons/Thumbs.db M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - corrected paths due to OMOptimBasis move ------------------------------------------------------------------------ r12400 | hubert.thieriot | 2012-08-02 11:30:50 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: D /trunk/OMOptim/OMOptimBasis - delete OMOptimBasis in OMOptim : now has its own repo folder in trunk ------------------------------------------------------------------------ r12399 | hubert.thieriot | 2012-08-02 10:55:41 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - updated OMOptimBasis paths ------------------------------------------------------------------------ r12398 | hubert.thieriot | 2012-08-02 10:51:24 +0200 (Thu, 02 Aug 2012) | 4 lines Changed paths: A /trunk/OMOptimBasis (from /trunk/OMOptim/OMOptimBasis:12397) - copy OMOptimBasis as a separate repo folder. This is made to use OMOptimBasis in other projects, and to avoid duplicated checkouts (cf. http://www.svnforum.org/threads/41200-Best-Project-Layout-to-Avoid-Repeated-Dependency-Copies-using-svn-externals) OMOptimBasis in OMOptim will soon be deleted. ------------------------------------------------------------------------ r12397 | niklwors | 2012-08-02 09:23:49 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -changed simulation arguments to program_options, modified CevalScript for cpp simulation call ------------------------------------------------------------------------ r12396 | adeas31 | 2012-08-02 00:25:28 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Fixed bootstrapped compilation for Windows. Added -lintl. ------------------------------------------------------------------------ r12395 | adeas31 | 2012-08-01 20:13:34 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - Copy the required dlls. ------------------------------------------------------------------------ r12394 | sjoelund.se | 2012-08-01 19:20:02 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Remove debug print ------------------------------------------------------------------------ r12393 | Frenkel TUD | 2012-08-01 18:06:11 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw add -lintl for mingw ------------------------------------------------------------------------ r12392 | hubert.thieriot | 2012-08-01 17:32:26 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - removed MinEITDev call from this : should be independent ------------------------------------------------------------------------ r12391 | hubert.thieriot | 2012-08-01 17:30:23 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - PluginEI now calls MINEIT ------------------------------------------------------------------------ r12389 | sjoelund.se | 2012-08-01 16:22:37 +0200 (Wed, 01 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/settingsimpl.c M /trunk/Compiler/runtime/settingsimpl.h M /trunk/Compiler/runtime/systemimpl.c - Added a System.gettext() call - To try out localization of the omc kernel, see directory Compiler/Translation/README. Run make on it after setting up the strings to be translated and your language since we do not run the target by default. ------------------------------------------------------------------------ r12388 | sjoelund.se | 2012-08-01 15:37:14 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: A /trunk/Compiler/Translation A /trunk/Compiler/Translation/Makefile A /trunk/Compiler/Translation/README A /trunk/Compiler/Translation/openmodelica.pot A /trunk/Compiler/Translation/sv.po - Adding directory for translations of the omc kernel ------------------------------------------------------------------------ r12386 | Frenkel TUD | 2012-08-01 12:00:58 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - avoid memory leaks - use absdouble()>epsilon for double==double in SimulationResultsCmp ------------------------------------------------------------------------ r12385 | sjoelund.se | 2012-08-01 10:53:37 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/Unparsing.mo M /trunk/Parser/BaseModelica_Lexer.g - Remove results from list of keywords ------------------------------------------------------------------------ r12384 | Frenkel TUD | 2012-07-31 22:33:30 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - get rid of bootstrapping warnings ------------------------------------------------------------------------ r12383 | Frenkel TUD | 2012-07-31 21:33:05 +0200 (Tue, 31 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/FrontEnd/Inline.mo - remove unused local variable with same name as input to avoid segvault by bootstrapped compiler - remove fastht from BackendDAE.Variables ------------------------------------------------------------------------ r12382 | niklwors | 2012-07-31 15:59:22 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt -changed cmake file for lapack and blas lib ------------------------------------------------------------------------ r12381 | niklwors | 2012-07-31 15:13:27 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -removed tabs ------------------------------------------------------------------------ r12380 | niklwors | 2012-07-31 14:58:49 +0200 (Tue, 31 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt -renamed cpp shared libs and executable with OMCpp prefix -changed executable call for cpp runtime in CevalScript ------------------------------------------------------------------------ r12379 | hubert.thieriot | 2012-07-30 17:31:04 +0200 (Mon, 30 Jul 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp - updated Dymola compiling - MOomc updates ------------------------------------------------------------------------ r12377 | adeas31 | 2012-07-30 17:11:53 +0200 (Mon, 30 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo #1421 - no more duplicates of annotation by addClassAnnotation. - Look for annotation in all parts of the class. If found just update it. - If no annotation is found then add a new one in public section. ------------------------------------------------------------------------ r12376 | Frenkel TUD | 2012-07-30 17:06:11 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo - fixes for if-equations ------------------------------------------------------------------------ r12375 | mahge930 | 2012-07-30 15:37:21 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/Error.mo + Remaining support for Class Attributes (objectives) for optimization class of Optimica extension. ------------------------------------------------------------------------ r12374 | Frenkel TUD | 2012-07-30 15:09:17 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - add missing functionality for if equations ------------------------------------------------------------------------ r12373 | adeas31 | 2012-07-30 13:42:24 +0200 (Mon, 30 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - New API call to check if the nested class is protected or not, + isProtectedClass ------------------------------------------------------------------------ r12372 | Frenkel TUD | 2012-07-30 13:03:45 +0200 (Mon, 30 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Util/Flags.mo - add BackendDAEOptimize.simplifyIfEquations - move evaluation of parameters with annotation evalute=True to backend - move handling of if equations to backend ------------------------------------------------------------------------ r12371 | Frenkel TUD | 2012-07-30 10:27:36 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo - remove transformDAE,mapTransformDAE,transformDAEWork,restartMatching from BackendDAEUtil.mo ------------------------------------------------------------------------ r12370 | Frenkel TUD | 2012-07-30 09:50:17 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo - test new interface for index reduction ------------------------------------------------------------------------ r12369 | niklwors | 2012-07-27 16:11:02 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp -changed loading algebraic loop solver library in cpp runtime ------------------------------------------------------------------------ r12368 | niklwors | 2012-07-27 14:49:42 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -added exception for not supported output format ------------------------------------------------------------------------ r12367 | niklwors | 2012-07-27 11:22:01 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl -fix removed space in include string ------------------------------------------------------------------------ r12366 | niklwors | 2012-07-27 11:02:01 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/cppruntime/Makefile A /trunk/testsuite/cppruntime/tearnonlin1.mo A /trunk/testsuite/cppruntime/tearnonlin1.mos -Added tearnonlin test files to cppruntime test folder ------------------------------------------------------------------------ r12365 | niklwors | 2012-07-27 09:58:45 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo -changed simcall in CevalScript for cpp runtime ------------------------------------------------------------------------ r12364 | niklwors | 2012-07-27 09:35:30 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for algloop include's ------------------------------------------------------------------------ r12363 | hubert.thieriot | 2012-07-26 19:14:39 +0200 (Thu, 26 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h - corrected OM simulation call (added mingw path in environmentfor dlls) - corrected Dymola simulation call ------------------------------------------------------------------------ r12362 | niklwors | 2012-07-26 13:26:03 +0200 (Thu, 26 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo changed instantiation of Algloops in cpp template because of assembler errors ------------------------------------------------------------------------ r12361 | adeas31 | 2012-07-25 18:35:59 +0200 (Wed, 25 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - If the adding component class is partial then declare the added component as replaceable. ------------------------------------------------------------------------ r12360 | hubert.thieriot | 2012-07-24 19:03:43 +0200 (Tue, 24 Jul 2012) | 4 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h D /trunk/OMOptim/Core/Optim/EA/OptimAlgoUtils.h A /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h A /trunk/OMOptim/OMOptimBasis/doc/AddANewOptimAlgo.txt M /trunk/OMOptim/OMOptimBasis/doc/AddANewProblem.txt A /trunk/OMOptim/OMOptimBasis/doc/MainClasses.graphml M /trunk/OMOptim/build/OMOptimLib.pro - created OptimAlgos - removed OptimAlgosUtils -updated documentation ------------------------------------------------------------------------ r12359 | ppriv | 2012-07-22 20:33:17 +0200 (Sun, 22 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl A /trunk/Compiler/susan_codegen/doc/Susan_TODO.txt C# codegen template little improvements - proper enum support - initial algorithm for bound params support - added (my old) Susan_TODO.txt ------------------------------------------------------------------------ r12358 | Frenkel TUD | 2012-07-20 14:26:29 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: A /trunk/doc/backend/BackendFlowDiagram.graphml A /trunk/doc/backend/BackendFlowDiagram.jpg - add BackendFlowDiagram, try to give a overview on all tasks the backend has to do ------------------------------------------------------------------------ r12357 | Frenkel TUD | 2012-07-20 14:20:44 +0200 (Fri, 20 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Util/Flags.mo - rename evaluteParameter -> removeevaluteParamters - add evaluateFinalParameters and evaluteParameters, ------------------------------------------------------------------------ r12356 | lochel | 2012-07-20 12:38:22 +0200 (Fri, 20 Jul 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - fix sparse jacobian for initialization ------------------------------------------------------------------------ r12355 | Frenkel TUD | 2012-07-20 11:59:15 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12354 | lochel | 2012-07-20 11:15:03 +0200 (Fri, 20 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - add interface to get real sparse jacobians - use sparsity pattern for initialization using ipopt - correct indentation in CodegenC.tpl ------------------------------------------------------------------------ r12353 | Frenkel TUD | 2012-07-20 10:04:27 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix tests ------------------------------------------------------------------------ r12352 | Frenkel TUD | 2012-07-20 09:20:22 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectionGraph.mo - bugfix rooted ------------------------------------------------------------------------ r12351 | Frenkel TUD | 2012-07-20 07:40:51 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12350 | Frenkel TUD | 2012-07-19 22:15:22 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Static.mo - implement evaluation of "rooted" in ConnectionGraph.mo ------------------------------------------------------------------------ r12349 | ppriv | 2012-07-19 20:35:51 +0200 (Thu, 19 Jul 2012) | 3 lines Changed paths: D /trunk/Compiler/susan_codegen/SimCode A /trunk/Compiler/susan_codegen/SimCode_design.txt M /trunk/Makefile.common Cleaning of the internal stuff out of the susan_codegen/ - delete susan_codegen/SimCode - move SimCode_design.txt to susan_codegen/ ------------------------------------------------------------------------ r12348 | Frenkel TUD | 2012-07-19 18:02:00 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - get some loops working ------------------------------------------------------------------------ r12347 | lochel | 2012-07-19 16:51:16 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - generate constant indices for each symbolic jacobian ------------------------------------------------------------------------ r12346 | lochel | 2012-07-19 11:41:25 +0200 (Thu, 19 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix tests using simflags ------------------------------------------------------------------------ r12345 | adrpo | 2012-07-18 21:05:21 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h - no BOM ------------------------------------------------------------------------ r12344 | hubert.thieriot | 2012-07-18 19:50:03 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp - added MOOMC error string - corrected Variables extraction ------------------------------------------------------------------------ r12343 | adrpo | 2012-07-18 19:07:06 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h - fix UTF-8 issues. ------------------------------------------------------------------------ r12342 | Frenkel TUD | 2012-07-18 17:10:22 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - continue loop handling ------------------------------------------------------------------------ r12341 | niklwors | 2012-07-18 16:49:37 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template giveZeroFunc ------------------------------------------------------------------------ r12340 | Frenkel TUD | 2012-07-18 16:28:55 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.cpp M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h - fix tabs ------------------------------------------------------------------------ r12339 | Frenkel TUD | 2012-07-18 16:17:49 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - grammer ------------------------------------------------------------------------ r12338 | niklwors | 2012-07-18 15:56:11 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for make file generation ------------------------------------------------------------------------ r12337 | lochel | 2012-07-18 11:27:24 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in fix for ipopt in std-directory ------------------------------------------------------------------------ r12336 | fabiabda | 2012-07-18 11:14:56 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: A /trunk/OMOptim/Core/Optim/EA/PSO (from /branches/Optimization/Branches/Fadi/Core/Optim/EA/PSO:11795) M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.cpp M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOBreed.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h M /trunk/OMOptim/Core/Optim/EA/PSO/updateGbest.h M /trunk/OMOptim/Core/Optim/EA/PSO/updatePbest.h M /trunk/OMOptim/Core/Optim/EA/PSO/updateVelocity.h PSO Optimisation Algorithm added ------------------------------------------------------------------------ r12335 | lochel | 2012-07-18 10:51:32 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo fix tab-errors ------------------------------------------------------------------------ r12334 | hubert.thieriot | 2012-07-18 10:44:50 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h A /trunk/OMOptim/Core/Dymola/DymolaParameters.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp A /trunk/OMOptim/Core/OpenModelica/OpenModelicaParameters.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp D /trunk/OMOptim/OMOptimBasis/MOKeepVector.h M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/MOSettings.cpp M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/doc/AddANewProblem.txt A /trunk/OMOptim/OMOptimBasis/doc/Images/ProblemInterface.png M /trunk/OMOptim/build/OMOptimLib.pro - main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves) ------------------------------------------------------------------------ r12333 | lochel | 2012-07-18 09:51:24 +0200 (Wed, 18 Jul 2012) | 12 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.c A /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.h M /trunk/configure.in M /trunk/testsuite/initialization/Makefile A /trunk/testsuite/initialization/outputTest.mos ./configure - add ipopt configuration (usage: --with-ipopt=DIR) ./Compiler/BackEnd - add symbolic generation of jacobian for initialization (usage: +d=symbolicInitialization) - reorganize initialization code (move from SimCode to BackendDAEOptimize) ./Compiler/Template - generate unique jacobian indices ./Compiler/Util - add debug-flag symbolicInitialization ./SimulationRuntime/c - add initialization-method ipopt using ipopt (usage: -iom ipopt) ------------------------------------------------------------------------ r12332 | Frenkel TUD | 2012-07-17 20:09:25 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/nonConstantParam.mos - fix test ------------------------------------------------------------------------ r12331 | Frenkel TUD | 2012-07-17 17:52:52 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - update OnRelaxation for loops ------------------------------------------------------------------------ r12330 | adeas31 | 2012-07-17 17:39:18 +0200 (Tue, 17 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - New API calls to check class restriction, + isOperator + isOperatorRecord + isOperatorFunction ------------------------------------------------------------------------ r12327 | niklwors | 2012-07-17 10:15:48 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix for algorithm for loops in cpp template ------------------------------------------------------------------------ r12326 | niklwors | 2012-07-16 14:38:27 +0200 (Mon, 16 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -added struct and Literals generation to cpp template ------------------------------------------------------------------------ r12324 | jansilar | 2012-07-13 11:14:13 +0200 (Fri, 13 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.tpl Fixed bug in C# template - FunDAE - mexed_equation_system. Redundant "," causing nonbuildable generated code. ------------------------------------------------------------------------ r12323 | Frenkel TUD | 2012-07-13 00:47:05 +0200 (Fri, 13 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo - add Flag to set cheapmatching algorithm - bugfix for pantelitis index reduction ------------------------------------------------------------------------ r12322 | Frenkel TUD | 2012-07-12 18:27:31 +0200 (Thu, 12 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/Util/Flags.mo - bugfixes index reduction and matching ------------------------------------------------------------------------ r12321 | Frenkel TUD | 2012-07-12 13:57:45 +0200 (Thu, 12 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Matching.mo - fix bugs ------------------------------------------------------------------------ r12320 | Frenkel TUD | 2012-07-11 17:59:56 +0200 (Wed, 11 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - remove tabs ------------------------------------------------------------------------ r12319 | Frenkel TUD | 2012-07-11 17:46:00 +0200 (Wed, 11 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/Util/Flags.mo - listNth -> listGet - update old matching and index reduction to new interface - update DynamicStateSelection, Pantelitis for wrapperles code ------------------------------------------------------------------------ r12318 | Frenkel TUD | 2012-07-10 18:49:31 +0200 (Tue, 10 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - try some things for loops ------------------------------------------------------------------------ r12317 | hubert.thieriot | 2012-07-10 18:36:36 +0200 (Tue, 10 Jul 2012) | 1 line Changed paths: D /trunk/OMOptim/Doc/AddANewProblem.txt A /trunk/OMOptim/Doc/CodeStructureOMOptim.graphml A /trunk/OMOptim/Doc/Images/CodeStructureOMOptim.png M /trunk/OMOptim/Doc/MainClasses.graphml A /trunk/OMOptim/Doc/Models.txt M /trunk/OMOptim/Doc/OMOptimDoc.txt A /trunk/OMOptim/Doc/Project.txt M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h A /trunk/OMOptim/OMOptimBasis/doc/Doxyfile A /trunk/OMOptim/OMOptimBasis/doc/Extension.txt (from /trunk/OMOptim/Doc/AddANewProblem.txt:12312) A /trunk/OMOptim/OMOptimBasis/doc/Images A /trunk/OMOptim/OMOptimBasis/doc/Images/ProjectBase.png M /trunk/OMOptim/OMOptimBasis/doc/OMOptimBasisDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProblemInterface.txt M /trunk/OMOptim/OMOptimBasis/doc/ProblemsDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProjectBase.txt - updated documentation ------------------------------------------------------------------------ r12316 | niklwors | 2012-07-09 17:11:34 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h -fix in cpp template for algorithm tuple assign and start values ------------------------------------------------------------------------ r12313 | Frenkel TUD | 2012-07-09 12:07:23 +0200 (Mon, 09 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/Util/Flags.mo - add module removeFinalParametersPast ------------------------------------------------------------------------ r12312 | Frenkel TUD | 2012-07-09 09:16:23 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - rewrite some set functions ------------------------------------------------------------------------ r12311 | Frenkel TUD | 2012-07-09 08:14:22 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat - update test ------------------------------------------------------------------------ r12310 | Frenkel TUD | 2012-07-09 00:32:51 +0200 (Mon, 09 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - add cases for unaray and asub to Expression.mo - do basic simplification for expAdd,expSub,expMul ------------------------------------------------------------------------ r12309 | Frenkel TUD | 2012-07-08 23:30:16 +0200 (Sun, 08 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - search also in simple and initial equations for zerocrossings ------------------------------------------------------------------------ r12308 | sjoelund.se | 2012-07-08 20:59:23 +0200 (Sun, 08 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in M /trunk/configure.in - OMOptim build fix ------------------------------------------------------------------------ r12307 | Frenkel TUD | 2012-07-08 00:13:36 +0200 (Sun, 08 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - remove unused when clauses from BackendDAETransform.traverseBackendDAEExpsEqn ------------------------------------------------------------------------ r12306 | Frenkel TUD | 2012-07-07 22:37:28 +0200 (Sat, 07 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Makefile.common - remove index from WHEN_EQ and keep condition of when equation in when equation - install-openturns depends on mkbuilddirs ------------------------------------------------------------------------ r12305 | adeas31 | 2012-07-07 20:12:03 +0200 (Sat, 07 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Merge the process standard output and standard error streams. ------------------------------------------------------------------------ r12304 | Frenkel TUD | 2012-07-06 19:54:12 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - fix tabs ------------------------------------------------------------------------ r12303 | Frenkel TUD | 2012-07-06 18:16:53 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - add code for multi body relaxation, not yet finished, kinematic loops still fail ------------------------------------------------------------------------ r12302 | sjoelund.se | 2012-07-06 17:52:40 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Look for paradiseo build directories as well ------------------------------------------------------------------------ r12301 | sjoelund.se | 2012-07-06 14:40:40 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl - Added index to FOR_EQUATION ------------------------------------------------------------------------ r12300 | sjoelund.se | 2012-07-06 12:58:17 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Added utils directory as well ------------------------------------------------------------------------ r12299 | sjoelund.se | 2012-07-06 12:10:51 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in M /trunk/configure.in - Some paradiseo autoconf ------------------------------------------------------------------------ r12298 | Frenkel TUD | 2012-07-06 11:14:41 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix evaluate parameter evaluate=true ------------------------------------------------------------------------ r12297 | Frenkel TUD | 2012-07-06 10:36:25 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/PartFn.mo - bugfix if equation for elabelements ------------------------------------------------------------------------ r12296 | sjoelund.se | 2012-07-06 10:32:13 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/README.Linux.txt - paradiseo "help" ------------------------------------------------------------------------ r12295 | Frenkel TUD | 2012-07-06 01:22:32 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Derive.mo - handle if equations in Derive and BackendDAETransform.traverseBackendDAEExpsEqnWithSymbolicOperation ------------------------------------------------------------------------ r12294 | Frenkel TUD | 2012-07-06 00:25:23 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - handle if equations in inline ------------------------------------------------------------------------ r12293 | Frenkel TUD | 2012-07-06 00:18:16 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - handle if equations in incidence matrix ------------------------------------------------------------------------ r12292 | Frenkel TUD | 2012-07-05 23:38:02 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Inline.mo - add condition to when equation - handle elsewhen branches in incidence matrix ------------------------------------------------------------------------ r12290 | Frenkel TUD | 2012-07-05 21:40:32 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCode.mo - add size information to when equation ------------------------------------------------------------------------ r12289 | sjoelund.se | 2012-07-05 21:20:12 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Check for include/qwt5, then check the header for QWT5 macro (using grep) ------------------------------------------------------------------------ r12288 | Frenkel TUD | 2012-07-05 21:01:46 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - inline condition of when equation only once ------------------------------------------------------------------------ r12287 | Frenkel TUD | 2012-07-05 20:10:24 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/Util/Util.mo - bugfix tests ------------------------------------------------------------------------ r12286 | Frenkel TUD | 2012-07-05 18:57:32 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/Util/Flags.mo - bugfix tests ------------------------------------------------------------------------ r12285 | Frenkel TUD | 2012-07-05 17:58:45 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h - add some more support for if equations in backend - add module for evaluate parameter with evaluate=true annotation ------------------------------------------------------------------------ r12284 | niklwors | 2012-07-05 15:27:07 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h -removed tabs ------------------------------------------------------------------------ r12283 | niklwors | 2012-07-05 15:05:19 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp - adapted numeric/bindings header files ------------------------------------------------------------------------ r12282 | niklwors | 2012-07-05 14:39:53 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/LICENSE_1_0.txt A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_enum.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/cblas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gbsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gees.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gels.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelsd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelss.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geqrf.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesdd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesvd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hegv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hesv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hpsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hseqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ilaenv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/orgqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ormqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/posv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ppsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ptsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/spsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/steqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sygv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sysv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sytrd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trevc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trexc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/workspace.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4 A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/algorithm.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/boost_array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/config.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/dense_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array_impl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/dense_ordering.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/fortran.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/symm_herm_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/tnt.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/transpose.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_banded.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_hermitian.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_matrix.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_symmetric.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp - extended cpp template for sparse jacobian ------------------------------------------------------------------------ r12281 | adeas31 | 2012-07-05 14:13:24 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp - Better parsing of Text Annotation. ------------------------------------------------------------------------ r12280 | Frenkel TUD | 2012-07-05 13:05:08 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo - switch evaluateAnnotation on ------------------------------------------------------------------------ r12279 | Frenkel TUD | 2012-07-05 13:03:23 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - change implementation of removeFinalParameters and removeProtectedParameters to handle several equationsystems ------------------------------------------------------------------------ r12278 | Frenkel TUD | 2012-07-05 12:02:46 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Element.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/InstanceHierarchy.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Reference.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/Values.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/HashTablePathToFunction.mo - remove some unused imports - add Env.Cache and Env.Env to BackendDAE.Shared ------------------------------------------------------------------------ r12276 | adeas31 | 2012-07-04 23:44:58 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - Fixed parsing. ------------------------------------------------------------------------ r12275 | Frenkel TUD | 2012-07-04 22:49:15 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - use traverseBackendDAEExpsNoCopyWithUpdate to geep the simplified expressions and not the old one ------------------------------------------------------------------------ r12274 | Frenkel TUD | 2012-07-04 22:11:01 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/mosfiles/FinalPropagation.mos - bugfix Tearing ------------------------------------------------------------------------ r12273 | Frenkel TUD | 2012-07-04 21:33:57 +0200 (Wed, 04 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matching.c - Bugfix getVar - Bugfix BackendDAEEXT.setAssignment - use vars and eqns for BackendDAEUtil.analyzeJacobian - bugfix Tearing ------------------------------------------------------------------------ r12272 | hubert.thieriot | 2012-07-04 18:15:51 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/ParetoDominance.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - removed unneeded includes ------------------------------------------------------------------------ r12271 | sjoelund.se | 2012-07-04 13:39:56 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo Fix testsuite ------------------------------------------------------------------------ r12270 | sjoelund.se | 2012-07-04 12:49:29 +0200 (Wed, 04 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/Util/VarTransform.mo M /trunk/testsuite/scodeinst/function1.mo - Added Integer index to for-stmt (in DAE and InstTypes) as well as CREF_ITER - This allows us to assign a unique index for each local scope, making it easier to traverse/replace expressions in later phases ------------------------------------------------------------------------ r12269 | sjoelund.se | 2012-07-04 09:23:33 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/README.Linux.txt Some minor documentation updates ------------------------------------------------------------------------ r12268 | hubert.thieriot | 2012-07-03 18:13:08 +0200 (Tue, 03 Jul 2012) | 1 line Changed paths: A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelect.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelect.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - can now launch several problems successively ------------------------------------------------------------------------ r12267 | sjoelund.se | 2012-07-03 09:22:43 +0200 (Tue, 03 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/scodeinst/function1.mo Added expansion of if/for, fixed some expansions of algorithm sections (expand the whole sections instead of individual statements) ------------------------------------------------------------------------ r12264 | adrpo | 2012-07-02 15:23:51 +0200 (Mon, 02 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix tests after MSL 3.1 degree C encoding fix. ------------------------------------------------------------------------ r12263 | sjoelund.se | 2012-07-02 15:13:34 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1/Magnetic/FluxTubes.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos - Fix FluxTubes test and some file encoding issues in MSL 3.1 ------------------------------------------------------------------------ r12262 | Frenkel TUD | 2012-07-02 14:17:07 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/CheckModel.mo - fix comment for systemSize - fix counting of algorithm outputs ------------------------------------------------------------------------ r12261 | Frenkel TUD | 2012-07-02 12:08:51 +0200 (Mon, 02 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo - BackendDAEUtil: avoid Zero entries in JacMatrix - fix order in equationToExp for arrayEquations - fix order in createNonlinearResidualEquations for arrayEquations ------------------------------------------------------------------------ r12260 | Frenkel TUD | 2012-07-02 09:05:31 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - remove debug output - update tearingnew ------------------------------------------------------------------------ r12259 | Frenkel TUD | 2012-07-02 07:54:35 +0200 (Mon, 02 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12258 | Frenkel TUD | 2012-07-01 22:05:27 +0200 (Sun, 01 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12257 | Frenkel TUD | 2012-06-30 15:27:16 +0200 (Sat, 30 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo - fix tests ------------------------------------------------------------------------ r12256 | Frenkel TUD | 2012-06-30 14:31:53 +0200 (Sat, 30 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12255 | Frenkel TUD | 2012-06-29 22:59:48 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/algorithms.mos - fix tests ------------------------------------------------------------------------ r12254 | Frenkel TUD | 2012-06-29 22:27:38 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix constant liniear system ------------------------------------------------------------------------ r12253 | Frenkel TUD | 2012-06-29 21:30:35 +0200 (Fri, 29 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - fix initial equation issus with function equationtoScalarResiduals - add some util functions ------------------------------------------------------------------------ r12252 | Frenkel TUD | 2012-06-29 18:04:14 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos - fix tests ------------------------------------------------------------------------ r12251 | niklwors | 2012-06-29 16:30:21 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml A /trunk/testsuite/cppruntime/BouncingBall.mo A /trunk/testsuite/cppruntime/BouncingBall.mos M /trunk/testsuite/cppruntime/Makefile M /trunk/testsuite/cppruntime/WhenStatement1.mos - Switched CVode as default solver for cpp runtime - removed unused cpp case in SimCode createEquationsForSystems - added test model BouncingBall to cppruntimetest- folder ------------------------------------------------------------------------ r12250 | sjoelund.se | 2012-06-29 16:04:02 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo A /trunk/testsuite/scodeinst/function1.mo - Added missing testcase function1.mo - Do not expand array-assignments (keep non-expanded as it is not needed to scalarize them) ------------------------------------------------------------------------ r12249 | sjoelund.se | 2012-06-29 11:26:34 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/InstDumpTpl.mo - Fix typing of [:] in function context - TODO: Fix this also for expression, not just declarations of components ------------------------------------------------------------------------ r12248 | perost | 2012-06-29 11:15:05 +0200 (Fri, 29 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassInf.mo A /trunk/Compiler/FrontEnd/Connect2.mo A /trunk/Compiler/FrontEnd/ConnectUtil2.mo A /trunk/Compiler/FrontEnd/InstDump.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo A /trunk/Compiler/Template/InstDumpTV.mo A /trunk/Compiler/Template/InstDumpTpl.mo A /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Pre-vacation code dump: - Added List.accumulateMap. - Replaced InstUtil.print* functions with the template based InstDump. - Lots of connection handling and other fixes. ------------------------------------------------------------------------ r12247 | niklwors | 2012-06-29 10:48:25 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h -removed tabs ------------------------------------------------------------------------ r12246 | adrpo | 2012-06-29 10:08:47 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/Typing.mo - more equation printing in InstUtil.mo - more expansion (not quite right) in SCodeExpand.mo - fail again in Typing.mo in typeFunction. ------------------------------------------------------------------------ r12245 | Frenkel TUD | 2012-06-29 09:57:56 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - filter constant initial expressions ------------------------------------------------------------------------ r12244 | adrpo | 2012-06-29 08:44:43 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/Typing.mo - ignore deleted components in Typing.typeConnectorCref2. - better error message in SCodeExpand.mo. - V6 engine gets to expansion now but fails there. ------------------------------------------------------------------------ r12243 | niklwors | 2012-06-29 08:41:12 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h -changed output format of cpp runtime to csv ------------------------------------------------------------------------ r12242 | Frenkel TUD | 2012-06-29 08:13:57 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - fix compilation ------------------------------------------------------------------------ r12241 | adrpo | 2012-06-29 08:04:23 +0200 (Fri, 29 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - set operator type to T_BOOL_DEFAULT for logical and relational operators in instOperator - select the type of the operator if is not T_UNKNOWN in typeExp - more builtin functions - use args instead of pos_args in instFunctionCall (copy/paste error?) - instFunction: add instead of addUnique as get(path) uses a non fully qualified path and it does not work. - do not stop in typeFunction (for functions with unknown dimensions it fails but we should type these somehow, maybe starting from the call arguments). - instEngineV6 gets further but still not working. ------------------------------------------------------------------------ r12240 | sjoelund.se | 2012-06-29 07:20:24 +0200 (Fri, 29 Jun 2012) | 2 lines Changed paths: M /trunk/configure.in - Check linking before we assume sundials is recent enough ------------------------------------------------------------------------ r12239 | adrpo | 2012-06-29 05:54:46 +0200 (Fri, 29 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo A /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo - handle some of the builtin functions - handle records - add a Compiler/FrontEnd/TypeCheck.mo for type checking (does nothing for now, more will come later). ------------------------------------------------------------------------ r12238 | Frenkel TUD | 2012-06-29 05:41:36 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h - revert some pices of last commit ------------------------------------------------------------------------ r12237 | Frenkel TUD | 2012-06-29 05:36:57 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h - fix compilation ------------------------------------------------------------------------ r12236 | Frenkel TUD | 2012-06-29 05:29:18 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo - the End of the WRAPPER Era ------------------------------------------------------------------------ r12235 | sjoelund.se | 2012-06-28 19:45:27 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/testsuite/scodeinst/Makefile - Added typing of array allocations ------------------------------------------------------------------------ r12234 | Frenkel TUD | 2012-06-28 18:05:48 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos - fix tests ------------------------------------------------------------------------ r12233 | Frenkel TUD | 2012-06-28 17:19:07 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos - fix tests ------------------------------------------------------------------------ r12232 | Frenkel TUD | 2012-06-28 16:50:49 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos - fix tests ------------------------------------------------------------------------ r12231 | Frenkel TUD | 2012-06-28 16:38:06 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/mosfiles/ArrayParameterSize.mos - fix tests ------------------------------------------------------------------------ r12230 | perost | 2012-06-28 16:33:01 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/scodeinst/Makefile M /trunk/testsuite/scodeinst/arrfunc.mo M /trunk/testsuite/scodeinst/bindings1.mo M /trunk/testsuite/scodeinst/bindings2.mo M /trunk/testsuite/scodeinst/bindings3.mo M /trunk/testsuite/scodeinst/bindings4.mo M /trunk/testsuite/scodeinst/bindings5.mo M /trunk/testsuite/scodeinst/bindings6.mo M /trunk/testsuite/scodeinst/bindings7.mo M /trunk/testsuite/scodeinst/builtinmod.mo M /trunk/testsuite/scodeinst/builtinmod2.mo M /trunk/testsuite/scodeinst/classextends1.mo M /trunk/testsuite/scodeinst/classextends2.mo M /trunk/testsuite/scodeinst/compfunc.mo M /trunk/testsuite/scodeinst/cond1.mo M /trunk/testsuite/scodeinst/cond2.mo M /trunk/testsuite/scodeinst/cond3.mo M /trunk/testsuite/scodeinst/cond4.mo M /trunk/testsuite/scodeinst/conn1.mo M /trunk/testsuite/scodeinst/conn10.mo M /trunk/testsuite/scodeinst/conn11.mo M /trunk/testsuite/scodeinst/conn12.mo M /trunk/testsuite/scodeinst/conn13.mo M /trunk/testsuite/scodeinst/conn14.mo M /trunk/testsuite/scodeinst/conn2.mo M /trunk/testsuite/scodeinst/conn3.mo M /trunk/testsuite/scodeinst/conn4.mo M /trunk/testsuite/scodeinst/conn5.mo M /trunk/testsuite/scodeinst/conn6.mo M /trunk/testsuite/scodeinst/conn7.mo M /trunk/testsuite/scodeinst/conn8.mo M /trunk/testsuite/scodeinst/conn9.mo M /trunk/testsuite/scodeinst/conngraph1.mo M /trunk/testsuite/scodeinst/conngraph2.mo M /trunk/testsuite/scodeinst/const1.mo M /trunk/testsuite/scodeinst/const10.mo M /trunk/testsuite/scodeinst/const11.mo M /trunk/testsuite/scodeinst/const12.mo M /trunk/testsuite/scodeinst/const13.mo M /trunk/testsuite/scodeinst/const14.mo M /trunk/testsuite/scodeinst/const15.mo M /trunk/testsuite/scodeinst/const16.mo M /trunk/testsuite/scodeinst/const17.mo M /trunk/testsuite/scodeinst/const2.mo M /trunk/testsuite/scodeinst/const3.mo M /trunk/testsuite/scodeinst/const4.mo M /trunk/testsuite/scodeinst/const5.mo M /trunk/testsuite/scodeinst/const6.mo M /trunk/testsuite/scodeinst/const7.mo M /trunk/testsuite/scodeinst/const8.mo M /trunk/testsuite/scodeinst/const9.mo M /trunk/testsuite/scodeinst/dim1.mo M /trunk/testsuite/scodeinst/dim10.mo M /trunk/testsuite/scodeinst/dim12.mo M /trunk/testsuite/scodeinst/dim13.mo M /trunk/testsuite/scodeinst/dim14.mo M /trunk/testsuite/scodeinst/dim15.mo M /trunk/testsuite/scodeinst/dim16.mo M /trunk/testsuite/scodeinst/dim17.mo M /trunk/testsuite/scodeinst/dim18.mo M /trunk/testsuite/scodeinst/dim19.mo M /trunk/testsuite/scodeinst/dim2.mo M /trunk/testsuite/scodeinst/dim3.mo M /trunk/testsuite/scodeinst/dim4.mo M /trunk/testsuite/scodeinst/dim5.mo M /trunk/testsuite/scodeinst/dim6.mo M /trunk/testsuite/scodeinst/dim7.mo M /trunk/testsuite/scodeinst/enum1.mo M /trunk/testsuite/scodeinst/enum2.mo M /trunk/testsuite/scodeinst/enum3.mo M /trunk/testsuite/scodeinst/eq1.mo M /trunk/testsuite/scodeinst/eq2.mo M /trunk/testsuite/scodeinst/eq3.mo M /trunk/testsuite/scodeinst/eq4.mo M /trunk/testsuite/scodeinst/eq5.mo M /trunk/testsuite/scodeinst/eq6.mo M /trunk/testsuite/scodeinst/eq7.mo M /trunk/testsuite/scodeinst/eq8.mo M /trunk/testsuite/scodeinst/eq9.mo M /trunk/testsuite/scodeinst/expconn1.mo M /trunk/testsuite/scodeinst/expconn2.mo M /trunk/testsuite/scodeinst/expconn3.mo M /trunk/testsuite/scodeinst/expconn4.mo M /trunk/testsuite/scodeinst/expconn5.mo M /trunk/testsuite/scodeinst/expconn6.mo M /trunk/testsuite/scodeinst/expconn7.mo M /trunk/testsuite/scodeinst/extends1.mo M /trunk/testsuite/scodeinst/extends2.mo M /trunk/testsuite/scodeinst/for1.mo M /trunk/testsuite/scodeinst/for2.mo M /trunk/testsuite/scodeinst/for3.mo M /trunk/testsuite/scodeinst/func1.mo M /trunk/testsuite/scodeinst/func2.mo M /trunk/testsuite/scodeinst/func3.mo M /trunk/testsuite/scodeinst/func4.mo M /trunk/testsuite/scodeinst/func5.mo M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo M /trunk/testsuite/scodeinst/func8.mo M /trunk/testsuite/scodeinst/func9.mo M /trunk/testsuite/scodeinst/if1.mo M /trunk/testsuite/scodeinst/ih1.mo M /trunk/testsuite/scodeinst/ih2.mo M /trunk/testsuite/scodeinst/ih3.mo M /trunk/testsuite/scodeinst/inst1.mo M /trunk/testsuite/scodeinst/inst2.mo M /trunk/testsuite/scodeinst/inst3.mo M /trunk/testsuite/scodeinst/inst4.mo M /trunk/testsuite/scodeinst/inst5.mo M /trunk/testsuite/scodeinst/inst6.mo M /trunk/testsuite/scodeinst/inst7.mo M /trunk/testsuite/scodeinst/loop1.mo M /trunk/testsuite/scodeinst/loop2.mo M /trunk/testsuite/scodeinst/loop3.mo M /trunk/testsuite/scodeinst/loop4.mo M /trunk/testsuite/scodeinst/mod1.mo M /trunk/testsuite/scodeinst/mod10.mo M /trunk/testsuite/scodeinst/mod11.mo M /trunk/testsuite/scodeinst/mod2.mo M /trunk/testsuite/scodeinst/mod3.mo M /trunk/testsuite/scodeinst/mod4.mo M /trunk/testsuite/scodeinst/mod5.mo M /trunk/testsuite/scodeinst/mod6.mo M /trunk/testsuite/scodeinst/mod7.mo M /trunk/testsuite/scodeinst/mod8.mo M /trunk/testsuite/scodeinst/mod9.mo M /trunk/testsuite/scodeinst/noretcall1.mo M /trunk/testsuite/scodeinst/redeclare1.mo M /trunk/testsuite/scodeinst/redeclare10.mo M /trunk/testsuite/scodeinst/redeclare11.mo M /trunk/testsuite/scodeinst/redeclare12.mo M /trunk/testsuite/scodeinst/redeclare2.mo M /trunk/testsuite/scodeinst/redeclare3.mo M /trunk/testsuite/scodeinst/redeclare4.mo M /trunk/testsuite/scodeinst/redeclare5.mo M /trunk/testsuite/scodeinst/redeclare6.mo M /trunk/testsuite/scodeinst/redeclare7.mo M /trunk/testsuite/scodeinst/redeclare8.mo M /trunk/testsuite/scodeinst/redeclare9.mo M /trunk/testsuite/scodeinst/type1.mo M /trunk/testsuite/scodeinst/type2.mo M /trunk/testsuite/scodeinst/type3.mo M /trunk/testsuite/scodeinst/type4.mo M /trunk/testsuite/scodeinst/type5.mo M /trunk/testsuite/scodeinst/when1.mo - Made the scodeInst tests partest friendly. ------------------------------------------------------------------------ r12229 | perost | 2012-06-28 15:30:47 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/scodeinst A /trunk/testsuite/scodeinst/Makefile A /trunk/testsuite/scodeinst/arrfunc.mo A /trunk/testsuite/scodeinst/bindings1.mo A /trunk/testsuite/scodeinst/bindings2.mo A /trunk/testsuite/scodeinst/bindings3.mo A /trunk/testsuite/scodeinst/bindings4.mo A /trunk/testsuite/scodeinst/bindings5.mo A /trunk/testsuite/scodeinst/bindings6.mo A /trunk/testsuite/scodeinst/bindings7.mo A /trunk/testsuite/scodeinst/builtinmod.mo A /trunk/testsuite/scodeinst/builtinmod2.mo A /trunk/testsuite/scodeinst/classextends1.mo A /trunk/testsuite/scodeinst/classextends2.mo A /trunk/testsuite/scodeinst/compfunc.mo A /trunk/testsuite/scodeinst/cond1.mo A /trunk/testsuite/scodeinst/cond2.mo A /trunk/testsuite/scodeinst/cond3.mo A /trunk/testsuite/scodeinst/cond4.mo A /trunk/testsuite/scodeinst/conn1.mo A /trunk/testsuite/scodeinst/conn10.mo A /trunk/testsuite/scodeinst/conn11.mo A /trunk/testsuite/scodeinst/conn12.mo A /trunk/testsuite/scodeinst/conn13.mo A /trunk/testsuite/scodeinst/conn14.mo A /trunk/testsuite/scodeinst/conn2.mo A /trunk/testsuite/scodeinst/conn3.mo A /trunk/testsuite/scodeinst/conn4.mo A /trunk/testsuite/scodeinst/conn5.mo A /trunk/testsuite/scodeinst/conn6.mo A /trunk/testsuite/scodeinst/conn7.mo A /trunk/testsuite/scodeinst/conn8.mo A /trunk/testsuite/scodeinst/conn9.mo A /trunk/testsuite/scodeinst/conngraph1.mo A /trunk/testsuite/scodeinst/conngraph2.mo A /trunk/testsuite/scodeinst/const1.mo A /trunk/testsuite/scodeinst/const10.mo A /trunk/testsuite/scodeinst/const11.mo A /trunk/testsuite/scodeinst/const12.mo A /trunk/testsuite/scodeinst/const13.mo A /trunk/testsuite/scodeinst/const14.mo A /trunk/testsuite/scodeinst/const15.mo A /trunk/testsuite/scodeinst/const16.mo A /trunk/testsuite/scodeinst/const17.mo A /trunk/testsuite/scodeinst/const2.mo A /trunk/testsuite/scodeinst/const3.mo A /trunk/testsuite/scodeinst/const4.mo A /trunk/testsuite/scodeinst/const5.mo A /trunk/testsuite/scodeinst/const6.mo A /trunk/testsuite/scodeinst/const7.mo A /trunk/testsuite/scodeinst/const8.mo A /trunk/testsuite/scodeinst/const9.mo A /trunk/testsuite/scodeinst/dim1.mo A /trunk/testsuite/scodeinst/dim10.mo A /trunk/testsuite/scodeinst/dim12.mo A /trunk/testsuite/scodeinst/dim13.mo A /trunk/testsuite/scodeinst/dim14.mo A /trunk/testsuite/scodeinst/dim15.mo A /trunk/testsuite/scodeinst/dim16.mo A /trunk/testsuite/scodeinst/dim17.mo A /trunk/testsuite/scodeinst/dim18.mo A /trunk/testsuite/scodeinst/dim19.mo A /trunk/testsuite/scodeinst/dim2.mo A /trunk/testsuite/scodeinst/dim3.mo A /trunk/testsuite/scodeinst/dim4.mo A /trunk/testsuite/scodeinst/dim5.mo A /trunk/testsuite/scodeinst/dim6.mo A /trunk/testsuite/scodeinst/dim7.mo A /trunk/testsuite/scodeinst/enum1.mo A /trunk/testsuite/scodeinst/enum2.mo A /trunk/testsuite/scodeinst/enum3.mo A /trunk/testsuite/scodeinst/eq1.mo A /trunk/testsuite/scodeinst/eq2.mo A /trunk/testsuite/scodeinst/eq3.mo A /trunk/testsuite/scodeinst/eq4.mo A /trunk/testsuite/scodeinst/eq5.mo A /trunk/testsuite/scodeinst/eq6.mo A /trunk/testsuite/scodeinst/eq7.mo A /trunk/testsuite/scodeinst/eq8.mo A /trunk/testsuite/scodeinst/eq9.mo A /trunk/testsuite/scodeinst/expconn1.mo A /trunk/testsuite/scodeinst/expconn2.mo A /trunk/testsuite/scodeinst/expconn3.mo A /trunk/testsuite/scodeinst/expconn4.mo A /trunk/testsuite/scodeinst/expconn5.mo A /trunk/testsuite/scodeinst/expconn6.mo A /trunk/testsuite/scodeinst/expconn7.mo A /trunk/testsuite/scodeinst/extends1.mo A /trunk/testsuite/scodeinst/extends2.mo A /trunk/testsuite/scodeinst/for1.mo A /trunk/testsuite/scodeinst/for2.mo A /trunk/testsuite/scodeinst/for3.mo A /trunk/testsuite/scodeinst/func1.mo A /trunk/testsuite/scodeinst/func2.mo A /trunk/testsuite/scodeinst/func3.mo A /trunk/testsuite/scodeinst/func4.mo A /trunk/testsuite/scodeinst/func5.mo A /trunk/testsuite/scodeinst/func6.mo A /trunk/testsuite/scodeinst/func7.mo A /trunk/testsuite/scodeinst/func8.mo A /trunk/testsuite/scodeinst/func9.mo A /trunk/testsuite/scodeinst/if1.mo A /trunk/testsuite/scodeinst/ih1.mo A /trunk/testsuite/scodeinst/ih2.mo A /trunk/testsuite/scodeinst/ih3.mo A /trunk/testsuite/scodeinst/inst1.mo A /trunk/testsuite/scodeinst/inst2.mo A /trunk/testsuite/scodeinst/inst3.mo A /trunk/testsuite/scodeinst/inst4.mo A /trunk/testsuite/scodeinst/inst5.mo A /trunk/testsuite/scodeinst/inst6.mo A /trunk/testsuite/scodeinst/inst7.mo A /trunk/testsuite/scodeinst/loop1.mo A /trunk/testsuite/scodeinst/loop2.mo A /trunk/testsuite/scodeinst/loop3.mo A /trunk/testsuite/scodeinst/loop4.mo A /trunk/testsuite/scodeinst/mod1.mo A /trunk/testsuite/scodeinst/mod10.mo A /trunk/testsuite/scodeinst/mod11.mo A /trunk/testsuite/scodeinst/mod2.mo A /trunk/testsuite/scodeinst/mod3.mo A /trunk/testsuite/scodeinst/mod4.mo A /trunk/testsuite/scodeinst/mod5.mo A /trunk/testsuite/scodeinst/mod6.mo A /trunk/testsuite/scodeinst/mod7.mo A /trunk/testsuite/scodeinst/mod8.mo A /trunk/testsuite/scodeinst/mod9.mo A /trunk/testsuite/scodeinst/noretcall1.mo A /trunk/testsuite/scodeinst/redeclare1.mo A /trunk/testsuite/scodeinst/redeclare10.mo A /trunk/testsuite/scodeinst/redeclare11.mo A /trunk/testsuite/scodeinst/redeclare12.mo A /trunk/testsuite/scodeinst/redeclare2.mo A /trunk/testsuite/scodeinst/redeclare3.mo A /trunk/testsuite/scodeinst/redeclare4.mo A /trunk/testsuite/scodeinst/redeclare5.mo A /trunk/testsuite/scodeinst/redeclare5.mos A /trunk/testsuite/scodeinst/redeclare6.mo A /trunk/testsuite/scodeinst/redeclare7.mo A /trunk/testsuite/scodeinst/redeclare8.mo A /trunk/testsuite/scodeinst/redeclare9.mo A /trunk/testsuite/scodeinst/type1.mo A /trunk/testsuite/scodeinst/type2.mo A /trunk/testsuite/scodeinst/type3.mo A /trunk/testsuite/scodeinst/type4.mo A /trunk/testsuite/scodeinst/type5.mo A /trunk/testsuite/scodeinst/when1.mo - Added testcases for the new instantiation. ------------------------------------------------------------------------ r12228 | sjoelund.se | 2012-06-28 14:38:33 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Add dependency not to assign to an array before it is allocated ------------------------------------------------------------------------ r12227 | Frenkel TUD | 2012-06-28 14:28:05 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos - fix count of equations, Expression.sizeof, add a fiew more types ------------------------------------------------------------------------ r12226 | Frenkel TUD | 2012-06-28 13:16:47 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix tests ------------------------------------------------------------------------ r12225 | sjoelund.se | 2012-06-28 11:20:45 +0200 (Thu, 28 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/List.mo - New inst: Added topological sorting of array dimensions, some expansion rules for functions (allow unknown dimensions) - New DAE statement: Array allocation (for new inst only) - TODO: Expansion of statements in functions - TODO: Topological sorting of init statements+array dimensions ------------------------------------------------------------------------ r12224 | Frenkel TUD | 2012-06-28 09:50:14 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos M /trunk/testsuite/mosfiles-nosim/TransformerYY.mos - fix tests ------------------------------------------------------------------------ r12223 | Frenkel TUD | 2012-06-28 09:44:18 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/mosfiles/ArrayParameterSize.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos - fix tests ------------------------------------------------------------------------ r12222 | niklwors | 2012-06-28 09:43:33 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl - fix for algorithm if and reinit statements in cpp runtime ------------------------------------------------------------------------ r12221 | Frenkel TUD | 2012-06-28 02:13:07 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Script/CevalScript.mo - use CheckModel for checkModel ------------------------------------------------------------------------ r12220 | Frenkel TUD | 2012-06-28 00:01:33 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Util/BaseHashSet.mo - fix coding style ------------------------------------------------------------------------ r12219 | Frenkel TUD | 2012-06-27 23:48:51 +0200 (Wed, 27 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - fix compilation ------------------------------------------------------------------------ r12218 | Frenkel TUD | 2012-06-27 23:40:51 +0200 (Wed, 27 Jun 2012) | 2 lines Changed paths: A /trunk/Compiler/BackEnd/OnRelaxation.mo A /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/BaseHashSet.mo A /trunk/Compiler/Util/HashSet.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos add CheckModel.mo: does the Model check without the backendend. Need less memory, should be faster, changes in backend affect less testcases add HashSet.mo, BaseHashSet.mo: copy implementation from HashTable but without a value ------------------------------------------------------------------------ r12217 | Frenkel TUD | 2012-06-27 17:37:15 +0200 (Wed, 27 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo,BackendVarTransform.mo bugfix for Algorithms - ExpressionSimplify.mo: symblify Range(1,5)+2 -> Range(3,7) - BackendDump.mo: bugfix print If-Equations ------------------------------------------------------------------------ r12216 | niklwors | 2012-06-27 09:32:17 +0200 (Wed, 27 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl - fix for algorithm when statements in cpp template ------------------------------------------------------------------------ r12214 | adrpo | 2012-06-26 23:25:43 +0200 (Tue, 26 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c A /trunk/SimulationRuntime/OpenTurns/wrapper_template_mat.c M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/testsuite/uncertainties/CantileverBeam.mos M /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py M /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/package.encoding A /trunk/testsuite/uncertainties/simpleExple.mo A /trunk/testsuite/uncertainties/testUC.mos - better help for the generated simulation code on -? or -help - support -override x1=v1,x2=v2 -output a,b,c for the generated simulation code which will override the values already in the Model_init.xml file and output a, b, c on the command line at the end of the simulation. - massive OpenTurns connection speedup using Model -override -output (no temp directory generated, etc) - enable full example in testsuite/uncertainties/CantileverBeam_MC-template.py as now it only takes 15 minutes instead of a lot of hours before. - add testsuite/uncertainties/TestModels/ThermoSysPro/package.encoding to circumvent loading errors issues. - delete all generated files in testsuite/uncertainties/CantileverBeam.mos - small fixes to Compiler/BackEnd/OpenTURNS.mo (we should maybe give the distribution order in the OpenTurns OMC API). ------------------------------------------------------------------------ r12213 | Frenkel TUD | 2012-06-26 21:27:44 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - get back all the deleted tests in msl31simulate ------------------------------------------------------------------------ r12212 | hubert.thieriot | 2012-06-26 19:29:02 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h A /trunk/OMOptim/OMOptimBasis/Units/METime.cpp A /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - added METime -added variables find function ------------------------------------------------------------------------ r12211 | Frenkel TUD | 2012-06-26 18:58:54 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - fix compilation ------------------------------------------------------------------------ r12210 | Frenkel TUD | 2012-06-26 18:54:11 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo: add inlineExpOpt and use it in inlineVar - BackendDump: add dumping of If equations ------------------------------------------------------------------------ r12209 | sjoelund.se | 2012-06-26 16:57:43 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Sort initial bindings of variables in functions ------------------------------------------------------------------------ r12208 | Frenkel TUD | 2012-06-26 12:08:27 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added ------------------------------------------------------------------------ r12207 | Frenkel TUD | 2012-06-26 00:30:14 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added ------------------------------------------------------------------------ r12206 | Frenkel TUD | 2012-06-26 00:27:17 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h - add boxptr_arrayUpdate, to use arrayUpdate with List.fold1r ------------------------------------------------------------------------ r12205 | adrpo | 2012-06-26 00:21:41 +0200 (Tue, 26 Jun 2012) | 3 lines Changed paths: M /trunk/testsuite/interactive/interactive_api_calls.mos - add query of MSL 3.2 class Modelica.UsersGuide.Conventions.Documentation.Format.Code to make sure we don't run into Code quoting issues anymore (see testsuite/interactive/interactive_api_calls.mos). ------------------------------------------------------------------------ r12204 | adrpo | 2012-06-26 00:10:42 +0200 (Tue, 26 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Examples/ModelQueryAPIexamples.onb M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/omcc/javaParser/OMCCpj/src/Lexer.java M /trunk/Parser/omcc/lexerModelica.l D /trunk/doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc M /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.pdf M /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf D /trunk/testsuite/HumMod M /trunk/testsuite/Makefile M /trunk/testsuite/interactive/ForStatement3.mos M /trunk/testsuite/interactive/ForStatement7.mos M /trunk/testsuite/interactive/differentiate.mos M /trunk/testsuite/interactive/interactive_api_annotations.mos M /trunk/testsuite/interactive/interactive_api_attributes.mos M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos M /trunk/testsuite/interactive/interactive_api_classes.mos M /trunk/testsuite/interactive/interactive_api_loadsave.mos M /trunk/testsuite/interactive/interactive_api_param.mos M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/interactive/interactive_test.mos M /trunk/testsuite/interactive/loadFileInteractiveQualified.mos M /trunk/testsuite/interactive/matrices.mos M /trunk/testsuite/interactive/showDoc.mos M /trunk/testsuite/interactive/simplify.mos - this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code. - changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g + allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo). + changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code. + documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc + changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code. + changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*) + updated OMEdit and OMOptim to use $Code. + more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex) + show statements in more testsuite/interactive tests. + update the Parser/omcc/* files - removed testsuite/HumMod directory - removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore. ------------------------------------------------------------------------ r12203 | sjoelund.se | 2012-06-25 12:01:45 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo - Only look for duplicates in the current scope when adding elements ------------------------------------------------------------------------ r12202 | perost | 2012-06-25 11:51:18 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Added variable declarations to function_sampleInit. ------------------------------------------------------------------------ r12201 | sjoelund.se | 2012-06-25 09:41:28 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenUtil.mo - Some more function typing ------------------------------------------------------------------------ r12200 | Frenkel TUD | 2012-06-24 14:00:11 +0200 (Sun, 24 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - fix partitionIndependentBlocks for nowrappereqns - continue nowrappereqns ------------------------------------------------------------------------ r12199 | Frenkel TUD | 2012-06-24 13:00:13 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix testsuite ------------------------------------------------------------------------ r12198 | Frenkel TUD | 2012-06-24 12:19:27 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - fix bootstrapp compilation ------------------------------------------------------------------------ r12197 | Frenkel TUD | 2012-06-24 08:24:34 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bootstrapp compilation ------------------------------------------------------------------------ r12196 | Frenkel TUD | 2012-06-24 02:03:18 +0200 (Sun, 24 Jun 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Util/Flags.mo ExpressionSimplify.mo: add simplifyList1, condsymplify Expression:mo : add replaceCref DAEUtil.mo: add replaceCref BackendVarTransform.mo: replaceEquations tailrecursive and with less simplify of expressions BackendEquation.mo: add equationSize, equationOptSize, equationLstSize BackendDAEUtil.mo: add equationArraySize, incidenceMatrixScalar BackendDAEOptimize:mo: rename lateInline to lateInlineFunction BackendDAECreate.mo: use inlineVar not inlineVarOpt Inline.mo: do less simplify (simplify not if there was nothing do inline) continue to get rid of wrapper equations ------------------------------------------------------------------------ r12195 | adrpo | 2012-06-23 23:59:54 +0200 (Sat, 23 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/simulate/Makefile M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - update the Fluid simulation tests, still all fail for now. ------------------------------------------------------------------------ r12194 | Frenkel TUD | 2012-06-23 10:35:54 +0200 (Sat, 23 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Inline.mo - start to ged rid of the wrapper equations ------------------------------------------------------------------------ r12193 | Frenkel TUD | 2012-06-23 10:33:08 +0200 (Sat, 23 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/List.mo - BaseHashTable.mo: print also key string in case of an error - Util.mo: add function consN to concate n times an ellement ------------------------------------------------------------------------ r12192 | niklwors | 2012-06-22 13:08:44 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt - fix in cmake file for Modelica system ------------------------------------------------------------------------ r12191 | Frenkel TUD | 2012-06-22 11:03:55 +0200 (Fri, 22 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo - ComponentReference.printComponentRefStr us match - ExpressionDump.printListStr use stringDelimitList and List.map ------------------------------------------------------------------------ r12190 | Frenkel TUD | 2012-06-22 10:35:18 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp remove tabs ------------------------------------------------------------------------ r12189 | Frenkel TUD | 2012-06-22 08:58:15 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - remove last idea for dynamic state selection ------------------------------------------------------------------------ r12188 | Frenkel TUD | 2012-06-21 20:37:08 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r12187 | niklwors | 2012-06-21 20:27:18 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h -fix for linking new windows boost libraries in Simulation.exe ------------------------------------------------------------------------ r12186 | Frenkel TUD | 2012-06-21 19:32:38 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - finish symbolic calculation of determinant of a square matrix ------------------------------------------------------------------------ r12185 | Frenkel TUD | 2012-06-21 17:42:47 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - switch to dummyderivative - remove unneeded code ------------------------------------------------------------------------ r12184 | Frenkel TUD | 2012-06-21 17:41:23 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - try improved dynamic state selection ------------------------------------------------------------------------ r12182 | perost | 2012-06-21 17:01:26 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Util/BaseHashTable.mo - Added comments to InstSymbolTable and BaseHashTable. ------------------------------------------------------------------------ r12181 | sjoelund.se | 2012-06-21 16:38:29 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp - Tab cleansing - use burning fire ------------------------------------------------------------------------ r12177 | hubert.thieriot | 2012-06-21 15:33:23 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.ui - rename layout ------------------------------------------------------------------------ r12176 | niklwors | 2012-06-21 15:28:14 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp A /trunk/testsuite/cppruntime A /trunk/testsuite/cppruntime/Makefile A /trunk/testsuite/cppruntime/WhenStatement1.mo A /trunk/testsuite/cppruntime/WhenStatement1.mos - Added cppruntime test folder ------------------------------------------------------------------------ r12173 | Frenkel TUD | 2012-06-21 14:22:43 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - and switch back to dummyderivative ------------------------------------------------------------------------ r12172 | Frenkel TUD | 2012-06-21 14:21:32 +0200 (Thu, 21 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - remove Old getVar helpfunctions - fix bug for dummy state selection - try dummystateselection ------------------------------------------------------------------------ r12171 | niklwors | 2012-06-21 13:57:43 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp - modified boost version to 1.49 for windows compilation ------------------------------------------------------------------------ r12170 | mahge930 | 2012-06-21 12:44:56 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile - move unstable test. It passes on my machine, It fails on Hudson. ------------------------------------------------------------------------ r12169 | Frenkel TUD | 2012-06-21 11:04:10 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - print more information in case of pure discrete equation systems ------------------------------------------------------------------------ r12168 | Frenkel TUD | 2012-06-21 08:16:32 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - and switch back to the old dummyderivative ------------------------------------------------------------------------ r12167 | Frenkel TUD | 2012-06-21 08:14:30 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - try dynamic state selection ------------------------------------------------------------------------ r12166 | Frenkel TUD | 2012-06-21 08:12:52 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12165 | Frenkel TUD | 2012-06-21 02:43:39 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix expandCref for Records ------------------------------------------------------------------------ r12164 | Frenkel TUD | 2012-06-21 02:43:25 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12163 | Frenkel TUD | 2012-06-21 01:40:55 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12162 | Frenkel TUD | 2012-06-21 00:37:46 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.common fix compilation ------------------------------------------------------------------------ r12161 | Frenkel TUD | 2012-06-20 23:35:56 +0200 (Wed, 20 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstSection.mo A /trunk/Compiler/Util/HashTableCrILst.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - speedup expandDer - improve BackendVariable.getVar - rewrote a fiew functions tailrecursive in SimCode.mo ------------------------------------------------------------------------ r12160 | Frenkel TUD | 2012-06-20 19:58:19 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl - move a fiew functions to CodegenUtil.mo - add some dependencies in makefile ------------------------------------------------------------------------ r12159 | adrpo | 2012-06-20 19:48:51 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/MeasureTime.mos - changes to the index of the function, now is 3 instead of 1006. ------------------------------------------------------------------------ r12158 | Frenkel TUD | 2012-06-20 19:40:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - fix tests ------------------------------------------------------------------------ r12157 | adrpo | 2012-06-20 19:38:49 +0200 (Wed, 20 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos - fix output parameters in Compiler/BackEnd/MathematicaDump.mo ------------------------------------------------------------------------ r12156 | Frenkel TUD | 2012-06-20 19:07:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos - fix tests ------------------------------------------------------------------------ r12155 | hubert.thieriot | 2012-06-20 18:25:52 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h A /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/MOVectors.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/registermetatypes.cpp A /trunk/OMOptim/OMOptimBasis/registermetatypes.h - optimization Variables removed when remove corresponding model - register meta types ------------------------------------------------------------------------ r12154 | Frenkel TUD | 2012-06-20 18:12:45 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - remove print from call simulate ------------------------------------------------------------------------ r12153 | Frenkel TUD | 2012-06-20 18:08:26 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos fix tests ------------------------------------------------------------------------ r12152 | Frenkel TUD | 2012-06-20 18:04:51 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp -fix loading of settings file in cpp runtime ------------------------------------------------------------------------ r12151 | adrpo | 2012-06-20 16:56:20 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/OpenTurns/invoke.cmd - use only Windows commands to get rid of "pause" in pyot.bat. ------------------------------------------------------------------------ r12150 | Frenkel TUD | 2012-06-20 16:49:32 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo -fixed linker path in cpp template ------------------------------------------------------------------------ r12149 | adrpo | 2012-06-20 16:28:21 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo - tab removal. ------------------------------------------------------------------------ r12148 | niklwors | 2012-06-20 15:53:09 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos fix bootstrapped compilaton ------------------------------------------------------------------------ r12147 | niklwors | 2012-06-20 15:47:33 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - fix equationInfo field ------------------------------------------------------------------------ r12146 | Frenkel TUD | 2012-06-20 15:29:39 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt -fixed dynamic libarary loading with path names ------------------------------------------------------------------------ r12145 | Frenkel TUD | 2012-06-20 15:25:04 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl -fix include names in cpp template ------------------------------------------------------------------------ r12144 | sjoelund.se | 2012-06-20 14:55:29 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo - More expansion of functions ------------------------------------------------------------------------ r12143 | niklwors | 2012-06-20 14:28:34 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl A /trunk/Compiler/Template/CodegenUtil.mo A /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl - fix testsuite - add CodegenUtil.tpl/.mo ------------------------------------------------------------------------ r12142 | sjoelund.se | 2012-06-20 14:24:23 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Start of function expansion ------------------------------------------------------------------------ r12141 | petar | 2012-06-20 14:20:30 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: A /trunk/doc/uncertainties A /trunk/doc/uncertainties/Uncertainties.docx Added user guide for uncertainty computations. ------------------------------------------------------------------------ r12140 | leonardo.laguna | 2012-06-20 14:07:56 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: A /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Implemented MathematicaDump.mo for uncertainty calculations ------------------------------------------------------------------------ r12139 | perost | 2012-06-20 13:28:07 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fixed compilation. ------------------------------------------------------------------------ r12138 | perost | 2012-06-20 13:27:31 +0200 (Wed, 20 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - Added some List utility functions. - Progagate more Absyn.Info in SCodeInst. - Fixed propagation of visibility for extends in SCodeInst. - Added arguments to builtin Connections functions. ------------------------------------------------------------------------ r12137 | niklwors | 2012-06-20 12:28:03 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl fix tests ------------------------------------------------------------------------ r12136 | sjoelund.se | 2012-06-20 12:03:35 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo - Fix compilation ------------------------------------------------------------------------ r12135 | niklwors | 2012-06-20 11:10:29 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl D /trunk/Compiler/susan_codegen/SimCode/Makefile fix tests ------------------------------------------------------------------------ r12134 | niklwors | 2012-06-20 10:59:46 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw A /trunk/Compiler/Template/AbsynDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo:12131) A /trunk/Compiler/Template/AbsynDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl:12131) A /trunk/Compiler/Template/CodegenAdevs.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl:12131) A /trunk/Compiler/Template/CodegenC.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl:12131) A /trunk/Compiler/Template/CodegenCSharp.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl:12131) A /trunk/Compiler/Template/CodegenCpp.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl:12131) A /trunk/Compiler/Template/CodegenFMU.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl:12131) A /trunk/Compiler/Template/CodegenQSS.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl:12131) A /trunk/Compiler/Template/DAEDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo:12131) A /trunk/Compiler/Template/DAEDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl:12131) A /trunk/Compiler/Template/ExpressionDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo:12131) A /trunk/Compiler/Template/ExpressionDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl:12131) A /trunk/Compiler/Template/Makefile A /trunk/Compiler/Template/SCodeDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl:12131) A /trunk/Compiler/Template/SCodeTV.mo (from /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo:12131) A /trunk/Compiler/Template/SimCodeDump.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl:12131) A /trunk/Compiler/Template/SimCodeFMU.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl:12131) A /trunk/Compiler/Template/SimCodeTV.mo (from /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo:12131) A /trunk/Compiler/Template/Unparsing.tpl (from /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl:12131) D /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl D /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo D /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo D /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl - move tpl from susan_codegen to Template ------------------------------------------------------------------------ r12133 | Frenkel TUD | 2012-06-20 10:55:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl -fix for calling cpp simulation exceutable ------------------------------------------------------------------------ r12132 | sjoelund.se | 2012-06-20 10:33:39 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Make string escaping also handle Windows-style newlines ------------------------------------------------------------------------ r12131 | petar | 2012-06-20 09:32:33 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo Fixed bug with parameter being evaluated when building openTurns interface. ------------------------------------------------------------------------ r12130 | niklwors | 2012-06-20 09:14:11 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - fix for algloop include names ------------------------------------------------------------------------ r12129 | Frenkel TUD | 2012-06-20 09:09:50 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12128 | niklwors | 2012-06-20 08:59:40 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl -fixed include names in cpp template ------------------------------------------------------------------------ r12127 | sjoelund.se | 2012-06-20 07:11:02 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/Makefile iconv.mos was removed since it is pointless ------------------------------------------------------------------------ r12126 | perost | 2012-06-19 19:05:41 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo - Updated test. ------------------------------------------------------------------------ r12125 | hubert.thieriot | 2012-06-19 18:54:53 +0200 (Tue, 19 Jun 2012) | 5 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/MOVector.h A /trunk/OMOptim/OMOptimBasis/MOVectors.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESurface.cpp M /trunk/OMOptim/OMOptimBasis/Units/METemperature.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - Added MOVectors and converting functions - Corrected MEDimValue initialization - Added Moomc and ModItemsTree functions ------------------------------------------------------------------------ r12124 | Frenkel TUD | 2012-06-19 18:34:16 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12123 | adrpo | 2012-06-19 18:25:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c - remove some extra checks. ------------------------------------------------------------------------ r12122 | niklwors | 2012-06-19 18:01:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt -fix in Euler CMakefile additional library dependencies ------------------------------------------------------------------------ r12121 | adrpo | 2012-06-19 17:55:19 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/invoke.cmd M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c M /trunk/testsuite/uncertainties/CantileverBeam.mos M /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py - fixes to OpenTurns to support parallel execution. ------------------------------------------------------------------------ r12120 | Frenkel TUD | 2012-06-19 17:32:39 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - fix cpp installation ------------------------------------------------------------------------ r12119 | Frenkel TUD | 2012-06-19 17:29:18 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Makefile M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp fix runtime cpp for compilation Makefile Source/*.* ------------------------------------------------------------------------ r12118 | mahge930 | 2012-06-19 16:04:19 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos - Fix for unallocated arrays in records. And some passing tests. ------------------------------------------------------------------------ r12117 | niklwors | 2012-06-19 16:00:31 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12116 | sjoelund.se | 2012-06-19 15:53:07 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h - Provide UTF-8 interface for OMEdit ------------------------------------------------------------------------ r12115 | sjoelund.se | 2012-06-19 15:31:02 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: D /trunk/testsuite/mosfiles-nosim/iconv.mos - Remove the iconv test as it is not useful any longer ------------------------------------------------------------------------ r12114 | sjoelund.se | 2012-06-19 15:30:34 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: A /trunk/testsuite/mosfiles-nosim/ISO-8859-1.mos A /trunk/testsuite/mosfiles-nosim/ISO-8859-1.mox M /trunk/testsuite/mosfiles-nosim/Makefile - Added testcase for iconv/ISO-8859-1 encoding errors ------------------------------------------------------------------------ r12113 | sjoelund.se | 2012-06-19 15:05:54 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Fix iconv errors ------------------------------------------------------------------------ r12112 | sjoelund.se | 2012-06-19 15:00:33 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/HashTablePathToFunction.mo (from /trunk/Compiler/Util/HashTableCG.mo:12107) M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Add a HT ------------------------------------------------------------------------ r12111 | Frenkel TUD | 2012-06-19 14:40:14 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h replaced includes of Settingsfactory with SettingsFactory ------------------------------------------------------------------------ r12110 | Frenkel TUD | 2012-06-19 14:32:57 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/extension.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp replaced all utils/extension includes with Utils/extension ------------------------------------------------------------------------ r12109 | perost | 2012-06-19 14:17:35 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/InheritanceProtected.mo - Updated testsuite. ------------------------------------------------------------------------ r12108 | perost | 2012-06-19 14:10:39 +0200 (Tue, 19 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/SCode.mo A /trunk/testsuite/mofiles/ExtendsVisibility.mo M /trunk/testsuite/mofiles/Makefile Fix for bug #1750: - Fixed propagation of visibility for extends. ------------------------------------------------------------------------ r12107 | sjoelund.se | 2012-06-19 13:48:20 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - Finished propagation of FunctionHashTable ------------------------------------------------------------------------ r12106 | sjoelund.se | 2012-06-19 11:45:25 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp - Fix OMNotebook compilation ------------------------------------------------------------------------ r12105 | Frenkel TUD | 2012-06-19 11:36:50 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.common - add targets for runtimeCPP ------------------------------------------------------------------------ r12104 | Frenkel TUD | 2012-06-19 11:33:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/cpp/Build A /trunk/SimulationRuntime/cpp/Makefile A /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw - add make files for cpp runtime call cmake ------------------------------------------------------------------------ r12103 | sjoelund.se | 2012-06-19 11:28:29 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - Propagate functions further ------------------------------------------------------------------------ r12102 | Frenkel TUD | 2012-06-19 10:50:14 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: D /trunk/SimulationRuntime/cpp/Build - delete not needed directory Build ------------------------------------------------------------------------ r12101 | sjoelund.se | 2012-06-19 10:49:20 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMShell/OMShellGUI/oms.cpp M /trunk/mosh/src/mosh.cpp - Updated copyright holder ------------------------------------------------------------------------ r12100 | sjoelund.se | 2012-06-19 10:20:57 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OSMC-License.txt - Updated OSMC License ------------------------------------------------------------------------ r12099 | Frenkel TUD | 2012-06-19 10:15:48 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12098 | Frenkel TUD | 2012-06-19 09:57:27 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - fix tests linearization ------------------------------------------------------------------------ r12097 | sjoelund.se | 2012-06-19 08:29:06 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - cmake is stupid and evil, and people write as poor cross-platform files as make, why use it? ------------------------------------------------------------------------ r12096 | Frenkel TUD | 2012-06-19 01:00:23 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - generate for each equation only one function in c code ------------------------------------------------------------------------ r12095 | Frenkel TUD | 2012-06-18 20:15:28 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - use state index direct instead of search for it in markStateEquations ------------------------------------------------------------------------ r12094 | niklwors | 2012-06-18 16:50:21 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h A /trunk/SimulationRuntime/cpp/Source/Utils A /trunk/SimulationRuntime/cpp/Source/Utils/extension A /trunk/SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/common.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/extension.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_free_functions.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_set.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create_func.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/factory_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/function.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/shared_library.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/typeinfo.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/parameter.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/parameter_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/registry.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp Moved boost::extension to Source/utils/ folder ------------------------------------------------------------------------ r12093 | sjoelund.se | 2012-06-18 16:39:21 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Propagate more functions ------------------------------------------------------------------------ r12092 | sjoelund.se | 2012-06-18 16:01:48 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix bootstrap compilation ------------------------------------------------------------------------ r12091 | Frenkel TUD | 2012-06-18 15:58:54 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - continue to implement uniqueEqIndex for simcode ------------------------------------------------------------------------ r12090 | Frenkel TUD | 2012-06-18 14:56:09 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - start to implement uniqueEqIndex for simcode ------------------------------------------------------------------------ r12089 | hubert.thieriot | 2012-06-18 14:45:58 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp - gnuplot objective ploting correction ------------------------------------------------------------------------ r12088 | sjoelund.se | 2012-06-18 13:34:49 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Don't install-openturns on sane systems ------------------------------------------------------------------------ r12087 | sjoelund.se | 2012-06-18 12:33:57 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/SimCodeDump.mo - Propagate more functions ------------------------------------------------------------------------ r12086 | adrpo | 2012-06-18 12:25:37 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/OpenTurns/invoke.cmd A /trunk/SimulationRuntime/OpenTurns/wrapper_template.c A /trunk/SimulationRuntime/OpenTurns/wrapper_template.compile.cmd A /trunk/SimulationRuntime/OpenTurns/wrapper_template.makefile - fix windows compilation. ------------------------------------------------------------------------ r12085 | Frenkel TUD | 2012-06-18 12:19:52 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mat - fix testsuite ------------------------------------------------------------------------ r12084 | Frenkel TUD | 2012-06-18 11:49:37 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos - add index to each SimEqSystem ------------------------------------------------------------------------ r12083 | sjoelund.se | 2012-06-18 09:56:11 +0200 (Mon, 18 Jun 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c #1751 - Changed the ModelicaInternal_getenv definition to match the declaration ------------------------------------------------------------------------ r12082 | Frenkel TUD | 2012-06-18 09:40:36 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bug in calculaton of jacobian, in case of state jacobian have to generated for der(x) not for x ------------------------------------------------------------------------ r12081 | adrpo | 2012-06-18 02:42:32 +0200 (Mon, 18 Jun 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/scripts/replace-startValue.bat M /trunk/Compiler/scripts/replace-startValue.sh M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw D /trunk/SimulationRuntime/OpenTurns/Makefile.mingw D /trunk/SimulationRuntime/OpenTurns/model_name.h D /trunk/SimulationRuntime/OpenTurns/read_matlab4.c D /trunk/SimulationRuntime/OpenTurns/read_matlab4.h D /trunk/SimulationRuntime/OpenTurns/wrapper.c D /trunk/SimulationRuntime/OpenTurns/wrapper_name.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c A /trunk/testsuite/uncertainties/CantileverBeam.mos (from /trunk/testsuite/uncertainties/CantiliverBeam.mos:12075) M /trunk/testsuite/uncertainties/CantileverBeam_MC_dummy-template.py D /trunk/testsuite/uncertainties/CantileverBeam_wrapper D /trunk/testsuite/uncertainties/CantiliverBeam.mos - finishing up the OpenTURNS wrapper. - templates in share/omc/scripts/OpenTurns with all the needed stuff - added runOpenTURNSPythonScript to run the python file - everything works fine now on windows, can be easily adapted for Linux! - see testsuite/uncertainties/CantileverBeam.mos - fixed warning in solver/solver_main.c ------------------------------------------------------------------------ r12080 | Frenkel TUD | 2012-06-17 19:09:11 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and tearing off after test ------------------------------------------------------------------------ r12079 | Frenkel TUD | 2012-06-17 19:07:37 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - try testsuite with tearing ------------------------------------------------------------------------ r12078 | Frenkel TUD | 2012-06-17 17:25:21 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and tearing off after test ------------------------------------------------------------------------ r12077 | Frenkel TUD | 2012-06-17 17:23:19 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - try testsuite with tearing ------------------------------------------------------------------------ r12076 | Frenkel TUD | 2012-06-17 17:22:11 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix bugs for tearing ------------------------------------------------------------------------ r12075 | adrpo | 2012-06-17 09:11:40 +0200 (Sun, 17 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - fix testsuite ------------------------------------------------------------------------ r12074 | adrpo | 2012-06-17 08:12:39 +0200 (Sun, 17 Jun 2012) | 2 lines Changed paths: D /trunk/testsuite/3rdParty/ThermoSysPro/Makefile D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/simulation A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile (from /trunk/testsuite/3rdParty/ThermoSysPro/Makefile:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:12073) M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl - moved ThermoSysPro simulation tests to simulation directory. - enable ThermoSysPro flattening tests. ------------------------------------------------------------------------ r12073 | adrpo | 2012-06-17 07:32:54 +0200 (Sun, 17 Jun 2012) | 3 lines Changed paths: A /trunk/testsuite/3rdParty/ThermoSysPro/flattening A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - add flattening tests for ThermoSysPro library. all 60/60 models from ThermoSysPro.Examples.SimpleExamples flatten/check fine. ------------------------------------------------------------------------ r12072 | Frenkel TUD | 2012-06-16 14:40:08 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and switch back to tearing off ------------------------------------------------------------------------ r12071 | Frenkel TUD | 2012-06-16 14:38:12 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - test how many tests fail if tearing is used ------------------------------------------------------------------------ r12070 | Frenkel TUD | 2012-06-16 14:20:32 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - minor fixes for tearing ------------------------------------------------------------------------ r12069 | perost | 2012-06-15 21:24:22 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo - Fixing the testsuite again. ------------------------------------------------------------------------ r12068 | Frenkel TUD | 2012-06-15 20:39:06 +0200 (Fri, 15 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo - fix some bugs for tearing ------------------------------------------------------------------------ r12067 | perost | 2012-06-15 19:21:09 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/redeclare/NonexistentElementRedeclare2.mo - Fixing the testsuite, again... ------------------------------------------------------------------------ r12066 | perost | 2012-06-15 19:01:49 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/InvalidSizeScalar.mo - And fixing the testsuite too... ------------------------------------------------------------------------ r12065 | perost | 2012-06-15 19:00:20 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Error.mo - Forgot to commit Error.mo. ------------------------------------------------------------------------ r12064 | perost | 2012-06-15 18:55:33 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/testsuite/redeclare/DuplicateRedeclares1.mo M /trunk/testsuite/redeclare/Makefile A /trunk/testsuite/redeclare/NonexistentElementRedeclare1.mo A /trunk/testsuite/redeclare/NonexistentElementRedeclare2.mo - Added error message when trying to redeclare nonexisting element. ------------------------------------------------------------------------ r12063 | Frenkel TUD | 2012-06-15 16:47:34 +0200 (Fri, 15 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - dump more tearing information ------------------------------------------------------------------------ r12062 | Frenkel TUD | 2012-06-15 16:16:17 +0200 (Fri, 15 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo - minor changes to derivall for tearing - remove depug outputs from tearing - bugfix AdjacencyMatrixEnhanced - dynamic state selection, set start value of contition not static ------------------------------------------------------------------------ r12061 | wbraun | 2012-06-15 14:45:59 +0200 (Fri, 15 Jun 2012) | 6 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos - updated non-linear systems solving algorithm - changed extrapolation data - added nominal values for scaling - adjusted the strategy of solving - marked some more ThermoSysPro examples as working ------------------------------------------------------------------------ r12060 | adeas31 | 2012-06-14 19:24:30 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: A /trunk/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.ico M /trunk/OMNotebook/OMNotebookGUI/rc_omnotebook.rc - .ico file is required to generate icon for executable on Windows. ------------------------------------------------------------------------ r12059 | Frenkel TUD | 2012-06-14 18:17:15 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - fix strange infinit loop in c_runtime by reverse the order of the equations in strong component ------------------------------------------------------------------------ r12058 | Frenkel TUD | 2012-06-14 16:59:06 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - remove BackendDAEExt from tarjanAlgorithm - use function transformBackendDAE in Uncertainties ------------------------------------------------------------------------ r12057 | sjoelund.se | 2012-06-14 16:32:14 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: A /trunk/Compiler/FrontEnd/EvalFunction.mo (from /trunk/Compiler/FrontEnd/CevalFunction.mo:12055) M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Propagate some more information so we can store functions in the future ------------------------------------------------------------------------ r12056 | leonardo.laguna | 2012-06-14 15:13:59 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - Updated algorithm for equations extraction in uncertainties calculations. Note: no test has been added since we haven't defined the final output ------------------------------------------------------------------------ r12055 | perost | 2012-06-14 13:26:20 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fixed prefixing of function variables in SCodeInst. ------------------------------------------------------------------------ r12054 | sjoelund.se | 2012-06-14 13:20:01 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - Added tail-recursion for NORETCALL statements ------------------------------------------------------------------------ r12053 | sjoelund.se | 2012-06-14 13:09:27 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSection.mo - Started work on sending additional options to simplify ------------------------------------------------------------------------ r12052 | Frenkel TUD | 2012-06-14 11:45:27 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo - fix compilation ------------------------------------------------------------------------ r12051 | perost | 2012-06-14 11:21:11 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: D /trunk/doc/administration/Workplan-FrontBack.xls - Removed deprecated workplan. ------------------------------------------------------------------------ r12050 | petar | 2012-06-14 10:54:49 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo A /trunk/testsuite/uncertainties/CantileverBeam_MC_dummy-template.py M /trunk/testsuite/uncertainties/CantiliverBeam.mos -Implemented xml file for Uncertainty interface with OpenTURNS.mo -Updated CantiliverBeam.mos testcase ------------------------------------------------------------------------ r12049 | Frenkel TUD | 2012-06-13 23:26:51 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - use simplifyTimeIndepFuncCalls module ------------------------------------------------------------------------ r12048 | Frenkel TUD | 2012-06-13 23:11:25 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - minor fixes for new dynamic state selection ------------------------------------------------------------------------ r12047 | Frenkel TUD | 2012-06-13 23:00:14 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo add module simplifyTimeIndepFuncCalls ------------------------------------------------------------------------ r12046 | Frenkel TUD | 2012-06-13 19:15:05 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bug for loopIndexTester model from forum ------------------------------------------------------------------------ r12045 | hubert.thieriot | 2012-06-13 17:09:25 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/Optimization.cpp - added MOomc functions ------------------------------------------------------------------------ r12044 | sjoelund.se | 2012-06-13 15:48:30 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Inst&Type if-statements ------------------------------------------------------------------------ r12043 | hubert.thieriot | 2012-06-13 14:40:33 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h - don't use gnuplot if only one objective ------------------------------------------------------------------------ r12042 | hubert.thieriot | 2012-06-13 14:39:58 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h - include correction ------------------------------------------------------------------------ r12041 | a_severin | 2012-06-13 12:24:59 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts - Some fixes in the Russian translations ------------------------------------------------------------------------ r12040 | sjoelund.se | 2012-06-13 12:18:22 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/Makefile.unix.in A /trunk/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.svg D /trunk/OMNotebook/OMNotebookGUI/Resources/omnotebook_icon.ico D /trunk/OMNotebook/OMNotebookGUI/Resources/omnotebook_png.png M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/rc_omnotebook.rc M /trunk/OMNotebook/OMNotebookGUI/res_qt.qrc - Added vector-graphics icon for OMNotebook so it looks ok on modern window-managers ------------------------------------------------------------------------ r12039 | sjoelund.se | 2012-06-13 10:42:22 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Typing/Expand of algorithm sections are now propagated properly (but only for some of them) ------------------------------------------------------------------------ r12038 | Frenkel TUD | 2012-06-12 21:06:14 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix compilation ------------------------------------------------------------------------ r12037 | Frenkel TUD | 2012-06-12 18:26:01 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/DAE.mo - continue new dynamic state selection ------------------------------------------------------------------------ r12036 | Frenkel TUD | 2012-06-12 17:13:36 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix compilation ------------------------------------------------------------------------ r12035 | Frenkel TUD | 2012-06-12 16:45:48 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - remove (again) all the unnecessary local BackendDAE.BackendDAE variable declarations ------------------------------------------------------------------------ r12034 | sjoelund.se | 2012-06-12 15:57:28 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - Fix compilation (double errors 2 commits ago; fixed only 1) ------------------------------------------------------------------------ r12033 | sjoelund.se | 2012-06-12 15:42:22 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - Fix names of outputs to correct ones ------------------------------------------------------------------------ r12032 | petar | 2012-06-12 14:06:59 +0200 (Tue, 12 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/Makefile M /trunk/testsuite/uncertainties/CantiliverBeam.mos M /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo -Added generation of covariance matrix to openturns python script. Currently there is a limitation due to insufficient support of records inside vectors, so the covariance matrix must be defined using an algorithm section and the size must be declared as a constant, like this: Correlation correlation[1]; algorithm correlation := {Correlation(a,b,0.1)}; (Due to the limitation, this declaration and the algorithm section is stripped from the model before building the simulator) This also means that the Correlation record is now a built in class in OpenModelica. ------------------------------------------------------------------------ r12031 | lochel | 2012-06-12 12:54:14 +0200 (Tue, 12 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.h M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c M /trunk/testsuite/initialization/Makefile - treat each initial_residual with a scaling factor of zero as unscaled initial_residual - [kinsol] switch globalization strategy (applied to the Newton method) to linesearch if the default one fails - introduce scaling for kinsol initialization method - fix invalid free-call after exception (THROW-macro) ------------------------------------------------------------------------ r12030 | hubert.thieriot | 2012-06-12 12:45:05 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp - nbintervals as OpenModelica simulation parameter (instead of stepsize) ------------------------------------------------------------------------ r12029 | sjoelund.se | 2012-06-12 11:57:25 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - Fix tab errors ------------------------------------------------------------------------ r12028 | niklwors | 2012-06-12 11:28:14 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h fix in cpp template for array of models code generation ------------------------------------------------------------------------ r12027 | hubert.thieriot | 2012-06-12 10:42:03 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/MOVector.h - corrected potential issue when inserting items ------------------------------------------------------------------------ r12026 | adrpo | 2012-06-12 07:03:31 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitParam.mos - assume these results are more correct than the ones before. ------------------------------------------------------------------------ r12025 | adrpo | 2012-06-12 05:42:36 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt - more explanation. ------------------------------------------------------------------------ r12024 | adrpo | 2012-06-12 05:24:22 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt - warning note in the README.txt. ------------------------------------------------------------------------ r12023 | adrpo | 2012-06-12 05:22:31 +0200 (Tue, 12 Jun 2012) | 3 lines Changed paths: A /trunk/testsuite/uncertainties/CantileverBeam_wrapper A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/CantileverBeam_wrapper.makefile A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/CantileverBeam_wrapper.xml A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/model_name.h A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/read_matlab4.c A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/read_matlab4.h A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/wrapper.c A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/wrapper_name.h - CantileverBeam_wrapper contains the code for the wrapper of the CantileverBeam example. + read CantileverBeam_wrapper/README.txt ------------------------------------------------------------------------ r12022 | adrpo | 2012-06-12 05:12:43 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/model_name.h - MODELNAME is not required. ------------------------------------------------------------------------ r12021 | adrpo | 2012-06-12 05:04:27 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/Makefile.mingw - use a defined variable for the wrapper name. ------------------------------------------------------------------------ r12020 | hubert.thieriot | 2012-06-11 17:57:55 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - Corrected problems in problem folder deleting ! - GUI correction ------------------------------------------------------------------------ r12019 | perost | 2012-06-11 16:22:53 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Some conditional component improvements in SCodeInst. ------------------------------------------------------------------------ r12018 | adrpo | 2012-06-11 14:23:19 +0200 (Mon, 11 Jun 2012) | 1 line Changed paths: A /trunk/testsuite/3rdParty/AVM A /trunk/testsuite/3rdParty/AVM/avm.xlsx A /trunk/testsuite/3rdParty/AVM/electrical A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/3rdParty/AVM/fluid A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/multibody A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/3rdParty/AVM/performance-avm.txt - AVM model scripts ------------------------------------------------------------------------ r12017 | perost | 2012-06-11 13:58:05 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/doc/administration/Workplan-FrontBack.xls - Updated workplan. ------------------------------------------------------------------------ r12016 | adrpo | 2012-06-11 13:50:32 +0200 (Mon, 11 Jun 2012) | 1 line Changed paths: A /trunk/doc/administration/Workplan-FrontBack.xls - planning Excel sheet. ------------------------------------------------------------------------ r12015 | perost | 2012-06-11 11:54:16 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix connector type check in SCodeInst for connectors derived from basic types. ------------------------------------------------------------------------ r12014 | perost | 2012-06-11 11:03:23 +0200 (Mon, 11 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo A /trunk/doc/performance/benchmarks/README.txt D /trunk/doc/performance/benchmarks/tests A /trunk/testsuite/benchmarks (from /trunk/doc/performance/benchmarks/tests:12012) A /trunk/testsuite/benchmarks/BEPI_OMC.mo A /trunk/testsuite/benchmarks/BEPI_OMC.mos M /trunk/testsuite/benchmarks/README.txt - Moved the benchmark test models from doc/performance/benchmarks/tests to testsuite/benchmarks. - Added benchmark models from Marco Bonvini. ------------------------------------------------------------------------ r12013 | perost | 2012-06-11 10:50:28 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/SiemensPower A /trunk/testsuite/3rdParty/SiemensPower/Makefile A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Documents A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/Makefile - Added SiemensPower tests. ------------------------------------------------------------------------ r12012 | Frenkel TUD | 2012-06-08 18:00:45 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo - fix compilation ------------------------------------------------------------------------ r12011 | Frenkel TUD | 2012-06-08 17:22:41 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - remove local var declaration ------------------------------------------------------------------------ r12010 | Frenkel TUD | 2012-06-08 17:05:46 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matchmaker.h - remove tabs ------------------------------------------------------------------------ r12009 | Frenkel TUD | 2012-06-08 15:56:18 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/runtime/matching.c M /trunk/Compiler/runtime/matching_cheap.c - remove tabs ------------------------------------------------------------------------ r12008 | fbergero | 2012-06-08 15:41:50 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Fixing bug in QSS target ------------------------------------------------------------------------ r12007 | Frenkel TUD | 2012-06-08 15:32:12 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.common - bugfix compilation ------------------------------------------------------------------------ r12006 | Frenkel TUD | 2012-06-08 15:24:01 +0200 (Fri, 08 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo A /trunk/Compiler/BackEnd/GraphML.mo A /trunk/Compiler/BackEnd/IndexReduction.mo A /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/Makefile.common A /trunk/Compiler/runtime/matching.c A /trunk/Compiler/runtime/matching_cheap.c A /trunk/Compiler/runtime/matchmaker.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c - add AdjacencyMatrixTEnhanced - C-Implementation of Matchingalgorithms from Kamer Kaya, Johannes Langguth and Bora Ucar see: http://bmi.osu.edu/~kamer/index.html - improve tearingNew - fix coundOperations -> countOperations - minor changes to dump functions - remove getNumberOfEquationArray, is the same like equationSize - add new dynamic state selection module (not yet finished) - add source info for division by zero - add GraphML.mo (dumps grahml files see http://www.yworks.com, Matching.mo (some Matching Algorithms DFS,BFS,MC21A,PF,PFPlus,HK,HKDW,ABMP,PR_FIFO_FAIR,cheapMatching), IndexReduction (dynamic state selection, Pantelides index reduction) ------------------------------------------------------------------------ r12005 | perost | 2012-06-08 14:26:23 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - Removed tab. ------------------------------------------------------------------------ r12004 | perost | 2012-06-08 14:12:49 +0200 (Fri, 08 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl A /trunk/testsuite/mofiles/FunctionMultiReturn.mo M /trunk/testsuite/mofiles/Makefile - Added support for x = func(...), where func returns multiple values. - Some fixes for expandable connectors in SCodeInst. ------------------------------------------------------------------------ r12003 | sjoelund.se | 2012-06-08 12:15:25 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - Tabs are evil ------------------------------------------------------------------------ r12002 | petar | 2012-06-08 09:26:09 +0200 (Fri, 08 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo A /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/uncertainties A /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py A /trunk/testsuite/uncertainties/CantiliverBeam.mos A /trunk/testsuite/uncertainties/Makefile A /trunk/testsuite/uncertainties/TestModels A /trunk/testsuite/uncertainties/TestModels/DataReconciliationTests.mo A /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Functions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/temperature_HX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Units.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeAth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/package.mo A /trunk/testsuite/uncertainties/TestModels/logoModelica.png A /trunk/testsuite/uncertainties/TestModels/logoOpenturns.png A /trunk/testsuite/uncertainties/TestModels/logoVDI2048.png A /trunk/testsuite/uncertainties/UncertaintyFlatten1.mo -Added attribute to builtin classes real and integer for uncertainty distributions called distribution with record definition: record Distribution String name; Real params[:]; String paramNames[:]; end Distribution; -Improved BackendDAEOptimize.removeParameters. Now also visits attributes of builtin classes (needed for uncertainty tests) -Introduced aliases in BackendDAEUtil so you don't have to write so much when declaring new variables from BackendDAE. -Added function BackendDAEUtil.getAllVarLst that retrieves all variables (incl. parameters) from the dae. -Added testsuite folder for uncertainties -Added functions BackendVariable.{setVarAttributes,varDistribution,varHasDistributionAttribute} -Added package Backend/OpenTURNS.mo and begun implementation of python script generation (distributions added) -Added script function buildOpenTURNSInterface(className,templateFile) ------------------------------------------------------------------------ r12001 | sjoelund.se | 2012-06-07 16:19:26 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo - Fix dependency analysis ------------------------------------------------------------------------ r12000 | sjoelund.se | 2012-06-07 14:43:36 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Refactoring EQ_NORETCALL (store Exp to simplify implementation/traversal) ------------------------------------------------------------------------ r11999 | perost | 2012-06-07 14:15:02 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/Makefile - Changed back rtest to -v in interactive/Makefile. ------------------------------------------------------------------------ r11998 | perost | 2012-06-07 12:35:18 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2/Media/Water/package.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Ported MSL 3.1 fix to MSL 3.2. ------------------------------------------------------------------------ r11997 | sjoelund.se | 2012-06-07 12:30:52 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Added support for varargs-style functions in SCodeInst ------------------------------------------------------------------------ r11996 | sjoelund.se | 2012-06-07 11:28:17 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Refactoring: SCode.ALG_NORETCALL now takes an expression to simplify traversal ------------------------------------------------------------------------ r11995 | sjoelund.se | 2012-06-07 11:10:50 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Examples/sim_BouncingBall.mos M /trunk/Examples/visualize_3D_BouncingBall.mos M /trunk/Makefile.common - Updated examples ------------------------------------------------------------------------ r11994 | sjoelund.se | 2012-06-07 10:53:05 +0200 (Thu, 07 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/runtime/ErrorMessage.cpp M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/errorext.cpp M /trunk/Compiler/runtime/errorext.h M /trunk/Compiler/runtime/printimpl.c - Send enumerations to a function expecting enumerations instead of strings - Use the correct function header - Added bounds checking Thanks to Curt Siffert for reporting the bug ------------------------------------------------------------------------ r11993 | sjoelund.se | 2012-06-07 10:02:49 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/mosh/src/mosh.cpp - Spelling ------------------------------------------------------------------------ r11992 | Frenkel TUD | 2012-06-05 23:37:14 +0200 (Tue, 05 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - BackendEquation.mo: add functions equationUnknownCrefs and traverseBackendDAEEqnList - BackendVariable.mo: splitt function createpDerVar in createpDerVar and copyVarNewName avoid side effects in mergeVariables by copy var array ------------------------------------------------------------------------ r11991 | Frenkel TUD | 2012-06-05 23:33:31 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo: splitt function inlineEqOpt in two functions (inlineEq,inlineEqOpt) - Expression.mo: add functions traversingDerAndComponentRefFinder, expHasDerCref, traversingexpHasDerCref ------------------------------------------------------------------------ r11990 | niklwors | 2012-06-05 18:26:18 +0200 (Tue, 05 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Interfaces A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Interfaces/IIdaSettings.h Added Ida solver to cpp runtime ------------------------------------------------------------------------ r11989 | perost | 2012-06-05 15:53:05 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo - Allow expandable connector components in connects for SCodeInst. ------------------------------------------------------------------------ r11988 | sjoelund.se | 2012-06-05 15:24:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Instantiate more statements ------------------------------------------------------------------------ r11987 | sjoelund.se | 2012-06-05 14:28:16 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Changed structure of SCode.ALG_FOR to be nested instead of a list of iterators (to mimic the EQ_FOR structure) ------------------------------------------------------------------------ r11986 | sjoelund.se | 2012-06-05 14:19:21 +0200 (Tue, 05 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo #1753 - Fix typo ------------------------------------------------------------------------ r11985 | sjoelund.se | 2012-06-05 13:02:18 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix compilation ------------------------------------------------------------------------ r11984 | sjoelund.se | 2012-06-05 12:59:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix compilation ------------------------------------------------------------------------ r11983 | sjoelund.se | 2012-06-05 12:38:07 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Changed the range of a for-loop to Option to account for implicit ranges in a more visible manner ------------------------------------------------------------------------ r11982 | sjoelund.se | 2012-06-05 11:13:28 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Handle inst of if-statements ------------------------------------------------------------------------ r11981 | sjoelund.se | 2012-06-05 10:38:25 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Fix the getInstanceName() documentation ------------------------------------------------------------------------ r11980 | sjoelund.se | 2012-06-05 10:29:19 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Examples/GenerateDoc.mos - Also generate MetaModelica documentation ------------------------------------------------------------------------ r11979 | sjoelund.se | 2012-06-05 09:48:44 +0200 (Tue, 05 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/List.mo M /trunk/OMOptim/build/Makefile.unix.in - Added documentation for referenceEq - Made Builtin.mo load MetaModelicaBuiltin.mo using the correct filename+line numbers - Added fileName argument to val() ------------------------------------------------------------------------ r11978 | sjoelund.se | 2012-06-05 09:12:08 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Do not re-run lrelease unless something changed ------------------------------------------------------------------------ r11977 | sjoelund.se | 2012-06-05 08:45:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/Makefile.in M /trunk/SimulationRuntime/interactive/Makefile.omdev.mingw - Do not rebuild sample client every time ------------------------------------------------------------------------ r11976 | sjoelund.se | 2012-06-04 16:02:06 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/SCRIPT.mos - Adding omcc to main testsuite ------------------------------------------------------------------------ r11975 | sjoelund.se | 2012-06-04 15:50:20 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo - getClassNames now handles classes with a constrainedby clause ------------------------------------------------------------------------ r11973 | arun3688 | 2012-06-04 14:05:01 +0200 (Mon, 04 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/omcc/Makefile omcc/Makefile modified, bugs fixed ------------------------------------------------------------------------ r11972 | perost | 2012-06-04 13:57:45 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Forbid Real priority in potentialRoot calls. ------------------------------------------------------------------------ r11971 | arun3688 | 2012-06-04 13:46:04 +0200 (Mon, 04 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/omcc/Main.mo M /trunk/testsuite/omcc/Makefile omccp, Main.mo unwanted function call removed to speed up the code ------------------------------------------------------------------------ r11970 | wbraun | 2012-06-04 13:36:15 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/doc/administration/OMProjectWorkplan.gan - updated gantt workplan with frontend tasks ------------------------------------------------------------------------ r11969 | sjoelund.se | 2012-06-04 13:25:08 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Adding a function type ------------------------------------------------------------------------ r11968 | adrpo | 2012-06-01 18:10:19 +0200 (Fri, 01 Jun 2012) | 7 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c - attempt to fix testsuite on Windows and Linux CLANG SimulationRuntime/c/simulation/solver/initialization_data.c - fix the wrong call to leastSquareWithLambda - include initialization.h for definition of leastSquareWithLambda - include for fabs. ------------------------------------------------------------------------ r11967 | lochel | 2012-06-01 17:15:14 +0200 (Fri, 01 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - fix undefined behaviour ------------------------------------------------------------------------ r11966 | lochel | 2012-06-01 14:53:45 +0200 (Fri, 01 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - fix memory leaks ------------------------------------------------------------------------ r11965 | wbraun | 2012-06-01 12:17:55 +0200 (Fri, 01 Jun 2012) | 5 lines Changed paths: A /trunk/doc/administration/OMProjectWorkplan.gan - added Workplan created with gantt((see http://www.ganttproject.biz (it's open source and for Windows, OSX, Linux)) as replacement for excel sheet. - right now only FMI and Backend planning is included, please feel free update with other tasks. ------------------------------------------------------------------------ r11964 | adeas31 | 2012-06-01 01:54:40 +0200 (Fri, 01 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - match constrainedBy clause with NONE(). ------------------------------------------------------------------------ r11963 | hubert.thieriot | 2012-05-31 18:17:25 +0200 (Thu, 31 May 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h - gui improvments ------------------------------------------------------------------------ r11962 | lochel | 2012-05-31 14:54:17 +0200 (Thu, 31 May 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - corrected mat-files because of changed initialization (now some events occur one timestep earlier/later than before) ------------------------------------------------------------------------ r11961 | adeas31 | 2012-05-31 13:49:45 +0200 (Thu, 31 May 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - Check the constrainClass while fetching the classnames. ------------------------------------------------------------------------ r11960 | adrpo | 2012-05-31 01:13:03 +0200 (Thu, 31 May 2012) | 3 lines Changed paths: A /trunk/testsuite/libraries/msl31/fluid/simulate A /trunk/testsuite/libraries/msl31/fluid/simulate/Makefile A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - added simulation tests for Modelica.Fluid - unfortunately none of them currently work so they are not added to the testsuite runs. ------------------------------------------------------------------------ r11959 | hubert.thieriot | 2012-05-30 19:12:57 +0200 (Wed, 30 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - updated ModIemsTree - new MOomc functions - corrected WidgetModelsList ------------------------------------------------------------------------ r11958 | Frenkel TUD | 2012-05-30 16:28:29 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix compilation bootstrapped ------------------------------------------------------------------------ r11957 | Frenkel TUD | 2012-05-30 16:02:36 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix compilation bootstrapped ------------------------------------------------------------------------ r11956 | Frenkel TUD | 2012-05-30 15:34:28 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/Util/Flags.mo - add modules tearing, coundOperations ------------------------------------------------------------------------ r11954 | adeas31 | 2012-05-30 01:35:09 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp - Close OMOptim window when user select File->Quit. ------------------------------------------------------------------------ r11953 | adeas31 | 2012-05-29 23:44:41 +0200 (Tue, 29 May 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - Fixed a missing { in getExternalFunctionSpecification. - Also updated the test. ------------------------------------------------------------------------ r11952 | arun3688 | 2012-05-29 21:03:29 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos OMCCp, setting rtest baseline is moved to make file, start compiling directly by makefile by arun3688 ------------------------------------------------------------------------ r11951 | arun3688 | 2012-05-29 20:12:32 +0200 (Tue, 29 May 2012) | 3 lines Changed paths: M /trunk/testsuite/omcc/Main.mo M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/ParseCodeModelica.mo M /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos M /trunk/testsuite/omcc/parserModelica.y OMCCp, bugs fixed with new changes made in front end and tested with rtest, all the tests are passed. by arun3688 ------------------------------------------------------------------------ r11950 | hubert.thieriot | 2012-05-29 16:58:14 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - gui corrections - problems threads corrections ------------------------------------------------------------------------ r11949 | adrpo | 2012-05-29 15:12:05 +0200 (Tue, 29 May 2012) | 12 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - added: getShortDefinitionBaseClassInformation(path) -> returns: {} if no base class or no short definition or not found or {path, ""|"flow", ""|"stream", "unspecified"|"discrete"|"parameter"|"constant", "unspecified"|"input"|"output", {dimension}} - added: getExternalFunctionSpecification(path) -> returns: {} if no external or does not exists {"C"|"Java", "output"|"", "functionName"|"", "x, y, z"|"", "annotation 1", "annotation 2"} ------------------------------------------------------------------------ r11948 | perost | 2012-05-29 09:46:19 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/mofiles/FunctionProtectedInput.mo - Instantiation/typing of functions for SCodeInst. ------------------------------------------------------------------------ r11947 | adrpo | 2012-05-26 19:44:23 +0200 (Sat, 26 May 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/TestMedia/simulation A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen/Nitrogen_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen/Nitrogen_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97 A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test5_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test5_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test6_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test6_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test7_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test7_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test8_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test8_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test1.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test2.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test3.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test4.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test5.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test6.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test7.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test8.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.mo - added TestMedia reference files from Martin @ Siemens. ------------------------------------------------------------------------ r11946 | lochel | 2012-05-24 17:39:54 +0200 (Thu, 24 May 2012) | 1 line Changed paths: M /trunk/testsuite/initialization/Makefile move singularJacobian.mos back to failingtest ------------------------------------------------------------------------ r11945 | lochel | 2012-05-24 17:35:17 +0200 (Thu, 24 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - undo changes in initialization.c from last commit ------------------------------------------------------------------------ r11944 | lochel | 2012-05-24 17:03:43 +0200 (Thu, 24 May 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c M /trunk/testsuite/initialization/Makefile - minor fixes - add initialization test case ------------------------------------------------------------------------ r11943 | ppriv | 2012-05-24 16:15:54 +0200 (Thu, 24 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl - assert() support in C# simulation code ------------------------------------------------------------------------ r11942 | lochel | 2012-05-24 11:40:33 +0200 (Thu, 24 May 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - fix msl31/simulate test cases ------------------------------------------------------------------------ r11940 | hubert.thieriot | 2012-05-23 17:43:50 +0200 (Wed, 23 May 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - resolved compilation issues (environment variables, lib orders...) ------------------------------------------------------------------------ r11939 | lochel | 2012-05-23 17:35:21 +0200 (Wed, 23 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c - fix for last commit ------------------------------------------------------------------------ r11938 | lochel | 2012-05-23 17:30:08 +0200 (Wed, 23 May 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.h A /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c A /trunk/SimulationRuntime/c/simulation/solver/initialization_data.h D /trunk/SimulationRuntime/c/simulation/solver/initialization_sundials.c A /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/initialization/nonlinear.mos - removed start-values from initial_residual - moved lambda from initial_residual into SimulationRuntime - split initialization up into several files - provide information inside SimulationRuntime whether start/nominal values are used or not - some minor fixes ------------------------------------------------------------------------ r11937 | hubert.thieriot | 2012-05-23 15:05:30 +0200 (Wed, 23 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Project.cpp A /trunk/OMOptim/Doc/AddANewProblem.txt D /trunk/OMOptim/Doc/MainPage.txt A /trunk/OMOptim/Doc/OMOptimDoc.txt (from /trunk/OMOptim/Doc/MainPage.txt:11833) M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h A /trunk/OMOptim/OMOptimBasis/doc A /trunk/OMOptim/OMOptimBasis/doc/OMOptimBasisDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProblemsDoc.txt - improved Dymola script function - improved documentation - loading OptimResult does not ask for model compilation if unfound ------------------------------------------------------------------------ r11935 | perost | 2012-05-23 10:13:06 +0200 (Wed, 23 May 2012) | 2 lines Changed paths: A /trunk/testsuite/mofiles/FunctionVariability.mo M /trunk/testsuite/mofiles/Makefile - Added test for variability check of function parameters. ------------------------------------------------------------------------ r11934 | perost | 2012-05-22 11:09:24 +0200 (Tue, 22 May 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos A /trunk/testsuite/mofiles/ConnectTwoSources.mo M /trunk/testsuite/mofiles/EnumConnectArray.mo M /trunk/testsuite/mofiles/Makefile - Cleaned up checking of connector types and added warning for connecting two sources. - Moved visibility attribute from DAE.Var to DAE.Attributes. - Removed direction prefix from components created by expandable connections, since we can't determine them reliably yet. - Other minor fixes to connections. ------------------------------------------------------------------------ r11933 | sjoelund.se | 2012-05-22 09:03:12 +0200 (Tue, 22 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common - cp -u is a GNU extension; we support non-GNU systems... ------------------------------------------------------------------------ r11931 | sjoelund.se | 2012-05-21 15:01:39 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/SCRIPT.mos - Some fixes to OMCC ------------------------------------------------------------------------ r11930 | adrpo | 2012-05-21 14:55:00 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.omdev.mingw - attempt to fix Windows compilation and testsuite. ------------------------------------------------------------------------ r11929 | sjoelund.se | 2012-05-21 13:59:45 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Do not add LDFLAGS twice ------------------------------------------------------------------------ r11928 | sjoelund.se | 2012-05-21 12:35:35 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/configure.in - Link with Sundials only if requested ------------------------------------------------------------------------ r11927 | sjoelund.se | 2012-05-21 11:57:58 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/SimulationRuntime/c/simulation/solver/initialization.c A /trunk/SimulationRuntime/c/simulation/solver/initialization_sundials.c (from /trunk/SimulationRuntime/c/simulation/solver/initialization.c:11926) M /trunk/configure.in - First step towards compiling without sundials ------------------------------------------------------------------------ r11926 | nutaro | 2012-05-19 18:17:32 +0200 (Sat, 19 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Fixed event handling in the adevs backend ------------------------------------------------------------------------ r11925 | arun3688 | 2012-05-16 22:01:46 +0200 (Wed, 16 May 2012) | 1 line Changed paths: A /trunk/testsuite/omcc_test A /trunk/testsuite/omcc_test/Test1.mo A /trunk/testsuite/omcc_test/Test10.mo A /trunk/testsuite/omcc_test/Test11.mo A /trunk/testsuite/omcc_test/Test12.mo A /trunk/testsuite/omcc_test/Test13.mo A /trunk/testsuite/omcc_test/Test14.mo A /trunk/testsuite/omcc_test/Test15.mo A /trunk/testsuite/omcc_test/Test16.mo A /trunk/testsuite/omcc_test/Test17.mo A /trunk/testsuite/omcc_test/Test18.mo A /trunk/testsuite/omcc_test/Test19.mo A /trunk/testsuite/omcc_test/Test2.mo A /trunk/testsuite/omcc_test/Test20.mo A /trunk/testsuite/omcc_test/Test21.mo A /trunk/testsuite/omcc_test/Test3.mo A /trunk/testsuite/omcc_test/Test4.mo A /trunk/testsuite/omcc_test/Test5.mo A /trunk/testsuite/omcc_test/Test6.mo A /trunk/testsuite/omcc_test/Test7.mo A /trunk/testsuite/omcc_test/Test8.mo A /trunk/testsuite/omcc_test/Test9.mo A /trunk/testsuite/omcc_test/fulltest.mo add omcc test cases to testsuite/omcc_test-arun3688 ------------------------------------------------------------------------ r11924 | arun3688 | 2012-05-16 21:57:05 +0200 (Wed, 16 May 2012) | 2 lines Changed paths: D /trunk/testsuite/omcc/LoadCompilerSources.mos M /trunk/testsuite/omcc/Main.mo D /trunk/testsuite/omcc/MainTest.mos A /trunk/testsuite/omcc/Makefile D /trunk/testsuite/omcc/NewParser.mo M /trunk/testsuite/omcc/Parser.mo M /trunk/testsuite/omcc/ParserModelica.mo A /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos D /trunk/testsuite/omcc/TEST_CASES.mo D /trunk/testsuite/omcc/TestGrammar.mo D /trunk/testsuite/omcc/TestGrammar.moUnParsed.mo D /trunk/testsuite/omcc/main.c Makefile is added to "omcc" and unnecessary files are deleted and also "Readme.txt" is added. look into Readme.txt for running the test cases. arun3688 ------------------------------------------------------------------------ r11923 | Frenkel TUD | 2012-05-16 20:38:55 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/Util/System.mo - bugfix linker realRand, intRand ------------------------------------------------------------------------ r11922 | sjoelund.se | 2012-05-16 09:35:48 +0200 (Wed, 16 May 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/mosfiles/Makefile A /trunk/testsuite/mosfiles/TestAsub.mos #1746 - Fix for asub in functions ------------------------------------------------------------------------ r11921 | Frenkel TUD | 2012-05-16 09:25:47 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - add function getVarDAE ------------------------------------------------------------------------ r11920 | Frenkel TUD | 2012-05-16 09:24:33 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - bugfix tearing ------------------------------------------------------------------------ r11919 | perost | 2012-05-15 13:02:40 +0200 (Tue, 15 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Fix iterator typing in for equations for SCodeInst. ------------------------------------------------------------------------ r11918 | hubert.thieriot | 2012-05-15 12:16:39 +0200 (Tue, 15 May 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/version.h - .min file fully compatible with relative paths ------------------------------------------------------------------------ r11917 | niklwors | 2012-05-15 10:07:14 +0200 (Tue, 15 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Resolved name conflicts for some member variables of AlgLoop System in cpp runtime. ------------------------------------------------------------------------ r11916 | hubert.thieriot | 2012-05-15 09:37:16 +0200 (Tue, 15 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - improved gnuplot display of temp optimization results - clsing .mat file after reading... - LowTools::mkdir : mkdir with write permissions ------------------------------------------------------------------------ r11913 | adeas31 | 2012-05-14 23:42:15 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - Added the missing omniORB libs. Update OMDEV. Changed the back the bin to lib. ------------------------------------------------------------------------ r11911 | perost | 2012-05-14 15:58:58 +0200 (Mon, 14 May 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/DumpTest.mos - Fix testsuite. ------------------------------------------------------------------------ r11910 | hubert.thieriot | 2012-05-14 15:15:37 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - corrected 4.1.6 lib paths : /bin/ instead of /lib/ ------------------------------------------------------------------------ r11909 | mahge930 | 2012-05-14 14:48:23 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Parser/Modelica.g + Part of support for Class Attributes (objectives) for optimization class of Optimica extension. ------------------------------------------------------------------------ r11908 | perost | 2012-05-14 13:48:01 +0200 (Mon, 14 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/ReinitInvalidType.mo A /trunk/testsuite/mofiles/ReinitInvalidType2.mo A /trunk/testsuite/mofiles/ReinitInvalidType3.mo Fix for bug #1738: - Check variability of first argument to reinit. ------------------------------------------------------------------------ r11907 | sjoelund.se | 2012-05-14 11:59:00 +0200 (Mon, 14 May 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Update the UTF-8 error message ------------------------------------------------------------------------ r11906 | niklwors | 2012-05-14 11:57:16 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h Resolved name conflicts for some member variables in cpp runtime. ------------------------------------------------------------------------ r11905 | sjoelund.se | 2012-05-14 09:51:14 +0200 (Mon, 14 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo #1744 - Add OMDEV to checkSettings() result ------------------------------------------------------------------------ r11904 | adeas31 | 2012-05-12 15:50:42 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite. ------------------------------------------------------------------------ r11903 | adeas31 | 2012-05-12 14:10:28 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Try -rdynamic instead of -ldl. ------------------------------------------------------------------------ r11902 | adrpo | 2012-05-12 13:52:27 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/AssertTest.mo M /trunk/testsuite/mosfiles/AssertTest.mos M /trunk/testsuite/mosfiles/AssertTest1.mo M /trunk/testsuite/mosfiles/AssertTest1.mos M /trunk/testsuite/mosfiles/AssertTest2.mos M /trunk/testsuite/mosfiles/Makefile - assert tests enabled. ------------------------------------------------------------------------ r11901 | adrpo | 2012-05-12 13:37:22 +0200 (Sat, 12 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - no -ldl on MinGW! duh. ------------------------------------------------------------------------ r11900 | adrpo | 2012-05-12 13:08:20 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - mind the space. ------------------------------------------------------------------------ r11899 | adrpo | 2012-05-12 12:15:23 +0200 (Sat, 12 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - attempt to fix the testsuite? - add -ldl with -whole-archive ------------------------------------------------------------------------ r11898 | adrpo | 2012-05-12 12:11:39 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - squash the tabs. ------------------------------------------------------------------------ r11897 | AnandKGaneson | 2012-05-12 01:00:43 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/PythonInterface/OMPython/OMParser/__init__.py M /trunk/PythonInterface/OMPython/__init__.py Modified and added functionality to OMPython/__init__.py and OMParser/__init__.py ------------------------------------------------------------------------ r11896 | janssen | 2012-05-11 21:43:05 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo remove extra 'apply' around matrix XML dumps (bug #1743) ------------------------------------------------------------------------ r11895 | hubert.thieriot | 2012-05-11 17:48:40 +0200 (Fri, 11 May 2012) | 1 line Changed paths: A /trunk/OMOptim/Doc/Images/ProblemInterface.png M /trunk/OMOptim/Doc/MainClasses.graphml M /trunk/OMOptim/Doc/MainPage.txt M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.h - changed save/load for omparameters -> there were an index misbehavior when list of index were modified (index field is not anymore saved/loaded) ------------------------------------------------------------------------ r11894 | adeas31 | 2012-05-11 17:29:45 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - load all symbols defined in libSimulationRuntimeC.a into the simulation executable. ------------------------------------------------------------------------ r11893 | niklwors | 2012-05-11 17:26:34 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp Fix in event iteration of cpp runtime ------------------------------------------------------------------------ r11892 | adeas31 | 2012-05-11 13:15:59 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - Japanese translations (Thanks to Hirono Tomohide). ------------------------------------------------------------------------ r11891 | hubert.thieriot | 2012-05-11 09:16:22 +0200 (Fri, 11 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/Modelica/ModModel.cpp M /trunk/OMOptim/Core/Modelica/ModModel.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPackage.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/Modelica/ModRecord.cpp M /trunk/OMOptim/Core/Modelica/ModRecord.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.h D /trunk/OMOptim/OMOptimBasis/MOClasses.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/VariableType.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - use more QFileInfo instead of QString - removed useless headers include - updated MOomc ------------------------------------------------------------------------ r11890 | adeas31 | 2012-05-11 00:29:36 +0200 (Fri, 11 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Run convert lines perl script on Model_functions.c file as well. - Don't generate #modelicaLine and don't run convert lines perl script unless user sets +d=gendebugsymbols flag or the grammar is MetaModelica. ------------------------------------------------------------------------ r11889 | perost | 2012-05-10 14:47:40 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/records/OperatorOverloadComplexArray.mo - More cats. ------------------------------------------------------------------------ r11888 | adrpo | 2012-05-10 14:29:56 +0200 (Thu, 10 May 2012) | 6 lines Changed paths: A /trunk/SimulationRuntime/OpenTurns/Makefile.mingw M /trunk/SimulationRuntime/OpenTurns/model_name.h M /trunk/SimulationRuntime/OpenTurns/wrapper.c M /trunk/SimulationRuntime/OpenTurns/wrapper_name.h OpenTURNS changes - added Makefiles for mingw. - updated to OpenTURNS v1.0. The wrapper .dll generation now works. ------------------------------------------------------------------------ r11887 | perost | 2012-05-10 14:15:50 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: A /trunk/Compiler/Template/ExpressionDumpTpl.mo - Added more missing files. ------------------------------------------------------------------------ r11886 | perost | 2012-05-10 14:14:36 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: A /trunk/Compiler/Template/AbsynDumpTpl.mo - Adding missing file. ------------------------------------------------------------------------ r11885 | perost | 2012-05-10 14:06:18 +0200 (Thu, 10 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/Tpl.mo A /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl A /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl A /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/Makefile M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/bootstrapping/SimplifyTest.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/interactive/ForStatement3.mos M /trunk/testsuite/interactive/ForStatement7.mos M /trunk/testsuite/interactive/Makefile M /trunk/testsuite/interactive/differentiate.mos M /trunk/testsuite/interactive/interactive_api_annotations.mos M /trunk/testsuite/interactive/interactive_api_attributes.mos M /trunk/testsuite/interactive/interactive_api_classes.mos M /trunk/testsuite/interactive/matrices.mos M /trunk/testsuite/interactive/simplify.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/EnzMM.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/biochem/UniBi.mos M /trunk/testsuite/libraries/biochem/UniUni.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/BusUsage.mos M /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos M /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos M /trunk/testsuite/libraries/msl221/ChuaCircuit.mos M /trunk/testsuite/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/libraries/msl221/CoupledClutches.mos M /trunk/testsuite/libraries/msl221/DCEE_start.mos M /trunk/testsuite/libraries/msl221/DCPM_start.mos M /trunk/testsuite/libraries/msl221/DCSE_start.mos M /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos M /trunk/testsuite/libraries/msl221/ElasticBearing.mos M /trunk/testsuite/libraries/msl221/EnforcedMovement.mos M /trunk/testsuite/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/libraries/msl221/ExtractorTest.mos M /trunk/testsuite/libraries/msl221/First.mos M /trunk/testsuite/libraries/msl221/FirstExample.mos M /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/libraries/msl221/Friction.mos M /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl221/HeatingRectifier.mos M /trunk/testsuite/libraries/msl221/IndirectCooling.mos M /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos M /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos M /trunk/testsuite/libraries/msl221/Motor.mos M /trunk/testsuite/libraries/msl221/NandGate.mos M /trunk/testsuite/libraries/msl221/OneMass.mos M /trunk/testsuite/libraries/msl221/OneWayRectifier.mos M /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos M /trunk/testsuite/libraries/msl221/Oscillator.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl221/ParallelCooling.mos M /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl221/PreLoad.mos M /trunk/testsuite/libraries/msl221/PullinStroke.mos M /trunk/testsuite/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/libraries/msl221/PumpDropOut.mos M /trunk/testsuite/libraries/msl221/Rectifier.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/Sensors.mos M /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos M /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos M /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos M /trunk/testsuite/libraries/msl221/SimpleCooling.mos M /trunk/testsuite/libraries/msl221/TestNand.mos M /trunk/testsuite/libraries/msl221/TransformerYD.mos M /trunk/testsuite/libraries/msl221/TransformerYY.mos M /trunk/testsuite/libraries/msl221/TwoMass.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TriggeredTrapezoid.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Density.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativeTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropy.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Temperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/meta/AllWild.mos M /trunk/testsuite/meta/BuiltinList.mos M /trunk/testsuite/meta/List4.mo M /trunk/testsuite/meta/List5.mo M /trunk/testsuite/meta/ListReductionCodegen.mo M /trunk/testsuite/meta/ListReductionDimError.mo M /trunk/testsuite/meta/ListReductionInterpret.mo M /trunk/testsuite/meta/MatchCase14.mo M /trunk/testsuite/meta/MatchCase15.mo M /trunk/testsuite/meta/MatchCase16.mo M /trunk/testsuite/meta/MatchCase17.mo M /trunk/testsuite/meta/OptimizeContinue.mo M /trunk/testsuite/meta/PartialFn1.mo M /trunk/testsuite/meta/PartialFn15.mo M /trunk/testsuite/meta/PartialFn2.mo M /trunk/testsuite/meta/PartialFn4.mo M /trunk/testsuite/meta/PartialFn5.mo M /trunk/testsuite/meta/PartialFn6.mo M /trunk/testsuite/meta/PartialFn7.mo M /trunk/testsuite/meta/TailRecursion.mo M /trunk/testsuite/mofiles/AddReal1.mo M /trunk/testsuite/mofiles/AlgorithmFor1.mo M /trunk/testsuite/mofiles/AlgorithmFor6.mo M /trunk/testsuite/mofiles/AlgorithmNoRetCall.mo M /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo M /trunk/testsuite/mofiles/ArrayEWOps6.mo M /trunk/testsuite/mofiles/ArrayReduce2.mo M /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo M /trunk/testsuite/mofiles/ArraySizeFromFunc.mo M /trunk/testsuite/mofiles/Array_builtin.mo M /trunk/testsuite/mofiles/Cardinality.mo M /trunk/testsuite/mofiles/Circuit1.mo M /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo M /trunk/testsuite/mofiles/Connect1.mo M /trunk/testsuite/mofiles/Connect12.mo M /trunk/testsuite/mofiles/Connect16.mo M /trunk/testsuite/mofiles/Connect18.mo M /trunk/testsuite/mofiles/Connect2.mo M /trunk/testsuite/mofiles/Connect4.mo M /trunk/testsuite/mofiles/Connect5.mo M /trunk/testsuite/mofiles/Connect6.mo M /trunk/testsuite/mofiles/Connect7.mo M /trunk/testsuite/mofiles/Connect8.mo M /trunk/testsuite/mofiles/ConnectHierarchical1.mo M /trunk/testsuite/mofiles/ConnectHierarchical2.mo M /trunk/testsuite/mofiles/ConnectInner1.mo M /trunk/testsuite/mofiles/ConnectInnerOuter.mo M /trunk/testsuite/mofiles/ConnectInnerOuter2.mo M /trunk/testsuite/mofiles/ConnectInnerOuter3.mo M /trunk/testsuite/mofiles/ConnectTheSameConnector.mo M /trunk/testsuite/mofiles/ConstrainingType1.mo M /trunk/testsuite/mofiles/ConstructParameters.mo M /trunk/testsuite/mofiles/DefaultRecordParameters.mo M /trunk/testsuite/mofiles/Delay.mo M /trunk/testsuite/mofiles/Delay2.mo M /trunk/testsuite/mofiles/Delay3.mo M /trunk/testsuite/mofiles/Delay4.mo M /trunk/testsuite/mofiles/Delay6.mo M /trunk/testsuite/mofiles/Delay8.mo M /trunk/testsuite/mofiles/Derivative1.mo M /trunk/testsuite/mofiles/DiagonalBlock.mo M /trunk/testsuite/mofiles/End.mo M /trunk/testsuite/mofiles/EndUnknown.mo M /trunk/testsuite/mofiles/EngineSAAB95Total.mo M /trunk/testsuite/mofiles/Enum7.mo M /trunk/testsuite/mofiles/EnumDimSum.mo M /trunk/testsuite/mofiles/EnumRange.mo M /trunk/testsuite/mofiles/EquationFor4.mo M /trunk/testsuite/mofiles/ExternalFunction2.mo M /trunk/testsuite/mofiles/ExternalFunction3.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/ExternalFunction7.mo M /trunk/testsuite/mofiles/ExternalFunctionArray.mo M /trunk/testsuite/mofiles/FillSize.mo M /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo M /trunk/testsuite/mofiles/FlowDeclRecord2.mo M /trunk/testsuite/mofiles/ForIterator1.mo M /trunk/testsuite/mofiles/ForIteratorType.mo M /trunk/testsuite/mofiles/ForNested.mo M /trunk/testsuite/mofiles/Function11.mo M /trunk/testsuite/mofiles/Function12.mo M /trunk/testsuite/mofiles/FunctionBreak.mo M /trunk/testsuite/mofiles/FunctionBubblesort.mo M /trunk/testsuite/mofiles/FunctionDefaultArgs.mo M /trunk/testsuite/mofiles/FunctionEval10.mo M /trunk/testsuite/mofiles/FunctionEval11.mo M /trunk/testsuite/mofiles/FunctionEval12.mo M /trunk/testsuite/mofiles/FunctionEvalSlice.mo M /trunk/testsuite/mofiles/FunctionSimplex.mo M /trunk/testsuite/mofiles/IdenticalEquations.mo M /trunk/testsuite/mofiles/InOutArray.mo M /trunk/testsuite/mofiles/InOutArray2.mo M /trunk/testsuite/mofiles/Influenza.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/MatrixAddition.mo M /trunk/testsuite/mofiles/MatrixPow.mo M /trunk/testsuite/mofiles/MatrixRowIndexing.mo M /trunk/testsuite/mofiles/MaxArray.mo M /trunk/testsuite/mofiles/MinMax.mo M /trunk/testsuite/mofiles/NamedArguments.mo M /trunk/testsuite/mofiles/NonExpArray1.mo M /trunk/testsuite/mofiles/NonExpArray2.mo M /trunk/testsuite/mofiles/NonExpArray3.mo M /trunk/testsuite/mofiles/NonExpArray4.mo M /trunk/testsuite/mofiles/NonExpModif1.mo M /trunk/testsuite/mofiles/OperatorComponents.mo M /trunk/testsuite/mofiles/OperatorFunction1.mo M /trunk/testsuite/mofiles/OperatorSimple.mo M /trunk/testsuite/mofiles/OverrideFinalTest.mo M /trunk/testsuite/mofiles/PEXPipeTotal.mo M /trunk/testsuite/mofiles/Philosopher.mo M /trunk/testsuite/mofiles/Philosopher2.mo M /trunk/testsuite/mofiles/Real2Integer3.mo M /trunk/testsuite/mofiles/Reductions.mo M /trunk/testsuite/mofiles/Sequence.mo M /trunk/testsuite/mofiles/Simplify2.mo M /trunk/testsuite/mofiles/SmallLinsys.mo M /trunk/testsuite/mofiles/StringBoolean.mo M /trunk/testsuite/mofiles/StringInteger.mo M /trunk/testsuite/mofiles/StringReal.mo M /trunk/testsuite/mofiles/SubScript2.mo M /trunk/testsuite/mofiles/SubScript3.mo M /trunk/testsuite/mofiles/SubscriptEval.mo M /trunk/testsuite/mofiles/Sum.mo M /trunk/testsuite/mofiles/SumVar.mo M /trunk/testsuite/mofiles/Switch.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/TupleSingleAssign.mo M /trunk/testsuite/mofiles/VectorTest.mo M /trunk/testsuite/mofiles/Vectorizable5.mo M /trunk/testsuite/mofiles/VectorizeUnknownDim.mo M /trunk/testsuite/mofiles/WaveEquationSample.mo M /trunk/testsuite/mofiles/WhenSemantics1.mo M /trunk/testsuite/mofiles/WillowForest.mo M /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo M /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo M /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo M /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo M /trunk/testsuite/mofiles/drmodelica/Colors.mo M /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo M /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo M /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo M /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo M /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo M /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo M /trunk/testsuite/mofiles/drmodelica/EquationCall.mo M /trunk/testsuite/mofiles/drmodelica/FlatTank.mo M /trunk/testsuite/mofiles/drmodelica/FuncDer.mo M /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo M /trunk/testsuite/mofiles/drmodelica/HeatTank.mo M /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo M /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo M /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo M /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo M /trunk/testsuite/mofiles/drmodelica/LogCall1.mo M /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo M /trunk/testsuite/mofiles/drmodelica/MRFcall.mo M /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo M /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo M /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo M /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo M /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo M /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo M /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo M /trunk/testsuite/mofiles/drmodelica/TankPI.mo M /trunk/testsuite/mofiles/drmodelica/TankPID.mo M /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo M /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo M /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo M /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo M /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo M /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo M /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo M /trunk/testsuite/mofiles/modelica_1_1_Function10.mo M /trunk/testsuite/mofiles/modelica_1_1_Type10.mo M /trunk/testsuite/mofiles/modifyOuter.mo M /trunk/testsuite/mofiles/msl/BC2.mo M /trunk/testsuite/mofiles/msl/BC6.mo M /trunk/testsuite/mofiles/msl/BC8.mo M /trunk/testsuite/mofiles/msl/BC9.mo M /trunk/testsuite/mofiles/msl/BM17.mo M /trunk/testsuite/mofiles/msl/BM18.mo M /trunk/testsuite/mofiles/msl/BM7.mo M /trunk/testsuite/mofiles/msl/BN3.mo M /trunk/testsuite/mofiles/msl/BS11.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS3.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/mofiles/msl/BS9.mo M /trunk/testsuite/mofiles/msl/Gear.mo M /trunk/testsuite/mofiles/prtest.mo M /trunk/testsuite/mofiles/tupleSubset.mo M /trunk/testsuite/mosfiles/AlgorithmForInClass.mos M /trunk/testsuite/mosfiles/ArrayDivError.mos M /trunk/testsuite/mosfiles/CyclicPerm.mos M /trunk/testsuite/mosfiles/Matrix.mos M /trunk/testsuite/mosfiles/Random.mos M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/mosfiles-nosim/EnzMM.mos M /trunk/testsuite/mosfiles-nosim/FinalTests.mos M /trunk/testsuite/records/OperatorOverloadComplex.mo M /trunk/testsuite/records/OperatorOverloadComplexArray.mo M /trunk/testsuite/records/RecordClassModOutput.mo M /trunk/testsuite/redeclare/RedeclareFunction.mo M /trunk/testsuite/streams/InStreamInsideOutside.mo M /trunk/testsuite/streams/InStreamPipeline.mo M /trunk/testsuite/streams/InStreamTwoOutside.mo M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo - Implemented a new template based expression dumping. - Updated test suite. ------------------------------------------------------------------------ r11884 | adrpo | 2012-05-10 06:33:01 +0200 (Thu, 10 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl - removed tabs in CodegenAdevs.tpl ------------------------------------------------------------------------ r11883 | nutaro | 2012-05-09 21:07:42 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Updated and cleaned-up the Adevs code generator ------------------------------------------------------------------------ r11882 | adeas31 | 2012-05-09 17:55:42 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl - Fixed lapack linking for FMU code generation. ------------------------------------------------------------------------ r11881 | adrpo | 2012-05-09 16:56:03 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - fix to make OMC happy. ------------------------------------------------------------------------ r11880 | fbergero | 2012-05-09 16:21:34 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Final version for article. All three example working ------------------------------------------------------------------------ r11879 | adeas31 | 2012-05-09 13:13:20 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fixed simulation for windows. -llapack is called -llapack-mingw on windows. ------------------------------------------------------------------------ r11878 | wbraun | 2012-05-09 11:27:50 +0200 (Wed, 09 May 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - changed THROWS back to WARNINGS (it seems that not all variables, a present in a dymola result file.) ------------------------------------------------------------------------ r11877 | lochel | 2012-05-09 11:00:08 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - get rid of some type mismatch warnings ------------------------------------------------------------------------ r11876 | janssen | 2012-05-08 18:48:20 +0200 (Tue, 08 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo fix for #1740, typo in string literal ------------------------------------------------------------------------ r11875 | lochel | 2012-05-08 17:17:52 +0200 (Tue, 08 May 2012) | 3 lines Changed paths: M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/initialization/forest.mos M /trunk/testsuite/initialization/gaspropreties.mos M /trunk/testsuite/initialization/minvalue.mos M /trunk/testsuite/initialization/nominal.mos M /trunk/testsuite/initialization/nonlinear.mos A /trunk/testsuite/initialization/nonlinear2.mos M /trunk/testsuite/initialization/scaling1.mos M /trunk/testsuite/initialization/scaling2.mos A /trunk/testsuite/initialization/singularJacobian.mos M /trunk/testsuite/initialization/startValue.mos - add testcases for kinsol-method - add testcase for singular jacobian ------------------------------------------------------------------------ r11874 | lochel | 2012-05-08 12:35:21 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs D /trunk/SimulationRuntime/c/math-support/delay.c D /trunk/SimulationRuntime/c/math-support/delay.h D /trunk/SimulationRuntime/c/math-support/initialization.c D /trunk/SimulationRuntime/c/math-support/initialization.h D /trunk/SimulationRuntime/c/math-support/model_help.c D /trunk/SimulationRuntime/c/math-support/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c A /trunk/SimulationRuntime/c/simulation/solver/delay.c (from /trunk/SimulationRuntime/c/math-support/delay.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/delay.h (from /trunk/SimulationRuntime/c/math-support/delay.h:11872) A /trunk/SimulationRuntime/c/simulation/solver/initialization.c (from /trunk/SimulationRuntime/c/math-support/initialization.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/initialization.h (from /trunk/SimulationRuntime/c/math-support/initialization.h:11872) A /trunk/SimulationRuntime/c/simulation/solver/model_help.c (from /trunk/SimulationRuntime/c/math-support/model_help.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/model_help.h (from /trunk/SimulationRuntime/c/math-support/model_help.h:11872) resolved dependencies between math-support and simulation/solver ------------------------------------------------------------------------ r11873 | sjoelund.se | 2012-05-08 12:27:31 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: D /trunk/testsuite/omcc/Flags_loadFlags.c D /trunk/testsuite/omcc/Flags_loadFlags.conv.c D /trunk/testsuite/omcc/Flags_loadFlags.h D /trunk/testsuite/omcc/Flags_loadFlags.libs D /trunk/testsuite/omcc/Flags_loadFlags.log D /trunk/testsuite/omcc/Flags_loadFlags.makefile D /trunk/testsuite/omcc/Flags_loadFlags_records.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.h D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.libs D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.log D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/LinkMain.makefile D /trunk/testsuite/omcc/Main_main.c D /trunk/testsuite/omcc/Main_main.conv.c D /trunk/testsuite/omcc/Main_main.dll D /trunk/testsuite/omcc/Main_main.h D /trunk/testsuite/omcc/Main_main.libs D /trunk/testsuite/omcc/Main_main.log D /trunk/testsuite/omcc/Main_main.makefile D /trunk/testsuite/omcc/Main_main_records.c D /trunk/testsuite/omcc/OMCC_main.c D /trunk/testsuite/omcc/OMCC_main.conv.c D /trunk/testsuite/omcc/OMCC_main.dll D /trunk/testsuite/omcc/OMCC_main.h D /trunk/testsuite/omcc/OMCC_main.libs D /trunk/testsuite/omcc/OMCC_main.log D /trunk/testsuite/omcc/OMCC_main.makefile D /trunk/testsuite/omcc/OMCC_main_records.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.h D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.libs D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.log D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.h D /trunk/testsuite/omcc/System_getCurrentTimeStr.libs D /trunk/testsuite/omcc/System_getCurrentTimeStr.log D /trunk/testsuite/omcc/System_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/System_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/System_readFile.c D /trunk/testsuite/omcc/System_readFile.conv.c D /trunk/testsuite/omcc/System_readFile.h D /trunk/testsuite/omcc/System_readFile.libs D /trunk/testsuite/omcc/System_readFile.log D /trunk/testsuite/omcc/System_readFile.makefile D /trunk/testsuite/omcc/System_readFile_records.c D /trunk/testsuite/omcc/System_regex.c D /trunk/testsuite/omcc/System_regex.conv.c D /trunk/testsuite/omcc/System_regex.h D /trunk/testsuite/omcc/System_regex.libs D /trunk/testsuite/omcc/System_regex.log D /trunk/testsuite/omcc/System_regex.makefile D /trunk/testsuite/omcc/System_regex_records.c D /trunk/testsuite/omcc/lexer4.c D /trunk/testsuite/omcc/lexerModelica.c D /trunk/testsuite/omcc/main_records.c D /trunk/testsuite/omcc/parserModelica.c - Removed some generated files ------------------------------------------------------------------------ r11872 | adrpo | 2012-05-08 03:38:18 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - remove the nominal warning for now. Lennart, please put it back when ready. ------------------------------------------------------------------------ r11871 | adrpo | 2012-05-08 03:26:22 +0200 (Tue, 08 May 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Makefile.omdev.mingw Compiler/susan_codegen/SimCode/CodegenFMU.tpl - fix the FMU linking on Windows to Sundials Makefile.omdev.mingw - copy only the .a from OMDev Sundials to not use .dlls ------------------------------------------------------------------------ r11870 | adrpo | 2012-05-08 03:14:53 +0200 (Tue, 08 May 2012) | 9 lines Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/math-support/initialization.c D /trunk/SimulationRuntime/c/omdev_qtdeps - NOTE: update OMDev from Subversion! - fix the broken compilation in Windows (add the OMDev/lib/3rdParty/Sundials/include in the proper places) - use copy -pu to only copy newer files - get rid of omdev_qtdeps as they are no longer needed since a while now because sendData is no longer. - include events.h in initialization.c for initSample function and add the proper include flag. - copy the Sundials libraries to build/lib/omc as they are needed by the generated simulation code (initialization) and they also should be part of the new OpenModelica build. ------------------------------------------------------------------------ r11869 | fbergero | 2012-05-07 21:37:00 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Fixing replacement error ------------------------------------------------------------------------ r11868 | fbergero | 2012-05-07 21:02:14 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Creating the makefile ------------------------------------------------------------------------ r11867 | fbergero | 2012-05-07 19:44:28 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Working prototype ------------------------------------------------------------------------ r11866 | lochel | 2012-05-07 18:44:43 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp added new initialization method: -iom kinsol NOTE: new OMDev needed, do Subversion update on your OMDev! ------------------------------------------------------------------------ r11865 | arun3688 | 2012-05-07 18:14:38 +0200 (Mon, 07 May 2012) | 3 lines Changed paths: A /trunk/testsuite/omcc A /trunk/testsuite/omcc/Flags_loadFlags.c A /trunk/testsuite/omcc/Flags_loadFlags.conv.c A /trunk/testsuite/omcc/Flags_loadFlags.h A /trunk/testsuite/omcc/Flags_loadFlags.libs A /trunk/testsuite/omcc/Flags_loadFlags.log A /trunk/testsuite/omcc/Flags_loadFlags.makefile A /trunk/testsuite/omcc/Flags_loadFlags_records.c A /trunk/testsuite/omcc/LexTableModelica.mo A /trunk/testsuite/omcc/Lexer.mo A /trunk/testsuite/omcc/LexerCode.tmo A /trunk/testsuite/omcc/LexerCodeModelica.mo A /trunk/testsuite/omcc/LexerGenerator.mo A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.c A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.h A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.libs A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.log A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/LexerModelica.mo A /trunk/testsuite/omcc/LinkMain.makefile A /trunk/testsuite/omcc/LoadCompilerSources.mos A /trunk/testsuite/omcc/Main.mo A /trunk/testsuite/omcc/MainTest.mos A /trunk/testsuite/omcc/Main_main.c A /trunk/testsuite/omcc/Main_main.conv.c A /trunk/testsuite/omcc/Main_main.dll A /trunk/testsuite/omcc/Main_main.h A /trunk/testsuite/omcc/Main_main.libs A /trunk/testsuite/omcc/Main_main.log A /trunk/testsuite/omcc/Main_main.makefile A /trunk/testsuite/omcc/Main_main_records.c A /trunk/testsuite/omcc/NewParser.mo A /trunk/testsuite/omcc/OMCC.mo A /trunk/testsuite/omcc/OMCC.mos A /trunk/testsuite/omcc/OMCC_main.c A /trunk/testsuite/omcc/OMCC_main.conv.c A /trunk/testsuite/omcc/OMCC_main.dll A /trunk/testsuite/omcc/OMCC_main.h A /trunk/testsuite/omcc/OMCC_main.libs A /trunk/testsuite/omcc/OMCC_main.log A /trunk/testsuite/omcc/OMCC_main.makefile A /trunk/testsuite/omcc/OMCC_main_records.c A /trunk/testsuite/omcc/ParseCode.tmo A /trunk/testsuite/omcc/ParseCodeModelica.mo A /trunk/testsuite/omcc/ParseTableModelica.mo A /trunk/testsuite/omcc/Parser.mo A /trunk/testsuite/omcc/ParserGenerator.mo A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.c A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.h A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.libs A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.log A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/ParserModelica.mo A /trunk/testsuite/omcc/SCRIPT.mos A /trunk/testsuite/omcc/System_getCurrentTimeStr.c A /trunk/testsuite/omcc/System_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/System_getCurrentTimeStr.h A /trunk/testsuite/omcc/System_getCurrentTimeStr.libs A /trunk/testsuite/omcc/System_getCurrentTimeStr.log A /trunk/testsuite/omcc/System_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/System_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/System_readFile.c A /trunk/testsuite/omcc/System_readFile.conv.c A /trunk/testsuite/omcc/System_readFile.h A /trunk/testsuite/omcc/System_readFile.libs A /trunk/testsuite/omcc/System_readFile.log A /trunk/testsuite/omcc/System_readFile.makefile A /trunk/testsuite/omcc/System_readFile_records.c A /trunk/testsuite/omcc/System_regex.c A /trunk/testsuite/omcc/System_regex.conv.c A /trunk/testsuite/omcc/System_regex.h A /trunk/testsuite/omcc/System_regex.libs A /trunk/testsuite/omcc/System_regex.log A /trunk/testsuite/omcc/System_regex.makefile A /trunk/testsuite/omcc/System_regex_records.c A /trunk/testsuite/omcc/TEST_CASES.mo A /trunk/testsuite/omcc/TestGrammar.mo A /trunk/testsuite/omcc/TestGrammar.moUnParsed.mo A /trunk/testsuite/omcc/TokenModelica.mo A /trunk/testsuite/omcc/Types.mo A /trunk/testsuite/omcc/lexer4.c A /trunk/testsuite/omcc/lexerModelica.c A /trunk/testsuite/omcc/lexerModelica.l A /trunk/testsuite/omcc/main.c A /trunk/testsuite/omcc/main_records.c A /trunk/testsuite/omcc/parserModelica.c A /trunk/testsuite/omcc/parserModelica.y OMCCp is tested with test cases and added omcc to the path openmodelica/trunk/testsuite/ committed by - arun3688(arunkumar palanisamy) ------------------------------------------------------------------------ r11863 | sjoelund.se | 2012-05-07 15:35:10 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/configure.in - Recommend omniORB in configure ------------------------------------------------------------------------ r11862 | sjoelund.se | 2012-05-07 15:29:30 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/configure.in - Add -I. to MICO CFLAGS ------------------------------------------------------------------------ r11861 | Frenkel TUD | 2012-05-07 15:01:57 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - dump id for matrix row ------------------------------------------------------------------------ r11860 | Frenkel TUD | 2012-05-07 13:43:38 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - take care of replace <,>... everywhere in dumpXMLDAE ------------------------------------------------------------------------ r11859 | sjoelund.se | 2012-05-07 10:44:33 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/GetInstanceName.mo - Expected output ------------------------------------------------------------------------ r11858 | sjoelund.se | 2012-05-07 10:40:52 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Fixed getInstanceName() to work for packages and top-level models ------------------------------------------------------------------------ r11856 | nutaro | 2012-05-07 02:46:36 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Update to Adevs code generator for new simulation runtime ------------------------------------------------------------------------ r11855 | adrpo | 2012-05-05 01:51:40 +0200 (Sat, 05 May 2012) | 1 line Changed paths: M /trunk/mosh/src/Makefile.in - tabs instead of spaces. ------------------------------------------------------------------------ r11854 | wbraun | 2012-05-05 01:00:42 +0200 (Sat, 05 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fixed testsuite for last commit ------------------------------------------------------------------------ r11853 | sjoelund.se | 2012-05-04 23:01:21 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/mosh/src/Makefile.in - Some Makefile fixes ------------------------------------------------------------------------ r11852 | fbergero | 2012-05-04 20:09:10 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Updating algebraic loop code ------------------------------------------------------------------------ r11851 | fbergero | 2012-05-04 20:08:49 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo Using crefEqual ------------------------------------------------------------------------ r11850 | wbraun | 2012-05-04 19:44:46 +0200 (Fri, 04 May 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/testsuite/mosfiles/Random.mos - improved Backend compile time for big models with many parameters a lot. +BackendDAEUtil.mo - shifted evaluation of depending parameters to runtime as it's much faster than at compile time. +SimCode.mo - actually nothing. +BackendVariables.mo - removed a sorting function for translateDAE instead sort by merge sort from List module. It scales much better. - expand reading initial values from file with Integer and Boolean variables. +SimulationRuntime/c/math-support/initialization.c ------------------------------------------------------------------------ r11849 | perost | 2012-05-04 15:03:58 +0200 (Fri, 04 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo A /trunk/testsuite/mofiles/Connect18.mo M /trunk/testsuite/mofiles/Makefile Fix for bug #1733: - Fixed connection of complex arrays with subscripts. ------------------------------------------------------------------------ r11848 | perost | 2012-05-04 13:28:08 +0200 (Fri, 04 May 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/TestNand.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/Connect12.mo M /trunk/testsuite/mofiles/Connect13.mo A /trunk/testsuite/mofiles/Connect17.mo M /trunk/testsuite/mofiles/ConnectEnumArray.mo M /trunk/testsuite/mofiles/EnumConnectArray.mo M /trunk/testsuite/mofiles/FlowDeclRecord2.mo M /trunk/testsuite/mofiles/ForceAndTorque.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/msl/BM16.mo M /trunk/tools/validatetest/validatetest.pl Fix for bug #1731: - Fixed connection of arrays with subscripts. - Updated testsuit due to changed equation order for connects. ------------------------------------------------------------------------ r11847 | adrpo | 2012-05-04 07:56:19 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile - move ThermoSysPro.Examples.SimpleExamples.TestSensors.mos to failing tests as sometimes it works, sometimes it doesn't ------------------------------------------------------------------------ r11846 | wbraun | 2012-05-04 02:54:10 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - fixed debug output for symbolic jacobians ------------------------------------------------------------------------ r11845 | Frenkel TUD | 2012-05-03 21:27:24 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - bugfix coding style ------------------------------------------------------------------------ r11844 | Frenkel TUD | 2012-05-03 20:48:13 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - bugfix coding style ------------------------------------------------------------------------ r11843 | Frenkel TUD | 2012-05-03 20:37:34 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.CombiTables.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.norm.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Utilities.Examples.readRealParameterModel.mos - compareSimulationResults: report vars in case of file not equal and print error messages if command failed - msl31/simulate: delete all generated files ------------------------------------------------------------------------ r11842 | mahge930 | 2012-05-03 14:48:31 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/c/omc_msvc.h M /trunk/SimulationRuntime/c/openmodelica.h + Fix windows compilation. update r11840. random and srandom. Moved defines to openmodelica.h. ------------------------------------------------------------------------ r11841 | Frenkel TUD | 2012-05-03 13:00:40 +0200 (Thu, 03 May 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/XMLDump.mo - XMLDump: fix implementation to handle also several indipendent systems - BackendDump: add function debugStrEqnStr ------------------------------------------------------------------------ r11840 | sjoelund.se | 2012-05-03 07:19:13 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/omc_msvc.h - Use srand/rand instead of srandom/srand on non-POSIX platforms ------------------------------------------------------------------------ r11839 | wbraun | 2012-05-03 01:24:58 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fixed array exp in symbolic jacobians ------------------------------------------------------------------------ r11838 | wbraun | 2012-05-02 22:13:35 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - fixed coding style ------------------------------------------------------------------------ r11837 | wbraun | 2012-05-02 19:47:56 +0200 (Wed, 02 May 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/3rdParty/siemens/Makefile M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos A /trunk/testsuite/3rdParty/siemens/testSolidComponentsJac.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos - created PastOptModules for Symbolic Jacobain and Symbolic Linearization. They can be actived by "generateSymbolicJacobian" or "generateSymbolicLinearization" - Imporoved the performance of generating sparsity pattern - added therefore symbolicJacobian to BackendDAE - created functions for copyBackendDAE and createEmptyBackendDAE ------------------------------------------------------------------------ r11836 | sjoelund.se | 2012-05-02 16:46:28 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c - Added better System.*Rand functions based on srandom() and random() ------------------------------------------------------------------------ r11835 | perost | 2012-05-02 16:24:29 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/ReinitInvalidType.mo - Fix test. ------------------------------------------------------------------------ r11834 | perost | 2012-05-02 16:03:07 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/ReinitInvalidType.mo - Added check that the first argument to reinit is a subtype of Real. ------------------------------------------------------------------------ r11833 | perost | 2012-05-02 12:52:34 +0200 (Wed, 02 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Removed failtrace from Expression.subscriptIndexExp, since the function is expected to fail sometimes. ------------------------------------------------------------------------ r11832 | wbraun | 2012-04-30 13:35:33 +0200 (Mon, 30 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Flags.mo - included functionTree to BackendDAE - create from removeUnusedFunctions a pastOptModule ------------------------------------------------------------------------ r11831 | adrpo | 2012-04-30 00:15:24 +0200 (Mon, 30 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c BackEnd/BackendVariable.mo - use ComponentReference.printComponentRefStr to also print the subscripts. SimulationRuntime/c/simulation/solver/solver_main.c - disable some printouts before printAllVars because they are printed inside anyway. ------------------------------------------------------------------------ r11830 | adrpo | 2012-04-29 05:02:21 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11829 | adrpo | 2012-04-29 03:57:54 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo - push the .mo file too. ------------------------------------------------------------------------ r11828 | adrpo | 2012-04-29 03:56:25 +0200 (Sun, 29 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - undefine macros if they exist because we really need to replace them in that context because the already defined ones contain references to undeclared variables. ------------------------------------------------------------------------ r11827 | adrpo | 2012-04-29 03:09:45 +0200 (Sun, 29 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl BackEnd/BackendVariable.mo & FrontEnd/DAE.mo - better error message for variables with values outside the [min, max] interval. susan_codegen/SimCode/CodegenC.tpl - check if macros are already defined. ------------------------------------------------------------------------ r11826 | adrpo | 2012-04-29 01:16:44 +0200 (Sun, 29 Apr 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp BackendVariable.mo - display the min/max limits for the variable in the assert message. ModelicaExternalC_rml.c - get rid of warning simulation_runtime.cpp - init some flags to zero - set the zero termination of the TermMsg in setTermMsg to not display partial older crap after the end of the message. - better help message for -lv ------------------------------------------------------------------------ r11825 | adrpo | 2012-04-29 00:48:34 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/initialization/nominal.mos M /trunk/testsuite/initialization/scaling1.mos - make 31 bit integer warnings on 32 bit systems go away. ------------------------------------------------------------------------ r11824 | Frenkel TUD | 2012-04-28 12:42:23 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - fix testsuite ------------------------------------------------------------------------ r11823 | adrpo | 2012-04-28 12:10:12 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo - replaced tabs with 4 spaces to make Hudson Code Style job happy. ------------------------------------------------------------------------ r11822 | Frenkel TUD | 2012-04-28 03:36:17 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos - fix testsuite ------------------------------------------------------------------------ r11821 | Frenkel TUD | 2012-04-28 03:18:53 +0200 (Sat, 28 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h - add boxptr_intMin - bugfix setPastOptModules -> postOptModules ------------------------------------------------------------------------ r11820 | Frenkel TUD | 2012-04-28 02:35:00 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear.mat M /trunk/testsuite/libraries/msl31/simulate/Makefile - minor changes to dummy state selection heuristic ------------------------------------------------------------------------ r11819 | Frenkel TUD | 2012-04-28 00:55:21 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/mosfiles/DummyDerMatching.mos - fix testsuite ------------------------------------------------------------------------ r11818 | Frenkel TUD | 2012-04-28 00:28:11 +0200 (Sat, 28 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/mosfiles/DummyDerMatching.mos M /trunk/testsuite/mosfiles/Pendulum.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos - BackendDAEOptimize: doReplaceScalarArrayEqns more generic - BackendDAETransform: simplify code, use stateorder for differentiated equations - PlanarMechanics: set initialconditions - Update testsuite ------------------------------------------------------------------------ r11817 | Frenkel TUD | 2012-04-27 22:15:14 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c - add function rand to System ------------------------------------------------------------------------ r11816 | Frenkel TUD | 2012-04-27 19:21:52 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt - move ModelicaConfic.inc to /include/omc/cpp ------------------------------------------------------------------------ r11815 | Frenkel TUD | 2012-04-27 16:01:30 +0200 (Fri, 27 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - use full path to include ModelicaConfic.inc - copy LibrariesConfig.h to OM_HOME/include/omc/cpp because this is in include path ------------------------------------------------------------------------ r11814 | Frenkel TUD | 2012-04-27 15:52:14 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix typos ------------------------------------------------------------------------ r11813 | Frenkel TUD | 2012-04-27 11:08:17 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos - fix testsuite ------------------------------------------------------------------------ r11812 | Frenkel TUD | 2012-04-27 10:42:16 +0200 (Fri, 27 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix testsuite - move PlanarMechanicsForTesting.Examples.KinematicLoop.mos to working tests ------------------------------------------------------------------------ r11811 | Frenkel TUD | 2012-04-27 09:25:04 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos - fix testsuite ------------------------------------------------------------------------ r11810 | Frenkel TUD | 2012-04-27 09:15:44 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos - fix testsuite ------------------------------------------------------------------------ r11809 | Frenkel TUD | 2012-04-27 00:47:35 +0200 (Fri, 27 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos - improve handling of complex equations - improve evaluation of parameters with Evaluate=True annotation - add built in functions to set machtingalgorithm - update testsuite ------------------------------------------------------------------------ r11808 | adeas31 | 2012-04-26 20:02:00 +0200 (Thu, 26 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/scripts/Compile.bat - Fixed the spaces problem. ------------------------------------------------------------------------ r11807 | adrpo | 2012-04-26 16:00:28 +0200 (Thu, 26 Apr 2012) | 7 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/README.txt M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.encoding M /trunk/testsuite/partest/runtest.pl - encoded the ThermoSysPro library into UTF-8 to make the Hudson UTF-8 job happy. - moved the 2 early fail models to the failingtests in testsuite/3rdParty/ThermoSysPro/Makefile: ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos - linked the .mat files and ThermoSysPro library in testsuite/runtest.pl. - updated testsuite/3rdParty/ThermoSysPro/README.txt ------------------------------------------------------------------------ r11806 | adrpo | 2012-04-26 15:12:33 +0200 (Thu, 26 Apr 2012) | 14 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/README.txt A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/AAAInfo.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AAAInfo.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Functions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Units.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.encoding A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/Makefile - added ThermoSysPro v3 OSR (Open Source Release) from Daniel Bouskela [daniel.bouskela AT edf DOT fr] received in 2012-04-23. - also added it to the full testsuite/Makefile - testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos test now fails because of differences in an event at time 20. I think simulation result comparison should be improved to better analyze the results at an event because we detect differences where there aren't any. - 2 more tests are working now: ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos but I assume they are wrong because they terminate prematurely. We should also change to return "Files not Equal!" when the stop time in one file is smaller than the stop time in the reference file. ------------------------------------------------------------------------ r11805 | adeas31 | 2012-04-26 14:53:53 +0200 (Thu, 26 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/README.txt M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/README.txt M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMShell/OMShellGUI/OMShellGUI.pro M /trunk/OMShell/README.txt - Updated the pro and readme files according to omniORB4.1.6 ------------------------------------------------------------------------ r11803 | perost | 2012-04-26 12:36:57 +0200 (Thu, 26 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/testsuite/interactive/XmlDumpComment.mos - Fix for previous commit. ------------------------------------------------------------------------ r11802 | perost | 2012-04-26 12:29:42 +0200 (Thu, 26 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Util.mo - XMLDump fixes from Bill Janssen. ------------------------------------------------------------------------ r11801 | fbergero | 2012-04-25 17:24:03 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Generating a linear algebraic loop solve function and a header for parameters ------------------------------------------------------------------------ r11800 | perost | 2012-04-25 15:55:27 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo - Fixed compilation. ------------------------------------------------------------------------ r11799 | perost | 2012-04-25 15:52:43 +0200 (Wed, 25 Apr 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo SCodeInst fixes: - Improved instantiation/typing of equations. - Handle deleted components in connections. - Improved propagation of prefixes, now also propagates class prefixes. ------------------------------------------------------------------------ r11798 | sjoelund.se | 2012-04-25 08:18:51 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/configure.in - Only enable python interface if we use omniorb ------------------------------------------------------------------------ r11797 | fbergero | 2012-04-24 18:23:56 +0200 (Tue, 24 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Minor modifications to code ------------------------------------------------------------------------ r11794 | hubert.thieriot | 2012-04-24 12:18:02 +0200 (Tue, 24 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp - improved LowTools::removeDirContents (set permissions before) ------------------------------------------------------------------------ r11793 | hubert.thieriot | 2012-04-24 12:06:54 +0200 (Tue, 24 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Project.cpp - added Gnuplot display of intermediary results. - removed bug of omctrl (multithread not compatible with project->loadMoFile) ------------------------------------------------------------------------ r11792 | Frenkel TUD | 2012-04-22 10:32:59 +0200 (Sun, 22 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - fix testsuite ------------------------------------------------------------------------ r11791 | Frenkel TUD | 2012-04-22 10:30:03 +0200 (Sun, 22 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - bufix bootstrapp compilation ------------------------------------------------------------------------ r11790 | adrpo | 2012-04-21 23:38:10 +0200 (Sat, 21 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - more Romanian translations. ------------------------------------------------------------------------ r11789 | fbergero | 2012-04-20 20:15:44 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Generating when handlers ------------------------------------------------------------------------ r11788 | wbraun | 2012-04-20 18:16:06 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - removed some tabs ------------------------------------------------------------------------ r11787 | adeas31 | 2012-04-20 17:48:29 +0200 (Fri, 20 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts - Some fixes in the Italian translations by Massimo. ------------------------------------------------------------------------ r11786 | wbraun | 2012-04-20 17:20:58 +0200 (Fri, 20 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/SimCode.mo #1728 - added proper message to findDiscreteEquation - added some failure cases ------------------------------------------------------------------------ r11785 | wbraun | 2012-04-20 14:10:26 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/Makefile D /trunk/testsuite/3rdParty/siemens/TTSE_libs M /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos A /trunk/testsuite/3rdParty/siemens/translateFlueGasZones.mos A /trunk/testsuite/3rdParty/siemens/translateHeatExchanger.mos A /trunk/testsuite/3rdParty/siemens/translateJunctions.mos A /trunk/testsuite/3rdParty/siemens/translatePipes.mos M /trunk/testsuite/partest/runtest.pl - updated testsuite to make hundson happy ------------------------------------------------------------------------ r11784 | perost | 2012-04-19 16:08:33 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Util/Error.mo - Fixed bootstrapping, and improved an odd error message. ------------------------------------------------------------------------ r11783 | perost | 2012-04-19 14:29:07 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl_ext.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl_gl_ext.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h - Replaced tabs and converted files to UTF-8. ------------------------------------------------------------------------ r11782 | perost | 2012-04-19 14:22:29 +0200 (Thu, 19 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Util.mo - Added Util.arrayFold. - Implemented a phase in SCodeInst which marks all structural parameters, to allow proper constant evaluation. ------------------------------------------------------------------------ r11781 | perost | 2012-04-19 13:02:01 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp - Replaced even more tabs. ------------------------------------------------------------------------ r11780 | lochel | 2012-04-19 12:24:33 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/paralleFlowEVA_test.mos M /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos add teardown_command to test cases ------------------------------------------------------------------------ r11779 | mahge930 | 2012-04-19 12:01:50 +0200 (Thu, 19 Apr 2012) | 1 line Changed paths: D /trunk/ParModelica A /trunk/SimulationRuntime/ParModelica (from /trunk/ParModelica:11778) - Moved the OpenCL runtime to SimulationRuntime ------------------------------------------------------------------------ r11778 | perost | 2012-04-19 11:56:50 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h - Replaced tabs. ------------------------------------------------------------------------ r11777 | lochel | 2012-04-19 11:39:16 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/testsuite/initialization/Makefile D /trunk/testsuite/initialization/_forest.mos D /trunk/testsuite/initialization/_forest1.mo D /trunk/testsuite/initialization/_forest2.mo D /trunk/testsuite/initialization/_nominal.mo D /trunk/testsuite/initialization/_nominal.mos D /trunk/testsuite/initialization/_scaling1.mo D /trunk/testsuite/initialization/_scaling1.mos D /trunk/testsuite/initialization/_scaling2.mo D /trunk/testsuite/initialization/_scaling2.mos D /trunk/testsuite/initialization/_startValue.mo D /trunk/testsuite/initialization/_startValue.mos A /trunk/testsuite/initialization/forest.mos (from /trunk/testsuite/initialization/_forest.mos:11760) M /trunk/testsuite/initialization/gaspropreties.mos A /trunk/testsuite/initialization/minvalue.mos A /trunk/testsuite/initialization/nominal.mos (from /trunk/testsuite/initialization/_nominal.mos:11774) A /trunk/testsuite/initialization/nonlinear.mos A /trunk/testsuite/initialization/scaling1.mos (from /trunk/testsuite/initialization/_scaling1.mos:11774) A /trunk/testsuite/initialization/scaling2.mos (from /trunk/testsuite/initialization/_scaling2.mos:11774) A /trunk/testsuite/initialization/startValue.mos (from /trunk/testsuite/initialization/_startValue.mos:11774) update of initialization tests ------------------------------------------------------------------------ r11776 | sjoelund.se | 2012-04-19 11:36:35 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.bat - Remove obsolete translations ------------------------------------------------------------------------ r11775 | niklwors | 2012-04-19 11:09:11 +0200 (Thu, 19 Apr 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h Fix for Idas Solver. Initialization of idas memory,initialization zero functions, added RTol and ATol to solver settings. ------------------------------------------------------------------------ r11773 | wbraun | 2012-04-19 00:17:37 +0200 (Thu, 19 Apr 2012) | 3 lines Changed paths: A /trunk/testsuite/3rdParty/siemens/TTSE_libs A /trunk/testsuite/3rdParty/siemens/TTSE_libs/libTTSE.so A /trunk/testsuite/3rdParty/siemens/TTSE_libs/libTTSEmoI.a - added TTSE_libs ------------------------------------------------------------------------ r11772 | wbraun | 2012-04-19 00:16:27 +0200 (Thu, 19 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/Makefile A /trunk/testsuite/3rdParty/siemens/ResultFiles A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_testsimple.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_testsimple_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_testsimple.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_testsimple_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/splitterMixer_testTubeOwnMedia_simpleInput.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/splitterMixer_testTubeOwnMedia_simpleInput_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/tubeTest.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/tubeTest_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/tube_ownMedia_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/tube_ownMedia_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/wall_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/wall_test_var.txt A /trunk/testsuite/3rdParty/siemens/SiemensPower A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/library A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Area.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Density.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Length.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Mass.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Pressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Temperature.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Volume.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/package.mo A /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos A /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos A /trunk/testsuite/3rdParty/siemens/testJunctions.mos A /trunk/testsuite/3rdParty/siemens/testPipes.mos A /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos - added current SiemensPower Library and component tests ------------------------------------------------------------------------ r11771 | adeas31 | 2012-04-18 22:39:40 +0200 (Wed, 18 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - some corrections in the english text and translations. - Italian translations (Thanks to Massimo). ------------------------------------------------------------------------ r11770 | fbergero | 2012-04-18 21:56:05 +0200 (Wed, 18 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Changes to the QSS target. Replacing variables and discontinuities ------------------------------------------------------------------------ r11769 | hubert.thieriot | 2012-04-18 19:19:24 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Tabs/TabProject.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProgress.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.h A /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp (from /trunk/OMOptim/OMOptimBasis/MOTableView.cpp:11760) A /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h (from /trunk/OMOptim/OMOptimBasis/MOTableView.h:11760) M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h D /trunk/OMOptim/OMOptimBasis/MOTableView.cpp D /trunk/OMOptim/OMOptimBasis/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - removed many unnedded header includes ------------------------------------------------------------------------ r11768 | sjoelund.se | 2012-04-18 19:14:48 +0200 (Wed, 18 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Parser/BaseModelica_Lexer.g - Apply the iconv if using non-UTF8 target ------------------------------------------------------------------------ r11767 | mahge930 | 2012-04-18 15:01:22 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/mosfiles/FinalPropagation.mos - Adding support to enable XML export of Optimization Modelica models (Optimica Extensions). ------------------------------------------------------------------------ r11765 | a_severin | 2012-04-18 09:38:59 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts - OMEdit: changed some translation ------------------------------------------------------------------------ r11763 | hubert.thieriot | 2012-04-17 16:35:22 +0200 (Tue, 17 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - changed PLUGINEIDEV call ------------------------------------------------------------------------ r11762 | hubert.thieriot | 2012-04-17 15:59:03 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp M /trunk/OMOptim/build/OMOptimLib.pro - corrected double input - changed makefile for omoptimlib : since subdirs does not manage special makefile names, OMOptim and OMOptim share the same. Works but I don't know how... ------------------------------------------------------------------------ r11761 | adeas31 | 2012-04-17 13:53:59 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/SimulationRuntime/c/util/java_interface/Makefile.common D /trunk/SimulationRuntime/c/util/java_interface/ptplot.jar D /trunk/SimulationRuntime/c/util/java_interface/ptplot_license.txt - Removed ptplot.jar and ptplot_license.txt - some translations. ------------------------------------------------------------------------ r11760 | adrpo | 2012-04-17 01:10:59 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - some more Romanian. - fixed an English typo. ------------------------------------------------------------------------ r11758 | adeas31 | 2012-04-16 20:12:48 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Script/CevalScript.mo D /trunk/Compiler/scripts/doPlot D /trunk/Compiler/scripts/doPlot.Cygwin D /trunk/Compiler/scripts/doPlot.bat - Removed plot2, plotparametric2 and the script files associated with it. ------------------------------------------------------------------------ r11757 | hubert.thieriot | 2012-04-16 17:52:13 +0200 (Mon, 16 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/build/OMOptimLib.pro - MOParameter modifications (still without any effect) ------------------------------------------------------------------------ r11756 | hkiel | 2012-04-16 10:45:18 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp - added missing closing brace to translatable string - german translation complete, needs to be checked for consistency ------------------------------------------------------------------------ r11755 | leonardo.laguna | 2012-04-16 09:59:02 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/List.mo - Fixed small bug in setPos function. - Changed the scope of map1r to public ------------------------------------------------------------------------ r11754 | adeas31 | 2012-04-15 16:02:30 +0200 (Sun, 15 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts - French translations (Thanks to Thibaut). ------------------------------------------------------------------------ r11752 | adeas31 | 2012-04-13 17:18:11 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp - Fixed connect equation indexing problem (thanks to Henning Kiel). - Properly check annotations before creating a redbox. ------------------------------------------------------------------------ r11751 | lochel | 2012-04-13 15:59:19 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/initialization/Makefile A /trunk/testsuite/initialization/gaspropreties.mos #1721 add testcase for [#BUG-1721] ------------------------------------------------------------------------ r11750 | lochel | 2012-04-13 15:44:46 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/ModelicaUtilities.mos #1721 fix for initial()-operator ------------------------------------------------------------------------ r11749 | sjoelund.se | 2012-04-13 13:14:58 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h #1719 - OMEdit: Handle pathnames with quoted identifiers that contain dots in the last part ------------------------------------------------------------------------ r11748 | sjoelund.se | 2012-04-13 11:23:37 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt - Updated instructions ------------------------------------------------------------------------ r11747 | sjoelund.se | 2012-04-13 11:11:24 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/mofiles/ErrorRecursionLimit.mo M /trunk/testsuite/mofiles/Makefile - Added testcase for checking a recursion limit of any class (maximum depth=100) ------------------------------------------------------------------------ r11746 | sjoelund.se | 2012-04-13 10:44:18 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts D /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.sh D /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh - Run lrelease on the project ------------------------------------------------------------------------ r11745 | sjoelund.se | 2012-04-13 10:26:41 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Update all ts-files regardless if they are in a makefile or not ------------------------------------------------------------------------ r11744 | hkiel | 2012-04-13 08:43:06 +0200 (Fri, 13 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - added spanish language ------------------------------------------------------------------------ r11743 | sjoelund.se | 2012-04-13 07:23:00 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Avoid segfault on UTF-8 error ------------------------------------------------------------------------ r11740 | adeas31 | 2012-04-12 20:16:40 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Load Qt qm files for windows. ------------------------------------------------------------------------ r11739 | adeas31 | 2012-04-12 19:13:02 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts (from /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts:11737) M /trunk/OMEdit/OMEditGUI/main.cpp - Minor modifications for chinese translations. ------------------------------------------------------------------------ r11738 | hubert.thieriot | 2012-04-12 18:03:44 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp - added unloadMoFile function ------------------------------------------------------------------------ r11737 | adeas31 | 2012-04-12 17:03:02 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Component.h M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt A /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.bat A /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.sh A /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.bat M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh M /trunk/OMEdit/OMEditGUI/main.cpp - Generate red box for components with no annotations. Three locations are checked, the items annotations, the components annotations and the inherited components annotations. If all three are empty we show a read rectangle with a cross in it. - Better support for translations. - Added the default Qt translations as well. ------------------------------------------------------------------------ r11736 | sjoelund.se | 2012-04-12 16:56:19 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Error.mo #1723 - Automatically load dependencies of a model (uses annotation) upon instantiation ------------------------------------------------------------------------ r11735 | perost | 2012-04-12 15:29:27 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo - Save modifiers that only makes a component final in Absyn2SCode. - Handle modifiers that does nothing in SCodeMod. ------------------------------------------------------------------------ r11734 | sjoelund.se | 2012-04-12 14:21:32 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm - Remove qm-files from svn to avoid needless updates ------------------------------------------------------------------------ r11733 | perost | 2012-04-12 14:18:06 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/PlotWidget.cpp M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - Improved the swedish translation of OMEdit. ------------------------------------------------------------------------ r11732 | sjoelund.se | 2012-04-12 10:58:33 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.qm A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm - Regenerate all qm-files ------------------------------------------------------------------------ r11731 | sjoelund.se | 2012-04-12 10:56:21 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm - Add PARTEVALFUNCTION to the list of called functions in a function ------------------------------------------------------------------------ r11730 | hkiel | 2012-04-12 08:46:05 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts - some more .de translations ------------------------------------------------------------------------ r11729 | adrpo | 2012-04-12 00:20:59 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - some more .ro translations - ro_RO (Romania) instead of ro_MD (Moldova) ------------------------------------------------------------------------ r11728 | adeas31 | 2012-04-12 00:20:05 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Use ./ in makefile. ------------------------------------------------------------------------ r11727 | adeas31 | 2012-04-11 23:43:14 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Parser.mo - Fix hudson. ------------------------------------------------------------------------ r11726 | adeas31 | 2012-04-11 23:29:16 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Fix hudson build. ------------------------------------------------------------------------ r11725 | adeas31 | 2012-04-11 22:50:17 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh - Fix build and some minor changes. ------------------------------------------------------------------------ r11724 | sjoelund.se | 2012-04-11 22:08:15 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Parser.mo - Check Absyn->SCode before accepting a string or file as valid abstract syntax ------------------------------------------------------------------------ r11723 | adeas31 | 2012-04-11 22:00:13 +0200 (Wed, 11 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo D /trunk/OMEdit/OMEditGUI/OMEdit_de.qm D /trunk/OMEdit/OMEditGUI/OMEdit_de.ts D /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm D /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm D /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts D /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm D /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_de.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_de.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh (from /trunk/OMEdit/OMEditGUI/tsupdate.sh:11722) D /trunk/OMEdit/OMEditGUI/tsupdate.sh M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - Fixed isReplaceAble API. - Added testcases for some APIs. - Added French & Romanian to language dropdown. - Moved the translations file to OMEdit/OMEditGUI/Resources/nls/. ------------------------------------------------------------------------ r11722 | adeas31 | 2012-04-11 21:49:19 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: A /trunk/OMEdit/OMEditGUI/Resources/nls - Added nls directory. ------------------------------------------------------------------------ r11721 | sjoelund.se | 2012-04-11 20:35:05 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Don't return loadFile("package.mo") success on error ------------------------------------------------------------------------ r11720 | adrpo | 2012-04-11 19:51:18 +0200 (Wed, 11 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts A /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts - fix the English typo. - add partial Romanian translation. - small fix in the Swedish translation. ------------------------------------------------------------------------ r11719 | hkiel | 2012-04-11 16:57:23 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMShell/OMShellGUI/OMShell_de.ts - added some more german translations ------------------------------------------------------------------------ r11718 | adeas31 | 2012-04-11 15:41:04 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fixed getNthImport. ------------------------------------------------------------------------ r11717 | adeas31 | 2012-04-11 14:01:21 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro A /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Added french translation file. ------------------------------------------------------------------------ r11716 | perost | 2012-04-11 13:47:18 +0200 (Wed, 11 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo - Fixed better messages for modifier errors in SCodeInst. - Added better control over constant evaluation in Typing. ------------------------------------------------------------------------ r11715 | sjoelund.se | 2012-04-11 11:42:25 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OMEdit_de.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Added Japanese translation stubs ------------------------------------------------------------------------ r11714 | hkiel | 2012-04-11 10:57:00 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts - added some german translations ------------------------------------------------------------------------ r11713 | sjoelund.se | 2012-04-11 10:50:33 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Added German language to the combo-box ------------------------------------------------------------------------ r11712 | sjoelund.se | 2012-04-11 06:38:22 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/errorext.cpp M /trunk/Parser/BaseModelica_Lexer.g - Revert r11711 as it is plain wrong ------------------------------------------------------------------------ r11711 | adeas31 | 2012-04-10 23:16:27 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/errorext.cpp M /trunk/Parser/BaseModelica_Lexer.g - Changed the utf-8 error to warning. - getErrorString() only returns messages that have severity = ErrorLevel_error ------------------------------------------------------------------------ r11710 | hubert.thieriot | 2012-04-10 18:23:50 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/Problems/Result.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Result.h - removed a const ------------------------------------------------------------------------ r11709 | sjoelund.se | 2012-04-10 16:16:00 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Fix for the type system when calling getGlobalRoot with a non-boxed lhs ------------------------------------------------------------------------ r11708 | Frenkel TUD | 2012-04-10 13:43:30 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - replace some matchs again inputs with wildcard ------------------------------------------------------------------------ r11707 | Frenkel TUD | 2012-04-10 13:25:54 +0200 (Tue, 10 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo - BackendDAE.mo: add Comment - extend Backend pipeline with functionalety to select matching algorithm - Bugfix for DynamicStateSelection, in function BackendEquation.equationAddDAE do not throw incidenceMatrix away - add function BackendVariable.daenumVariables, return the number of Variables in BackendDAE ------------------------------------------------------------------------ r11706 | sjoelund.se | 2012-04-10 13:23:52 +0200 (Tue, 10 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - Move the printing of some config flags around - Added +help=flagName option ------------------------------------------------------------------------ r11705 | sjoelund.se | 2012-04-10 11:46:02 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_de.qm M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts - Some German translations for OMEdit ------------------------------------------------------------------------ r11704 | Frenkel TUD | 2012-04-10 11:42:56 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo - add flag "matchingAlgorithm" to select the MatchingAlgorithm ------------------------------------------------------------------------ r11703 | sjoelund.se | 2012-04-10 10:53:02 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Swedish translations ------------------------------------------------------------------------ r11702 | adeas31 | 2012-04-10 10:44:06 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/IconProperties.cpp M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Don't translate Modelica keywords. ------------------------------------------------------------------------ r11700 | sjoelund.se | 2012-04-10 07:46:58 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - OMPython docdir removed ------------------------------------------------------------------------ r11699 | Frenkel TUD | 2012-04-09 22:42:44 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos - fix test ------------------------------------------------------------------------ r11698 | adeas31 | 2012-04-09 21:52:47 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Swedish translations. - Use -noobsolete flag to remove the obsolete translations in the files. ------------------------------------------------------------------------ r11697 | Frenkel TUD | 2012-04-09 21:28:42 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - bugfix removeSimplequation alias der - bugfix alias a=der(var) ------------------------------------------------------------------------ r11696 | Frenkel TUD | 2012-04-09 21:23:29 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat - update MSL 3.1 simulate examples ------------------------------------------------------------------------ r11695 | a_severin | 2012-04-09 18:42:41 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/tsupdate.sh M /trunk/OMPlot/OMPlotGUI/Legend.cpp M /trunk/OMPlot/OMPlotGUI/PlotApplication.cpp M /trunk/OMPlot/OMPlotGUI/PlotMainWindow.cpp M /trunk/OMPlot/OMPlotGUI/PlotWindow.cpp - added some tr() in OMPlot - OMEdit: added translation of OMPlot in .ts-files ------------------------------------------------------------------------ r11694 | a_severin | 2012-04-09 18:11:14 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - added Russian translation ------------------------------------------------------------------------ r11693 | Frenkel TUD | 2012-04-09 14:08:28 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos - move Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1 to working tests ------------------------------------------------------------------------ r11690 | adrpo | 2012-04-09 02:00:14 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - fix equalityConstraint function return type. ------------------------------------------------------------------------ r11689 | Frenkel TUD | 2012-04-09 00:39:38 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - move tests back to failing tests, because of unknown failur on Hudson build system (maybe a unix issue) ------------------------------------------------------------------------ r11688 | Frenkel TUD | 2012-04-08 23:55:52 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos - fix tests ------------------------------------------------------------------------ r11687 | adeas31 | 2012-04-08 23:32:10 +0200 (Sun, 08 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Allow automatic width for options list. - Remove multiple initializations of Helper::noColor ------------------------------------------------------------------------ r11686 | Frenkel TUD | 2012-04-08 22:40:54 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos - update M.M.M 3.3.1 examples ------------------------------------------------------------------------ r11685 | adeas31 | 2012-04-08 21:35:56 +0200 (Sun, 08 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/scripts/doPlot.bat M /trunk/Makefile.common D /trunk/doc/OMPython - PTII environment variable not required anymore. - Changed PTII to OMPTII. - Removed OMPython-UserManual. OMPython documentation is moved to OpenModelica usersguide. ------------------------------------------------------------------------ r11684 | Frenkel TUD | 2012-04-08 13:12:10 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - got rid of bootstrapped warning ------------------------------------------------------------------------ r11683 | adeas31 | 2012-04-06 20:11:55 +0200 (Fri, 06 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h - SVN id tag. ------------------------------------------------------------------------ r11682 | adeas31 | 2012-04-06 20:05:31 +0200 (Fri, 06 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h M /trunk/OMEdit/OMEditGUI/main.cpp - Some more fixes for the translations. - Added the missing Q_OBJECT macro. - Removed stupid Qt default buttons as they are not translated. ------------------------------------------------------------------------ r11681 | sjoelund.se | 2012-04-06 16:16:48 +0200 (Fri, 06 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Install OMPython documentation ------------------------------------------------------------------------ r11680 | adeas31 | 2012-04-05 23:57:07 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro - Fix build. ------------------------------------------------------------------------ r11679 | AnandKGaneson | 2012-04-05 22:52:41 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/PythonInterface/OMPython/OMParser/__init__.py M /trunk/PythonInterface/OMPython/__init__.py M /trunk/PythonInterface/setup.py Modified OMC search paths, removed Python 2.7's dependency so now Python 2.6 should also support OMPython, minor changes in OMParser/__init__.py, updated setup.py. ------------------------------------------------------------------------ r11678 | adeas31 | 2012-04-05 21:51:20 +0200 (Thu, 05 Apr 2012) | 4 lines Changed paths: M /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp M /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Component.h M /trunk/OMEdit/OMEditGUI/ComponentsProperties.cpp M /trunk/OMEdit/OMEditGUI/ComponentsProperties.h M /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp M /trunk/OMEdit/OMEditGUI/ConnectorWidget.h M /trunk/OMEdit/OMEditGUI/CornerItem.cpp M /trunk/OMEdit/OMEditGUI/CornerItem.h M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h M /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp M /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/FMIWidget.h M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/IconParameters.cpp M /trunk/OMEdit/OMEditGUI/IconParameters.h M /trunk/OMEdit/OMEditGUI/IconProperties.cpp M /trunk/OMEdit/OMEditGUI/IconProperties.h M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.h M /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp M /trunk/OMEdit/OMEditGUI/LineAnnotation.h M /trunk/OMEdit/OMEditGUI/ModelWidget.cpp M /trunk/OMEdit/OMEditGUI/ModelWidget.h M /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp M /trunk/OMEdit/OMEditGUI/ModelicaEditor.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/OMCThread.cpp M /trunk/OMEdit/OMEditGUI/OMCThread.h M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.h M /trunk/OMEdit/OMEditGUI/PlotWidget.cpp M /trunk/OMEdit/OMEditGUI/PlotWidget.h M /trunk/OMEdit/OMEditGUI/PlotWindowContainer.cpp M /trunk/OMEdit/OMEditGUI/PlotWindowContainer.h M /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp M /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/ProblemsWidget.h M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h M /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp M /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.h M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h M /trunk/OMEdit/OMEditGUI/SplashScreen.cpp M /trunk/OMEdit/OMEditGUI/SplashScreen.h M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h M /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp M /trunk/OMEdit/OMEditGUI/TextAnnotation.h M /trunk/OMEdit/OMEditGUI/Transformation.cpp M /trunk/OMEdit/OMEditGUI/Transformation.h M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.h - Swedish translations. - Language drop down in the options widget. - Changed the files tab width. - Allow users to unset the modifiers value. ------------------------------------------------------------------------ r11677 | sjoelund.se | 2012-04-05 21:22:22 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/DumpTest.mos - Expected output ------------------------------------------------------------------------ r11676 | sjoelund.se | 2012-04-05 21:05:37 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java - Fix testsuite ------------------------------------------------------------------------ r11675 | sjoelund.se | 2012-04-05 17:01:19 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java - Some fixes to dumping as corba string ------------------------------------------------------------------------ r11674 | perost | 2012-04-05 14:40:04 +0200 (Thu, 05 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - Changed simplification of scalar-array operations with an empty array to return an empty array, instead of an array with one element. ------------------------------------------------------------------------ r11673 | perost | 2012-04-05 13:50:15 +0200 (Thu, 05 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Makefile M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ArrayEWOps1.mo M /trunk/testsuite/mofiles/ArrayEWOps2.mo M /trunk/testsuite/mofiles/ArrayEWOps3.mo A /trunk/testsuite/mofiles/ArrayEWOps6.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/Matrix1.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo M /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo M /trunk/testsuite/mofiles/msl/BC6.mo M /trunk/testsuite/mofiles/msl/BC8.mo M /trunk/testsuite/mofiles/msl/BM3.mo M /trunk/testsuite/mofiles/msl/BM4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mosfiles-nosim/FinalTests.mos - Fixed correct types on array-scalar and scalar-array operations. - Updated test cases due to changed operation order. ------------------------------------------------------------------------ r11672 | sjoelund.se | 2012-04-05 13:46:11 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Clean more ------------------------------------------------------------------------ r11671 | sjoelund.se | 2012-04-05 11:16:17 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Added API call setInitXmlStartValue ------------------------------------------------------------------------ r11670 | sjoelund.se | 2012-04-05 11:16:02 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Make checkSettings() less verbose ------------------------------------------------------------------------ r11669 | sjoelund.se | 2012-04-05 08:10:39 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/Makefile M /trunk/SimulationRuntime/c/util/java_interface/Makefile.common - Set OPENMODELICAHOME ------------------------------------------------------------------------ r11668 | sjoelund.se | 2012-04-05 07:23:18 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/java/Makefile - Fix AbsynTest.jar testcase ------------------------------------------------------------------------ r11667 | sjoelund.se | 2012-04-05 07:10:11 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JarCreator.java M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java - Fixed the Java DefinitionsCreator ------------------------------------------------------------------------ r11666 | adrpo | 2012-04-05 02:44:49 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - added isShortDefinition API and tests in testsuite/interactive/interactive_api_calls.mos for it. ------------------------------------------------------------------------ r11665 | adrpo | 2012-04-05 01:44:51 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_param.mos - fixed "setParameterValue" API in Interactive.mo to update the program. - added tests for this functionality in testsuite/interactive/interactive_api_param.mos ------------------------------------------------------------------------ r11664 | adrpo | 2012-04-04 23:06:39 +0200 (Wed, 04 Apr 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c - fix so that loadModel works fine; geez, this was a weird one, libModelicaExternalC.a re-defined (badly) opendir, readdir and some other dirent.h functions, but MinGW already has them. This made SystemImpl__getLoadModelPath to fail. ------------------------------------------------------------------------ r11663 | sjoelund.se | 2012-04-04 22:36:25 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java M /trunk/SimulationRuntime/c/util/java_interface/test_files/simple.mo - Some fixes for Java interface ------------------------------------------------------------------------ r11662 | sjoelund.se | 2012-04-04 21:09:01 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/Util/ModelicaExternalC.mo M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Added scanReal ceval ------------------------------------------------------------------------ r11661 | sjoelund.se | 2012-04-04 20:30:54 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw M /trunk/Compiler/omc_release/Makefile.omdev.mingw - OMDev makefiles ------------------------------------------------------------------------ r11660 | sjoelund.se | 2012-04-04 19:49:10 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/Makefile.compiler_subdirs.common A /trunk/Compiler/Util/ModelicaExternalC.mo (from /trunk/Compiler/Util/Lapack.mo:11652) M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_release/Makefile.in M /trunk/Compiler/runtime/Makefile.common A /trunk/Compiler/runtime/ModelicaExternalC_rml.c (from /trunk/Compiler/runtime/System_rml.c:11652) M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Handle Modelica.Utilities.Streams.* external functions without generating so-files ------------------------------------------------------------------------ r11659 | hubert.thieriot | 2012-04-04 18:30:16 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.cpp M /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.h M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.h - added units - changed OMProcess ------------------------------------------------------------------------ r11658 | wbraun | 2012-04-04 18:13:11 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: A /trunk/doc/tex/img/OverallStructure.dia A /trunk/doc/tex/img/OverallStructure.png - added a figure of the overall structure drawn with dia. ------------------------------------------------------------------------ r11657 | perost | 2012-04-04 16:40:59 +0200 (Wed, 04 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Renamed members of DAE.RANGE to something sane. - Added various List.threadMapReverse functions. - Added BaseHashTable.addUnique. - Instantiation/typing improvements for equations in SCodeInst. - Various other SCodeInst improvements. ------------------------------------------------------------------------ r11656 | perost | 2012-04-04 14:57:29 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - Fix RML compilation... ------------------------------------------------------------------------ r11655 | perost | 2012-04-04 14:47:30 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo - Fixed bootstrapped compilation. ------------------------------------------------------------------------ r11654 | sjoelund.se | 2012-04-04 14:38:17 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/runtime/config.h - Fixes for getAstAsCorbaString ------------------------------------------------------------------------ r11653 | fbergero | 2012-04-04 14:24:04 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Changes in the QSS version. ------------------------------------------------------------------------ r11651 | sjoelund.se | 2012-04-04 12:21:34 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/libraries/README - Force rebuild of libraries ------------------------------------------------------------------------ r11650 | sjoelund.se | 2012-04-04 11:47:46 +0200 (Wed, 04 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/meta/ErrorInvalidComplexType.mo M /trunk/testsuite/meta/ErrorInvalidMetarecord.mo M /trunk/testsuite/meta/ErrorInvalidPattern1.mo M /trunk/testsuite/meta/ErrorInvalidPattern2.mo M /trunk/testsuite/meta/ErrorInvalidPattern3.mo M /trunk/testsuite/meta/ErrorInvalidPattern4.mo M /trunk/testsuite/meta/ErrorLocalElement1.mo M /trunk/testsuite/meta/ErrorLocalElement2.mo M /trunk/testsuite/meta/ErrorLocalElement3.mo M /trunk/testsuite/meta/ErrorMatchInOut1.mo M /trunk/testsuite/meta/ListReductionDimError.mo M /trunk/testsuite/mofiles/Abs2.mo M /trunk/testsuite/mofiles/Acos.mo M /trunk/testsuite/mofiles/Algorithm2.mo M /trunk/testsuite/mofiles/ArrayInvalidDims.mo M /trunk/testsuite/mofiles/ArrayOperators.mo M /trunk/testsuite/mofiles/Array_builtin.mo M /trunk/testsuite/mofiles/Asin.mo M /trunk/testsuite/mofiles/AssignmentErrorConstant.mo M /trunk/testsuite/mofiles/AssignmentErrorInput.mo M /trunk/testsuite/mofiles/Atan.mo M /trunk/testsuite/mofiles/Atan2.mo M /trunk/testsuite/mofiles/Circuit1.mo M /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo M /trunk/testsuite/mofiles/ConnectFlowEffort.mo M /trunk/testsuite/mofiles/ConnectorIllegal.mo M /trunk/testsuite/mofiles/ConnectorIllegal2.mo M /trunk/testsuite/mofiles/Constant9.mo M /trunk/testsuite/mofiles/ConstrainingType1.mo M /trunk/testsuite/mofiles/Cos.mo M /trunk/testsuite/mofiles/Cosh.mo M /trunk/testsuite/mofiles/CyclicBindingConditional.mo M /trunk/testsuite/mofiles/CyclicBindingConst.mo M /trunk/testsuite/mofiles/CyclicBindingParam.mo M /trunk/testsuite/mofiles/DeclareConstant3.mo M /trunk/testsuite/mofiles/Delay5.mo M /trunk/testsuite/mofiles/Delay7.mo M /trunk/testsuite/mofiles/Delay8.mo M /trunk/testsuite/mofiles/DependsRecursive.mo M /trunk/testsuite/mofiles/DerConstant3.mo M /trunk/testsuite/mofiles/DisturbedResistance1.mo M /trunk/testsuite/mofiles/DisturbedResistance3.mo M /trunk/testsuite/mofiles/DisturbedResistance4.mo M /trunk/testsuite/mofiles/DocString.mo M /trunk/testsuite/mofiles/DuplicateElements.mo M /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo M /trunk/testsuite/mofiles/DuplicateElementsExtends.mo M /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo M /trunk/testsuite/mofiles/EmptyArray.mo M /trunk/testsuite/mofiles/Encapsulated2.mo M /trunk/testsuite/mofiles/Encapsulated3.mo M /trunk/testsuite/mofiles/Encapsulated4.mo M /trunk/testsuite/mofiles/EndIllegal.mo M /trunk/testsuite/mofiles/EndUnknown.mo M /trunk/testsuite/mofiles/Enum12.mo M /trunk/testsuite/mofiles/Enum5.mo M /trunk/testsuite/mofiles/EnumInvalidLiteral.mo M /trunk/testsuite/mofiles/ErrorExternalAlgorithm.mo M /trunk/testsuite/mofiles/ErrorExternalModel.mo M /trunk/testsuite/mofiles/Exp.mo M /trunk/testsuite/mofiles/ExtObjError.mo M /trunk/testsuite/mofiles/Extends4.mo M /trunk/testsuite/mofiles/Extends6.mo M /trunk/testsuite/mofiles/Extends7.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/ExternalFunction8.mo M /trunk/testsuite/mofiles/FloatingPoint.mo M /trunk/testsuite/mofiles/FlowInvalid1.mo M /trunk/testsuite/mofiles/ForIterator1.mo M /trunk/testsuite/mofiles/Function11.mo M /trunk/testsuite/mofiles/Function7.mo M /trunk/testsuite/mofiles/Function8.mo M /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo M /trunk/testsuite/mofiles/FunctionInvalidVar1.mo M /trunk/testsuite/mofiles/FunctionInvalidVar2.mo M /trunk/testsuite/mofiles/FunctionProtectedInput.mo M /trunk/testsuite/mofiles/FunctionSimplex.mo M /trunk/testsuite/mofiles/FunctionWithEquation.mo M /trunk/testsuite/mofiles/IfExpCombiTable2.mo M /trunk/testsuite/mofiles/IllegalSubscript.mo M /trunk/testsuite/mofiles/Import2.mo M /trunk/testsuite/mofiles/IntDiv.mo M /trunk/testsuite/mofiles/IntPow.mo M /trunk/testsuite/mofiles/InvalidExtends1.mo M /trunk/testsuite/mofiles/InvalidSizeIndex1.mo M /trunk/testsuite/mofiles/InvalidSizeIndex2.mo M /trunk/testsuite/mofiles/InvalidSizeScalar.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Log.mo M /trunk/testsuite/mofiles/Log10.mo M /trunk/testsuite/mofiles/Lookup3.mo M /trunk/testsuite/mofiles/Lookup7.mo M /trunk/testsuite/mofiles/MathematicalFunctions.mo M /trunk/testsuite/mofiles/Modification15.mo M /trunk/testsuite/mofiles/Modification4.mo M /trunk/testsuite/mofiles/Modification8.mo M /trunk/testsuite/mofiles/ModifierTypeError.mo M /trunk/testsuite/mofiles/ModifyConstant4.mo M /trunk/testsuite/mofiles/ModifyConstant5.mo M /trunk/testsuite/mofiles/ModifyConstant6.mo M /trunk/testsuite/mofiles/ModifyUnknown1.mo M /trunk/testsuite/mofiles/ModifyUnknown2.mo M /trunk/testsuite/mofiles/MultipleDeclarations.mo M /trunk/testsuite/mofiles/MultipleDeclarations2.mo M /trunk/testsuite/mofiles/PackageParameter.mo M /trunk/testsuite/mofiles/Partial1.mo M /trunk/testsuite/mofiles/Philosopher.mo M /trunk/testsuite/mofiles/Philosopher2.mo M /trunk/testsuite/mofiles/Protected1.mo M /trunk/testsuite/mofiles/ProtectedAccess.mo M /trunk/testsuite/mofiles/Real2Integer1.mo M /trunk/testsuite/mofiles/Real2Integer2.mo M /trunk/testsuite/mofiles/RealDiv.mo M /trunk/testsuite/mofiles/RealPow.mo M /trunk/testsuite/mofiles/RealSub.mo M /trunk/testsuite/mofiles/RecursiveDefinition.mo M /trunk/testsuite/mofiles/RecursiveShort.mo M /trunk/testsuite/mofiles/ReturnError.mo M /trunk/testsuite/mofiles/SampleError.mo M /trunk/testsuite/mofiles/ScopeDeclaration2.mo M /trunk/testsuite/mofiles/ScopeModification2.mo M /trunk/testsuite/mofiles/SimpleIntegrator3.mo M /trunk/testsuite/mofiles/SimplifyRangeInCall.mo M /trunk/testsuite/mofiles/Sin.mo M /trunk/testsuite/mofiles/Sinh.mo M /trunk/testsuite/mofiles/SumScalar.mo M /trunk/testsuite/mofiles/Tan.mo M /trunk/testsuite/mofiles/Terminal2.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/Type1.mo M /trunk/testsuite/mofiles/Type3.mo M /trunk/testsuite/mofiles/Type7.mo M /trunk/testsuite/mofiles/Type8.mo M /trunk/testsuite/mofiles/TypeClass2.mo M /trunk/testsuite/mofiles/Units2.mo M /trunk/testsuite/mofiles/WhenElseNested.mo M /trunk/testsuite/mofiles/WhenNested.mo M /trunk/testsuite/mofiles/WhenNestedEquation.mo M /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo M /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo M /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo M /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo M /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo M /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo M /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo M /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo M /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo M /trunk/testsuite/mofiles/modelica_1_1_Type10.mo M /trunk/testsuite/mofiles/prtest.mo M /trunk/testsuite/redeclare/ClassExtendsInvalid1.mo M /trunk/testsuite/redeclare/ClassExtendsInvalid2.mo M /trunk/testsuite/redeclare/ConstantRedeclareModifier.mo M /trunk/testsuite/redeclare/DuplicateRedeclares1.mo M /trunk/testsuite/redeclare/DuplicateRedeclares2.mo M /trunk/testsuite/redeclare/FinalRedeclareModifier.mo M /trunk/testsuite/redeclare/RedeclareFlowEffort.mo M /trunk/testsuite/redeclare/RedeclareModifierInvalid1.mo M /trunk/testsuite/redeclare/RedeclareModifierInvalid2.mo M /trunk/testsuite/redeclare/RedeclareVisibility2.mo M /trunk/testsuite/redeclare/ReplaceableBaseClass.mo M /trunk/testsuite/streams/InStreamInvalidArgument.mo M /trunk/testsuite/streams/StreamUnbalancedConnector.mo - Changed the Dependency+SCode+Inst calls everywhere to: + CevalScript.runFrontEnd(...), which does more error-checking - Removed Inst.{instantiate,instProgram} as they are not needed (they were used to inst the last class of the program; which can be performed by asking for the last class of the program and instantiating that) ------------------------------------------------------------------------ r11649 | hubert.thieriot | 2012-04-04 10:42:03 +0200 (Wed, 04 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp - mofiles loaded are added in dependencies for simulation ------------------------------------------------------------------------ r11646 | sjoelund.se | 2012-04-03 14:56:17 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/mosh/src/Makefile.in - Make omniidl command more suitable for parallel jobs ------------------------------------------------------------------------ r11645 | sjoelund.se | 2012-04-03 14:31:57 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Fix make install ------------------------------------------------------------------------ r11644 | sjoelund.se | 2012-04-03 13:10:37 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Install OMEdit nls files ------------------------------------------------------------------------ r11643 | adeas31 | 2012-04-03 10:26:48 +0200 (Tue, 03 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Release notes. ------------------------------------------------------------------------ r11642 | wbraun | 2012-04-02 22:33:47 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/fmi/InOutTest.mo M /trunk/testsuite/fmi/InOutTest.mos M /trunk/testsuite/fmi/testInOut.mo - changed test-case ------------------------------------------------------------------------ r11641 | wbraun | 2012-04-02 22:15:33 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/fmuModelica.in M /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.in M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c A /trunk/testsuite/fmi/InOutTest.mo A /trunk/testsuite/fmi/InOutTest.mos M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/testInOut.mo - optimized fmi-export calculations - added support input and output vars for fmi-import and a test-case - added a better flow control for fmi-import models ------------------------------------------------------------------------ r11640 | sjoelund.se | 2012-04-02 20:10:01 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos - Expected output, etc ------------------------------------------------------------------------ r11639 | sjoelund.se | 2012-04-02 19:58:00 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Makefile D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos A /trunk/testsuite/mosfiles-nosim/ErrorSimPackage.mos M /trunk/testsuite/mosfiles-nosim/Makefile - Removed some simulate(PACKAGE) tests + Added one in mosfiles-nosim to test this in the future ------------------------------------------------------------------------ r11638 | sjoelund.se | 2012-04-02 19:26:52 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos M /trunk/testsuite/mosfiles/ASubIfExp.mos M /trunk/testsuite/mosfiles/ComplexNumbers.mo M /trunk/testsuite/mosfiles/ComplexNumbers.mos - Fixed some of the testcases (tries to simulate packages, instantiate functions) ------------------------------------------------------------------------ r11637 | sjoelund.se | 2012-04-02 17:21:21 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Util/Error.mo - Add a check for uses-annotations being fulfilled before starting inst/translate model ------------------------------------------------------------------------ r11636 | mahge930 | 2012-04-02 16:19:46 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.c M /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c - Compact free_memory. Check parallel variable type in Template. Generate one more file for ParModelica. ------------------------------------------------------------------------ r11635 | sjoelund.se | 2012-04-02 15:55:39 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/main.cpp - Fix translation (r11632 broke) - Updated timestamp translation ------------------------------------------------------------------------ r11634 | perost | 2012-04-02 15:37:04 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Util/Error.mo - Better error message for non-connectors in connections. ------------------------------------------------------------------------ r11633 | hubert.thieriot | 2012-04-02 13:39:59 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp - corrected OptimResult cloning : csv filenames also cloned. ------------------------------------------------------------------------ r11632 | adeas31 | 2012-04-02 13:25:58 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Catch the std::runtime_error. - Better checking for translations file. ------------------------------------------------------------------------ r11631 | mahge930 | 2012-04-02 13:18:24 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Proper naming. ------------------------------------------------------------------------ r11630 | adeas31 | 2012-04-02 12:23:48 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp Fix for bug #1722 - Removed the Ambiguous shortcut. ------------------------------------------------------------------------ r11629 | sjoelund.se | 2012-04-02 12:19:56 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Load NLS files based on OPENMODELICAHOME, not relative to cwd ------------------------------------------------------------------------ r11628 | a_severin | 2012-04-02 11:45:21 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro A /trunk/OMEdit/OMEditGUI/OMEdit_de.qm A /trunk/OMEdit/OMEditGUI/OMEdit_de.ts A /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts A /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm A /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp A /trunk/OMEdit/OMEditGUI/tsupdate.sh - OMEdit: added localization ------------------------------------------------------------------------ r11627 | sjoelund.se | 2012-04-02 11:43:04 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp - Removed the need for DRMODELICAHOME env.var ------------------------------------------------------------------------ r11626 | hubert.thieriot | 2012-04-02 11:27:43 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/build/UpdateRevision.bat - changed version reader from tortoise svn ------------------------------------------------------------------------ r11625 | sjoelund.se | 2012-04-02 11:17:15 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - More detailed parser error ------------------------------------------------------------------------ r11624 | hubert.thieriot | 2012-04-02 11:08:48 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/version.h - changed OptimResult VariableResult reading ------------------------------------------------------------------------ r11623 | mahge930 | 2012-04-01 16:29:53 +0200 (Sun, 01 Apr 2012) | 1 line Changed paths: A /trunk/ParModelica A /trunk/ParModelica/Makefile.common A /trunk/ParModelica/Makefile.in A /trunk/ParModelica/Makefile.omdev.mingw A /trunk/ParModelica/OpenCLRuntime A /trunk/ParModelica/OpenCLRuntime/CL A /trunk/ParModelica/OpenCLRuntime/CL/cl.h A /trunk/ParModelica/OpenCLRuntime/CL/cl.hpp A /trunk/ParModelica/OpenCLRuntime/CL/cl_agent_amd.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_d3d10.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_ext.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_gl.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_gl_ext.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_icd.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_platform.h A /trunk/ParModelica/OpenCLRuntime/CL/opencl.h A /trunk/ParModelica/OpenCLRuntime/Makefile A /trunk/ParModelica/OpenCLRuntime/Makefile.common A /trunk/ParModelica/OpenCLRuntime/Makefile.in A /trunk/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl A /trunk/ParModelica/OpenCLRuntime/OpenCL.lib A /trunk/ParModelica/OpenCLRuntime/ocl_offcomp.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_common_header.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_util.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_util.h + Added the OpenCL runtime. ------------------------------------------------------------------------ r11622 | wbraun | 2012-04-01 04:23:07 +0200 (Sun, 01 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/import/moGenerator.c - fixed coding style ------------------------------------------------------------------------ r11621 | wbraun | 2012-04-01 04:12:41 +0200 (Sun, 01 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/testsuite/fmi/EnumerationTest.mo M /trunk/testsuite/fmi/ExternalFMUs.mos M /trunk/testsuite/fmi/Makefile M /trunk/testsuite/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos - changed compilation flag for fmu-export from -O2 to -O - added String support for fmu-import - added MultiBody.DoublePendelum test ------------------------------------------------------------------------ r11620 | mahge930 | 2012-03-30 22:19:05 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl Fix error in template and remove Tab. ------------------------------------------------------------------------ r11619 | mahge930 | 2012-03-30 21:57:54 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo + Handling of parallel variables in the Back-end. Mostly fall-through. + Limited handling of parallel variables in Code generation. ------------------------------------------------------------------------ r11618 | mahge930 | 2012-03-30 21:55:07 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c + Handling of parallel variables in the Back-end. Mostly fall-through. + Limited handling of parallel variables in Code generation. ------------------------------------------------------------------------ r11617 | hubert.thieriot | 2012-03-30 16:44:47 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.cpp M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.h - changed Dymola compilation (one mo path) - AboutOMOptim includes version header -> will this make it compile every time (needed for version number coherency) ? ------------------------------------------------------------------------ r11616 | perost | 2012-03-30 16:42:41 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - Remove tab. ------------------------------------------------------------------------ r11615 | Frenkel TUD | 2012-03-30 16:11:57 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos - fix tests ------------------------------------------------------------------------ r11614 | wbraun | 2012-03-30 15:52:07 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - fixed some fmi-export memory leaks ------------------------------------------------------------------------ r11613 | niklwors | 2012-03-30 15:45:46 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Fix for assert expressions in cpp template ------------------------------------------------------------------------ r11612 | Frenkel TUD | 2012-03-30 14:07:01 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/testsuite/mosfiles/CheckEvents.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix tests ------------------------------------------------------------------------ r11611 | Frenkel TUD | 2012-03-30 13:55:13 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mat - fix tests ------------------------------------------------------------------------ r11610 | Frenkel TUD | 2012-03-30 13:48:49 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mat - fix tests ------------------------------------------------------------------------ r11609 | wbraun | 2012-03-30 11:21:13 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c -fixed CODING_STYLE ------------------------------------------------------------------------ r11608 | wbraun | 2012-03-30 10:41:26 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos - fixed FMI-Export Alias variables ------------------------------------------------------------------------ r11607 | Frenkel TUD | 2012-03-30 00:19:43 +0200 (Fri, 30 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo M /trunk/libraries/Modelica 3.1/Mechanics/Rotational.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/mosfiles/CheckEvents.mos - add comments to flags, add flags - bugfix removesimpleequationspast - update teststuite msl31/simulate - add experiment annotation for M.M.Rotational.ElasticBearing ------------------------------------------------------------------------ r11606 | adeas31 | 2012-03-30 00:16:39 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - More documentation. - New chapter for OMPython in OpenModelicaUsersGuide. ------------------------------------------------------------------------ r11605 | Frenkel TUD | 2012-03-30 00:13:55 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - add function dumpEqnsSolved, to dump the equations in the order of calculate them ------------------------------------------------------------------------ r11604 | Frenkel TUD | 2012-03-30 00:10:35 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - Bugfix codegeneration for tearing system, use index from original system ------------------------------------------------------------------------ r11603 | wbraun | 2012-03-29 21:18:23 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - removed some tabs ------------------------------------------------------------------------ r11602 | wbraun | 2012-03-29 20:50:54 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h A /trunk/testsuite/fmi/EnumerationTest.mo A /trunk/testsuite/fmi/EnumerationTest.mos M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/TanksConnectedPI.mo A /trunk/testsuite/fmi/TanksConnectedPI.mos - aded fixes and tests for fmu-export and fmu-import ------------------------------------------------------------------------ r11601 | adeas31 | 2012-03-29 15:59:16 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Check for simulation executable crashes. - Only send simulation flags if user specify them. ------------------------------------------------------------------------ r11600 | perost | 2012-03-29 14:09:43 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo - Initial support for equations in SCodeInst. ------------------------------------------------------------------------ r11599 | sjoelund.se | 2012-03-29 12:25:25 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo - Also look for package.encoding in the library directory if the file is a mo-file and not a directory of its own + Note: This affects all packages stored as file in this directory ------------------------------------------------------------------------ r11598 | hubert.thieriot | 2012-03-29 11:12:29 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/tools/Installer/Update.iss -update installer ------------------------------------------------------------------------ r11597 | sjoelund.se | 2012-03-29 08:13:11 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/Modelica.g - Parser now supports the BOM ------------------------------------------------------------------------ r11596 | sjoelund.se | 2012-03-29 07:37:07 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/Compiler/FrontEnd/ParserExt.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/ModelicaParserCommon.h M /trunk/Parser/Parser_omc.cpp M /trunk/Parser/Parser_rml.c M /trunk/Parser/parse.c - Added option to loadFile(..., encoding="ISO-8859-1"), to convert from one encoding to UTF-8 - loadModel(): Added support for package.encoding (OM extension) ------------------------------------------------------------------------ r11595 | adeas31 | 2012-03-28 22:09:09 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: D /trunk/PythonInterface/OMPython v1.0 User Manual.docx D /trunk/PythonInterface/OMPython v1.0 User Manual.pdf A /trunk/doc/OMPython A /trunk/doc/OMPython/OMPython-UserManual.doc A /trunk/doc/OMPython/OMPython-UserManual.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Added OMPython doocumentation to OpenModelicaUsersGuide. - Moved the OMPython docs from PythonInterface to doc/OMPython. ------------------------------------------------------------------------ r11594 | hubert.thieriot | 2012-03-28 21:14:10 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/build/OMOptim.windowsconfig.in - added missing variables in Optimization result - corrected iscan in Optimization result - corrected TabResOneSim ------------------------------------------------------------------------ r11593 | adrpo | 2012-03-28 21:04:17 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/.settings/org.eclipse.core.resources.prefs M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos - force UTF-8 encoding in project: .settings/org.eclipse.core.resources.prefs - get rid of tab in Compiler/runtime/SimulationResultsCmp.c - fix expected output in failing tests in testsuite/libraries/msl31/simulate/* ------------------------------------------------------------------------ r11592 | sjoelund.se | 2012-03-28 20:43:53 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/division.c - Use system isnan ------------------------------------------------------------------------ r11591 | adrpo | 2012-03-28 20:21:20 +0200 (Wed, 28 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h - do NOT define isnan in a header! it will conflict with other C headers. ------------------------------------------------------------------------ r11590 | hubert.thieriot | 2012-03-28 18:33:16 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp - updated .mat reading function - changed OPtimResult.toXmlData ------------------------------------------------------------------------ r11589 | Frenkel TUD | 2012-03-28 16:33:02 +0200 (Wed, 28 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mat - BackendDAEOptimize.mo: improved Aliasvar selection, check if var is generated by omc (Dummer_der) and prefer other candidate - SimulationResultsCmp.c: prepair all to report vars with different values in time @Adrian: ToDo: return string with variables - Update msl3.1/simulate examples - add check for NAN while divide, torn on with define CHECK_NAN ------------------------------------------------------------------------ r11588 | sjoelund.se | 2012-03-28 15:34:16 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/PythonInterface/Makefile.common - PythonInterface make clean ------------------------------------------------------------------------ r11587 | sjoelund.se | 2012-03-28 15:30:53 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Re-add tabs ------------------------------------------------------------------------ r11586 | adeas31 | 2012-03-28 15:21:53 +0200 (Wed, 28 Mar 2012) | 5 lines Changed paths: M /trunk/Makefile.common M /trunk/PythonInterface/Makefile.in M /trunk/PythonInterface/Makefile.omdev.mingw M /trunk/PythonInterface/OMPython/__init__.py M /trunk/PythonInterface/setup.py - Fixed some path issues. - Generate two packages OMPython and OMPythonIDL. - Generate _OMCIDL instead of a very generic name _GlobalIDL. - Fixed Popen problem. - Write omc output to a log file. ------------------------------------------------------------------------ r11585 | hubert.thieriot | 2012-03-28 14:27:51 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp - improved needed files for compilation - OpenModelica compiling in tmp folder ------------------------------------------------------------------------ r11584 | sjoelund.se | 2012-03-28 14:13:57 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/setup.py - Removed invalid setup option "date" ------------------------------------------------------------------------ r11583 | sjoelund.se | 2012-03-28 14:01:56 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in M /trunk/PythonInterface/setup.py - Some changes to the way we store the idl-generated files in Python (avoid import errors when installed to site-packages) ------------------------------------------------------------------------ r11582 | sjoelund.se | 2012-03-28 13:35:08 +0200 (Wed, 28 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl - Added simplify all expressions before/after optimization phases - Removed odd hacks that assume Expression.isConst is actually Expression.isConstValue + The difference is that you need to simplify a const non-value for it to become a value ------------------------------------------------------------------------ r11581 | sjoelund.se | 2012-03-28 13:30:21 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in M /trunk/configure.in - Add flag so we can --disable-python-interface ------------------------------------------------------------------------ r11580 | adrpo | 2012-03-28 04:05:57 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11579 | adrpo | 2012-03-28 03:36:04 +0200 (Wed, 28 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix the UTF-8 encoding. ------------------------------------------------------------------------ r11578 | adrpo | 2012-03-28 03:21:11 +0200 (Wed, 28 Mar 2012) | 24 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/doc/performance/benchmarks/tests/HumModOMCTotal.mo M /trunk/doc/performance/benchmarks/tests/_LoopsTotal.mo M /trunk/testsuite/mosfiles/nonConstantParam.mos - add new heuristic to Compiler/BackEnd/BackendDAEOptimize.mo if two aliases have different start value choose the one more closer to the top of the instance hierarchy. - add ComponentReference.crefDepth in Compiler/FrontEnd/ComponentReference.mo' - fixed testsuite/mosfiles/nonConstantParam.mos output - more paranoiac checks of arguments in CevalScript.buildModel function Compiler/Script/CevalScript.mo - moved symbol table to a more sane place in output arguments of buildModel and return the simflags too - use simflags when calling the generated system executable. - fixed System.getUsesCardinality for bootstrapping as it should return the value because is not pass by reference. - added comment that we should check the encoding in Util.escapeModelicaStringToXmlString, maybe give an warning and force UTF-8 conversion. - update models in doc/performance/benchmarks/tests/ Compiler/susan_codegen/SimCode/CodegenC.tpl - minimize the .c file size for MetaModelica support. - generate literals in the header not the c file - rename all .targXX to .cXX as i have no idea from where the name "targ" comes and what it means! ".cXX" means component XX from the structure. - got rid of spurious defines that make no sense - got rid of some of the comments. - use the tmpMeta array for the inputs/outputs in match(continue) expressions. ------------------------------------------------------------------------ r11577 | adrpo | 2012-03-28 02:30:34 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile A /trunk/testsuite/libraries/msl31/simulate/Rectifier.mat A /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mo A /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mos A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mat A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mo A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mos - added tests for Modelica.Electrical.Analog from Massimo Ceraolo @ University of Pisa - not on by default as Rectifier goes into infinite loop (solver seems to try the same step over and over) and ThyrGTO has wrong values. ------------------------------------------------------------------------ r11576 | hubert.thieriot | 2012-03-27 19:36:43 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/tools/Installer/Update.iss - corrected installer ------------------------------------------------------------------------ r11575 | hubert.thieriot | 2012-03-27 19:32:33 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp - security in changeDirectory ------------------------------------------------------------------------ r11574 | hubert.thieriot | 2012-03-27 19:31:33 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/OMCHelper.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - create temp path if it does not exist ------------------------------------------------------------------------ r11573 | hubert.thieriot | 2012-03-27 19:05:55 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp - small correction ------------------------------------------------------------------------ r11572 | hubert.thieriot | 2012-03-27 18:59:56 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp - optVariable model initialization corrected - OpenModelica compilation in work folder (to avoid space problems) : untested yet ------------------------------------------------------------------------ r11571 | hubert.thieriot | 2012-03-27 18:28:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - corrected potential seg fault in optimization - Variable::clone() now is virtual ------------------------------------------------------------------------ r11570 | hubert.thieriot | 2012-03-27 17:26:47 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h - corrected find functions - EA now also display generation parameters ------------------------------------------------------------------------ r11569 | hubert.thieriot | 2012-03-27 16:34:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/Variables.cpp - corrected find functions - corrected WidgetModelsList ------------------------------------------------------------------------ r11568 | hubert.thieriot | 2012-03-27 14:39:17 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/tools/Installer/Update.iss - modified installer script - added pre_target_deps ------------------------------------------------------------------------ r11567 | hubert.thieriot | 2012-03-27 14:22:52 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp - models consolidation when loading project (check whether models exist or not) ------------------------------------------------------------------------ r11566 | hubert.thieriot | 2012-03-27 13:40:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/FileData/SaveOMOptim.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.h M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h - OpenModelica compiles in model folder : be careful when space in path - first functions to consolidate models path (not applied yet) ------------------------------------------------------------------------ r11565 | adeas31 | 2012-03-27 12:29:18 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: D /trunk/Compiler/scripts/PythonInterface M /trunk/OMEdit/OMEditGUI/mainwindow.h A /trunk/PythonInterface/OMPython v1.0 User Manual.docx - Moved OMPython manual. ------------------------------------------------------------------------ r11564 | AnandKGaneson | 2012-03-27 12:16:08 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo A /trunk/Compiler/scripts/PythonInterface A /trunk/Compiler/scripts/PythonInterface/OMPython v1.0 User Manual.docx Added the OMPython User Manual, Word document. ------------------------------------------------------------------------ r11563 | adeas31 | 2012-03-27 12:12:02 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.pdf - PDF versions of OM users guide and system documentation. ------------------------------------------------------------------------ r11562 | hubert.thieriot | 2012-03-27 12:00:28 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: A /trunk/OMOptim/buildOMOptim.pro - added a .pro file to build OMOptimBasis, OMOptimLib and OMOptim in one step ------------------------------------------------------------------------ r11561 | adeas31 | 2012-03-27 11:36:59 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Fixed compilation for MAC. - Added version numbers for settings. ------------------------------------------------------------------------ r11560 | hubert.thieriot | 2012-03-27 11:35:12 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp A /trunk/OMOptim/revision.h - major bug correction : controler was not anymore set in Optimization simulations - corrected risk of bug when looking for filepath of an unfoundable model ------------------------------------------------------------------------ r11559 | sjoelund.se | 2012-03-27 08:22:58 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Install both python 2.6 and 2.7 versions if available ------------------------------------------------------------------------ r11558 | petfr | 2012-03-27 03:55:23 +0200 (Tue, 27 Mar 2012) | 3 lines Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaUsersGuide.doc Updated dates, authors, version no, release text at the end, contributors. Still missing: description of new initialization options to simulate and a short description of the OMPython API with reference to the OMPython users guide. ------------------------------------------------------------------------ r11557 | adeas31 | 2012-03-27 00:52:28 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.h M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.h - Support for simulation flags. ------------------------------------------------------------------------ r11556 | adeas31 | 2012-03-26 20:09:19 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/import/Makefile.omdev.mingw - Fixed FMI import compilation on windows. ------------------------------------------------------------------------ r11555 | sjoelund.se | 2012-03-26 19:31:22 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/expandable/BusOMCTotal2.mo M /trunk/testsuite/expandable/ElectrolytesT2Total.mo - UTF-8 fixes ------------------------------------------------------------------------ r11554 | sjoelund.se | 2012-03-26 19:11:24 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Succeed on success ------------------------------------------------------------------------ r11553 | sjoelund.se | 2012-03-26 18:53:13 +0200 (Mon, 26 Mar 2012) | 3 lines Changed paths: M /trunk/testsuite/expandable/ElectrolytesT2Total.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/PEXPipeTotal.mo M /trunk/testsuite/mofiles/msl/Gear.mo M /trunk/testsuite/mosfiles/Bug1687.mo M /trunk/testsuite/mosfiles/nonConstantParam.mo M /trunk/testsuite/mosfiles-nosim/AIMC_DOLTotal.mo M /trunk/testsuite/mosfiles-nosim/EnzMMTotal.mo M /trunk/testsuite/mosfiles-nosim/TransformerYYTotal.mo M /trunk/testsuite/mosfiles-nosim/iconv.mos M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo - UTF-8 versions of some tests - Disable iconv.mos ------------------------------------------------------------------------ r11552 | perost | 2012-03-26 18:41:11 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Design/SystemModel1.mo M /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/limitValue.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/package.mo - Removed more tabs to get Hudson to shut up. ------------------------------------------------------------------------ r11551 | adeas31 | 2012-03-26 17:03:20 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf - System documentation updates by Kristian Stavåker. ------------------------------------------------------------------------ r11550 | sjoelund.se | 2012-03-26 16:39:46 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Symlink 2.6 and 2.7 Python files ------------------------------------------------------------------------ r11549 | sjoelund.se | 2012-03-26 15:53:54 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/import/Makefile.in A /trunk/SimulationRuntime/fmi/import/fmuModelica.in (from /trunk/SimulationRuntime/fmi/import/fmuModelica.tmp:11548) D /trunk/SimulationRuntime/fmi/import/fmuModelica.tmp A /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.in (from /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp:11548) D /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h - Use suffix .in for in-files ------------------------------------------------------------------------ r11548 | sjoelund.se | 2012-03-26 15:42:34 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/testsuite/3rdParty/HumMod/HumModOMCTotal.mo M /trunk/testsuite/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Valve.mo M /trunk/testsuite/libraries/biochem/ContainerTotal.mo M /trunk/testsuite/libraries/biochem/CytosolTotal.mo M /trunk/testsuite/libraries/biochem/extra_cellularTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/PendulumTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoopTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/robotTotal.mo M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Design/SystemModel1.mo M /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo - Conversion to UTF-8 ------------------------------------------------------------------------ r11547 | hubert.thieriot | 2012-03-26 14:58:34 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - problem renamed when needed ------------------------------------------------------------------------ r11545 | sjoelund.se | 2012-03-26 14:45:53 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/version.h - Remove tabs ------------------------------------------------------------------------ r11544 | sjoelund.se | 2012-03-26 14:45:34 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/version.h.tmpl - Die with fire ------------------------------------------------------------------------ r11542 | sjoelund.se | 2012-03-26 14:35:30 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl221/DifferentialAmplifierTotal.mo M /trunk/testsuite/libraries/msl221/EnforcedMovement.mos M /trunk/testsuite/libraries/msl221/EnforcedMovementTotal.mo M /trunk/testsuite/libraries/msl221/ExtractorTestTotal.mo M /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos M /trunk/testsuite/libraries/msl221/MotionCycleWithLoadTotal.mo M /trunk/testsuite/libraries/msl221/OneWayRectifierBGTotal.mo M /trunk/testsuite/libraries/msl221/OneWayRectifierTotal.mo M /trunk/testsuite/libraries/msl221/PullinStroke.mos M /trunk/testsuite/libraries/msl221/PullinStrokeTotal.mo M /trunk/testsuite/libraries/msl221/TestNandTotal.mo - Updated MSL 2.2.1 tests to UTF-8 ------------------------------------------------------------------------ r11541 | hubert.thieriot | 2012-03-26 14:34:08 +0200 (Mon, 26 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/tools/Installer/Update.iss M /trunk/OMOptim/version.h - corrected bugs when several models in optimization - adde pre_target_deps for omoptim - catch problem exception ------------------------------------------------------------------------ r11540 | sjoelund.se | 2012-03-26 14:27:15 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Updated expected ------------------------------------------------------------------------ r11539 | sjoelund.se | 2012-03-26 13:24:16 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/Makefile.common M /trunk/Parser/ModelicaParserCommon.h M /trunk/Parser/parse.c - Verify that string literals are encoded in UTF-8 ------------------------------------------------------------------------ r11538 | perost | 2012-03-26 12:56:24 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl M /trunk/Compiler/susan_codegen/SusanDump.tpl M /trunk/Compiler/susan_codegen/paper.tpl M /trunk/Compiler/susan_codegen/test.tpl M /trunk/Makefile.common M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Constants.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/ISystemInitialization.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/fmi/import/stack.c M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/SimulationRuntime/fmi/import/xmlparser.h M /trunk/SimulationRuntime/interactive/omi_Calculation.cpp M /trunk/SimulationRuntime/interactive/omi_Control.cpp M /trunk/SimulationRuntime/interactive/omi_ResultManager.cpp M /trunk/SimulationRuntime/interactive/omi_Transfer.cpp M /trunk/SimulationRuntime/qss/solver_qss.cpp M /trunk/libraries/Modelica 2.2.1/C-Sources/win32_dirent.h M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.2/Math/Nonlinear.mo M /trunk/libraries/Modelica 3.2/package.mo M /trunk/libraries/ModelicaServices 1.0/package.mo M /trunk/libraries/SimpleFluid/Examples.mo M /trunk/libraries/SimpleFluid/Types.mo M /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl221/HeatingRectifier.mos M /trunk/testsuite/libraries/msl221/IndirectCooling.mos M /trunk/testsuite/libraries/msl221/Motor.mos M /trunk/testsuite/libraries/msl221/OneMass.mos M /trunk/testsuite/libraries/msl221/ParallelCooling.mos M /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/libraries/msl221/PumpDropOut.mos M /trunk/testsuite/libraries/msl221/SimpleCooling.mos M /trunk/testsuite/libraries/msl221/TwoMass.mos M /trunk/testsuite/libraries/msl221/TwoMasses.mos M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Got rid of tabs. ------------------------------------------------------------------------ r11537 | sjoelund.se | 2012-03-26 11:49:15 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/libraries/BioChem 1.0/Examples/package.mo M /trunk/libraries/BioChem 1.0/Reactions/MassAction/Irreversible/package.mo M /trunk/libraries/BioChem 1.0/package.mo A /trunk/libraries/BioChem 1.0.txt M /trunk/libraries/Modelica 1.6/SIunits.mo M /trunk/libraries/Modelica 1.6/Thermal/HeatTransfer.mo M /trunk/libraries/Modelica 1.6.txt M /trunk/libraries/Modelica 2.2.1/Blocks/Math.mo M /trunk/libraries/Modelica 2.2.1/Blocks/package.mo M /trunk/libraries/Modelica 2.2.1/Electrical/Digital.mo M /trunk/libraries/Modelica 2.2.1/SIunits.mo M /trunk/libraries/Modelica 2.2.1/Thermal/FluidHeatFlow.mo M /trunk/libraries/Modelica 2.2.1/Thermal/HeatTransfer.mo M /trunk/libraries/Modelica 2.2.1/package.mo A /trunk/libraries/Modelica 2.2.1.txt M /trunk/libraries/Modelica 3.2/Fluid/Dissipation.mo M /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Examples/DoublePendulum.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/from_Hz.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/to_Hz.mo M /trunk/libraries/README - Converted the older libraries to UTF-8 ------------------------------------------------------------------------ r11536 | sjoelund.se | 2012-03-26 11:40:31 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/test.tpl M /trunk/Makefile.in M /trunk/SimulationRuntime/interactive/omi_Control.cpp M /trunk/SimulationRuntime/interactive/omi_ResultManager.cpp M /trunk/SimulationRuntime/interactive/omi_Transfer.cpp - Fixed the encoding of the remaining files (added .tpl, fixed some illegal chars in interactive) ------------------------------------------------------------------------ r11535 | sjoelund.se | 2012-03-26 11:31:33 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmiModelTypes.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/interactive/omi_Calculation.cpp M /trunk/SimulationRuntime/interactive/omi_ServiceInterface.cpp M /trunk/SimulationRuntime/qss/solver_qss.cpp M /trunk/SimulationRuntime/qss/solver_qss.h - Fix encoding in CPP and interactive ------------------------------------------------------------------------ r11534 | sjoelund.se | 2012-03-26 11:29:50 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/c/inline.h M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/linearization/linearize.h M /trunk/SimulationRuntime/c/math-support/delay.h M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/initialization.h M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.c M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/SimulationRuntime/c/meta/meta_modelica_catch.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/meta/rml_compatibility.h M /trunk/SimulationRuntime/c/omc_msvc.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/options.h M /trunk/SimulationRuntime/c/simulation/results/read_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/read_csv.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_empty.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.h M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/dopri45.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/simulation_inline_solver.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/SimulationRuntime/c/util/base_array.c M /trunk/SimulationRuntime/c/util/base_array.h M /trunk/SimulationRuntime/c/util/boolean_array.c M /trunk/SimulationRuntime/c/util/boolean_array.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/index_spec.c M /trunk/SimulationRuntime/c/util/index_spec.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/java_interface.c M /trunk/SimulationRuntime/c/util/java_interface.h M /trunk/SimulationRuntime/c/util/list.c M /trunk/SimulationRuntime/c/util/list.h M /trunk/SimulationRuntime/c/util/memory_pool.c M /trunk/SimulationRuntime/c/util/memory_pool.h M /trunk/SimulationRuntime/c/util/modelica.h M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/SimulationRuntime/c/util/modelica_string.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/c/util/read_write.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/c/util/string_array.c M /trunk/SimulationRuntime/c/util/string_array.h M /trunk/SimulationRuntime/c/util/utility.c M /trunk/SimulationRuntime/c/util/utility.h M /trunk/SimulationRuntime/c/util/varinfo.h - Fix C-runtime encoding (UTF-8) ------------------------------------------------------------------------ r11533 | sjoelund.se | 2012-03-26 11:24:30 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMShell/OMShellGUI/commandcompletion.cpp M /trunk/OMShell/OMShellGUI/commandcompletion.h M /trunk/OMShell/OMShellGUI/commandunit.h M /trunk/OMShell/OMShellGUI/inputcelldelegate.h M /trunk/OMShell/OMShellGUI/main.cpp M /trunk/OMShell/OMShellGUI/omc_communicator.cpp M /trunk/OMShell/OMShellGUI/omc_communicator.h M /trunk/OMShell/OMShellGUI/omcinteractiveenvironment.cpp M /trunk/OMShell/OMShellGUI/omcinteractiveenvironment.h M /trunk/OMShell/OMShellGUI/oms.cpp M /trunk/OMShell/OMShellGUI/oms.h M /trunk/OMShell/OMShellGUI/otherdlg.h - Converted OMOptim/OMShell to UTF-8 ------------------------------------------------------------------------ r11532 | sjoelund.se | 2012-03-26 11:22:45 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/application.h M /trunk/OMNotebook/OMNotebookGUI/cell.cpp M /trunk/OMNotebook/OMNotebookGUI/cell.h M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp M /trunk/OMNotebook/OMNotebookGUI/cellapplication.h M /trunk/OMNotebook/OMNotebookGUI/cellcommandcenter.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcommandcenter.h M /trunk/OMNotebook/OMNotebookGUI/cellcommands.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcommands.h M /trunk/OMNotebook/OMNotebookGUI/cellcursor.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcursor.h M /trunk/OMNotebook/OMNotebookGUI/celldocument.cpp M /trunk/OMNotebook/OMNotebookGUI/celldocument.h M /trunk/OMNotebook/OMNotebookGUI/celldocumentview.h M /trunk/OMNotebook/OMNotebookGUI/cellfactory.cpp M /trunk/OMNotebook/OMNotebookGUI/cellfactory.h M /trunk/OMNotebook/OMNotebookGUI/cellgroup.cpp M /trunk/OMNotebook/OMNotebookGUI/cellgroup.h M /trunk/OMNotebook/OMNotebookGUI/cellparserfactory.cpp M /trunk/OMNotebook/OMNotebookGUI/cellstyle.h M /trunk/OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/chaptercountervisitor.h M /trunk/OMNotebook/OMNotebookGUI/command.h M /trunk/OMNotebook/OMNotebookGUI/commandcenter.h M /trunk/OMNotebook/OMNotebookGUI/commandcompletion.cpp M /trunk/OMNotebook/OMNotebookGUI/commandcompletion.h M /trunk/OMNotebook/OMNotebookGUI/commandunit.h M /trunk/OMNotebook/OMNotebookGUI/copytest.cpp M /trunk/OMNotebook/OMNotebookGUI/cursorcommands.h M /trunk/OMNotebook/OMNotebookGUI/cursorposvisitor.h M /trunk/OMNotebook/OMNotebookGUI/document.h M /trunk/OMNotebook/OMNotebookGUI/documentview.h M /trunk/OMNotebook/OMNotebookGUI/evalthread.cpp M /trunk/OMNotebook/OMNotebookGUI/evalthread.h M /trunk/OMNotebook/OMNotebookGUI/factory.h M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h M /trunk/OMNotebook/OMNotebookGUI/graphcelldelegate.h M /trunk/OMNotebook/OMNotebookGUI/highlighterthread.cpp M /trunk/OMNotebook/OMNotebookGUI/highlighterthread.h M /trunk/OMNotebook/OMNotebookGUI/imagesizedlg.h M /trunk/OMNotebook/OMNotebookGUI/indent.cpp M /trunk/OMNotebook/OMNotebookGUI/indent.h M /trunk/OMNotebook/OMNotebookGUI/inputcell.cpp M /trunk/OMNotebook/OMNotebookGUI/inputcell.h M /trunk/OMNotebook/OMNotebookGUI/inputcelldelegate.h M /trunk/OMNotebook/OMNotebookGUI/nbparser.h M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.h M /trunk/OMNotebook/OMNotebookGUI/notebookcommands.h M /trunk/OMNotebook/OMNotebookGUI/omc_communicator.cpp M /trunk/OMNotebook/OMNotebookGUI/omc_communicator.h M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h M /trunk/OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp M /trunk/OMNotebook/OMNotebookGUI/openmodelicahighlighter.h M /trunk/OMNotebook/OMNotebookGUI/otherdlg.h M /trunk/OMNotebook/OMNotebookGUI/parserfactory.h M /trunk/OMNotebook/OMNotebookGUI/printervisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/printervisitor.h M /trunk/OMNotebook/OMNotebookGUI/puretextvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/puretextvisitor.h M /trunk/OMNotebook/OMNotebookGUI/qcombobox_search.cpp M /trunk/OMNotebook/OMNotebookGUI/qcombobox_search.h M /trunk/OMNotebook/OMNotebookGUI/qtapp.cpp M /trunk/OMNotebook/OMNotebookGUI/removehighlightervisitor.h M /trunk/OMNotebook/OMNotebookGUI/replaceallvisitor.h M /trunk/OMNotebook/OMNotebookGUI/resource1.h M /trunk/OMNotebook/OMNotebookGUI/rule.h M /trunk/OMNotebook/OMNotebookGUI/searchform.cpp M /trunk/OMNotebook/OMNotebookGUI/searchform.h M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.h M /trunk/OMNotebook/OMNotebookGUI/stripstring.h M /trunk/OMNotebook/OMNotebookGUI/stylesheet.cpp M /trunk/OMNotebook/OMNotebookGUI/stylesheet.h M /trunk/OMNotebook/OMNotebookGUI/syntaxhighlighter.h M /trunk/OMNotebook/OMNotebookGUI/textcell.cpp M /trunk/OMNotebook/OMNotebookGUI/textcell.h M /trunk/OMNotebook/OMNotebookGUI/textcursorcommands.cpp M /trunk/OMNotebook/OMNotebookGUI/textcursorcommands.h M /trunk/OMNotebook/OMNotebookGUI/treeview.cpp M /trunk/OMNotebook/OMNotebookGUI/treeview.h M /trunk/OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/updategroupcellvisitor.h M /trunk/OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/updatelinkvisitor.h M /trunk/OMNotebook/OMNotebookGUI/visitor.h M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp M /trunk/OMNotebook/OMNotebookGUI/xmlparser.h - Converted OMNotebook to UTF-8 ------------------------------------------------------------------------ r11531 | sjoelund.se | 2012-03-26 11:17:16 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/TaskGraphExt.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Constants.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/DumpGraphviz.mo M /trunk/Compiler/FrontEnd/Edge.mo M /trunk/Compiler/FrontEnd/Element.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ExpandableConnectors.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Graphviz.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstInfo.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Instance.mo M /trunk/Compiler/FrontEnd/InstanceHierarchy.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MMath.mo M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Node.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/Compiler/FrontEnd/ParserExt.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Prefix.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Reference.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/UnitChecker.mo M /trunk/Compiler/FrontEnd/Values.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/FrontEnd/Visited.mo M /trunk/Compiler/Global/Global.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Corba.mo M /trunk/Compiler/Util/Database.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/DynLoad.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/ErrorExt.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/HashTableTypeToExpType.mo M /trunk/Compiler/Util/IOStream.mo M /trunk/Compiler/Util/IOStreamExt.mo M /trunk/Compiler/Util/Lapack.mo M /trunk/Compiler/Util/Name.mo M /trunk/Compiler/Util/NamePool.mo M /trunk/Compiler/Util/Pool.mo M /trunk/Compiler/Util/Print.mo M /trunk/Compiler/Util/Relation.mo M /trunk/Compiler/Util/Scope.mo M /trunk/Compiler/Util/Settings.mo M /trunk/Compiler/Util/SimulationResults.mo M /trunk/Compiler/Util/Socket.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Compiler/modpar/solvers.cpp M /trunk/Compiler/runtime/BackendDAEEXT.cpp M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/Corba_omc.cpp M /trunk/Compiler/runtime/Corba_rml.cpp M /trunk/Compiler/runtime/Database.c M /trunk/Compiler/runtime/Dynload.cpp M /trunk/Compiler/runtime/Dynload_omc.cpp M /trunk/Compiler/runtime/Dynload_rml.cpp M /trunk/Compiler/runtime/ErrorMessage.cpp M /trunk/Compiler/runtime/Error_omc.cpp M /trunk/Compiler/runtime/Error_rml.cpp M /trunk/Compiler/runtime/IOStreamExt.c M /trunk/Compiler/runtime/IOStreamExt_omc.cpp M /trunk/Compiler/runtime/IOStreamExt_rml.c M /trunk/Compiler/runtime/Lapack_omc.cpp M /trunk/Compiler/runtime/Lapack_rml.c M /trunk/Compiler/runtime/Print_omc.cpp M /trunk/Compiler/runtime/Print_rml.c M /trunk/Compiler/runtime/Settings_omc.cpp M /trunk/Compiler/runtime/Settings_rml.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/SimulationResults_omc.cpp M /trunk/Compiler/runtime/SimulationResults_rml.c M /trunk/Compiler/runtime/Socket_omc.cpp M /trunk/Compiler/runtime/Socket_rml.c M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/corbaimpl.cpp M /trunk/Compiler/runtime/dynload_stub.c M /trunk/Compiler/runtime/error_reporting.h M /trunk/Compiler/runtime/errorext.cpp M /trunk/Compiler/runtime/errorext.h M /trunk/Compiler/runtime/lapackimpl.c M /trunk/Compiler/runtime/printimpl.c M /trunk/Compiler/runtime/ptolemyio.cpp M /trunk/Compiler/runtime/ptolemyio_omc.cpp M /trunk/Compiler/runtime/ptolemyio_rml.cpp M /trunk/Compiler/runtime/settingsimpl.c M /trunk/Compiler/runtime/settingsimpl.h M /trunk/Compiler/runtime/socketimpl.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Compiler/runtime/unitparser.cpp M /trunk/Compiler/runtime/unitparser.h M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo M /trunk/Compiler/susan_codegen/test.mo M /trunk/Compiler/susan_codegen/test__testShouldBe.mo M /trunk/Makefile.in M /trunk/mosh/src/mosh.cpp M /trunk/mosh/src/options.cpp M /trunk/mosh/src/options.h - Converted some files to UTF-8 ------------------------------------------------------------------------ r11530 | sjoelund.se | 2012-03-26 09:57:50 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Added make target utf8-error ------------------------------------------------------------------------ r11529 | wbraun | 2012-03-26 09:48:20 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/SimulationRuntime/c/Makefile.common - fixed Makefile for FMI ------------------------------------------------------------------------ r11528 | perost | 2012-03-26 09:44:03 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Changed Ö back to UTF-8 in this file too. ------------------------------------------------------------------------ r11527 | perost | 2012-03-26 09:42:20 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Changed back Ö to UTF-8. ------------------------------------------------------------------------ r11526 | wbraun | 2012-03-26 09:27:54 +0200 (Mon, 26 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl D /trunk/FMI M /trunk/Makefile.common M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/Makefile.in A /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp (from /trunk/FMI/import/source/fmuModelica.unix.tmp:11465) M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/configure.in M /trunk/testsuite/fmi/BouncingBall.mos M /trunk/testsuite/fmi/HelloFMIWorld.mos M /trunk/testsuite/fmi/Makefile - fixed FMU-Export - fixed FMI-Import - moved FMI-Import to SimulationRuntime ------------------------------------------------------------------------ r11525 | adrpo | 2012-03-25 07:48:56 +0200 (Sun, 25 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile - forgot one. ------------------------------------------------------------------------ r11524 | adrpo | 2012-03-25 07:32:34 +0200 (Sun, 25 Mar 2012) | 5 lines Changed paths: A /trunk/testsuite/3rdParty/ThermoSysPro A /trunk/testsuite/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - added testsuite/3rdParty/ThermoSysPro reference results and scripts (from Daniel BOUSKELA @ EDF and Audrey JARDIN @ EDF) - 15 models from 63 generate correct results with OMC the others fail or generate wrong results. - not enabled yet as part of the testsuite because we need to figure out how to handle the not-yet-open-source ThermoSysPro library. ------------------------------------------------------------------------ r11523 | adrpo | 2012-03-25 01:36:47 +0100 (Sun, 25 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - add link to simulation directory when running testsuite/3rdParty/PlanarMechanics. - corrected Ö ------------------------------------------------------------------------ r11522 | adrpo | 2012-03-25 01:16:41 +0100 (Sun, 25 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - report an user understandable error message when trying to instantiate or check an model that does not exists. ------------------------------------------------------------------------ r11521 | adrpo | 2012-03-25 01:14:25 +0100 (Sun, 25 Mar 2012) | 4 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo (from /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsV4.mo:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsV4.mo A /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos (from /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos A /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos (from /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsV4.mos:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsV4.mos D /trunk/testsuite/3rdParty/PlanarMechanics/simulatePlanarMechanicsV4.mos A /trunk/testsuite/3rdParty/PlanarMechanics/simulation A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/FreeBody.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/FreeBody_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestReportTable.xls A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab_2.png - added tests for checking the simulation results for new library: PlanarMechanicsForTesting from Dirk.Zimmer dlr "germany". many thanks for its contribution! http://www.robotic.de/339 - 12 out of 17 work fine, 5 have wrong results from which 1 (TestIdealWheel) aborts during simulation. ------------------------------------------------------------------------ r11520 | sjoelund.se | 2012-03-24 07:48:18 +0100 (Sat, 24 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Only use deb layout on a system with aptitude ------------------------------------------------------------------------ r11519 | sjoelund.se | 2012-03-23 21:43:43 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix typo ------------------------------------------------------------------------ r11517 | sjoelund.se | 2012-03-23 18:21:20 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/integer_array.c - Remove tab ------------------------------------------------------------------------ r11516 | sjoelund.se | 2012-03-23 17:12:41 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Use a path relative to the build dir, not my own home ------------------------------------------------------------------------ r11515 | mahge930 | 2012-03-23 16:20:05 +0100 (Fri, 23 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/Makefile - Forgotten test case makefile modification. lucky catch :) ------------------------------------------------------------------------ r11514 | mahge930 | 2012-03-23 16:03:35 +0100 (Fri, 23 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c - Coding style. ------------------------------------------------------------------------ r11513 | mahge930 | 2012-03-23 15:48:50 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/testsuite/Makefile A /trunk/testsuite/mosfiles/ArrayFromRange.mo A /trunk/testsuite/mosfiles/ArrayFromRange.mos M /trunk/testsuite/mosfiles/Makefile + Added filing of arrays from range expressions. - Avoid previous unnecessary array copies. ------------------------------------------------------------------------ r11512 | sjoelund.se | 2012-03-23 14:24:27 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.omdev.mingw D /trunk/Compiler/scripts/PythonInterface M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw A /trunk/PythonInterface (from /trunk/Compiler/scripts/PythonInterface:11510) A /trunk/PythonInterface/Makefile.common A /trunk/PythonInterface/Makefile.in A /trunk/PythonInterface/Makefile.omdev.mingw M /trunk/PythonInterface/OMPython M /trunk/PythonInterface/setup.py M /trunk/configure.in - Moving python interface ------------------------------------------------------------------------ r11511 | sjoelund.se | 2012-03-23 13:02:41 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/initialization/_forest.mos M /trunk/testsuite/initialization/_nominal.mos M /trunk/testsuite/initialization/_scaling1.mos M /trunk/testsuite/initialization/_scaling2.mos M /trunk/testsuite/initialization/_startValue.mos M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos M /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos M /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos M /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos M /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos M /trunk/testsuite/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos M /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos M /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.CombiTables.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.norm.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos M /trunk/testsuite/meta/BuiltinReal.mos M /trunk/testsuite/meta/List1.mos M /trunk/testsuite/meta/List2.mos M /trunk/testsuite/meta/List3.mos M /trunk/testsuite/meta/MatchCase1.mos M /trunk/testsuite/meta/MatchCase10.mos M /trunk/testsuite/meta/MatchCase2.mos M /trunk/testsuite/meta/MatchCase3.mos M /trunk/testsuite/meta/MatchCase4.mos M /trunk/testsuite/meta/MatchCase5.mos M /trunk/testsuite/meta/MatchCase6.mos M /trunk/testsuite/meta/MatchCase7.mos M /trunk/testsuite/meta/MatchCase8.mos M /trunk/testsuite/meta/MatchCase9.mos M /trunk/testsuite/meta/PartialFn10.mos M /trunk/testsuite/meta/PartialFn11.mos M /trunk/testsuite/meta/PartialFn12.mos M /trunk/testsuite/meta/PartialFn15.mo M /trunk/testsuite/meta/PartialFn8.mos M /trunk/testsuite/meta/Uniontype1.mos M /trunk/testsuite/meta/Uniontype2.mos M /trunk/testsuite/meta/Uniontype3.mos M /trunk/testsuite/meta/Uniontype4.mos M /trunk/testsuite/meta/Uniontype5.mos M /trunk/testsuite/meta/Uniontype6.mos M /trunk/testsuite/meta/Uniontype9.mos M /trunk/testsuite/modelicaML/Makefile M /trunk/testsuite/modelicaML/bouncingball.mos M /trunk/testsuite/modelicaML/testModelicaML.mos M /trunk/testsuite/modelicaML/trafficlight.mos M /trunk/testsuite/modelicaML/twotankmodel.mos M /trunk/testsuite/modelicaML/watchdog.mos M /trunk/testsuite/mosfiles/ABCDsystem.csv.mos M /trunk/testsuite/mosfiles/ABCDsystem.empty.mos M /trunk/testsuite/mosfiles/ABCDsystem.plt.mos M /trunk/testsuite/mosfiles/ASubIfExp.mos M /trunk/testsuite/mosfiles/ActivateWhenEquation.mos M /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos M /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos M /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos M /trunk/testsuite/mosfiles/AlgorithmForInClass.mos M /trunk/testsuite/mosfiles/AlgorithmSection.mos M /trunk/testsuite/mosfiles/AliasEquations.mos M /trunk/testsuite/mosfiles/ArrayAddSub1.mos M /trunk/testsuite/mosfiles/ArrayDivError.mos M /trunk/testsuite/mosfiles/ArrayEquation.mos M /trunk/testsuite/mosfiles/ArrayExponentiation.mos M /trunk/testsuite/mosfiles/ArrayMult.mos M /trunk/testsuite/mosfiles/ArrayReduce.mos M /trunk/testsuite/mosfiles/ArraySlice.mos M /trunk/testsuite/mosfiles/AsubCrefExpType.mos M /trunk/testsuite/mosfiles/BooleanArray.mos M /trunk/testsuite/mosfiles/BouncingBall.mos M /trunk/testsuite/mosfiles/BouncingBall2.mos M /trunk/testsuite/mosfiles/BouncingBallExamples.mos M /trunk/testsuite/mosfiles/Bug1687.mos M /trunk/testsuite/mosfiles/BuiltinMath.mos M /trunk/testsuite/mosfiles/CheckEvents.mos M /trunk/testsuite/mosfiles/ComplexNumbers.mos M /trunk/testsuite/mosfiles/ComplexSystem.mos M /trunk/testsuite/mosfiles/ConstructFunc.mos M /trunk/testsuite/mosfiles/Cross.mos M /trunk/testsuite/mosfiles/CyclicPerm.mos M /trunk/testsuite/mosfiles/DAEexample.mos M /trunk/testsuite/mosfiles/DAEexample2.mos M /trunk/testsuite/mosfiles/Delay.mos M /trunk/testsuite/mosfiles/DimConvert.mos M /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos M /trunk/testsuite/mosfiles/DoubleWhenConflict.mos M /trunk/testsuite/mosfiles/DoubleWhenSequential.mos M /trunk/testsuite/mosfiles/DummyDerMatching.mos M /trunk/testsuite/mosfiles/EnumArray.mos M /trunk/testsuite/mosfiles/Epidemics1.mos M /trunk/testsuite/mosfiles/EqualityEquations.mos M /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos M /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos M /trunk/testsuite/mosfiles/EventDelay.mos M /trunk/testsuite/mosfiles/EventIteration.mos M /trunk/testsuite/mosfiles/EventTests.mos M /trunk/testsuite/mosfiles/ExtObj.mos M /trunk/testsuite/mosfiles/ExtObjStringParam.mos M /trunk/testsuite/mosfiles/ExtendsBasic.mos M /trunk/testsuite/mosfiles/ExternalLibraries.mos M /trunk/testsuite/mosfiles/FiveForEquations.mos M /trunk/testsuite/mosfiles/FlatTank.mos M /trunk/testsuite/mosfiles/ForIterator1.mos M /trunk/testsuite/mosfiles/FrameTest.mos M /trunk/testsuite/mosfiles/FuncDer.mos M /trunk/testsuite/mosfiles/FunctionInReinit.mos M /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos M /trunk/testsuite/mosfiles/HeatTank.mos M /trunk/testsuite/mosfiles/HeatTankExpanded.mos M /trunk/testsuite/mosfiles/HelloWorld.mos M /trunk/testsuite/mosfiles/HideVariableForEquations.mos M /trunk/testsuite/mosfiles/HydrogenIodide.mos M /trunk/testsuite/mosfiles/IdealDiode.mos M /trunk/testsuite/mosfiles/Identity.mos M /trunk/testsuite/mosfiles/IfEquation.mos M /trunk/testsuite/mosfiles/IfEquation2.mos M /trunk/testsuite/mosfiles/IfEquation3.mos M /trunk/testsuite/mosfiles/InOutRecord.mos M /trunk/testsuite/mosfiles/InOutStrings.mos M /trunk/testsuite/mosfiles/InitialConstantSection.mos M /trunk/testsuite/mosfiles/Initialization.mos M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos M /trunk/testsuite/mosfiles/Interpolation.mos M /trunk/testsuite/mosfiles/JBouncingBall.mos M /trunk/testsuite/mosfiles/LinearSysEq.mos M /trunk/testsuite/mosfiles/LocalVariableInit.mos M /trunk/testsuite/mosfiles/LotkaVolterra.mos M /trunk/testsuite/mosfiles/Matrix.mos M /trunk/testsuite/mosfiles/MeasureTime.mos M /trunk/testsuite/mosfiles/MissV.mos M /trunk/testsuite/mosfiles/ModelBalance1.mos M /trunk/testsuite/mosfiles/ModelBalance2.mos M /trunk/testsuite/mosfiles/ModelBalance3.mos M /trunk/testsuite/mosfiles/ModelicaUtilities.mos M /trunk/testsuite/mosfiles/MyPointsInst1.mos M /trunk/testsuite/mosfiles/MyPointsInst2.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/NonlinearMixed.mos M /trunk/testsuite/mosfiles/OneArgBaseFunction.mos M /trunk/testsuite/mosfiles/ParameterCycle.mos M /trunk/testsuite/mosfiles/ParameterModel.mos M /trunk/testsuite/mosfiles/Pendulum.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos M /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos M /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos M /trunk/testsuite/mosfiles/PreAndAliasedVar.mos M /trunk/testsuite/mosfiles/Random.mos M /trunk/testsuite/mosfiles/RedeclarePackage.mos M /trunk/testsuite/mosfiles/Reductions.mos M /trunk/testsuite/mosfiles/Riccati.mos M /trunk/testsuite/mosfiles/Sample1.mos M /trunk/testsuite/mosfiles/Sample2.mos M /trunk/testsuite/mosfiles/Sample3.mos M /trunk/testsuite/mosfiles/SemiLinear.mos M /trunk/testsuite/mosfiles/Sign.mos M /trunk/testsuite/mosfiles/SimResultScripting.mos M /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos M /trunk/testsuite/mosfiles/SliceAssignment.mos M /trunk/testsuite/mosfiles/StepAdvanced.mos M /trunk/testsuite/mosfiles/StringTest.mos M /trunk/testsuite/mosfiles/SumSeriesWhile.mos M /trunk/testsuite/mosfiles/Switch.mos M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/mosfiles/Tank.mos M /trunk/testsuite/mosfiles/TankHybridPI.mos M /trunk/testsuite/mosfiles/TankHybridPID.mos M /trunk/testsuite/mosfiles/TankPI.mos M /trunk/testsuite/mosfiles/TankPID.mos M /trunk/testsuite/mosfiles/TanksConnectedPI.mos M /trunk/testsuite/mosfiles/TestLapack.mos M /trunk/testsuite/mosfiles/TestSolve.mos M /trunk/testsuite/mosfiles/Time.mos M /trunk/testsuite/mosfiles/TupleReturn.mos M /trunk/testsuite/mosfiles/TwoRateSampler.mos M /trunk/testsuite/mosfiles/VariableFilter.mos M /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos M /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos M /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos M /trunk/testsuite/mosfiles/WhenEquation.mos M /trunk/testsuite/mosfiles/WhenEquation1.mos M /trunk/testsuite/mosfiles/WhenPriority.mos M /trunk/testsuite/mosfiles/WhenStatement1.mos M /trunk/testsuite/mosfiles/WhenStatement2.mos M /trunk/testsuite/mosfiles/WhenStatement3.mos M /trunk/testsuite/mosfiles/Xpowers1.mos M /trunk/testsuite/mosfiles/Xpowers2.mos M /trunk/testsuite/mosfiles/Xpowers3.mos M /trunk/testsuite/mosfiles/ZeroCross.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles/constantLinSys.mos M /trunk/testsuite/mosfiles/dertest.mos M /trunk/testsuite/mosfiles/nonConstantIndex.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos M /trunk/testsuite/mosfiles/simulation.mos M /trunk/testsuite/mosfiles/tempInterpol2test.mos M /trunk/testsuite/mosfiles/terminal.mos M /trunk/testsuite/mosfiles/val.mos M /trunk/testsuite/mosfiles/when_sorting.mos M /trunk/testsuite/mosfiles/whenstatements.mos M /trunk/testsuite/mosfiles-msl22/Backlash.mos M /trunk/testsuite/mosfiles-msl22/Circuit1.mos M /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos M /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos M /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos M /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos M /trunk/testsuite/mosfiles-msl22/First.mos M /trunk/testsuite/mosfiles-msl22/FuncCross.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos M /trunk/testsuite/mosfiles-msl22/InitTest.mos M /trunk/testsuite/mosfiles-msl22/InputOutput.mos M /trunk/testsuite/mosfiles-msl22/MatrixTest.mos M /trunk/testsuite/mosfiles-msl22/NonLinsys.mos M /trunk/testsuite/mosfiles-msl22/Shaft.mos M /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos M /trunk/testsuite/mosfiles-msl22/SineSpeed.mos M /trunk/testsuite/mosfiles-msl22/SineTorque.mos M /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos M /trunk/testsuite/mosfiles-msl22/SpringMass.mos M /trunk/testsuite/mosfiles-msl22/StepTorque.mos M /trunk/testsuite/mosfiles-msl22/Tank.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInit.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitOver.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitParam.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseStart.mos M /trunk/testsuite/mosfiles-msl22/TimeVaryingLinsys.mos M /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos M /trunk/testsuite/mosfiles-msl22/WeakAxis.mos M /trunk/testsuite/mosfiles-msl22/avg.mos M /trunk/testsuite/mosfiles-msl22/blockssources.mos M /trunk/testsuite/mosfiles-msl22/simulation2.mos M /trunk/testsuite/mosfiles-msl22/tupleTest.mos - Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future ------------------------------------------------------------------------ r11510 | adeas31 | 2012-03-22 23:47:47 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Save user customizations between different sessions. - We need to define unique object names for dockwidgets/toolbar etc. by calling setObjectName for customizations to work properly. ------------------------------------------------------------------------ r11509 | adeas31 | 2012-03-22 21:30:02 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMShell/README.txt - Added keyword tag. ------------------------------------------------------------------------ r11508 | adeas31 | 2012-03-22 21:28:47 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: D /trunk/OMEdit/INSTALL.txt M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/README.txt M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro A /trunk/OMNotebook/README.txt (from /trunk/OMNotebook/ReadMe.txt:11505) D /trunk/OMNotebook/ReadMe.txt A /trunk/OMPlot/README.txt M /trunk/OMShell/OMShellGUI/OMShellGUI.pro M /trunk/OMShell/README.txt M /trunk/OMTools/README.txt - Auto generate the stub files for clients. - Added/Updated README.txt files for all clients. ------------------------------------------------------------------------ r11506 | hubert.thieriot | 2012-03-22 20:26:40 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/MainWindow.ui - changed MainWindow size ------------------------------------------------------------------------ r11505 | perost | 2012-03-22 17:21:45 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/mofiles/InitialConnection.mo M /trunk/testsuite/mofiles/Makefile - Added check for connect equation in initial equation sections. ------------------------------------------------------------------------ r11504 | adeas31 | 2012-03-22 17:10:01 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/INSTALL.txt - Added $Id$ tag. ------------------------------------------------------------------------ r11503 | sjoelund.se | 2012-03-22 17:08:17 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl - Better SimCodeDump for when-equations ------------------------------------------------------------------------ r11502 | sjoelund.se | 2012-03-22 17:04:54 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fix for linear systems with the same index (why add these in the first place?) ------------------------------------------------------------------------ r11501 | adeas31 | 2012-03-22 17:02:37 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/INSTALL.txt - Updated the instructions. ------------------------------------------------------------------------ r11500 | perost | 2012-03-22 16:40:24 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/math-support/dpmpar.c M /trunk/SimulationRuntime/c/math-support/enorm.c M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/lsame.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/simulation/solver/daux.c M /trunk/SimulationRuntime/c/simulation/solver/ddassl.c M /trunk/SimulationRuntime/c/util/modelinfo.c M /trunk/SimulationRuntime/c/util/string_array.c - Got rid of more compiler warnings. ------------------------------------------------------------------------ r11499 | sjoelund.se | 2012-03-22 16:34:36 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite - svn:ignore ------------------------------------------------------------------------ r11498 | sjoelund.se | 2012-03-22 14:32:02 +0100 (Thu, 22 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Added crefs to linear systems in the simulation info (same as for non-linear systems) - Added system sizes to the description of linear and non-linear systems ------------------------------------------------------------------------ r11497 | sjoelund.se | 2012-03-22 14:22:13 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - Simplify matrix+asub {{...},...,{...}}[1,2] => ... ------------------------------------------------------------------------ r11496 | sjoelund.se | 2012-03-22 14:16:49 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/mosfiles/MeasureTime.mos - Fix testcase ------------------------------------------------------------------------ r11495 | perost | 2012-03-22 13:43:31 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/client.cpp M /trunk/SimulationRuntime/interactive/thread.cpp - Get rid of some compilation warnings in interactive. ------------------------------------------------------------------------ r11494 | sjoelund.se | 2012-03-22 13:42:24 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Fix segfault ------------------------------------------------------------------------ r11493 | perost | 2012-03-22 13:36:12 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/Error.mo - Added checks for valid class types of components in SCodeInst. ------------------------------------------------------------------------ r11492 | sjoelund.se | 2012-03-22 13:31:28 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Some fixes for the gnuplot connection and log-scale of zero measurements ------------------------------------------------------------------------ r11491 | sjoelund.se | 2012-03-22 12:50:01 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Adding some more function calls to the profiling ------------------------------------------------------------------------ r11490 | sjoelund.se | 2012-03-22 12:45:58 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/client.cpp M /trunk/SimulationRuntime/interactive/socket.h M /trunk/SimulationRuntime/interactive/socket_unix.cpp M /trunk/SimulationRuntime/interactive/thread.cpp - Some fixes for gcc 4.7 ------------------------------------------------------------------------ r11489 | perost | 2012-03-22 12:08:49 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - More improvements to cref prefixing in SCodeInst. ------------------------------------------------------------------------ r11486 | hubert.thieriot | 2012-03-21 19:02:32 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Variable.h - corrected Memory leak in variable ------------------------------------------------------------------------ r11485 | hubert.thieriot | 2012-03-21 18:47:41 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.cpp A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.h - added missing files ------------------------------------------------------------------------ r11484 | hubert.thieriot | 2012-03-21 18:34:39 +0100 (Wed, 21 Mar 2012) | 5 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/OMCThreads.cpp M /trunk/OMOptim/Core/OMC/OMCThreads.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OptObjectives.cpp M /trunk/OMOptim/Core/OptObjectives.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/Core/VariablesManip.h M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problem.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - larger use of forware declarations : should compile faster - corrected optobjective view problem - corected find function of MOVector - Problemthreads are terminated when application quitted ------------------------------------------------------------------------ r11483 | adeas31 | 2012-03-21 15:33:44 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - Fixed OMOptim compilation for windows. - Include the omoptim generated files. ------------------------------------------------------------------------ r11482 | adeas31 | 2012-03-21 15:33:21 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo - Generate code with +d=gendebugsymbols flag. ------------------------------------------------------------------------ r11480 | perost | 2012-03-21 13:10:36 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix compilation. ------------------------------------------------------------------------ r11479 | perost | 2012-03-21 12:14:44 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Preserve subscripts when prefixing crefs during instantiation. ------------------------------------------------------------------------ r11478 | perost | 2012-03-21 10:08:56 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo - Fixed broken compilation due to RML stupidity. ------------------------------------------------------------------------ r11477 | perost | 2012-03-21 10:01:49 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/Typing.mo - Implemented better handling of component names in SCodeInst. ------------------------------------------------------------------------ r11476 | Frenkel TUD | 2012-03-21 09:31:21 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos - update msl31/simulate examples ------------------------------------------------------------------------ r11475 | AnandKGaneson | 2012-03-21 03:59:36 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py A /trunk/Compiler/scripts/PythonInterface/OMPython v1.0 User Manual.pdf M /trunk/Compiler/scripts/PythonInterface/README.txt M /trunk/Compiler/scripts/PythonInterface/setup.py Added the User manual "OMPython v1.0 User Manual.pdf" for OMPython, Edited the README.txt, Edited setup.py, Modified OMPython/__init__.py to add additional functionality, Modified OMPython/OMParser/__init__.py to add additional functionality. ------------------------------------------------------------------------ r11474 | Frenkel TUD | 2012-03-20 16:28:45 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.VectorDelay.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat D /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour_res.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mat - add simulation result reference files ------------------------------------------------------------------------ r11473 | mahge930 | 2012-03-20 16:10:49 +0100 (Tue, 20 Mar 2012) | 10 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Parser/Modelica.g M /trunk/testsuite/records/OperatorOverloadComplexArray.mo + Merging the parallel extensions. + Traversal and analysis of parallel for loops. Checks all component references in the body and makes sure they are valid. + parallel and kernel functions are handled in the Front-end now. + parallel variables are handled in the Front-end now. - some checks and restrictions remain, but nothing that affects the normal OM compilation. * so far so good. + A fixed but forgotten test-case update. (encapsulated issue for Complex) ------------------------------------------------------------------------ r11472 | Frenkel TUD | 2012-03-20 15:27:16 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/read_matlab4.c - remove taps ------------------------------------------------------------------------ r11471 | Frenkel TUD | 2012-03-20 14:54:36 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/util/read_matlab4.c - fix compilation ------------------------------------------------------------------------ r11470 | hubert.thieriot | 2012-03-20 14:11:00 +0100 (Tue, 20 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/build/OMOptim.windowsconfig.in - cleaned OMOptim.windowsconfig.in - Infosender : task management ------------------------------------------------------------------------ r11467 | Frenkel TUD | 2012-03-20 13:52:05 +0100 (Tue, 20 Mar 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/SimulationRuntime/c/util/read_matlab4.h M /trunk/SimulationRuntime/interactive/CMakeLists.txt M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos - BackEnd/BackendDAETransform.mo: remove some unused matches, cleanup code - BackendDump.mo: new function debugStrCrefLstStr - SimulationResultCmp: use C style comments - add flag "stateselection" to dump selected states of the model, use it with flag "backenddaeinfo" - fix CMakeList files - read_matlab4: - improve reader, read now also latest dymola files with single pressision ------------------------------------------------------------------------ r11466 | wbraun | 2012-03-20 12:35:34 +0100 (Tue, 20 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/mofiles/FunctionSimplex.mo - inverted +v flag. By default are all arrays crefs vectorized. One can set a still a Limit to aviod that. ------------------------------------------------------------------------ r11465 | adeas31 | 2012-03-19 19:41:56 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/version.h - Fixed OpenModelica_CODING_STYLE. ------------------------------------------------------------------------ r11463 | hubert.thieriot | 2012-03-19 18:07:34 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h - new finding function in MOOptVector ------------------------------------------------------------------------ r11462 | hubert.thieriot | 2012-03-19 17:46:19 +0100 (Mon, 19 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/version.h - infosender improvements - probleminterface light improvements - bugs correction concerning project loading/ saving ------------------------------------------------------------------------ r11460 | AnandKGaneson | 2012-03-19 02:30:10 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py Modified OMPython/__init__.py to add a missing library. ------------------------------------------------------------------------ r11459 | AnandKGaneson | 2012-03-19 02:14:20 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt M /trunk/Compiler/scripts/PythonInterface/setup.py Modified OMPython/__init__.py to add additional functionality. Modified OMPython/OMParser/__init__.py to update comments. Modified README.txt to provide more usage description. Edited setup.py to include additional signatures. ------------------------------------------------------------------------ r11458 | AnandKGaneson | 2012-03-17 17:32:31 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py D /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt D /trunk/Compiler/scripts/PythonInterface/_GlobalIDL D /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA M /trunk/Compiler/scripts/PythonInterface/setup.py D /trunk/Compiler/scripts/PythonInterface/stubs Updated author signatures, renamed OMPython/OMPythonParser to OMPython/OMParser ------------------------------------------------------------------------ r11457 | AnandKGaneson | 2012-03-17 15:46:17 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: D /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser - deleted OMParser. ------------------------------------------------------------------------ r11456 | AnandKGaneson | 2012-03-17 15:43:22 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL/__init__.py A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA/__init__.py M /trunk/Compiler/scripts/PythonInterface/setup.py A /trunk/Compiler/scripts/PythonInterface/stubs A /trunk/Compiler/scripts/PythonInterface/stubs/OmcClient_idl.py A /trunk/Compiler/scripts/PythonInterface/stubs/__init__.py Modified OMPython's functionality, renamed OMParser to OMPythonParser, updated Readme.txt and setup.py ------------------------------------------------------------------------ r11455 | adeas31 | 2012-03-17 01:31:24 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in A /trunk/Compiler/scripts/PythonInterface/OMPython/OMConfig.py.in M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/configure.in Fixed python API Interface for Linux. ------------------------------------------------------------------------ r11454 | adeas31 | 2012-03-16 20:03:49 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: M /trunk/Makefile.common - Fixed typo. ------------------------------------------------------------------------ r11453 | adeas31 | 2012-03-16 18:51:31 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw A /trunk/Compiler/scripts/PythonInterface (from /trunk/Compiler/scripts/ompython:11450) A /trunk/Compiler/scripts/PythonInterface/OMPython A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py A /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py D /trunk/Compiler/scripts/PythonInterface/OMPython.py D /trunk/Compiler/scripts/PythonInterface/Parser M /trunk/Compiler/scripts/PythonInterface/README.txt D /trunk/Compiler/scripts/PythonInterface/setup.bat A /trunk/Compiler/scripts/PythonInterface/setup.py D /trunk/Compiler/scripts/ompython M /trunk/Makefile.common - Generate python stubs in stubs folder. - Added the setup.py script to install python API. ------------------------------------------------------------------------ r11452 | adeas31 | 2012-03-16 14:33:56 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Makefile.common - Fixed hudson build. ------------------------------------------------------------------------ r11451 | adeas31 | 2012-03-16 14:18:02 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/ompython/OMParser (from /trunk/Compiler/scripts/ompython/Parser:11450) M /trunk/Compiler/scripts/ompython/OMPython.py D /trunk/Compiler/scripts/ompython/Parser - Changed Parser to OMParser. ------------------------------------------------------------------------ r11450 | sjoelund.se | 2012-03-16 12:34:57 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/configure.in - Allow omniidl-python fail on OSX ------------------------------------------------------------------------ r11449 | sjoelund.se | 2012-03-16 12:13:39 +0100 (Fri, 16 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw - Fix to make sure python interface is built - Check if using omniidl, else don't create it ------------------------------------------------------------------------ r11448 | sjoelund.se | 2012-03-16 10:32:03 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Makefile.common - Better copying of ompython ------------------------------------------------------------------------ r11447 | sjoelund.se | 2012-03-16 10:31:38 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/omc_error.c - Don't ask me why it does not work, but I had to ifdef out the THROW in division.c or linking fails on OSX ------------------------------------------------------------------------ r11446 | sjoelund.se | 2012-03-16 08:25:48 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/math-support/delay.c M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/division.c D /trunk/SimulationRuntime/c/util/error.c D /trunk/SimulationRuntime/c/util/error.h M /trunk/SimulationRuntime/c/util/list.c M /trunk/SimulationRuntime/c/util/modelinfo.c A /trunk/SimulationRuntime/c/util/omc_error.c (from /trunk/SimulationRuntime/c/util/error.c:11435) A /trunk/SimulationRuntime/c/util/omc_error.h (from /trunk/SimulationRuntime/c/util/error.h:11435) M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/c/util/varinfo.c - Renamed error.h to omc_error.h ------------------------------------------------------------------------ r11443 | adeas31 | 2012-03-15 20:50:09 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/configure.in - Fixed build. ------------------------------------------------------------------------ r11442 | adeas31 | 2012-03-15 20:06:11 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Added +d=gendebugsymbols flag to generate code with debug symbols for standard Modelica. ------------------------------------------------------------------------ r11441 | ppriv | 2012-03-15 20:04:24 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Small C# template update ------------------------------------------------------------------------ r11440 | adeas31 | 2012-03-15 20:03:16 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.vc A /trunk/Compiler/scripts/ompython A /trunk/Compiler/scripts/ompython/OMPython.py A /trunk/Compiler/scripts/ompython/Parser A /trunk/Compiler/scripts/ompython/Parser/__init__.py A /trunk/Compiler/scripts/ompython/README.txt A /trunk/Compiler/scripts/ompython/setup.bat M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw - Updating OMDEV is required. - Added ompython to Compiler/scripts (From Anand). ------------------------------------------------------------------------ r11438 | adrpo | 2012-03-15 16:30:26 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/Modelica.g - fix a case of "how the beep did it worked until now"? - EQ_NORETCALL should be returned instead of ALG_NORETCALL ------------------------------------------------------------------------ r11437 | sjoelund.se | 2012-03-15 13:22:56 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - Make really clean ------------------------------------------------------------------------ r11436 | sjoelund.se | 2012-03-15 08:59:28 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo - Update generated code ------------------------------------------------------------------------ r11435 | sjoelund.se | 2012-03-15 06:33:44 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Perl does not do multi-line regex by default... ------------------------------------------------------------------------ r11434 | sjoelund.se | 2012-03-14 23:50:56 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Don't return non-zero for result.xml ------------------------------------------------------------------------ r11433 | adeas31 | 2012-03-14 23:13:56 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro - Fixed the include paths. ------------------------------------------------------------------------ r11432 | adeas31 | 2012-03-14 23:13:01 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - isEmpty don't work for environment variables. ------------------------------------------------------------------------ r11431 | adeas31 | 2012-03-14 23:08:55 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h - Fixed OMOptim compilation. ------------------------------------------------------------------------ r11430 | adeas31 | 2012-03-14 23:07:33 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h - Fix tabs. ------------------------------------------------------------------------ r11429 | hubert.thieriot | 2012-03-14 18:51:36 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/EABase.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Scene/BlockSubsScene.cpp M /trunk/OMOptim/GUI/Scene/BlockSubsScene.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.h A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.ui M /trunk/OMOptim/GUI/Widgets/WidgetMooPlot.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/version.h - changes in variables : now have models - changes in Optimization : now can handle several models ------------------------------------------------------------------------ r11428 | Frenkel TUD | 2012-03-14 18:38:09 +0100 (Wed, 14 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/matrix.h A /trunk/testsuite/mosfiles/ComplexSystem.mo A /trunk/testsuite/mosfiles/ComplexSystem.mos M /trunk/testsuite/mosfiles/Makefile - bugfix for complex equations in strong connected components - add test for complex equation in strong connected component ------------------------------------------------------------------------ r11427 | sjoelund.se | 2012-03-14 17:20:17 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos M /trunk/testsuite/partest/runtests.pl - Create the result.xml in the correct directory ------------------------------------------------------------------------ r11426 | sjoelund.se | 2012-03-14 17:04:53 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Write the file in serial as the mutex does not seem to guarantee the writes are all ok ------------------------------------------------------------------------ r11423 | sjoelund.se | 2012-03-14 14:54:46 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Check the returned file for the tag ------------------------------------------------------------------------ r11422 | perost | 2012-03-14 12:56:21 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: A /trunk/Compiler/FrontEnd/InstSymbolTable.mo A /trunk/Compiler/FrontEnd/InstTypes.mo A /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo A /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Refactoring of SCodeInst. ------------------------------------------------------------------------ r11421 | sjoelund.se | 2012-03-14 12:29:42 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Force UTF-8 output in the test-script ------------------------------------------------------------------------ r11420 | adrpo | 2012-03-14 11:51:26 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - expected output (first update libraries/README, then build, then run rtest -b on the file) ------------------------------------------------------------------------ r11419 | adrpo | 2012-03-14 11:27:57 +0100 (Wed, 14 Mar 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - update libraries/README so that libraries are updated in /build during the build - put the changes made by hkiel in libraries/Modelica 3.2.txt - update testsuite/parser/ParseFullModelica3.2.mos due to changed made by hkiel ------------------------------------------------------------------------ r11418 | hkiel | 2012-03-14 10:17:02 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk M /trunk/Compiler M /trunk/Compiler/omc_release M /trunk/Compiler/susan_codegen/SimCode M /trunk/FMI/import/source M /trunk/Parser M /trunk/SimulationRuntime/interactive/SampleClient M /trunk/testsuite/bootstrapping - ignore generated files ------------------------------------------------------------------------ r11417 | sjoelund.se | 2012-03-14 09:57:15 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Replace special xml characters with the entity ------------------------------------------------------------------------ r11416 | hkiel | 2012-03-14 09:41:28 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/math-support/initialization.c - remove stray "*/" - change calloc to malloc for immediately initialized memory ------------------------------------------------------------------------ r11415 | hkiel | 2012-03-14 09:40:34 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - remove typo ------------------------------------------------------------------------ r11414 | hkiel | 2012-03-14 09:38:19 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.2/Electrical/Analog/Ideal.mo M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo - replaced integers by their appropriate enumeration values ------------------------------------------------------------------------ r11413 | sjoelund.se | 2012-03-13 17:46:38 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix columns ------------------------------------------------------------------------ r11412 | sjoelund.se | 2012-03-13 16:30:51 +0100 (Tue, 13 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo #1408 - Removed support for min/max(string) as only enum,bool,int,real are allowed ------------------------------------------------------------------------ r11411 | adeas31 | 2012-03-13 14:59:21 +0100 (Tue, 13 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fix the tabs :) ------------------------------------------------------------------------ r11410 | adeas31 | 2012-03-13 14:27:41 +0100 (Tue, 13 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - Fixed OMEdit to handle new changes of importFMU. ------------------------------------------------------------------------ r11409 | adeas31 | 2012-03-13 14:26:11 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/FMI/import/source/moGenerator.c - Fixed the importFMU. - Removed the moGenerator::getDecompPath(), omc should sent the right output directory to fmigenerator. ------------------------------------------------------------------------ r11408 | sjoelund.se | 2012-03-13 13:56:44 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/Parser/main.c M /trunk/Parser/omcc/Lexer.mo M /trunk/Parser/omcc/LexerGenerator.mo M /trunk/Parser/omcc/LexerModelica.mo M /trunk/Parser/omcc/Main.mo M /trunk/Parser/omcc/OMCC.mo M /trunk/Parser/omcc/Parser.mo M /trunk/Parser/omcc/ParserGenerator.mo M /trunk/Parser/omcc/ParserModelica.mo M /trunk/Parser/omcc/Types.mo M /trunk/Parser/parse.c - Fix coding style ------------------------------------------------------------------------ r11407 | sjoelund.se | 2012-03-13 13:17:06 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase ulimit ------------------------------------------------------------------------ r11406 | sjoelund.se | 2012-03-13 13:05:23 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/HumMod/Makefile M /trunk/testsuite/3rdParty/siemens/Makefile - Fix rtest path in Makefiles ------------------------------------------------------------------------ r11405 | sjoelund.se | 2012-03-13 12:38:00 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos M /trunk/Makefile.in - Changed order of cells ------------------------------------------------------------------------ r11404 | perost | 2012-03-13 12:06:45 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix application of redeclares in SCodeInst.instExtends. ------------------------------------------------------------------------ r11403 | sjoelund.se | 2012-03-13 11:07:22 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Try to run the simulation in BuildModelRecursive.mos ------------------------------------------------------------------------ r11402 | sjoelund.se | 2012-03-13 10:01:28 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Use eq, not == ------------------------------------------------------------------------ r11401 | sjoelund.se | 2012-03-13 09:43:50 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Test for empty xml-file ------------------------------------------------------------------------ r11400 | sjoelund.se | 2012-03-13 08:42:38 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/libf2c/signal1.h0 M /trunk/SimulationRuntime/c/simulation/libf2c/sysdep1.h0 - Fix the source of .h-files containing tabs ------------------------------------------------------------------------ r11399 | sjoelund.se | 2012-03-13 08:08:21 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Terminate the find regex so we do not find .h0 files on some OSes ------------------------------------------------------------------------ r11398 | sjoelund.se | 2012-03-13 07:54:08 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/Compiler/susan_codegen/TplCodegenTV.mo M /trunk/Compiler/susan_codegen/paperI.mo M /trunk/Compiler/susan_codegen/testI.mo M /trunk/Makefile.in M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.h M /trunk/OMNotebook/OMSketch/Draw_Arc.cpp M /trunk/OMNotebook/OMSketch/Draw_Arc.h M /trunk/OMNotebook/OMSketch/Draw_Arrow.cpp M /trunk/OMNotebook/OMSketch/Draw_Arrow.h M /trunk/OMNotebook/OMSketch/Draw_Ellipse.cpp M /trunk/OMNotebook/OMSketch/Draw_Ellipse.h M /trunk/OMNotebook/OMSketch/Draw_LineArrow.cpp M /trunk/OMNotebook/OMSketch/Draw_LineArrow.h M /trunk/OMNotebook/OMSketch/Draw_Rectangle.cpp M /trunk/OMNotebook/OMSketch/Draw_Rectangle.h M /trunk/OMNotebook/OMSketch/Draw_RoundRect.cpp M /trunk/OMNotebook/OMSketch/Draw_RoundRect.h M /trunk/OMNotebook/OMSketch/Draw_Triangle.cpp M /trunk/OMNotebook/OMSketch/Draw_Triangle.h M /trunk/OMNotebook/OMSketch/Draw_line.cpp M /trunk/OMNotebook/OMSketch/Draw_polygon.cpp M /trunk/OMNotebook/OMSketch/Graph_Scene.cpp M /trunk/OMNotebook/OMSketch/Graph_Scene.h M /trunk/OMNotebook/OMSketch/Scene_Objects.cpp M /trunk/OMNotebook/OMSketch/Scene_Objects.h M /trunk/OMNotebook/OMSketch/Sketch_files.cpp M /trunk/OMNotebook/OMSketch/Tools.cpp M /trunk/OMNotebook/OMSketch/Tools.h M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/FileData/CSV.h M /trunk/OMOptim/Core/FileData/LoadOMOptim.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.h M /trunk/OMOptim/Core/Modelica/ModComponent.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.h M /trunk/OMOptim/Core/Modelica/ModExecution.cpp M /trunk/OMOptim/Core/Modelica/ModExecution.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/Modelica/ModModel.cpp M /trunk/OMOptim/Core/Modelica/ModModel.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.h M /trunk/OMOptim/Core/Modelica/ModRecord.cpp M /trunk/OMOptim/Core/Modelica/ModRecord.h M /trunk/OMOptim/Core/Modelica/Modelica.h M /trunk/OMOptim/Core/Modelica/ModelicaConnection.cpp M /trunk/OMOptim/Core/Modelica/ModelicaConnection.h M /trunk/OMOptim/Core/Modelica/ModelicaConnections.cpp M /trunk/OMOptim/Core/Modelica/ModelicaConnections.h M /trunk/OMOptim/Core/Modelica/ModelicaModifier.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMC/OMCThreads.h M /trunk/OMOptim/Core/OMC/commandcompletion.cpp M /trunk/OMOptim/Core/OMC/commandcompletion.h M /trunk/OMOptim/Core/OMC/commandunit.h M /trunk/OMOptim/Core/OMC/inputcelldelegate.h M /trunk/OMOptim/Core/OMC/omc_communicator.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OMOptimSettings.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.cpp M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.h M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOAdapt.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOStd.h M /trunk/OMOptim/Core/Optim/EA/Crossover/SBCrossover.h M /trunk/OMOptim/Core/Optim/EA/Init/EAAdaptReinitStdDev.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdInitBounded.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/Mutations/EAStdMutation.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Algo.h M /trunk/OMOptim/Core/Optim/EA/OMEAEvalContinue.h M /trunk/OMOptim/Core/Optim/EA/OMEAEvalFuncCounter.h M /trunk/OMOptim/Core/Optim/EA/OMEAProgress.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Algo.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Archive.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Algo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Crossover.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptInitBounded.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/ParetoDominance.cpp M /trunk/OMOptim/Core/ParetoDominance.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/vqtconvert.cpp M /trunk/OMOptim/Core/Tools/vqtconvert.h M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/Core/VariablesManip.h M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.cpp M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.h M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.cpp M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.h M /trunk/OMOptim/GUI/Dialogs/HelpDlg.cpp M /trunk/OMOptim/GUI/Dialogs/HelpDlg.h M /trunk/OMOptim/GUI/Dialogs/newprojectform.cpp M /trunk/OMOptim/GUI/Dialogs/newprojectform.h M /trunk/OMOptim/GUI/Plots/MOOptPlot.h M /trunk/OMOptim/GUI/Scene/BlockDrawItem.cpp M /trunk/OMOptim/GUI/Scene/BlockDrawItem.h M /trunk/OMOptim/GUI/Scene/BlockSubsScene.cpp M /trunk/OMOptim/GUI/Scene/arrow.cpp M /trunk/OMOptim/GUI/Scene/arrow.h M /trunk/OMOptim/GUI/Scene/diagramitem.cpp M /trunk/OMOptim/GUI/Scene/diagramitem.h M /trunk/OMOptim/GUI/Scene/diagramscene.cpp M /trunk/OMOptim/GUI/Scene/diagramscene.h M /trunk/OMOptim/GUI/Scene/diagramtextitem.cpp M /trunk/OMOptim/GUI/Scene/diagramtextitem.h M /trunk/OMOptim/GUI/Tabs/TabOMC.cpp M /trunk/OMOptim/GUI/Tabs/TabOMC.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOneSim.h M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabProject.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOptTable.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptTable.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.h M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.h M /trunk/OMOptim/GUI/Widgets/WidgetResultInfos.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetToolBar.cpp M /trunk/OMOptim/GUI/Widgets/WidgetToolBar.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/FileData/XML.cpp M /trunk/OMOptim/OMOptimBasis/FileData/XML.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.h M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/Infos/Info.cpp M /trunk/OMOptim/OMOptimBasis/Infos/Info.h M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h M /trunk/OMOptim/OMOptimBasis/MOClasses.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/OMOptimBasis/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCases.h M /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.h M /trunk/OMOptim/OMOptimBasis/Problems/Problems.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problems.h M /trunk/OMOptim/OMOptimBasis/Problems/Results.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Results.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Tools/SleeperThread.h M /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.h M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.h M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.h M /trunk/OMOptim/OMOptimBasis/Units/MERefValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MERefValue.h M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.h M /trunk/OMOptim/OMOptimBasis/Units/MESurface.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESurface.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.cpp M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/version.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/dopri45.h M /trunk/SimulationRuntime/c/simulation/solver/events.c - Remove some tabs from sources ------------------------------------------------------------------------ r11397 | sjoelund.se | 2012-03-12 22:15:29 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Makefile.in M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/meta/dtoa.c M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/realString.c D /trunk/mosh/src/builtin_function.cpp D /trunk/mosh/src/builtin_function.hpp D /trunk/mosh/src/compiled_function.cpp D /trunk/mosh/src/compiled_function.hpp D /trunk/mosh/src/expression_parser.g D /trunk/mosh/src/function_argument.cpp D /trunk/mosh/src/function_argument.hpp D /trunk/mosh/src/modelica_function.cpp D /trunk/mosh/src/modelica_function.hpp D /trunk/mosh/src/modelica_runtime_error.cpp D /trunk/mosh/src/modelica_runtime_error.hpp D /trunk/mosh/src/modelica_type.cpp D /trunk/mosh/src/modelica_type.hpp M /trunk/mosh/src/mosh.cpp M /trunk/mosh/src/options.cpp D /trunk/mosh/src/runtime D /trunk/mosh/src/symboltable.cpp D /trunk/mosh/src/symboltable.hpp D /trunk/mosh/src/value.cpp D /trunk/mosh/src/value.hpp D /trunk/mosh/src/walker.g - Improved tab detection ------------------------------------------------------------------------ r11396 | sjoelund.se | 2012-03-12 21:52:25 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Added make target tab-error ------------------------------------------------------------------------ r11395 | sjoelund.se | 2012-03-12 21:34:53 +0100 (Mon, 12 Mar 2012) | 3 lines Changed paths: D /trunk/testsuite/parser/CheckSourcesForTabs.mos M /trunk/testsuite/parser/Makefile - Removing CheckSourcesForTabs from testsuite + We should replace this with a Hudson job ------------------------------------------------------------------------ r11394 | sjoelund.se | 2012-03-12 20:03:07 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Some more error checking, and runtest.pl should now work on the offending tests when run from the default directory (testsuite root) ------------------------------------------------------------------------ r11393 | sjoelund.se | 2012-03-12 18:56:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Don't print failed for every test... ------------------------------------------------------------------------ r11392 | sjoelund.se | 2012-03-12 18:42:27 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix runtest.pl ------------------------------------------------------------------------ r11391 | sjoelund.se | 2012-03-12 18:36:47 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Always print tests that fail ------------------------------------------------------------------------ r11388 | sjoelund.se | 2012-03-12 17:13:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix for tests that do not run in sandbox (chdir to correct one, use correct path to rtest) ------------------------------------------------------------------------ r11387 | sjoelund.se | 2012-03-12 16:56:28 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/HumMod/Makefile - Added missing file ------------------------------------------------------------------------ r11386 | sjoelund.se | 2012-03-12 16:41:37 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/HumMod A /trunk/testsuite/3rdParty/HumMod/HumModOMCTotal.mo (from /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo:11385) A /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos (from /trunk/testsuite/mosfiles-nosim/checkHumMod.mos:11385) A /trunk/testsuite/3rdParty/HumMod/instHumMod.mos (from /trunk/testsuite/mosfiles-nosim/instHumMod.mos:11385) A /trunk/testsuite/3rdParty/siemens (from /trunk/testsuite/siemens:11385) A /trunk/testsuite/HumMod M /trunk/testsuite/Makefile D /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo M /trunk/testsuite/mosfiles-nosim/Makefile D /trunk/testsuite/mosfiles-nosim/checkHumMod.mos D /trunk/testsuite/mosfiles-nosim/instHumMod.mos D /trunk/testsuite/siemens - Moved HumMod and Siemens tests to 3rdParty ------------------------------------------------------------------------ r11385 | sjoelund.se | 2012-03-12 16:21:47 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Add time information to test log ------------------------------------------------------------------------ r11384 | sjoelund.se | 2012-03-12 15:39:19 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - BuildModelRecursive.mos now sets a ulimit on time ------------------------------------------------------------------------ r11383 | perost | 2012-03-12 15:29:06 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl - Removed invalid 'external' prefix from external functions in SCodeDump. ------------------------------------------------------------------------ r11382 | sjoelund.se | 2012-03-12 14:14:58 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Try to ease Hudson parsing ------------------------------------------------------------------------ r11381 | hubert.thieriot | 2012-03-12 14:14:30 +0100 (Mon, 12 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptimLib.pro - added OMOptimSettings to sources list ------------------------------------------------------------------------ r11380 | sjoelund.se | 2012-03-12 13:42:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptimLib.pro - Don't build dynamic libraries in OMOptim ------------------------------------------------------------------------ r11379 | perost | 2012-03-12 13:19:23 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/interactive_api_simulations.mos - Update expected output. ------------------------------------------------------------------------ r11378 | sjoelund.se | 2012-03-12 13:05:04 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Fix class names ------------------------------------------------------------------------ r11377 | Frenkel TUD | 2012-03-12 12:53:12 +0100 (Mon, 12 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/mosfiles/ABCDsystem.csv.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos - implement new remove simple equation modules (removeSimpleEquationsFast,removeSimpleEquationsPast) speed up around 40% for backend - use IncidenceMatrix BackendDAE.SOLVABLE for Matching - function vararrayList is protected use BackendDAEUtil.varList - fix tests ------------------------------------------------------------------------ r11376 | sjoelund.se | 2012-03-12 12:29:28 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Forgot closing tag ------------------------------------------------------------------------ r11375 | sjoelund.se | 2012-03-12 12:15:49 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Fix junit test format ------------------------------------------------------------------------ r11374 | sjoelund.se | 2012-03-12 11:55:19 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - runtests.pl: Added -with-xml flag ------------------------------------------------------------------------ r11372 | hubert.thieriot | 2012-03-12 10:42:29 +0100 (Mon, 12 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OMOptimSettings.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1moShiftNeighbor.h M /trunk/OMOptim/Core/Optim/EA/SA1/sa1moshiftneighbor.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Project.h D /trunk/OMOptim/GUI/Dialogs/OMTableDialog.cpp D /trunk/OMOptim/GUI/Dialogs/OMTableDialog.h D /trunk/OMOptim/GUI/Tabs/TabProjectInfos.h M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/main.cpp - settings changes ------------------------------------------------------------------------ r11370 | perost | 2012-03-12 10:23:31 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/SumScalar.mo - Added test case for sum(scalar). ------------------------------------------------------------------------ r11369 | adrpo | 2012-03-11 20:16:38 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - expected output. ------------------------------------------------------------------------ r11368 | adrpo | 2012-03-11 19:43:00 +0100 (Sun, 11 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README - update README so that changes done by Jens Frenkel are copied to build/lib/omlibrary. - update Modelica 3.1.txt with the changed done by Jens Frenkel. ------------------------------------------------------------------------ r11367 | Frenkel TUD | 2012-03-11 14:54:07 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - bugfix derivative of ASUB ------------------------------------------------------------------------ r11366 | Frenkel TUD | 2012-03-11 13:58:36 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo - add missing inline annotation in function World.gravityAccelerationTypes ------------------------------------------------------------------------ r11365 | sjoelund.se | 2012-03-10 11:52:46 +0100 (Sat, 10 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo - Make sum(scalar) an error ------------------------------------------------------------------------ r11364 | Frenkel TUD | 2012-03-10 11:38:56 +0100 (Sat, 10 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/mosfiles/BouncingBall2.mo M /trunk/testsuite/mosfiles/BouncingBall2.mos - fix for Bug [# 1596] Simple equation not found - fix name problem for mosfiles/BouncingBall2 ------------------------------------------------------------------------ r11363 | Frenkel TUD | 2012-03-09 21:58:19 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - remove unused code ------------------------------------------------------------------------ r11362 | Frenkel TUD | 2012-03-09 21:21:46 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix test ------------------------------------------------------------------------ r11361 | Frenkel TUD | 2012-03-09 19:55:18 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/Inline.mo - break loop in Derive by providing information about inline success ------------------------------------------------------------------------ r11360 | Frenkel TUD | 2012-03-09 18:53:55 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - ~10% speedup for removeSimpleEquation ------------------------------------------------------------------------ r11359 | sjoelund.se | 2012-03-09 17:32:56 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Expected output ------------------------------------------------------------------------ r11358 | sjoelund.se | 2012-03-09 16:41:59 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1.txt - Description of previous commit changes to MSL31 ------------------------------------------------------------------------ r11357 | sjoelund.se | 2012-03-09 16:40:17 +0100 (Fri, 09 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos - Removed support for enum and Integer being compatible types - Testsuite still runs - But probably still problems in MSL31 ------------------------------------------------------------------------ r11356 | adeas31 | 2012-03-09 16:37:59 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp - Check for the extent points value before calculating the boundingRect. ------------------------------------------------------------------------ r11354 | sjoelund.se | 2012-03-09 13:39:12 +0100 (Fri, 09 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/EnzMM.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/biochem/UniBi.mos M /trunk/testsuite/libraries/biochem/UniUni.mos M /trunk/testsuite/mosfiles-nosim/checkHumMod.mos M /trunk/testsuite/mosfiles-nosim/instHumMod.mos - Expected output - Removed support for type-conversion from integer to enum * Note: Integer literal to enum is still in use. It will be the next to go, but MSL needs some more updates ------------------------------------------------------------------------ r11353 | sjoelund.se | 2012-03-09 13:08:35 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11352 | sjoelund.se | 2012-03-09 12:51:33 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo - Moved connect(a,a) warning to Inst instead of SCode ------------------------------------------------------------------------ r11351 | sjoelund.se | 2012-03-09 12:49:01 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos - Expected output ------------------------------------------------------------------------ r11350 | sjoelund.se | 2012-03-09 12:14:38 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Update from MSL Maintenance branches for Digital.mo ------------------------------------------------------------------------ r11349 | sjoelund.se | 2012-03-09 12:01:36 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - Added qmake targets ------------------------------------------------------------------------ r11348 | Frenkel TUD | 2012-03-09 09:53:17 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - report Error Message in case of Discrete Equation Systems ------------------------------------------------------------------------ r11347 | Frenkel TUD | 2012-03-09 08:17:25 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - remove rule for min/max (enumeration, int) ------------------------------------------------------------------------ r11346 | adeas31 | 2012-03-08 21:25:09 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/Parser/parse.c - Changed UTF8 to UTF-8. ------------------------------------------------------------------------ r11345 | perost | 2012-03-08 18:14:24 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Util/List.mo - Improved handling of bindings and deduction of array dimensions in SCodeInst. - Added List.lastN and List.stripN. ------------------------------------------------------------------------ r11344 | JohannaSchneider | 2012-03-08 14:58:57 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing ------------------------------------------------------------------------ r11343 | perost | 2012-03-08 13:52:44 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/Util.mo - Implemented class extends support in SCodeInst. ------------------------------------------------------------------------ r11342 | sjoelund.se | 2012-03-08 13:12:08 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Parser/parse.c #1710 - Check filename for invalid characters ------------------------------------------------------------------------ r11341 | Frenkel TUD | 2012-03-08 00:56:14 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mofiles/MaxArray.mo - fix test ------------------------------------------------------------------------ r11340 | Frenkel TUD | 2012-03-08 00:27:55 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - simplify min/max(enumeration) - set min max from enumeration for variables (maybe should be done in frontend) ------------------------------------------------------------------------ r11339 | adrpo | 2012-03-08 00:10:04 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix the CodegenC.tpl for T_ARRAY (be more specific). - expected output in testsuite/parser/ParseFullModelica3.1.mos ------------------------------------------------------------------------ r11338 | adrpo | 2012-03-08 00:07:41 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11337 | adrpo | 2012-03-07 23:40:30 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.1.txt - update to libraries/Modelica 3.1.txt. ------------------------------------------------------------------------ r11336 | adrpo | 2012-03-07 23:36:42 +0100 (Wed, 07 Mar 2012) | 16 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.mo M /trunk/libraries/README M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw M /trunk/testsuite/bootstrapping/SimCodeTest.mos M /trunk/testsuite/bootstrapping/main.c M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos - MAKE CLEAN is highly recommended! Modelica.Media: - fix some Modelica.Media code generation issues in CodegenC.expTypeFlag. - fix a Modelica.Media bug in the library, see ticket: https://trac.modelica.org/Modelica/ticket/710 in libraries/Modelica 3.1/Media/IdealGases/Common/package.mo and updated libraries/README. - add 2 more models that simulate now to the testsuite/libraries/msl31/media/simulate/Makefile (1 more to have full Modelica.Media) Bootstrapping: - collect inputs/outputs temps into tmpMeta. - added System.tmpTickIndexReserve to get the index and reserve N. - some preliminary changes to the GC (not ON yet), more updates to come. - circumvent MinGW GCC 4.4.0 -O2/-O3 optimization issues via making the for iterator in matchcontinue be float (see meta_modelica.h) note that if you use -O3 you will also need -fno-inline-functions (see testsuite/bootstrapping/LinkMain.makefile.mingw) ------------------------------------------------------------------------ r11335 | Frenkel TUD | 2012-03-07 23:06:29 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - move Modelica.Electrical.Digital.Examples.Adder4 to failingtests ------------------------------------------------------------------------ r11334 | Frenkel TUD | 2012-03-07 22:40:20 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - lower enumerations to discrete vars like integers ------------------------------------------------------------------------ r11333 | Frenkel TUD | 2012-03-07 22:27:41 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - Var is either continous or discrete ------------------------------------------------------------------------ r11332 | adrpo | 2012-03-07 21:08:56 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/division.h - division.h: switch __FILE__ and __LINE__ in DIVISION macro as they are expected by division_error function. ------------------------------------------------------------------------ r11331 | adrpo | 2012-03-07 19:07:33 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos - use build model for models that fail during simulation. ------------------------------------------------------------------------ r11330 | adrpo | 2012-03-07 18:32:31 +0100 (Wed, 07 Mar 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Static.mo A /trunk/testsuite/3rdParty/TestMedia A /trunk/testsuite/3rdParty/TestMedia/Makefile A /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos A /trunk/testsuite/3rdParty/TestMedia/TestMedia.mo A /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos A /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos A /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/Makefile M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/siemens/valve_test.mos - replace array constants with their binding (maybe we should only do that for package constants). - added testsuite/3rdParty/TestMedia [from Francesco Casella] which now works to simulate too. - 17 more Modelica.Media models now work, 3 left. NOTE HOWEVER that simulation fails in some cases due to divisions by zero or other issues, but at least the models compile. ------------------------------------------------------------------------ r11329 | Frenkel TUD | 2012-03-07 15:36:35 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix test ------------------------------------------------------------------------ r11328 | Frenkel TUD | 2012-03-07 15:13:40 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix test ------------------------------------------------------------------------ r11327 | Frenkel TUD | 2012-03-07 14:55:26 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix compilation ------------------------------------------------------------------------ r11326 | Frenkel TUD | 2012-03-07 14:46:46 +0100 (Wed, 07 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles/algorithms.mos - add Incidencematrix type SOLVABLE - add compleqs to traverseBackendDAE and checkBackendDAE functions - use traverseBackendDAE in PartFn -> easier maintainance - more information if createOdeSystem fails ------------------------------------------------------------------------ r11325 | lochel | 2012-03-07 12:13:16 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - fix for mapToDymolaVars ------------------------------------------------------------------------ r11324 | Frenkel TUD | 2012-03-07 11:25:07 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos - update msl31/simulate/Makefile ------------------------------------------------------------------------ r11322 | hubert.thieriot | 2012-03-07 11:18:52 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - Changed the way qwt is referred to. Allows to compile OMOptimBasis without OMDev ------------------------------------------------------------------------ r11321 | adrpo | 2012-03-07 09:17:51 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/OpenTurns/model_name.h M /trunk/SimulationRuntime/OpenTurns/wrapper.c - OpenTurns updates. ------------------------------------------------------------------------ r11320 | adrpo | 2012-03-07 08:28:46 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - consider also partially evaluated functions and also do union as we seem to get duplicates. ------------------------------------------------------------------------ r11319 | adrpo | 2012-03-07 06:30:01 +0100 (Wed, 07 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos - also consider external functions! duh :) - expected output for some tests. ------------------------------------------------------------------------ r11318 | Frenkel TUD | 2012-03-07 00:07:15 +0100 (Wed, 07 Mar 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos - remove unused functions Bug [# 1708] - move Modelica.Media.Examples.TestOnly.IdealGasN2.mos Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos Modelica.Media.Incompressible.Examples.TestGlycol.mos to working test - update CMakeLists.txt ------------------------------------------------------------------------ r11317 | lochel | 2012-03-06 19:47:52 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - import from matfile supports now variables with dymola names ------------------------------------------------------------------------ r11316 | Frenkel TUD | 2012-03-06 19:24:32 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos - simplify size operator helps media ------------------------------------------------------------------------ r11314 | adeas31 | 2012-03-06 14:56:42 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.config.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptimLib.pro - Fixed the OMOptim compilation. Why we are linking OMOptimBasis against OMPlot? Its not required. Changed the shared libs to static libs. ------------------------------------------------------------------------ r11312 | adrpo | 2012-03-06 11:13:45 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptimLib.pro - do not make a shared lib. ------------------------------------------------------------------------ r11311 | adrpo | 2012-03-06 10:45:42 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - attempt to fix OMOptim??!! ------------------------------------------------------------------------ r11310 | adrpo | 2012-03-06 10:19:12 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl221/Electrical/Makefile - move ./libraries/msl221/Electrical/HeatingRectifier2.mos to failing tests ------------------------------------------------------------------------ r11309 | perost | 2012-03-06 10:05:01 +0100 (Tue, 06 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Removed some deprecated code from SCodeInst. ------------------------------------------------------------------------ r11306 | Frenkel TUD | 2012-03-06 09:25:25 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - break loop in Derive ------------------------------------------------------------------------ r11305 | lochel | 2012-03-05 18:53:44 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h - stop the simulation, if an error occurs ------------------------------------------------------------------------ r11302 | hubert.thieriot | 2012-03-05 17:42:27 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: D /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user - removed user file ------------------------------------------------------------------------ r11300 | hubert.thieriot | 2012-03-05 17:39:40 +0100 (Mon, 05 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/main.cpp M /trunk/OMOptim/version.h - OMOptim now relies on OMOptimlib : no more "double compilation" - debug versions have a 'd' suffix - removed some unused variables ------------------------------------------------------------------------ r11299 | perost | 2012-03-05 16:16:01 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Partially implemented error message for cyclic dependencies in SCodeInst. ------------------------------------------------------------------------ r11296 | perost | 2012-03-05 16:09:24 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos - Fix expected output. ------------------------------------------------------------------------ r11295 | Frenkel TUD | 2012-03-05 15:57:51 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos - move Modelica.Electrical.Digital.Examples.HalfAdder.mos to WRONGRESULTTEST ------------------------------------------------------------------------ r11294 | Frenkel TUD | 2012-03-05 15:33:01 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos - move Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses to testfiles ------------------------------------------------------------------------ r11293 | Frenkel TUD | 2012-03-05 15:22:13 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo - fix for bug [# 1693] , use type of expression for mul when calculate the derivative of DIV_ARRAY_SCALAR ------------------------------------------------------------------------ r11292 | lochel | 2012-03-05 13:46:57 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - minor fix ------------------------------------------------------------------------ r11291 | lochel | 2012-03-05 12:37:52 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - add two optimization methods from OM1.8.0 (simplex and newuoa) ------------------------------------------------------------------------ r11290 | perost | 2012-03-05 11:30:25 +0100 (Mon, 05 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo * SCodeInst fixes: - Instantiate cref subscripts. - Correct instantiation of function names. ------------------------------------------------------------------------ r11289 | sjoelund.se | 2012-03-05 11:01:23 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos Expected output ------------------------------------------------------------------------ r11288 | sjoelund.se | 2012-03-05 10:58:52 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/refactorGraphAnn1.mos M /trunk/testsuite/interactive/refactorGraphAnn2.mos - Expected output ------------------------------------------------------------------------ r11287 | sjoelund.se | 2012-03-05 10:44:37 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/Modelica.g M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Parse comments in correct order ------------------------------------------------------------------------ r11286 | Frenkel TUD | 2012-03-04 23:31:37 +0100 (Sun, 04 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/SimulationRuntime/interactive/README.txt - bugfix blt, do not check continues vars in relations - update path in interaktive readme ------------------------------------------------------------------------ r11285 | Frenkel TUD | 2012-03-04 21:47:31 +0100 (Sun, 04 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - if derivative of function does not exist force inline to get media examp working ------------------------------------------------------------------------ r11284 | adrpo | 2012-03-04 21:37:53 +0100 (Sun, 04 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/siemens/valve_test.mos - expected output. ------------------------------------------------------------------------ r11283 | adrpo | 2012-03-04 18:50:26 +0100 (Sun, 04 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - expected output. ------------------------------------------------------------------------ r11282 | Frenkel TUD | 2012-03-04 14:30:22 +0100 (Sun, 04 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/libraries/msl31/media/simulate/Makefile - force inline again for complex equations but check function has only one assignment - check while inline if all inner variables are replaced - 3 Media tests back in game ------------------------------------------------------------------------ r11281 | Frenkel TUD | 2012-03-03 21:09:46 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - add missing code for functions return records in optimisation modules ------------------------------------------------------------------------ r11280 | adrpo | 2012-03-03 10:51:37 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos - expected output ------------------------------------------------------------------------ r11279 | adrpo | 2012-03-03 10:35:44 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/siemens/valve_test.mos - expected output - 3 media/simulate models fail now! ------------------------------------------------------------------------ r11278 | Frenkel TUD | 2012-03-03 09:35:26 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - do not force inline for complex equations helps TestMedia ------------------------------------------------------------------------ r11277 | sjoelund.se | 2012-03-03 07:51:52 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - OSX .so-files are called .dylib files... ------------------------------------------------------------------------ r11276 | adrpo | 2012-03-03 06:05:45 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/FinalPropagation.mos - expected output. ------------------------------------------------------------------------ r11275 | adrpo | 2012-03-03 05:51:44 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - changes in backend considered in XMLDump.mo too - dependency seems to be broken, i think we also need to consider protected imports. ------------------------------------------------------------------------ r11274 | Frenkel TUD | 2012-03-03 05:13:31 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos - implement support for functions return records down to code generation, code generation works for record = f(); f() = record ------------------------------------------------------------------------ r11272 | adeas31 | 2012-03-03 01:38:45 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/OMNotebookGUI/application.h M /trunk/OMNotebook/OMNotebookGUI/cellapplication.h M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMSketch/Tools.cpp M /trunk/OMNotebook/OMSketch/Tools.h - Fixed the stupid OMSketch code. Now OMNotebook doesn't hang while opening. - Some other minor changes. ------------------------------------------------------------------------ r11267 | adeas31 | 2012-03-02 18:38:44 +0100 (Fri, 02 Mar 2012) | 1 line Changed paths: M /trunk/OMTools/OMTools.pro - Added OMOptimLib.pro ------------------------------------------------------------------------ r11266 | adeas31 | 2012-03-02 15:27:08 +0100 (Fri, 02 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebookcommands.h M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp Fix for bug #1705 #1706 - Added the flag to set plot silent +plotSilent=true (if true then outputs the data instead of showing the OMPlot). - Some fixes for OMNotebook plotting. - Fixed the file saving issue. ------------------------------------------------------------------------ r11265 | sjoelund.se | 2012-03-02 13:55:40 +0100 (Fri, 02 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/string_array.c M /trunk/SimulationRuntime/c/util/string_array.h M /trunk/testsuite/mosfiles-nosim/Makefile A /trunk/testsuite/mosfiles-nosim/StringArrayReturn.mos #1707 - Add support for functions returning arrays of strings ------------------------------------------------------------------------ r11264 | sjoelund.se | 2012-03-02 13:29:29 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - Copy OMOptimBasis so-files ------------------------------------------------------------------------ r11263 | perost | 2012-03-02 10:47:13 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo - Fix correct propagation level for modifications in extends in SCodeInst. ------------------------------------------------------------------------ r11262 | adeas31 | 2012-03-02 00:56:23 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp M /trunk/OMPlot/OMPlotGUI/Legend.cpp M /trunk/OMPlot/OMPlotGUI/Legend.h M /trunk/OMPlot/OMPlotGUI/PlotCurve.cpp M /trunk/OMPlot/OMPlotGUI/PlotCurve.h M /trunk/OMPlot/OMPlotGUI/PlotWindow.cpp M /trunk/OMPlot/OMPlotGUI/PlotWindow.h - Integrated OMPlot with OMNotebook. - Saving the embedded plots is reopening it is also possible now. ------------------------------------------------------------------------ r11261 | adeas31 | 2012-03-02 00:00:32 +0100 (Fri, 02 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - Fixed isReplaceable API, check separately for public and protected elements. Added case for the extended classes as well. ------------------------------------------------------------------------ r11260 | mahge930 | 2012-03-01 21:48:05 +0100 (Thu, 01 Mar 2012) | 8 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/Makefile A /trunk/testsuite/Makefile_sample.txt M /trunk/testsuite/README M /trunk/testsuite/bootstrapping/Makefile M /trunk/testsuite/dependency/Makefile M /trunk/testsuite/expandable/Makefile M /trunk/testsuite/fmi/Makefile M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/interactive/Makefile M /trunk/testsuite/interactive-simulation/Makefile M /trunk/testsuite/libraries/biochem/Makefile M /trunk/testsuite/libraries/msl221/Electrical/Makefile M /trunk/testsuite/libraries/msl221/Makefile M /trunk/testsuite/libraries/msl221/Mechanics/Makefile M /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile M /trunk/testsuite/libraries/msl31/Makefile M /trunk/testsuite/libraries/msl31/fluid/Makefile M /trunk/testsuite/libraries/msl31/media/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl32/Makefile M /trunk/testsuite/libraries/multibody/Makefile M /trunk/testsuite/libraries/multibody/checkingModels/Makefile M /trunk/testsuite/libraries/multibody/elementary/Makefile M /trunk/testsuite/libraries/multibody/loops/Makefile M /trunk/testsuite/libraries/multibody/rotational3deffects/Makefile M /trunk/testsuite/libraries/multibody/systems/Makefile M /trunk/testsuite/linearize/Makefile M /trunk/testsuite/meta/Makefile M /trunk/testsuite/modelicaML/Makefile M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/drmodelica/Makefile M /trunk/testsuite/mofiles/msl/Makefile M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles-msl22/Makefile M /trunk/testsuite/mosfiles-nosim/Makefile M /trunk/testsuite/parser/Makefile M /trunk/testsuite/records/Makefile M /trunk/testsuite/redeclare/Makefile M /trunk/testsuite/siemens/Makefile M /trunk/testsuite/streams/Makefile + The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases. + "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned. For OMDEV/MINGW ppl (linux already has partest) + "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN") - 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit. Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions) ------------------------------------------------------------------------ r11259 | mahge930 | 2012-03-01 20:48:39 +0100 (Thu, 01 Mar 2012) | 8 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl Modified the generated Makefiles for models. - "clean" should not be a dependency for the main target. If we have multiple threads making the target then they will try to clean and compile at the same time. - do "clean"s explicitly - Made sure that *_records.c is compiled always. (i.e. The executable will be compiled too) - Also the main target(executable) should be dependent on ModelName_functions.c since this is not compiled separately but is included in the ModelName.c file. Now we can run the test-suite(most of it, at least) with "make -j" on windows. ------------------------------------------------------------------------ r11258 | adrpo | 2012-03-01 19:02:35 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos - expected output (don't know if is correct). ------------------------------------------------------------------------ r11257 | adrpo | 2012-03-01 18:43:37 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h - update OpenModelicaBootstrappingHeader.h broken some commits back. ------------------------------------------------------------------------ r11256 | adeas31 | 2012-03-01 17:39:06 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo --new-window flag for visualize API. ------------------------------------------------------------------------ r11255 | sjoelund.se | 2012-03-01 17:21:01 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Fixed M.E.D.Delay.TransmissionDelay - Not fixed in MSL because other tools do not support Integer(enum) yet (in spec since Modelica 2.1) ------------------------------------------------------------------------ r11254 | sjoelund.se | 2012-03-01 17:19:42 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Fixes illegal xml generation when using measureTime=true ------------------------------------------------------------------------ r11253 | sjoelund.se | 2012-03-01 17:18:54 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fix for external noretcall functions ------------------------------------------------------------------------ r11252 | lochel | 2012-03-01 16:29:17 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/initialization.c - fix init-file for constant expressions - fix initialization by mat-file ------------------------------------------------------------------------ r11251 | perost | 2012-03-01 15:00:21 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - Fix MainTest. ------------------------------------------------------------------------ r11250 | perost | 2012-03-01 14:46:45 +0100 (Thu, 01 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/Util.mo - Implemented filtering of duplicate extended components in SCodeInst. Needs more work, just assumes all elements are equal right now. - Fixed handling of conditional components that contain other conditional components. ------------------------------------------------------------------------ r11249 | Frenkel TUD | 2012-03-01 14:35:47 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/Util/Flags.mo - dump Statistic about the system with +d=backenddaeinfo ------------------------------------------------------------------------ r11248 | adrpo | 2012-03-01 08:37:58 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - gee, expected output ------------------------------------------------------------------------ r11247 | adrpo | 2012-03-01 08:25:34 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos - expected output. - got rid of print in Inline.mo ------------------------------------------------------------------------ r11246 | adrpo | 2012-03-01 08:06:55 +0100 (Thu, 01 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Types.mo - check subtyping of T_ARRAY(dims = list_of_more_than_one) as we can really get these types now after the removal of DAE.ExpType. - don't be lazy and do better checking in Inline. - testsuite should be ok now? Hudson will tell us :) ------------------------------------------------------------------------ r11245 | adrpo | 2012-03-01 06:30:14 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - do not do equiv type checking when MetaModelica as they might be not! - fix some of the expected output in some models. ------------------------------------------------------------------------ r11244 | adeas31 | 2012-02-29 23:55:28 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptim/build/OMOptim.config.in - Another try to fix omoptim build :) ------------------------------------------------------------------------ r11243 | adeas31 | 2012-02-29 22:19:10 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - Fix build for omoptim. ------------------------------------------------------------------------ r11242 | Frenkel TUD | 2012-02-29 19:22:30 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - remove forgotten dump call ------------------------------------------------------------------------ r11241 | Frenkel TUD | 2012-02-29 17:12:09 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - check if extension of records was succesfull - remove forgotten dump call ------------------------------------------------------------------------ r11240 | Frenkel TUD | 2012-02-29 16:39:08 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - compare types before inline expression ------------------------------------------------------------------------ r11239 | Kaie Kubjas | 2012-02-29 15:15:15 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Fixed a bug in CodegenCpp.tpl ------------------------------------------------------------------------ r11237 | adeas31 | 2012-02-29 15:07:55 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/configure.in - Fix build. ------------------------------------------------------------------------ r11236 | adeas31 | 2012-02-29 15:02:05 +0100 (Wed, 29 Feb 2012) | 4 lines Changed paths: M /trunk/Makefile.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in M /trunk/OMOptim/build/OMOptim.config.in M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMTools/OMTools.pro - Fix OMOptim Compilation. - Don't add \ at the end of the last item in .pro file. - Build OMOptimBasis in the bin directory of OMOptim. - Added OMOptimBasis to OMTools. ------------------------------------------------------------------------ r11235 | perost | 2012-02-29 12:46:12 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Implemented better handling of extending basic and array types in SCodeInst. ------------------------------------------------------------------------ r11234 | adrpo | 2012-02-29 11:11:00 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/build/OMOptim.pro - fix c_runtime read_mat4.* dependency to point to the SimulationRuntime. ------------------------------------------------------------------------ r11233 | hubert.thieriot | 2012-02-29 11:08:45 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: A /trunk/OMOptim/OMOptimBasis/build A /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.config.in A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - Added needed files to build OMOptimBasis ------------------------------------------------------------------------ r11231 | hubert.thieriot | 2012-02-29 10:29:46 +0100 (Wed, 29 Feb 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/FileData/CSV.cpp M /trunk/OMOptim/Core/FileData/CSV.h D /trunk/OMOptim/Core/FileData/Load.cpp D /trunk/OMOptim/Core/FileData/Load.h A /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp (from /trunk/OMOptim/Core/FileData/Load.cpp:11208) A /trunk/OMOptim/Core/FileData/LoadOMOptim.h (from /trunk/OMOptim/Core/FileData/Load.h:11208) D /trunk/OMOptim/Core/FileData/Save.cpp D /trunk/OMOptim/Core/FileData/Save.h A /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp (from /trunk/OMOptim/Core/FileData/Save.cpp:11208) A /trunk/OMOptim/Core/FileData/SaveOMOptim.h (from /trunk/OMOptim/Core/FileData/Save.h:11208) D /trunk/OMOptim/Core/FileData/XML.cpp D /trunk/OMOptim/Core/FileData/XML.h D /trunk/OMOptim/Core/Infos D /trunk/OMOptim/Core/MOClasses.h D /trunk/OMOptim/Core/MOItem.cpp D /trunk/OMOptim/Core/MOItem.h D /trunk/OMOptim/Core/MOKeepVector.h D /trunk/OMOptim/Core/MOOptVector.cpp D /trunk/OMOptim/Core/MOOptVector.h D /trunk/OMOptim/Core/MOSettings.cpp D /trunk/OMOptim/Core/MOSettings.h D /trunk/OMOptim/Core/MOTableView.cpp D /trunk/OMOptim/Core/MOTableView.h D /trunk/OMOptim/Core/MOThreads.cpp D /trunk/OMOptim/Core/MOThreads.h D /trunk/OMOptim/Core/MOVector.h D /trunk/OMOptim/Core/Modelica/MOParameter.cpp D /trunk/OMOptim/Core/Modelica/MOParameter.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/Modelica.h M /trunk/OMOptim/Core/Modelica/ModelicaConnections.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp A /trunk/OMOptim/Core/OMC/OMCThreads.cpp A /trunk/OMOptim/Core/OMC/OMCThreads.h A /trunk/OMOptim/Core/OMOptimSettings.cpp (from /trunk/OMOptim/Core/MOSettings.cpp:11208) A /trunk/OMOptim/Core/OMOptimSettings.h (from /trunk/OMOptim/Core/MOSettings.h:11208) M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OptObjectives.cpp M /trunk/OMOptim/Core/OptObjectives.h M /trunk/OMOptim/Core/Optim/EA/EABase.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgoUtils.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp D /trunk/OMOptim/Core/Problems/OMCase.cpp D /trunk/OMOptim/Core/Problems/OMCase.h D /trunk/OMOptim/Core/Problems/OMCases.cpp D /trunk/OMOptim/Core/Problems/OMCases.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h D /trunk/OMOptim/Core/Problems/Problem.cpp D /trunk/OMOptim/Core/Problems/Problem.h D /trunk/OMOptim/Core/Problems/ProblemConfig.cpp D /trunk/OMOptim/Core/Problems/ProblemConfig.h D /trunk/OMOptim/Core/Problems/ProblemInterface.cpp D /trunk/OMOptim/Core/Problems/ProblemInterface.h D /trunk/OMOptim/Core/Problems/Problems.cpp D /trunk/OMOptim/Core/Problems/Problems.h D /trunk/OMOptim/Core/Problems/Result.cpp D /trunk/OMOptim/Core/Problems/Result.h D /trunk/OMOptim/Core/Problems/Results.cpp D /trunk/OMOptim/Core/Problems/Results.h M /trunk/OMOptim/Core/Problems/onesimulationinterface.cpp M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h D /trunk/OMOptim/Core/Tools/HighTools.cpp D /trunk/OMOptim/Core/Tools/HighTools.h D /trunk/OMOptim/Core/Tools/LowTools.cpp D /trunk/OMOptim/Core/Tools/LowTools.h D /trunk/OMOptim/Core/Tools/OMProcess.cpp D /trunk/OMOptim/Core/Tools/OMProcess.h D /trunk/OMOptim/Core/Tools/SleeperThread.h D /trunk/OMOptim/Core/Tools/XMLTools.cpp D /trunk/OMOptim/Core/Tools/XMLTools.h D /trunk/OMOptim/Core/Units D /trunk/OMOptim/Core/Variable.cpp D /trunk/OMOptim/Core/Variable.h D /trunk/OMOptim/Core/VariableType.h D /trunk/OMOptim/Core/Variables.cpp D /trunk/OMOptim/Core/Variables.h M /trunk/OMOptim/Doc/HowProblemWorks.pptx D /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.h D /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.h D /trunk/OMOptim/GUI/Dialogs/DlgSettings.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSettings.h D /trunk/OMOptim/GUI/Dialogs/EIHENParametersDlg.cpp D /trunk/OMOptim/GUI/Dialogs/EIHENParametersDlg.h D /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.cpp D /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/MainWindow.h M /trunk/OMOptim/GUI/Plots/MOOptPlot.h D /trunk/OMOptim/GUI/Plots/MOPlot.cpp D /trunk/OMOptim/GUI/Plots/MOPlot.h D /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.cpp D /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.h D /trunk/OMOptim/GUI/Tabs/MO2ColTab.cpp D /trunk/OMOptim/GUI/Tabs/MO2ColTab.h D /trunk/OMOptim/GUI/Tabs/MOMainTab.cpp D /trunk/OMOptim/GUI/Tabs/MOMainTab.h D /trunk/OMOptim/GUI/Tabs/MOTab.cpp D /trunk/OMOptim/GUI/Tabs/MOTab.h D /trunk/OMOptim/GUI/Tabs/MOTabBase.cpp D /trunk/OMOptim/GUI/Tabs/MOTabBase.h D /trunk/OMOptim/GUI/Tabs/TabEIProblem.cpp D /trunk/OMOptim/GUI/Tabs/TabGeneric.cpp D /trunk/OMOptim/GUI/Tabs/TabGeneric.h D /trunk/OMOptim/GUI/Tabs/TabGeneric.ui M /trunk/OMOptim/GUI/Tabs/TabOMC.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp D /trunk/OMOptim/GUI/Tools/GuiTools.cpp D /trunk/OMOptim/GUI/Tools/GuiTools.h D /trunk/OMOptim/GUI/Tools/MOGuiTools.cpp D /trunk/OMOptim/GUI/Tools/MOGuiTools.h D /trunk/OMOptim/GUI/Tools/MOSplitter.cpp D /trunk/OMOptim/GUI/Tools/MOSplitter.h D /trunk/OMOptim/GUI/Tools/MOStyleSheet.cpp D /trunk/OMOptim/GUI/Tools/MOStyleSheet.h D /trunk/OMOptim/GUI/Tools/MyDelegates.cpp D /trunk/OMOptim/GUI/Tools/MyDelegates.h D /trunk/OMOptim/GUI/Tools/MyTextLog.cpp D /trunk/OMOptim/GUI/Tools/MyTextLog.h D /trunk/OMOptim/GUI/Tools/MyTreeView.cpp D /trunk/OMOptim/GUI/Tools/MyTreeView.h A /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp A /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.h D /trunk/OMOptim/GUI/Tools/qsciencespinbox.cpp D /trunk/OMOptim/GUI/Tools/qsciencespinbox.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h D /trunk/OMOptim/GUI/Widgets/WidgetEIInputVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.cpp D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.h D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.ui D /trunk/OMOptim/GUI/Widgets/WidgetList.cpp D /trunk/OMOptim/GUI/Widgets/WidgetList.h D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.cpp D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.h D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.ui M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.h M /trunk/OMOptim/GUI/Widgets/WidgetProgress.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProgress.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.h D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.ui M /trunk/OMOptim/GUI/Widgets/WidgetTableRecVar.cpp D /trunk/OMOptim/GUI/Widgets/WidgetTableVar.cpp D /trunk/OMOptim/GUI/Widgets/WidgetTableVar.h A /trunk/OMOptim/OMOptimBasis A /trunk/OMOptim/OMOptimBasis/FileData (from /trunk/OMOptim/Core/FileData:11208) D /trunk/OMOptim/OMOptimBasis/FileData/CSV.cpp D /trunk/OMOptim/OMOptimBasis/FileData/CSV.h A /trunk/OMOptim/OMOptimBasis/FileData/CSVBase.cpp (from /trunk/OMOptim/Core/FileData/CSV.cpp:11208) A /trunk/OMOptim/OMOptimBasis/FileData/CSVBase.h (from /trunk/OMOptim/Core/FileData/CSV.h:11208) M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/FileData/XML.cpp M /trunk/OMOptim/OMOptimBasis/FileData/XML.h A /trunk/OMOptim/OMOptimBasis/GUI A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.h (from /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h (from /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSettings.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.h (from /trunk/OMOptim/GUI/Dialogs/DlgSettings.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp (from /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h (from /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.cpp (from /trunk/OMOptim/GUI/Dialogs/newprojectform.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.h (from /trunk/OMOptim/GUI/Dialogs/newprojectform.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.ui (from /trunk/OMOptim/GUI/Dialogs/newprojectform.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.cpp (from /trunk/OMOptim/GUI/Plots/MOPlot.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h (from /trunk/OMOptim/GUI/Plots/MOPlot.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.cpp (from /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.h (from /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp (from /trunk/OMOptim/GUI/Tabs/MO2ColTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h (from /trunk/OMOptim/GUI/Tabs/MO2ColTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp (from /trunk/OMOptim/GUI/Tabs/MOMainTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.h (from /trunk/OMOptim/GUI/Tabs/MOMainTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.cpp (from /trunk/OMOptim/GUI/Tabs/MOTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.h (from /trunk/OMOptim/GUI/Tabs/MOTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.cpp (from /trunk/OMOptim/GUI/Tabs/MOTabBase.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.h (from /trunk/OMOptim/GUI/Tabs/MOTabBase.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.cpp (from /trunk/OMOptim/GUI/Tabs/TabGeneric.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.h (from /trunk/OMOptim/GUI/Tabs/TabGeneric.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.ui (from /trunk/OMOptim/GUI/Tabs/TabGeneric.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.h A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.ui A /trunk/OMOptim/OMOptimBasis/GUI/Tools A /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp (from /trunk/OMOptim/GUI/Tools/GuiTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h (from /trunk/OMOptim/GUI/Tools/GuiTools.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.cpp (from /trunk/OMOptim/GUI/Tools/MOSplitter.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.h (from /trunk/OMOptim/GUI/Tools/MOSplitter.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.cpp (from /trunk/OMOptim/GUI/Tools/MOStyleSheet.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.h (from /trunk/OMOptim/GUI/Tools/MOStyleSheet.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.cpp (from /trunk/OMOptim/GUI/Tools/MyDelegates.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h (from /trunk/OMOptim/GUI/Tools/MyDelegates.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp (from /trunk/OMOptim/GUI/Tools/MyTextLog.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.h (from /trunk/OMOptim/GUI/Tools/MyTextLog.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp (from /trunk/OMOptim/GUI/Tools/MyTreeView.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.h (from /trunk/OMOptim/GUI/Tools/MyTreeView.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp (from /trunk/OMOptim/GUI/Tools/qsciencespinbox.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.h (from /trunk/OMOptim/GUI/Tools/qsciencespinbox.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.h (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.ui (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetList.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.h (from /trunk/OMOptim/GUI/Widgets/WidgetList.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.ui (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.ui A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.h (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.ui (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetTableVar.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h (from /trunk/OMOptim/GUI/Widgets/WidgetTableVar.h:11208) A /trunk/OMOptim/OMOptimBasis/Infos (from /trunk/OMOptim/Core/Infos:11208) M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp A /trunk/OMOptim/OMOptimBasis/MOClasses.h (from /trunk/OMOptim/Core/MOClasses.h:11208) A /trunk/OMOptim/OMOptimBasis/MOItem.cpp (from /trunk/OMOptim/Core/MOItem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOItem.h (from /trunk/OMOptim/Core/MOItem.h:11208) A /trunk/OMOptim/OMOptimBasis/MOKeepVector.h (from /trunk/OMOptim/Core/MOKeepVector.h:11208) A /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp (from /trunk/OMOptim/Core/MOOptVector.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOOptVector.h (from /trunk/OMOptim/Core/MOOptVector.h:11208) A /trunk/OMOptim/OMOptimBasis/MOParameter.cpp (from /trunk/OMOptim/Core/Modelica/MOParameter.cpp:11205) A /trunk/OMOptim/OMOptimBasis/MOParameter.h (from /trunk/OMOptim/Core/Modelica/MOParameter.h:11205) A /trunk/OMOptim/OMOptimBasis/MOSettings.cpp (from /trunk/OMOptim/Core/MOSettings.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOSettings.h (from /trunk/OMOptim/Core/MOSettings.h:11208) A /trunk/OMOptim/OMOptimBasis/MOTableView.cpp (from /trunk/OMOptim/Core/MOTableView.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOTableView.h (from /trunk/OMOptim/Core/MOTableView.h:11208) A /trunk/OMOptim/OMOptimBasis/MOThreads.cpp (from /trunk/OMOptim/Core/MOThreads.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOThreads.h (from /trunk/OMOptim/Core/MOThreads.h:11208) A /trunk/OMOptim/OMOptimBasis/MOVector.h (from /trunk/OMOptim/Core/MOVector.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems A /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp (from /trunk/OMOptim/Core/Problems/OMCase.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCase.h (from /trunk/OMOptim/Core/Problems/OMCase.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCases.cpp (from /trunk/OMOptim/Core/Problems/OMCases.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCases.h (from /trunk/OMOptim/Core/Problems/OMCases.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp (from /trunk/OMOptim/Core/Problems/Problem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problem.h (from /trunk/OMOptim/Core/Problems/Problem.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.cpp (from /trunk/OMOptim/Core/Problems/ProblemConfig.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.h (from /trunk/OMOptim/Core/Problems/ProblemConfig.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.cpp (from /trunk/OMOptim/Core/Problems/ProblemInterface.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h (from /trunk/OMOptim/Core/Problems/ProblemInterface.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problems.cpp (from /trunk/OMOptim/Core/Problems/Problems.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problems.h (from /trunk/OMOptim/Core/Problems/Problems.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Result.cpp (from /trunk/OMOptim/Core/Problems/Result.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Result.h (from /trunk/OMOptim/Core/Problems/Result.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Results.cpp (from /trunk/OMOptim/Core/Problems/Results.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Results.h (from /trunk/OMOptim/Core/Problems/Results.h:11208) A /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp (from /trunk/OMOptim/Core/Project.cpp:11208) A /trunk/OMOptim/OMOptimBasis/ProjectBase.h (from /trunk/OMOptim/Core/Project.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools A /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp (from /trunk/OMOptim/Core/Tools/HighTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/HighTools.h (from /trunk/OMOptim/Core/Tools/HighTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp (from /trunk/OMOptim/Core/Tools/LowTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h (from /trunk/OMOptim/Core/Tools/LowTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.cpp (from /trunk/OMOptim/Core/Tools/OMProcess.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.h (from /trunk/OMOptim/Core/Tools/OMProcess.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/SleeperThread.h (from /trunk/OMOptim/Core/Tools/SleeperThread.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.cpp (from /trunk/OMOptim/Core/Tools/XMLTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.h (from /trunk/OMOptim/Core/Tools/XMLTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Units (from /trunk/OMOptim/Core/Units:11208) A /trunk/OMOptim/OMOptimBasis/Variable.cpp (from /trunk/OMOptim/Core/Variable.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Variable.h (from /trunk/OMOptim/Core/Variable.h:11208) A /trunk/OMOptim/OMOptimBasis/VariableType.h (from /trunk/OMOptim/Core/VariableType.h:11208) A /trunk/OMOptim/OMOptimBasis/Variables.cpp (from /trunk/OMOptim/Core/Variables.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Variables.h (from /trunk/OMOptim/Core/Variables.h:11208) M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/version.h - Splitted OMOptim : there is now a lib called OMOptimBasis (within OMOptim folder) which provides basis features. It will allow to share code with plugins and to build dedicated applications using similar base classes. ------------------------------------------------------------------------ r11230 | sjoelund.se | 2012-02-29 09:10:12 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11229 | sjoelund.se | 2012-02-29 09:03:06 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos - Don't remove single quotes ------------------------------------------------------------------------ r11228 | sjoelund.se | 2012-02-29 07:43:22 +0100 (Wed, 29 Feb 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Media/Air.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Media/Air.mo M /trunk/libraries/README #1702 - Some fixes for enumeration and integer type errors in MSL ------------------------------------------------------------------------ r11227 | sjoelund.se | 2012-02-28 22:49:26 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11226 | sjoelund.se | 2012-02-28 22:46:13 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo M /trunk/testsuite/mosfiles-nosim/instHumMod.mos #1702 - Fixed a type error in HumMod ------------------------------------------------------------------------ r11225 | sjoelund.se | 2012-02-28 22:34:33 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/parts.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Parts.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo M /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo Modelica/Mechanics/Multibody/Parts.mo: rotationType == 1,2 => rotationType == Types.RotationTypes.RotationAxis,TwoAxesVectors - Partial fix for #1702 ------------------------------------------------------------------------ r11224 | mahge930 | 2012-02-28 20:01:22 +0100 (Tue, 28 Feb 2012) | 8 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Parser/Modelica.g + Merging the parallel extensions. + parallel and kernel functions are handled in the Front-end now. + parallel variables are handled in the Front-end now. - some checks and restrictions remain, but nothing that affects the normal OM compilation. * so far so good. + A fix for operator overloading problem on encapsulated classes with imports. (should have been a separate update) ------------------------------------------------------------------------ r11223 | sjoelund.se | 2012-02-28 18:55:16 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo M /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos Partial fix for #1702 (enum == Integer is not an allowed relation) - This was also updated in MSL ------------------------------------------------------------------------ r11222 | perost | 2012-02-28 17:18:30 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Implemented prefix propagation in SCodeInst. ------------------------------------------------------------------------ r11219 | niklwors | 2012-02-28 10:51:52 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h Modified interface method giveZeroFunc in cpp runtime, eps parameter is not needed. Fix in CMake file of Modelica System ------------------------------------------------------------------------ r11218 | sjoelund.se | 2012-02-28 10:48:16 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Added target bom-error to test for BOM in files ------------------------------------------------------------------------ r11217 | Kaie Kubjas | 2012-02-28 09:42:12 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h Fix typo in AlgloopsolverFactory class ------------------------------------------------------------------------ r11216 | sjoelund.se | 2012-02-28 09:36:00 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in - OMNotebook now depends on OMPlot ------------------------------------------------------------------------ r11215 | adrpo | 2012-02-28 07:53:41 +0100 (Tue, 28 Feb 2012) | 1 line Changed paths: D /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl - remove forgotten unused SimCodeC.tpl. ------------------------------------------------------------------------ r11214 | sjoelund.se | 2012-02-28 07:34:27 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h - Updated auto-generated file ------------------------------------------------------------------------ r11213 | sjoelund.se | 2012-02-27 17:42:28 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Parser/Modelica.g M /trunk/Parser/parse.c M /trunk/testsuite/interactive/loadFileInteractiveQualified.mos M /trunk/testsuite/interactive/refactorGraphAnn1.mos M /trunk/testsuite/interactive/refactorGraphAnn2.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos M /trunk/testsuite/meta/Polymorphic.mo M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Added support to parse line/block-comments as class elements (similar to annotations) - Any comment in an expression is moved out of the element and put on its own line ------------------------------------------------------------------------ r11212 | niklwors | 2012-02-27 17:24:37 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h Modified event iteration in cpp runtime. Using checkConditions instead of setZeroState from solver ------------------------------------------------------------------------ r11211 | niklwors | 2012-02-27 16:43:31 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h fix for mixed system iteration in cpp runtime fix in CVode for calculation of event state ------------------------------------------------------------------------ r11210 | perost | 2012-02-27 15:40:52 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/SumVar.mo Fix for bug #1700: - Fixed type of sum. ------------------------------------------------------------------------ r11209 | sjoelund.se | 2012-02-27 14:31:13 +0100 (Mon, 27 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Removed files no used ------------------------------------------------------------------------ r11208 | lochel | 2012-02-27 13:21:49 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - update for importStartValues ------------------------------------------------------------------------ r11207 | Frenkel TUD | 2012-02-27 10:33:44 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c - copy table to avoid loss of data by memorypool ------------------------------------------------------------------------ r11206 | perost | 2012-02-27 09:33:39 +0100 (Mon, 27 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix type dimensions in SCodeInst. ------------------------------------------------------------------------ r11205 | sjoelund.se | 2012-02-25 11:31:12 +0100 (Sat, 25 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos - Added rule exp[] => exp (ASUB'ing nothing does nothing) Finds diff like the following for Modelica.Media - 190.56[],0.01604246[],9.86e-05[],0.011[],0.0[] + 190.56,0.01604246,0.0000986,0.011,0.0 ------------------------------------------------------------------------ r11204 | sjoelund.se | 2012-02-25 08:52:58 +0100 (Sat, 25 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/redeclare/RedeclareFunction.mo - Added rule Real(i1:i2) => Real(i1):Real(i2) ------------------------------------------------------------------------ r11203 | sjoelund.se | 2012-02-24 17:29:37 +0100 (Fri, 24 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/Error.mo - Added rules for string and boolean relations (==,<>,>=,>,<,<= where applicable) - Added rules for element-wise matrix mul,div,pow - Added rules for element-wise vector pow - Added rule for {} X => {} (for certain operations) ------------------------------------------------------------------------ r11202 | adeas31 | 2012-02-24 16:54:34 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebook.config.in - Fix build. ------------------------------------------------------------------------ r11201 | adeas31 | 2012-02-24 16:28:55 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp - Qt 4.8 rewrites the Modelica links from Modelica:// to modelica:/ so we must compare CaseInsensitive. ------------------------------------------------------------------------ r11200 | adeas31 | 2012-02-24 16:13:59 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/celldocument.cpp - Qt 4.8 returns empty string for QUrl::toLocalFile() if the url doesn't have scheme i.e file:// or ftp:// - Use QUrl::path() for non-standard links :) ------------------------------------------------------------------------ r11199 | adeas31 | 2012-02-24 16:10:39 +0100 (Fri, 24 Feb 2012) | 3 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h - You must compile OMPlotLib first. - Type in plot API in the cells and evaluate to see the embedded plot. - You cannot save and reopen the embedded plots at the moment. ------------------------------------------------------------------------ r11198 | sjoelund.se | 2012-02-24 11:52:00 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Formatting ------------------------------------------------------------------------ r11197 | sjoelund.se | 2012-02-24 10:39:01 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Add missing semicolon ------------------------------------------------------------------------ r11196 | sjoelund.se | 2012-02-24 10:23:39 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/rtest - Added rtest flag --with-bootstrapped-omc, which runs the bootstrapped compiler instead of omc ------------------------------------------------------------------------ r11195 | sjoelund.se | 2012-02-24 09:31:01 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - rtest now returns exit status on failure if requested using --with-error-code ------------------------------------------------------------------------ r11194 | adrpo | 2012-02-24 04:58:38 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/System_omc.cpp - gee, shouldn't we return what we compute??!! ------------------------------------------------------------------------ r11193 | adeas31 | 2012-02-23 22:58:28 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo - some changes in the Plot API family to support OMNotebook embedded plots. ------------------------------------------------------------------------ r11192 | adrpo | 2012-02-23 20:29:12 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/linearize/smallValue.mo M /trunk/testsuite/linearize/smallValues.mos - get rid of race between smallValues.mos and simVanDerPol.mos as the parallel test might fail because of it. ------------------------------------------------------------------------ r11191 | perost | 2012-02-23 20:20:18 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Util/List.mo - Implemented expansion of bindings in SCodeExpand. ------------------------------------------------------------------------ r11190 | sjoelund.se | 2012-02-23 17:08:04 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo - Simplify ew array division/multiplication ({1,2}./{2,2}={0.5,1}) ------------------------------------------------------------------------ r11189 | Kaie Kubjas | 2012-02-23 14:56:44 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo added 2 flags and made some small changes for reduction methods ------------------------------------------------------------------------ r11188 | perost | 2012-02-23 14:39:47 +0100 (Thu, 23 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCode.mo A /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Changed structure for storing the result from SCodeInst from lists to a tree. - Added new phase, SCodeExpand, which expands the result from SCodeInst into a DAE.DAElist. - Implemented inner/outer support in SCodeInst, not complete yet. ------------------------------------------------------------------------ r11187 | sjoelund.se | 2012-02-23 14:21:38 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/SimulationRuntime/c/openmodelica.h - Gave MODELICA_TERMINATE a complete type (gcc ignores) ------------------------------------------------------------------------ r11186 | niklwors | 2012-02-23 14:20:13 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h changed prefix of variable names in cpp runtime ------------------------------------------------------------------------ r11185 | sjoelund.se | 2012-02-23 14:06:15 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/OMOptim/Core/OMC/commandcompletion.cpp M /trunk/OMOptim/Core/OMC/commandcompletion.h M /trunk/OMOptim/Core/OMC/commandunit.h M /trunk/OMOptim/Core/OMC/inputcelldelegate.h M /trunk/OMOptim/Core/OMC/omc_communicator.cpp M /trunk/OMOptim/Core/OMC/omc_communicator.h M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOAdapt.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOStd.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/Mutations/EAStdMutation.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Algo.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Algo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Crossover.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptInitBounded.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/Problems/OMCase.cpp M /trunk/OMOptim/Core/Problems/Problem.cpp M /trunk/OMOptim/GUI/Dialogs/OMTableDialog.cpp M /trunk/OMOptim/GUI/Tabs/TabProjectInfos.h M /trunk/OMOptim/tools/hqt.rules - Fixed the fix-bom command (removed some BOM) ------------------------------------------------------------------------ r11184 | sjoelund.se | 2012-02-23 13:44:39 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/dtoa.c M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.c M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/msl32/Makefile - Fixed svn-eol-style ------------------------------------------------------------------------ r11183 | sjoelund.se | 2012-02-23 13:43:07 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Added fix-bom target ------------------------------------------------------------------------ r11182 | niklwors | 2012-02-23 13:16:38 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h Added get and set method for conditions vector in IEvent interface ------------------------------------------------------------------------ r11181 | sjoelund.se | 2012-02-23 12:49:56 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/configure.in - Re-enabled generation of mosh/src/Makefile ------------------------------------------------------------------------ r11180 | sjoelund.se | 2012-02-23 12:46:49 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_release/Makefile.in M /trunk/configure.in - Added LD_LAPACK to configure.in ------------------------------------------------------------------------ r11177 | niklwors | 2012-02-23 11:01:53 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt modified cpp runtime CMake file for system initialization ------------------------------------------------------------------------ r11176 | adrpo | 2012-02-23 07:29:49 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - fixed case issue. ------------------------------------------------------------------------ r11175 | adrpo | 2012-02-23 07:11:41 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/configure.in - got rid of references to c_runtime in configure.in. ------------------------------------------------------------------------ r11174 | adrpo | 2012-02-23 07:08:32 +0100 (Thu, 23 Feb 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/CodegenAdevs.mo (from /trunk/Compiler/Template/SimCodeAdevs.mo:11171) A /trunk/Compiler/Template/CodegenCSharp.mo (from /trunk/Compiler/Template/SimCodeCSharp.mo:11171) A /trunk/Compiler/Template/CodegenCpp.mo (from /trunk/Compiler/Template/SimCodeCpp.mo:11171) A /trunk/Compiler/Template/CodegenQSS.mo (from /trunk/Compiler/Template/SimCodeQSS.mo:11171) D /trunk/Compiler/Template/SimCodeAdevs.mo D /trunk/Compiler/Template/SimCodeC.mo D /trunk/Compiler/Template/SimCodeCSharp.mo D /trunk/Compiler/Template/SimCodeCpp.mo D /trunk/Compiler/Template/SimCodeFMU.mo D /trunk/Compiler/Template/SimCodeQSS.mo M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.vc A /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl:11170) A /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl:11170) A /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl:11171) A /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeQSS.tpl:11170) M /trunk/Compiler/susan_codegen/SimCode/Makefile D /trunk/Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeQSS.tpl M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/version.h M /trunk/OMPlot/OMPlotGUI/OMPlotGUI.pro M /trunk/OMPlot/OMPlotGUI/OMPlotLib.pro M /trunk/OMPlot/OMPlotGUI/PlotWindow.h M /trunk/Parser/Makefile.common M /trunk/Parser/omcc/LinkMain.makefile M /trunk/SimulationRuntime/interactive/Makefile.in D /trunk/c_runtime M /trunk/mosh/build/Makefile.single M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/interactive-simulation/Makefile.run M /trunk/testsuite/interactive-simulation/README.txt M /trunk/testsuite/interactive-simulation/testCompileInteractive.mos - GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl - HIGHLY RECOMMENDED make clean - renamed SimCodeXXX.tpl CodegenXXX.tpl - merged the needed things from SimCodeC.tpl into CodegenQSS.tpl. - all tests except the usual mishaps go. - targeted all trunk/c_runtime references used in Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts. ------------------------------------------------------------------------ r11172 | hubert.thieriot | 2012-02-22 19:26:33 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/version.h - reload init variables ask whether to recompile or not ------------------------------------------------------------------------ r11171 | niklwors | 2012-02-22 16:52:55 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeCpp.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h changed implementation of condition variables for zero crossing variables in cpp runtime ------------------------------------------------------------------------ r11170 | adrpo | 2012-02-22 16:26:16 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/qss (from /trunk/c_runtime/solver_qss:11169) - copied qss files from c_runtime ------------------------------------------------------------------------ r11169 | mahge930 | 2012-02-22 14:08:47 +0100 (Wed, 22 Feb 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/bootstrapping/DumpTest.mos - Collected all function kind restrictions(normal, external, operator) in to one restriction with its own attributes. R_FUNCTION() -> R_FUNCTION(FunctionRestriction), FunctionRestriction(FR_NORMAL_FUNCTION, FR_EXTERNAL_FUNCTION, FR_OPERATOR_FUNCTION, FR_RECORD_CONSTRUCTOR) This will also help for more compact function handling when the ParModelica parallel and kernel functions are added. + Added FR_RECORD_CONSTRUCTOR restriction to SCode so that we can handle record constructors differently. ------------------------------------------------------------------------ r11168 | lochel | 2012-02-22 13:40:58 +0100 (Wed, 22 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/initialization.h D /trunk/SimulationRuntime/c/simulation/results/read_matlab4.c D /trunk/SimulationRuntime/c/simulation/results/read_matlab4.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h A /trunk/SimulationRuntime/c/util/read_matlab4.c (from /trunk/SimulationRuntime/c/simulation/results/read_matlab4.c:11164) A /trunk/SimulationRuntime/c/util/read_matlab4.h (from /trunk/SimulationRuntime/c/simulation/results/read_matlab4.h:11164) - avoid initialization and use start values instead: simulation-flag "-iim none" - avoid initialization and use existing results instead (matfile): simulation-flag "-iif -iit