getfem-users
[Top][All Lists]
Advanced

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

[Getfem-users] Possible redundant typedefs in getfem_model_solvers.cc


From: Konstantinos Poulios
Subject: [Getfem-users] Possible redundant typedefs in getfem_model_solvers.cc
Date: Thu, 26 Nov 2009 19:29:56 +0100

In function standard_solve in getfem_model_solvers.cc in lines 106-107
(as of revision 3322) I see the following two typedefs:
    typedef typename gmm::linalg_traits<VECTOR>::value_type T;
    typedef typename gmm::number_traits<T>::magnitude_type R;
which as I can understand, are never used in the scope of their definition.

Kostas



reply via email to

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