From 1367e63c1e10bf3bcd796c1737eb23d47885bf0e Mon Sep 17 00:00:00 2001 From: ovainola Date: Mon, 8 Jun 2015 17:23:35 +0300 Subject: [PATCH] Testing greek letter with Coverage.jl --- src/shape_functions.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shape_functions.jl b/src/shape_functions.jl index 1b858d7..f28250e 100644 --- a/src/shape_functions.jl +++ b/src/shape_functions.jl @@ -4,6 +4,7 @@ end function C2D4(xx) + θ = 1 chi = xx[1] eta = xx[2] return = [(1 - chi) * (1 - eta),