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?

_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to