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

Global variables declaration
Global convenience function implementations. More...

#include <libintl.h>
#include <locale.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <gtk/gtk.h>
#include <gdk/gdk.h>
Include dependency graph for global.c:

Go to the source code of this file.

Macros

#define i18n(String)
#define BILLION   1000000000L;

Functions

gboolean * allocbool (int val)
 allocate a gboolean * pointer
gboolean ** allocdbool (int xal, int yal)
 allocate a gboolean ** pointer
gboolean *** alloctbool (int xal, int yal, int zal)
 allocate a gboolean *** pointer
int * allocint (int val)
 allocate an int * pointer
int ** allocdint (int xal, int yal)
 allocate an int ** pointer
int *** alloctint (int xal, int yal, int zal)
 allocate an int *** pointer
int **** allocqint (int wal, int xal, int yal, int zal)
 allocate an int **** pointer
float * allocfloat (int val)
 allocate a float * pointer
float ** allocdfloat (int xal, int yal)
 allocate a float ** pointer
float *** alloctfloat (int xal, int yal, int zal)
 allocate a float *** pointer
double * allocdouble (int val)
 allocate a double * pointer
double ** allocddouble (int xal, int yal)
 allocate a double ** pointer
double *** alloctdouble (int xal, int yal, int zal)
 allocate a double *** pointer
double **** allocqdouble (int wal, int xal, int yal, int zal)
 allocate a double **** pointer
gchar ** duplicate_strings (int num, gchar **old_val)
 copy a list of strings
int * duplicate_int (int num, int *old_val)
 copy a list of int
gboolean * duplicate_bool (int num, gboolean *old_val)
 copy a list of gboolean
float * duplicate_float (int num, float *old_val)
 copy a list of float
double * duplicate_double (int num, double *old_val)
 copy a list of double
double string_to_double (gpointer string)
 convert string to double
double get_calc_time (struct timespec start, struct timespec stop)
 get calculation time in s
gchar * calculation_time (gboolean modelv, double ctime)
 get calculation time, human readable

Variables

gchar * PACKAGE_LIB_DIR = NULL
gchar * PACKAGE_IMP = NULL
gchar * PACKAGE_CON = NULL
gchar * PACKAGE_IMG = NULL
gchar * PACKAGE_PDF = NULL
gchar * PACKAGE_SVG = NULL
gchar * PACKAGE_EPS = NULL
gchar * PACKAGE_PNG = NULL
gchar * PACKAGE_JPG = NULL
gchar * PACKAGE_BMP = NULL
gchar * PACKAGE_TIFF = NULL
gchar * PACKAGE_VOID = NULL
gchar * PACKAGE_TD = NULL
gchar * PACKAGE_MOL = NULL
gchar * PACKAGE_OGL = NULL
gchar * PACKAGE_OGLM = NULL
gchar * PACKAGE_OGLC = NULL
gchar * PACKAGE_PRO = NULL
gchar * PACKAGE_SET = NULL
gchar * PACKAGE_LOGO = NULL
gchar * PACKAGE_LAGPL = NULL
gchar * PACKAGE_LABOUT = NULL
gchar * PACKAGE_DOTA = NULL
gchar * PACKAGE_DOTB = NULL
gchar * PACKAGE_DOTC = NULL
gchar * PACKAGE_DOTD = NULL
gchar * PACKAGE_DOTE = NULL
gchar * PACKAGE_DOTF = NULL
gchar * PACKAGE_DOTG = NULL
gchar * PACKAGE_DOTH = NULL
gchar * PACKAGE_DFBD = NULL
gchar * PACKAGE_DFAN = NULL
gchar * PACKAGE_DFDI = NULL
gchar * PACKAGE_DFTD = NULL
gchar * PACKAGE_DFIN = NULL
gchar * PACKAGE_SGCP = NULL
gchar * PACKAGE_SGCI = NULL
gchar * PACKAGE_SGCF = NULL
gchar * PACKAGE_SGHP = NULL
gchar * PACKAGE_SGTR = NULL
gchar * PACKAGE_SGTI = NULL
gchar * PACKAGE_SGTP = NULL
gchar * PACKAGE_SGOP = NULL
gchar * PACKAGE_SGOI = NULL
gchar * PACKAGE_SGOC = NULL
gchar * PACKAGE_SGOF = NULL
gchar * PACKAGE_SGMP = NULL
gchar * PACKAGE_SGMI = NULL
gchar * PACKAGE_SGTC = NULL
gchar * ATOMES_CONFIG_DIR = NULL
gchar * ATOMES_CONFIG = NULL
gchar * ATOMES_URL = "https://atomes.ipcms.fr"
gchar * mode_name [2] = {i18n("Analysis"), i18n("Edition")}
gchar * bravais_img [14]
gchar * ifield [8]
gchar * projfile = NULL
char * ifbug = i18n("\nIf this is a bug please report it to:")
char * rings_type [5]
char * untime [5]
gchar * workspacefile = NULL
int nprojects = 0
int activep = 0
int activev = 0
int activef = 0
int inactep = 0
int activew = 0
int statusval
int atomes_visual = 1
int dialog_id = -1
int reading_step_limit
int bonds_update = 0
int frag_update = 0
int mol_update = 0
int tmp_pixels [2]
int * pasted_todo = NULL
double * xsk = NULL
GMainLoop * Event_loop [5]
gboolean in_movie_encoding = FALSE
gboolean newspace = TRUE
gboolean reading_input
gboolean tmp_adv_bonding [2]
gboolean column_label = FALSE
gboolean check_label = TRUE
gboolean object_motion = FALSE
gboolean selected_status = FALSE
gboolean silent_input = FALSE
gboolean cif_use_symmetry_positions = FALSE
gboolean atomes_from_libreoffice = FALSE
gboolean atomes_render_image = FALSE
struct timespec start_time
struct timespec stop_time
double opac = 0.75
double pi = 3.141592653589793238462643383279502884197
GSimpleAction * edition_actions [3]
GtkApplication * AtomesApp = NULL
GtkWidget * MainWindow = NULL
GtkWidget * MainView = NULL
GtkWidget * MainFrame [2]
GtkWidget * pop = NULL
GtkWidget * curvetoolbox = NULL
GtkWidget * progressbar = NULL
GtkWidget * MainScrol [2]
GtkWidget * atomes_logo = NULL
GtkWidget * atomes_shortcuts = NULL
GtkWidget * calc_dialog = NULL
GtkWidget * register_button = NULL
GtkTextTag * tag = NULL
GtkStatusbar * statusbar
GdkPixbuf * THETD = NULL
GdkPixbuf * THEMO = NULL
GdkPixbuf * THEBD = NULL
GdkPixbuf * SETTING = NULL
GdkPixbuf * SETTINGS = NULL
GdkPixbuf * OGL = NULL
GdkPixbuf * OGLM = NULL
GdkPixbuf * OGLC = NULL
GdkPixbuf * RUN = NULL

Detailed Description

Global variables declaration
Global convenience function implementations.

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 global.c.

Macro Definition Documentation

◆ BILLION

#define BILLION   1000000000L;

Definition at line 82 of file global.c.

◆ i18n

#define i18n ( String)
Value:
String

Definition at line 80 of file global.c.

Function Documentation

◆ allocbool()

gboolean * allocbool ( int val)

allocate a gboolean * pointer

Parameters
valsize of the pointer to allocate

Definition at line 241 of file global.c.

◆ allocdbool()

gboolean ** allocdbool ( int xal,
int yal )

allocate a gboolean ** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate

Definition at line 257 of file global.c.

◆ allocddouble()

double ** allocddouble ( int xal,
int yal )

allocate a double ** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate

Definition at line 462 of file global.c.

◆ allocdfloat()

float ** allocdfloat ( int xal,
int yal )

allocate a float ** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate

Definition at line 401 of file global.c.

◆ allocdint()

int ** allocdint ( int xal,
int yal )

allocate an int ** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate

Definition at line 317 of file global.c.

◆ allocdouble()

double * allocdouble ( int val)

allocate a double * pointer

Parameters
valsize of the pointer to allocate

Definition at line 446 of file global.c.

◆ allocfloat()

float * allocfloat ( int val)

allocate a float * pointer

Parameters
valsize of the pointer to allocate

Definition at line 385 of file global.c.

◆ allocint()

int * allocint ( int val)

allocate an int * pointer

Parameters
valsize of the pointer to allocate

Definition at line 301 of file global.c.

◆ allocqdouble()

double **** allocqdouble ( int wal,
int xal,
int yal,
int zal )

allocate a double **** pointer

Parameters
wal1st dimension size of the pointer to allocate
xal2nd dimension size of the pointer to allocate
yal3rd dimension size of the pointer to allocate
zal4th dimension size of the pointer to allocate

Definition at line 509 of file global.c.

◆ allocqint()

int **** allocqint ( int wal,
int xal,
int yal,
int zal )

allocate an int **** pointer

Parameters
wal1st dimension size of the pointer to allocate
xal2nd dimension size of the pointer to allocate
yal3rd dimension size of the pointer to allocate
zal4th dimension size of the pointer to allocate

Definition at line 364 of file global.c.

◆ alloctbool()

gboolean *** alloctbool ( int xal,
int yal,
int zal )

allocate a gboolean *** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate
zal3rd dimension size of the pointer to allocate

Definition at line 280 of file global.c.

◆ alloctdouble()

double *** alloctdouble ( int xal,
int yal,
int zal )

allocate a double *** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate
zal3rd dimension size of the pointer to allocate

Definition at line 485 of file global.c.

◆ alloctfloat()

float *** alloctfloat ( int xal,
int yal,
int zal )

allocate a float *** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate
zal3rd dimension size of the pointer to allocate

Definition at line 424 of file global.c.

◆ alloctint()

int *** alloctint ( int xal,
int yal,
int zal )

allocate an int *** pointer

Parameters
xal1st dimension size of the pointer to allocate
yal2nd dimension size of the pointer to allocate
zal3rd dimension size of the pointer to allocate

Definition at line 340 of file global.c.

◆ calculation_time()

gchar * calculation_time ( gboolean modelv,
double ctime )

get calculation time, human readable

Parameters
modelvwas an analysis performed ?
ctimethe calculation time

Definition at line 643 of file global.c.

◆ duplicate_bool()

gboolean * duplicate_bool ( int num,
gboolean * old_val )

copy a list of gboolean

Parameters
numnumber of elements in the list
old_valthe list to copy

Definition at line 563 of file global.c.

◆ duplicate_double()

double * duplicate_double ( int num,
double * old_val )

copy a list of double

Parameters
numnumber of elements in the list
old_valthe list to copy

Definition at line 595 of file global.c.

◆ duplicate_float()

float * duplicate_float ( int num,
float * old_val )

copy a list of float

Parameters
numnumber of elements in the list
old_valthe list to copy

Definition at line 579 of file global.c.

◆ duplicate_int()

int * duplicate_int ( int num,
int * old_val )

copy a list of int

Parameters
numnumber of elements in the list
old_valthe list to copy

Definition at line 547 of file global.c.

◆ duplicate_strings()

gchar ** duplicate_strings ( int num,
gchar ** old_val )

copy a list of strings

Parameters
numnumber of elements in the list
old_valthe list to copy

Definition at line 531 of file global.c.

◆ get_calc_time()

double get_calc_time ( struct timespec start,
struct timespec stop )

get calculation time in s

Parameters
startthe initial time
stopthe final time

Definition at line 630 of file global.c.

◆ string_to_double()

double string_to_double ( gpointer string)

convert string to double

Parameters
stringthe string to convert

Definition at line 611 of file global.c.

Variable Documentation

◆ activef

int activef = 0

Definition at line 164 of file global.c.

◆ activep

int activep = 0

Definition at line 162 of file global.c.

◆ activev

int activev = 0

Definition at line 163 of file global.c.

◆ activew

int activew = 0

Definition at line 166 of file global.c.

◆ ATOMES_CONFIG

gchar* ATOMES_CONFIG = NULL

Definition at line 139 of file global.c.

◆ ATOMES_CONFIG_DIR

gchar* ATOMES_CONFIG_DIR = NULL

Definition at line 138 of file global.c.

◆ atomes_from_libreoffice

gboolean atomes_from_libreoffice = FALSE

Definition at line 195 of file global.c.

◆ atomes_logo

GtkWidget* atomes_logo = NULL

Definition at line 214 of file global.c.

◆ atomes_render_image

gboolean atomes_render_image = FALSE

Definition at line 196 of file global.c.

◆ atomes_shortcuts

GtkWidget* atomes_shortcuts = NULL

Definition at line 215 of file global.c.

◆ ATOMES_URL

gchar* ATOMES_URL = "https://atomes.ipcms.fr"

Definition at line 140 of file global.c.

◆ atomes_visual

int atomes_visual = 1

Definition at line 168 of file global.c.

◆ AtomesApp

GtkApplication* AtomesApp = NULL

Definition at line 206 of file global.c.

◆ bonds_update

int bonds_update = 0

Definition at line 173 of file global.c.

◆ bravais_img

gchar* bravais_img[14]

Definition at line 142 of file global.c.

◆ calc_dialog

GtkWidget* calc_dialog = NULL

Definition at line 216 of file global.c.

◆ check_label

gboolean check_label = TRUE

Definition at line 189 of file global.c.

◆ cif_use_symmetry_positions

gboolean cif_use_symmetry_positions = FALSE

Definition at line 193 of file global.c.

◆ column_label

gboolean column_label = FALSE

Definition at line 188 of file global.c.

◆ curvetoolbox

GtkWidget* curvetoolbox = NULL

Definition at line 211 of file global.c.

◆ dialog_id

int dialog_id = -1

Definition at line 170 of file global.c.

◆ edition_actions

GSimpleAction* edition_actions[3]

Definition at line 204 of file global.c.

◆ Event_loop

GMainLoop* Event_loop[5]

Definition at line 182 of file global.c.

◆ frag_update

int frag_update = 0

Definition at line 174 of file global.c.

◆ ifbug

char* ifbug = i18n("\nIf this is a bug please report it to:")

Definition at line 145 of file global.c.

◆ ifield

gchar* ifield[8]

Definition at line 143 of file global.c.

◆ in_movie_encoding

gboolean in_movie_encoding = FALSE

Definition at line 184 of file global.c.

◆ inactep

int inactep = 0

Definition at line 165 of file global.c.

◆ MainFrame

GtkWidget* MainFrame[2]

Definition at line 209 of file global.c.

◆ MainScrol

GtkWidget* MainScrol[2]

Definition at line 213 of file global.c.

◆ MainView

GtkWidget* MainView = NULL

Definition at line 208 of file global.c.

◆ MainWindow

GtkWidget* MainWindow = NULL

Definition at line 207 of file global.c.

◆ mode_name

gchar* mode_name[2] = {i18n("Analysis"), i18n("Edition")}

Definition at line 141 of file global.c.

◆ mol_update

int mol_update = 0

Definition at line 175 of file global.c.

◆ newspace

gboolean newspace = TRUE

Definition at line 185 of file global.c.

◆ nprojects

int nprojects = 0

Definition at line 161 of file global.c.

◆ object_motion

gboolean object_motion = FALSE

Definition at line 190 of file global.c.

◆ OGL

GdkPixbuf* OGL = NULL

Definition at line 227 of file global.c.

◆ OGLC

GdkPixbuf* OGLC = NULL

Definition at line 229 of file global.c.

◆ OGLM

GdkPixbuf* OGLM = NULL

Definition at line 228 of file global.c.

◆ opac

double opac = 0.75

Definition at line 201 of file global.c.

◆ PACKAGE_BMP

gchar* PACKAGE_BMP = NULL

Definition at line 98 of file global.c.

◆ PACKAGE_CON

gchar* PACKAGE_CON = NULL

Definition at line 91 of file global.c.

◆ PACKAGE_DFAN

gchar* PACKAGE_DFAN = NULL

Definition at line 120 of file global.c.

◆ PACKAGE_DFBD

gchar* PACKAGE_DFBD = NULL

Definition at line 119 of file global.c.

◆ PACKAGE_DFDI

gchar* PACKAGE_DFDI = NULL

Definition at line 121 of file global.c.

◆ PACKAGE_DFIN

gchar* PACKAGE_DFIN = NULL

Definition at line 123 of file global.c.

◆ PACKAGE_DFTD

gchar* PACKAGE_DFTD = NULL

Definition at line 122 of file global.c.

◆ PACKAGE_DOTA

gchar* PACKAGE_DOTA = NULL

Definition at line 111 of file global.c.

◆ PACKAGE_DOTB

gchar* PACKAGE_DOTB = NULL

Definition at line 112 of file global.c.

◆ PACKAGE_DOTC

gchar* PACKAGE_DOTC = NULL

Definition at line 113 of file global.c.

◆ PACKAGE_DOTD

gchar* PACKAGE_DOTD = NULL

Definition at line 114 of file global.c.

◆ PACKAGE_DOTE

gchar* PACKAGE_DOTE = NULL

Definition at line 115 of file global.c.

◆ PACKAGE_DOTF

gchar* PACKAGE_DOTF = NULL

Definition at line 116 of file global.c.

◆ PACKAGE_DOTG

gchar* PACKAGE_DOTG = NULL

Definition at line 117 of file global.c.

◆ PACKAGE_DOTH

gchar* PACKAGE_DOTH = NULL

Definition at line 118 of file global.c.

◆ PACKAGE_EPS

gchar* PACKAGE_EPS = NULL

Definition at line 95 of file global.c.

◆ PACKAGE_IMG

gchar* PACKAGE_IMG = NULL

Definition at line 92 of file global.c.

◆ PACKAGE_IMP

gchar* PACKAGE_IMP = NULL

Definition at line 90 of file global.c.

◆ PACKAGE_JPG

gchar* PACKAGE_JPG = NULL

Definition at line 97 of file global.c.

◆ PACKAGE_LABOUT

gchar* PACKAGE_LABOUT = NULL

Definition at line 110 of file global.c.

◆ PACKAGE_LAGPL

gchar* PACKAGE_LAGPL = NULL

Definition at line 109 of file global.c.

◆ PACKAGE_LIB_DIR

gchar* PACKAGE_LIB_DIR = NULL

Definition at line 89 of file global.c.

◆ PACKAGE_LOGO

gchar* PACKAGE_LOGO = NULL

Definition at line 108 of file global.c.

◆ PACKAGE_MOL

gchar* PACKAGE_MOL = NULL

Definition at line 102 of file global.c.

◆ PACKAGE_OGL

gchar* PACKAGE_OGL = NULL

Definition at line 103 of file global.c.

◆ PACKAGE_OGLC

gchar* PACKAGE_OGLC = NULL

Definition at line 105 of file global.c.

◆ PACKAGE_OGLM

gchar* PACKAGE_OGLM = NULL

Definition at line 104 of file global.c.

◆ PACKAGE_PDF

gchar* PACKAGE_PDF = NULL

Definition at line 93 of file global.c.

◆ PACKAGE_PNG

gchar* PACKAGE_PNG = NULL

Definition at line 96 of file global.c.

◆ PACKAGE_PRO

gchar* PACKAGE_PRO = NULL

Definition at line 106 of file global.c.

◆ PACKAGE_SET

gchar* PACKAGE_SET = NULL

Definition at line 107 of file global.c.

◆ PACKAGE_SGCF

gchar* PACKAGE_SGCF = NULL

Definition at line 126 of file global.c.

◆ PACKAGE_SGCI

gchar* PACKAGE_SGCI = NULL

Definition at line 125 of file global.c.

◆ PACKAGE_SGCP

gchar* PACKAGE_SGCP = NULL

Definition at line 124 of file global.c.

◆ PACKAGE_SGHP

gchar* PACKAGE_SGHP = NULL

Definition at line 127 of file global.c.

◆ PACKAGE_SGMI

gchar* PACKAGE_SGMI = NULL

Definition at line 136 of file global.c.

◆ PACKAGE_SGMP

gchar* PACKAGE_SGMP = NULL

Definition at line 135 of file global.c.

◆ PACKAGE_SGOC

gchar* PACKAGE_SGOC = NULL

Definition at line 133 of file global.c.

◆ PACKAGE_SGOF

gchar* PACKAGE_SGOF = NULL

Definition at line 134 of file global.c.

◆ PACKAGE_SGOI

gchar* PACKAGE_SGOI = NULL

Definition at line 132 of file global.c.

◆ PACKAGE_SGOP

gchar* PACKAGE_SGOP = NULL

Definition at line 131 of file global.c.

◆ PACKAGE_SGTC

gchar* PACKAGE_SGTC = NULL

Definition at line 137 of file global.c.

◆ PACKAGE_SGTI

gchar* PACKAGE_SGTI = NULL

Definition at line 129 of file global.c.

◆ PACKAGE_SGTP

gchar* PACKAGE_SGTP = NULL

Definition at line 130 of file global.c.

◆ PACKAGE_SGTR

gchar* PACKAGE_SGTR = NULL

Definition at line 128 of file global.c.

◆ PACKAGE_SVG

gchar* PACKAGE_SVG = NULL

Definition at line 94 of file global.c.

◆ PACKAGE_TD

gchar* PACKAGE_TD = NULL

Definition at line 101 of file global.c.

◆ PACKAGE_TIFF

gchar* PACKAGE_TIFF = NULL

Definition at line 99 of file global.c.

◆ PACKAGE_VOID

gchar* PACKAGE_VOID = NULL

Definition at line 100 of file global.c.

◆ pasted_todo

int* pasted_todo = NULL

Definition at line 178 of file global.c.

◆ pi

double pi = 3.141592653589793238462643383279502884197

Definition at line 202 of file global.c.

◆ pop

GtkWidget* pop = NULL

Definition at line 210 of file global.c.

◆ progressbar

GtkWidget* progressbar = NULL

Definition at line 212 of file global.c.

◆ projfile

gchar* projfile = NULL

Definition at line 144 of file global.c.

◆ reading_input

gboolean reading_input

Definition at line 186 of file global.c.

◆ reading_step_limit

int reading_step_limit

Definition at line 172 of file global.c.

◆ register_button

GtkWidget* register_button = NULL

Definition at line 217 of file global.c.

◆ rings_type

char* rings_type[5]
Initial value:
= {i18n("All (No Rule)"),
i18n("King's"),
i18n("Guttman's"),
i18n("Primitive"),
i18n("Strong")}
#define i18n(String)
Definition global.c:80

Definition at line 147 of file global.c.

◆ RUN

GdkPixbuf* RUN = NULL

Definition at line 230 of file global.c.

◆ selected_status

gboolean selected_status = FALSE

Definition at line 191 of file global.c.

◆ SETTING

GdkPixbuf* SETTING = NULL

Definition at line 225 of file global.c.

◆ SETTINGS

GdkPixbuf* SETTINGS = NULL

Definition at line 226 of file global.c.

◆ silent_input

gboolean silent_input = FALSE

Definition at line 192 of file global.c.

◆ start_time

struct timespec start_time

Definition at line 198 of file global.c.

◆ statusbar

GtkStatusbar* statusbar

Definition at line 220 of file global.c.

◆ statusval

int statusval

Definition at line 167 of file global.c.

◆ stop_time

struct timespec stop_time

Definition at line 199 of file global.c.

◆ tag

GtkTextTag* tag = NULL

Definition at line 219 of file global.c.

◆ THEBD

GdkPixbuf* THEBD = NULL

Definition at line 224 of file global.c.

◆ THEMO

GdkPixbuf* THEMO = NULL

Definition at line 223 of file global.c.

◆ THETD

GdkPixbuf* THETD = NULL

Definition at line 222 of file global.c.

◆ tmp_adv_bonding

gboolean tmp_adv_bonding[2]

Definition at line 187 of file global.c.

◆ tmp_pixels

int tmp_pixels[2]

Definition at line 177 of file global.c.

◆ untime

char* untime[5]
Initial value:
= {"fs",
"ps",
"ns",
"µs",
"ms"}

Definition at line 153 of file global.c.

◆ workspacefile

gchar* workspacefile = NULL

Definition at line 159 of file global.c.

◆ xsk

double* xsk = NULL

Definition at line 180 of file global.c.