cloudy trunk
Loading...
Searching...
No Matches
Macros | Functions | Variables
save_colden.cpp File Reference
#include "cddefines.h"
#include "cddrive.h"
#include "input.h"
#include "save.h"
#include "parser.h"
Include dependency graph for save_colden.cpp:

Go to the source code of this file.

Macros

#define NPUNLM   100L
 

Functions

void parse_save_colden (Parser &p, char chHeader[])
 
void save_colden (FILE *ioPUN)
 

Variables

static char chElement [NPUNLM][5]
 
static long int nColdenEntered
 
static long int ionstage [NPUNLM]
 

Macro Definition Documentation

◆ NPUNLM

#define NPUNLM   100L

Definition at line 10 of file save_colden.cpp.

Function Documentation

◆ parse_save_colden()

void parse_save_colden ( Parser p,
char  chHeader[] 
)

◆ save_colden()

void save_colden ( FILE *  ioPUN)

save_colden parse save column density command, or actually do the save lines output

Parameters
ipthe file we will write to

Definition at line 92 of file save_colden.cpp.

References cdColm(), chElement, colden, DEBUG_ENTRY, ionstage, ioQQQ, MAX2, nColdenEntered, and SMALLFLOAT.

Referenced by SaveDo().

Here is the call graph for this function:

Variable Documentation

◆ chElement

char chElement[NPUNLM][5]
static

Definition at line 12 of file save_colden.cpp.

Referenced by database_readin(), parse_save_colden(), and save_colden().

◆ ionstage

long int ionstage[NPUNLM]
static

Definition at line 14 of file save_colden.cpp.

Referenced by parse_save_colden(), and save_colden().

◆ nColdenEntered

long int nColdenEntered
static

Definition at line 13 of file save_colden.cpp.

Referenced by parse_save_colden(), and save_colden().