libsim Versione 7.1.11
|
◆ stderr_unit
standard error Definizione alla linea 237 del file io_units.F90. 237! Copyright (C) 2010 ARPA-SIM <urpsim@smr.arpa.emr.it>
238! authors:
239! Davide Cesari <dcesari@arpa.emr.it>
240! Paolo Patruno <ppatruno@arpa.emr.it>
241
242! This program is free software; you can redistribute it and/or
243! modify it under the terms of the GNU General Public License as
244! published by the Free Software Foundation; either version 2 of
245! the License, or (at your option) any later version.
246
247! This program is distributed in the hope that it will be useful,
248! but WITHOUT ANY WARRANTY; without even the implied warranty of
249! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
250! GNU General Public License for more details.
251
252! You should have received a copy of the GNU General Public License
253! along with this program. If not, see <http://www.gnu.org/licenses/>.
254#include "config.h"
255
274IMPLICIT NONE
275
276! These should be set by autoconf and included
277INTEGER, PARAMETER :: stdin_unit = 5
278INTEGER, PARAMETER :: stdout_unit = 6
279INTEGER, PARAMETER :: stderr_unit = 0
280
|