Skip to content

Commit

Permalink
Fix comparison signals by removing invalid signals
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Feb 13, 2020
1 parent b6b4241 commit 8791b8e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 116 deletions.
@@ -1,10 +1 @@
time
arrow.arrow.e_x[1]
arrow.arrow.e_x[2]
arrow.arrow.e_x[3]
arrow.arrow.arrowHead.r[1]
arrow.arrow.arrowHead.r[2]
arrow.arrow.arrowHead.r[3]
arrow.arrow.arrowLine.r[1]
arrow.arrow.arrowLine.r[2]
arrow.arrow.arrowLine.r[3]
@@ -1,43 +1 @@
time
jet.pipe.surface.C[1, 1, 1]
jet.pipe.surface.C[1, 1, 2]
jet.pipe.surface.C[1, 1, 3]
jet.pipe.surface.C[20, 30, 1]
jet.pipe.surface.C[20, 30, 2]
jet.pipe.surface.C[20, 30, 3]
hot.pipe.surface.C[1, 1, 1]
hot.pipe.surface.C[1, 1, 2]
hot.pipe.surface.C[1, 1, 3]
hot.pipe.surface.C[20, 30, 1]
hot.pipe.surface.C[20, 30, 2]
hot.pipe.surface.C[20, 30, 3]
gray.pipe.surface.C[1, 1, 1]
gray.pipe.surface.C[1, 1, 2]
gray.pipe.surface.C[1, 1, 3]
gray.pipe.surface.C[20, 30, 1]
gray.pipe.surface.C[20, 30, 2]
gray.pipe.surface.C[20, 30, 3]
spring.pipe.surface.C[1, 1, 1]
spring.pipe.surface.C[1, 1, 2]
spring.pipe.surface.C[1, 1, 3]
spring.pipe.surface.C[20, 30, 1]
spring.pipe.surface.C[20, 30, 2]
spring.pipe.surface.C[20, 30, 3]
summer.pipe.surface.C[1, 1, 1]
summer.pipe.surface.C[1, 1, 2]
summer.pipe.surface.C[1, 1, 3]
summer.pipe.surface.C[20, 30, 1]
summer.pipe.surface.C[20, 30, 2]
summer.pipe.surface.C[20, 30, 3]
autumn.pipe.surface.C[1, 1, 1]
autumn.pipe.surface.C[1, 1, 2]
autumn.pipe.surface.C[1, 1, 3]
autumn.pipe.surface.C[20, 30, 1]
autumn.pipe.surface.C[20, 30, 2]
autumn.pipe.surface.C[20, 30, 3]
winter.pipe.surface.C[1, 1, 1]
winter.pipe.surface.C[1, 1, 2]
winter.pipe.surface.C[1, 1, 3]
winter.pipe.surface.C[20, 30, 1]
winter.pipe.surface.C[20, 30, 2]
winter.pipe.surface.C[20, 30, 3]
@@ -1,36 +1,4 @@
time
"tableR[1, 1]"
"tableR[1, 2]"
"tableR[1, 3]"
"tableR[1, 4]"
"tableR[2, 1]"
"tableR[2, 2]"
"tableR[2, 3]"
"tableR[2, 4]"
"tableR[3, 1]"
"tableR[3, 2]"
"tableR[3, 3]"
"tableR[3, 4]"
"tableR[4, 1]"
"tableR[4, 2]"
"tableR[4, 3]"
"tableR[4, 4]"
"tableL[1, 1]"
"tableL[1, 2]"
"tableL[1, 3]"
"tableL[1, 4]"
"tableL[2, 1]"
"tableL[2, 2]"
"tableL[2, 3]"
"tableL[2, 4]"
"tableL[3, 1]"
"tableL[3, 2]"
"tableL[3, 3]"
"tableL[3, 4]"
"tableL[4, 1]"
"tableL[4, 2]"
"tableL[4, 3]"
"tableL[4, 4]"
combiTable2D_1R.y[1]
der_1R.y
combiTable2D_2R.y[1]
Expand Down
@@ -1,36 +1,4 @@
time
"tableR[1, 1]"
"tableR[1, 2]"
"tableR[1, 3]"
"tableR[1, 4]"
"tableR[2, 1]"
"tableR[2, 2]"
"tableR[2, 3]"
"tableR[2, 4]"
"tableR[3, 1]"
"tableR[3, 2]"
"tableR[3, 3]"
"tableR[3, 4]"
"tableR[4, 1]"
"tableR[4, 2]"
"tableR[4, 3]"
"tableR[4, 4]"
"tableL[1, 1]"
"tableL[1, 2]"
"tableL[1, 3]"
"tableL[1, 4]"
"tableL[2, 1]"
"tableL[2, 2]"
"tableL[2, 3]"
"tableL[2, 4]"
"tableL[3, 1]"
"tableL[3, 2]"
"tableL[3, 3]"
"tableL[3, 4]"
"tableL[4, 1]"
"tableL[4, 2]"
"tableL[4, 3]"
"tableL[4, 4]"
combiTable2D_1R.y[1]
der_1R.y
combiTable2D_2R.y[1]
Expand Down
@@ -1,4 +1,3 @@
time
t_new.y[1]
d_t_new.y
realExpression.y

0 comments on commit 8791b8e

Please sign in to comment.