Diana
0.8.3
|
00001 /* ----------------------------------------------------------------------------- 00002 * Diana process modelling, simulation and analysis software 00003 * Copyright (c) 2005, Michael Krasnyk 00004 * All rights reserved. 00005 00006 * This file is a part of Diana process modelling, simulation and analysis software 00007 * 00008 * Diana is free software; you can redistribute it and/or modify it 00009 * under the terms of the GNU General Public License as published 00010 * by the Free Software Foundation (see accompanying file LICENSE) 00011 * ----------------------------------------------------------------------------- 00012 * $Id: Fortran.hpp 8160 2009-03-16 18:36:30Z miha $ 00013 * ----------------------------------------------------------------------------- 00014 * Description: 00015 */ 00016 00017 #ifndef FORTRAN__HPP 00018 #define FORTRAN__HPP 00019 00020 typedef int fortrani; 00021 typedef double fortrand; 00022 typedef int fortranl; 00023 typedef char* fortrans; 00024 00025 #define FORTRAN_FALSE (0) 00026 #define FORTRAN_TRUE (1) 00027 00028 00029 #endif // FORTRAN__HPP