atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
debugio.c File Reference

Some debugging and printing functions. More...

#include "global.h"
#include "project.h"
+ Include dependency graph for debugio.c:

Go to the source code of this file.

Functions

void debugiocurve (project *this_proj, gboolean win, int rid, int cid, gchar *iost)
 debug and print some info about the curves in a project
 
void debug_lattice_info (project *this_proj, gchar *iost)
 debug lattice data
 
void debugioproj (project *this_proj, gchar *iost)
 debug project info
 
void debug_chemical_information (project *this_proj)
 debug chemical data info
 

Detailed Description

Some debugging and printing functions.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file debugio.c.

Function Documentation

◆ debug_chemical_information()

void debug_chemical_information ( project * this_proj)

debug chemical data info

Parameters
this_projthe target project

Definition at line 290 of file debugio.c.

◆ debug_lattice_info()

void debug_lattice_info ( project * this_proj,
gchar * iost )

debug lattice data

Parameters
this_projthe target project
iostinput or output information

Definition at line 183 of file debugio.c.

◆ debugiocurve()

void debugiocurve ( project * this_proj,
gboolean win,
int rid,
int cid,
gchar * iost )

debug and print some info about the curves in a project

Parameters
this_projthe target project
wincurve window exists (1/0)
ridanalysis id
cidcurve id
iostinput or output information

Definition at line 54 of file debugio.c.

◆ debugioproj()

void debugioproj ( project * this_proj,
gchar * iost )

debug project info

Parameters
this_projthe target project
iostinput or output information

Definition at line 209 of file debugio.c.