Changes between Initial Version and Version 1 of Ticket #4399


Ignore:
Timestamp:
2017-04-28T04:51:29Z (8 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4399

    • Property Component *unknown*Backend
    • Property Owner changed from somebody to Lennart Ochel
    • Property Status newassigned
  • Ticket #4399 – Description

    initial v1  
    33// BackendDAEUtil.incidenceMatrixScalar failed
    44// when using version 1.12
    5 
     5{{{#!mo
    66model SpinningCylinderSimple
    7 import Modelica.SIunits;
    8 import Modelica.Mechanics.MultiBody.Frames.Orientation;
    9 import Modelica.Mechanics.MultiBody.Frames.axisRotation;
    10 import Modelica.Mechanics.MultiBody.Visualizers;
    11 import Modelica.Mechanics.MultiBody.Frames;
     7  import Modelica.SIunits;
     8  import Modelica.Mechanics.MultiBody.Frames.Orientation;
     9  import Modelica.Mechanics.MultiBody.Frames.axisRotation;
     10  import Modelica.Mechanics.MultiBody.Visualizers;
     11  import Modelica.Mechanics.MultiBody.Frames;
    1212
    1313  parameter SIunits.AngularVelocity der_angle = 10.0;
     
    3434  der_angle = der(angle);
    3535end SpinningCylinderSimple;
     36}}}