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