LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / lapack / dsecnd_NONE.f
blob61a8dff1349248ee981155311597cb075098816d
1 *> \brief \b DSECND returns nothing
3 * =========== DOCUMENTATION ===========
5 * Online html documentation available at
6 * http://www.netlib.org/lapack/explore-html/
8 * Definition:
9 * ===========
11 * DOUBLE PRECISION FUNCTION DSECND( )
14 *> \par Purpose:
15 * =============
17 *> \verbatim
19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
20 *> If you are using that routine, it means that neither EXTERNAL ETIME,
21 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
22 *> your machine.
23 *> \endverbatim
25 * Authors:
26 * ========
28 *> \author Univ. of Tennessee
29 *> \author Univ. of California Berkeley
30 *> \author Univ. of Colorado Denver
31 *> \author NAG Ltd.
33 *> \date November 2011
35 *> \ingroup auxOTHERauxiliary
37 * =====================================================================
38 DOUBLE PRECISION FUNCTION DSECND( )
40 * -- LAPACK auxiliary routine (version 3.4.0) --
41 * -- LAPACK is a software package provided by Univ. of Tennessee, --
42 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
43 * November 2011
45 * =====================================================================
47 DSECND = 0.0D+0
48 RETURN
50 * End of DSECND
52 END