cloudy trunk
Loading...
Searching...
No Matches
save_species.cpp File Reference
#include "cddefines.h"
#include "opacity.h"
#include "taulines.h"
#include "radius.h"
#include "phycon.h"
#include "save.h"
#include "mole.h"
Include dependency graph for save_species.cpp:

Go to the source code of this file.

Functions

STATIC void SaveSpeciesOne (const size_t species_index, const char chKey[], FILE *ioPUN, long int ipPun, size_t maxLevels)
void SaveSpecies (FILE *ioPUN, long int ipPun)
STATIC void PrintShortZero (FILE *ioPUN, double arg)

Function Documentation

◆ PrintShortZero()

STATIC void PrintShortZero ( FILE * ioPUN,
double arg )

Definition at line 102 of file save_species.cpp.

References DEBUG_ENTRY, and STATIC.

Referenced by SaveSpeciesOne().

◆ SaveSpecies()

void SaveSpecies ( FILE * ioPUN,
long int ipPun )

SaveSpecies generate output for the save species command

Parameters
ioPUNio unit for save
ipPunarrayin save array

Definition at line 17 of file save_species.cpp.

References ASSERT, cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, findspecies(), findspecieslocal(), molecule::index, ioQQQ, molecule::label, molezone::levels, MAX2, mole, mole_global, null_molezone, save, SaveSpeciesOne(), and qList::size().

Referenced by SaveDo().

Here is the call graph for this function:

◆ SaveSpeciesOne()

STATIC void SaveSpeciesOne ( const size_t species_index,
const char chKey[],
FILE * ioPUN,
long int ipPun,
size_t maxLevels )