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

Functions to initialize an atomes project. More...

#include "global.h"
#include "bind.h"
#include "callbacks.h"
#include "interface.h"
#include "project.h"
#include "curve.h"
#include "glview.h"
#include "glwindow.h"
+ Include dependency graph for init_p.c:

Go to the source code of this file.

Functions

void init_curves_and_calc (project *this_proj)
 for a project reset analysis, curves, data to not performed
 
void init_project (gboolean alloc_box)
 initialize a new project
 

Detailed Description

Functions to initialize an atomes project.

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

Function Documentation

◆ init_curves_and_calc()

void init_curves_and_calc ( project * this_proj)

for a project reset analysis, curves, data to not performed

Parameters
this_projthe target project

Definition at line 54 of file init_p.c.

◆ init_project()

void init_project ( gboolean alloc_box)

initialize a new project

Parameters
alloc_boxallocate data for the MD box (1/0)

Definition at line 72 of file init_p.c.