Skip to content

Commit eebeb1b

Browse files
authored
Update src/gsMaterialMatrixNonlinear.hpp
1 parent a51bae8 commit eebeb1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gsMaterialMatrixNonlinear.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ template <bool _comp>
217217
typename std::enable_if<!_comp, void>::type
218218
gsMaterialMatrixNonlinear<dim,T,matId,comp,mat,imp>::_pstretch_into_impl(const index_t patch, const gsMatrix<T>& u, gsMatrix<T>& result) const
219219
{
220-
gsDebugVar("AAAAA)");
221220
Base::pstretch_into(patch,u,result);
222221
}
223222

0 commit comments

Comments
 (0)