mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-08-27 19:29:56 +00:00
Release envir-1.0.1
* edited shared library - deleted binary file and archive
This commit is contained in:
8
envir/include/envir/add_main.h
Normal file
8
envir/include/envir/add_main.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef ADD_MAIN_H
|
||||
#define ADD_MAIN_H
|
||||
|
||||
int error_checking (const float *, const char *, const char *);
|
||||
int print_message (const int, FILE *, const int, FILE *, const int, const char *);
|
||||
int set_defaults (float *, char *, int *, int *, char *, int *, float *);
|
||||
|
||||
#endif /* ADD_MAIN_H */
|
8
envir/include/envir/coords.h
Normal file
8
envir/include/envir/coords.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef COORDS_H
|
||||
#define COORDS_H
|
||||
|
||||
int reading_coords (const int, const char *, const int, const int *,
|
||||
const float *, int *, int *, int *, int *, int *, float *,
|
||||
char *);
|
||||
|
||||
#endif /* COORDS_H */
|
6
envir/include/envir/envir_search.h
Normal file
6
envir/include/envir/envir_search.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ENVIR_SEARCH_H
|
||||
#define ENVIR_SEARCH_H
|
||||
|
||||
int search_envir (const int, const int, const float *, const double, int *, int *);
|
||||
|
||||
#endif /* ENVIR_SEARCH_H */
|
6
envir/include/envir/messages.h
Normal file
6
envir/include/envir/messages.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef MESSAGES_H
|
||||
#define MESSAGES_H
|
||||
|
||||
int message (const int, const int, const char *, FILE *);
|
||||
|
||||
#endif /* MESSAGES_H */
|
7
envir/include/envir/print_struct.h
Normal file
7
envir/include/envir/print_struct.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef PRINT_STRUCTURE_H
|
||||
#define PRINT_STRUCTURE_H
|
||||
|
||||
int print_structure (const char *, const int, const int *, const int, const int *,
|
||||
const char *, const float *);
|
||||
|
||||
#endif /* PRINT_STRUCTURE_H */
|
6
envir/include/envir/set_center.h
Normal file
6
envir/include/envir/set_center.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef SET_CENTER_H
|
||||
#define SET_CENTER_H
|
||||
|
||||
int set_center (const int, const int, const int *, const float *, float *);
|
||||
|
||||
#endif /* SET_CENTER_H */
|
Reference in New Issue
Block a user