Drop Logging.jl (#205)

Julia 0.7 is having improved logging capabilities, we can drop
Logging.jl.
This commit is contained in:
Jukka Aho
2018-07-04 22:59:32 +03:00
committed by GitHub
parent 8bfda8c6e0
commit eb600c940e
10 changed files with 0 additions and 66 deletions
-1
View File
@@ -442,7 +442,6 @@ function lsq_fit(problem, elements, field, time)
volume += w
end
end
debug("Mass matrix for least-squares fit is assembled. Total volume to fit: $volume")
A = sparse(A)
b = sparse(b)
A = 1/2*(A + A')