getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] Possible BUG in linear_incompressibility_brick


From: Konstantinos Poulios
Subject: [Getfem-users] Possible BUG in linear_incompressibility_brick
Date: Thu, 26 Nov 2009 19:20:21 +0100

By studying the file getfem_models.cc I 've found something strange,
that I would like to clear.

In the function

linear_incompressibility_brick-->asm_real_tangent_terms

two pointers with names A and COEFF are defined:

const model_real_plain_vector *A = 0, *COEFF = 0;       # (line 2467,
Revision: 3346)

in the same function the pointer COEFF is assigned (line 2471,
Revision: 3346) but never used and the pointer A is never assigned but
used.

Do I miss something or is it a typo;

Kostas

P.S.: Is this mailing-list appropriate for such issues/questions?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]