Skip to content

Commit 2ec493a

Browse files
committed
remove unintended files and modifications
1 parent 1cd78f8 commit 2ec493a

5 files changed

Lines changed: 3 additions & 207 deletions

File tree

src/model/Block.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
* to the global system.
2525
*/
2626
struct TripletsContributions {
27-
TripletsContributions() {};
27+
TripletsContributions(){};
2828
/**
2929
* @brief Set the number of triplets that the element contributes
3030
* to the global system.
3131
* @param F Contributions to F matrix
3232
* @param E Contributions to E matrix
3333
* @param D Contributions to dC/dy matrix
3434
*/
35-
TripletsContributions(int F, int E, int D) : F(F), E(E), D(D) {};
35+
TripletsContributions(int F, int E, int D) : F(F), E(E), D(D){};
3636
/**
3737
* @brief Set the number of triplets that the element contributes
3838
* to the global system.

tests/J_caruel_new.m

Lines changed: 0 additions & 97 deletions
This file was deleted.

tests/cases/output_plot.pdf

-30.7 KB
Binary file not shown.

tests/cases/post.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

tests/cases/steadyFlow_stenosis_R.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
}
5858
}
5959
]
60-
}
60+
}

0 commit comments

Comments
 (0)