Changeset 1733
- Timestamp:
- 01/06/08 09:07:46 (8 months ago)
- Location:
- trunk
- Files:
-
- 21 modified
-
license.txt (modified) (1 diff)
-
scripts/date.h (modified) (1 diff)
-
source/date.h (modified) (1 diff)
-
source/grid.h (modified) (1 diff)
-
source/grid_do.cpp (modified) (1 diff)
-
source/grid_xspec.cpp (modified) (1 diff)
-
source/init.h (modified) (1 diff)
-
source/init_coreload.cpp (modified) (1 diff)
-
source/init_coreload_postparse.cpp (modified) (1 diff)
-
source/init_defaults_preparse.cpp (modified) (1 diff)
-
source/init_sim_postparse.cpp (modified) (1 diff)
-
source/license.txt (modified) (1 diff)
-
source/punch_fits.cpp (modified) (1 diff)
-
tsuite/programs/collion/collion.cpp (modified) (1 diff)
-
tsuite/programs/comp4/comp4.cpp (modified) (1 diff)
-
tsuite/programs/hazy_coolingcurve/hazy_coolingcurve.cpp (modified) (1 diff)
-
tsuite/programs/hazy_kmt/hazy_kmt.cpp (modified) (1 diff)
-
tsuite/programs/hizlte/hizlte.cpp (modified) (1 diff)
-
tsuite/programs/mpi/mpi.cpp (modified) (1 diff)
-
tsuite/programs/varyn/varyn.cpp (modified) (1 diff)
-
tsuite/programs/vary_nete/vary_nete.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/license.txt
r849 r1733 1 1 /* Cloudy -- simulations of non-equilibrium plasmas and their spectra 2 2 3 Copyright (C) 1978-200 7 Gary J. Ferland3 Copyright (C) 1978-2008 Gary J. Ferland and others. 4 4 5 5 This software is provided 'as-is', without any express or implied -
trunk/scripts/date.h
r1515 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 4 4 #ifndef _DATE_H_ -
trunk/source/date.h
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 4 4 #ifndef _DATE_H_ -
trunk/source/grid.h
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 4 4 #ifndef _GRID_H_ -
trunk/source/grid_do.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*grid_do called by cdDrive, this returns 0 if things went ok, 1 for disaster */ 4 4 #include "cddefines.h" -
trunk/source/grid_xspec.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*gridXspec handles all grid calculations, called by griddo */ 4 4 /*gridFunc */ -
trunk/source/init.h
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 4 4 #ifndef _INIT_H_ -
trunk/source/init_coreload.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*InitCoreload one time initialization of core load, called from cdDrive, this sets 4 4 * minimum set of values needed for the code to start - called after -
trunk/source/init_coreload_postparse.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*InitCoreloadPostparse initialization at start, called from cloudy 4 4 * after parser, will be called one time per core load */ -
trunk/source/init_defaults_preparse.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*InitDefaultsPreparse initialization at start of simulation, called from cloudy 4 4 * before parser, sets initial values of quantities changed by parser */ -
trunk/source/init_sim_postparse.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland2 * others. For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*InitSimPostparse initialization at start of simulation, called from cloudy 4 4 * after parser, will be called one time per sim in grid */ -
trunk/source/license.txt
r849 r1733 1 1 /* Cloudy -- simulations of non-equilibrium plasmas and their spectra 2 2 3 Copyright (C) 1978-200 7 Gary J. Ferland3 Copyright (C) 1978-2008 Gary J. Ferland and others 4 4 5 5 This software is provided 'as-is', without any express or implied -
trunk/source/punch_fits.cpp
r1732 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * others. For conditions of distribution and use ,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 #include "cddefines.h" 4 4 #include "cddrive.h" -
trunk/tsuite/programs/collion/collion.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*main program calling cloudy to produce a table giving ionization vs temperature */ 4 4 #include "cddefines.h" -
trunk/tsuite/programs/comp4/comp4.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*main program that calls cloudy with 2 different models, called twice 4 4 to confirm that code is properly initialized */ -
trunk/tsuite/programs/hazy_coolingcurve/hazy_coolingcurve.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /* runs pure collisional models at range of temperatures, prints cooling */ 4 4 #include "cddefines.h" -
trunk/tsuite/programs/hazy_kmt/hazy_kmt.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*main program that calls cloudy when used as a stand-alone program */ 4 4 #include "cddefines.h" -
trunk/tsuite/programs/hizlte/hizlte.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /* test case to show behavior of very high metals environmet going to lte 4 4 * cloud irradiated by STE blackbody, should equilibriate at continuum temperature -
trunk/tsuite/programs/mpi/mpi.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*main program to call cloudy to generate a large loc data cube */ 4 4 #include "cddefines.h" -
trunk/tsuite/programs/varyn/varyn.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /* test case to vary density at constant temperature, to show how line ratios change */ 4 4 #include "cddefines.h" -
trunk/tsuite/programs/vary_nete/vary_nete.cpp
r1725 r1733 1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland.2 * For conditions of distribution and use,see copyright notice in license.txt */1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 2 * others. For conditions of distribution and use see copyright notice in license.txt */ 3 3 /*main program that calls cloudy when used as a stand-alone program */ 4 4 #include "cddefines.h"
