libsim Versione 7.1.11

◆ stdout_unit

integer, parameter stdout_unit = 6

standard output

Definizione alla linea 236 del file io_units.F90.

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

Generated with Doxygen.