libsim Versione 7.2.4

◆ stdout_unit

integer, parameter stdout_unit = 6

standard output

Definizione alla linea 230 del file io_units.F90.

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

Generated with Doxygen.