Skip to content

Commit 52d1ac9

Browse files
simonlegrandprj-
authored andcommitted
[Fix] Remove invalid tmp plugin name
1 parent a95435d commit 52d1ac9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/plugin/testFE-P4.edp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
load "Element_P4"
2-
load "Elm_testp4"
32
{
43
macro DD(f,hx,hy,hz) ( (f(x1+hx,y1+hy,z1+hz)-f(x1-hx,y1-hy,z1-hz))/(2*(hx+hy+hz))) //
54
macro DD2(f,hx,hy,hz) ( (-2*f(x1,y1,z1)+f(x1+hx,y1+hy,z1+hz)+f(x1-hx,y1-hy,z1-hz))/(square(hx+hy+hz))) //

0 commit comments

Comments
 (0)