- removed *.pdf

+ release agl 1.0.1
* modified shared library (messages.c)
* small bug fixes
This commit is contained in:
arcan1s
2013-07-28 05:26:28 +04:00
parent d280eb1d3d
commit 09025fca89
25 changed files with 391 additions and 130 deletions

View File

@ -156,7 +156,7 @@ int print_message (const int quiet, FILE *std_output, const int log, FILE *f_log
int set_defaults (float *cell, int *from, char *input, int *log, int *max_depth,
int *num_of_inter, char *output, int *to, int *type_inter, int *quiet)
/**
* @brief function for set default values of variables
* @brief function that sets default values of variables
* @code
* set_defaults (cell, &from, input, &log, &max_depth, &num_of_inter, output, &to,
* &type_inter, &quiet);

View File

@ -52,6 +52,7 @@ int message (const int log, const int mode, const char *text, FILE *output)
sprintf (out, "Initialization of variables from file '%s'\n", text);
break;
case 4:
sprintf (out, "%6cAglomerate was selected successfully\n", ' ');
break;
case 5:
sprintf (out, "Initial parametrs: \n%s", text);

Binary file not shown.