From effcac45bc16ec19c72762d43fb9bde65e4da32b Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Wed, 14 Oct 2020 11:59:46 +0200 Subject: [PATCH] Minor style fix --- examples/friction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/friction.cpp b/examples/friction.cpp index f3c99965..6d9cb1e3 100644 --- a/examples/friction.cpp +++ b/examples/friction.cpp @@ -140,6 +140,7 @@ class System { m_Eps = m_quad.AllocateQtensor<2>(0.0); m_Sig = m_quad.AllocateQtensor<2>(0.0); + // -------- // material // --------