Skip to content

Commit

Permalink
Some cleanups from last commit.
Browse files Browse the repository at this point in the history
Bug 849, some simplification errors with vector and matrix operations.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
g-bjoza committed Apr 16, 2007
1 parent 04efa30 commit 38c7640
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Compiler/Util.mo
Expand Up @@ -3303,22 +3303,6 @@ algorithm
(retString);
end matchcontinue;
end rawStringToInputString;
/*
public function matrixToVector "function: matrixToVector
Convert a 1-X // X-1 dimensional Matrix to a one-dimensional vector "
input Matrix inMatrix;
output Vector v;
algorithm
(v):=
matchcontinue(inMatrix)
local
equation
then
(tail);
end matchcontinue
end matrixToVektor
*/

end Util;

0 comments on commit 38c7640

Please sign in to comment.