dynare/mex/sources/libslicot/delctg.f

28 lines
937 B
Fortran

LOGICAL FUNCTION DELCTG( PAR1, PAR2, PAR3 )
C
C SLICOT RELEASE 5.0.
C
C Copyright (c) 2002-2009 NICONET e.V.
C
C This program is free software: you can redistribute it and/or
C modify it under the terms of the GNU General Public License as
C published by the Free Software Foundation, either version 2 of
C the License, or (at your option) any later version.
C
C This program is distributed in the hope that it will be useful,
C but WITHOUT ANY WARRANTY; without even the implied warranty of
C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
C GNU General Public License for more details.
C
C You should have received a copy of the GNU General Public License
C along with this program. If not, see
C <http://www.gnu.org/licenses/>.
C
C Void logical function for DGGES.
C
DOUBLE PRECISION PAR1, PAR2, PAR3
C
DELCTG = .TRUE.
RETURN
END