mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-02 16:45:48 +00:00
14 lines
206 B
C
14 lines
206 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef ENVIR_SEARCH_H
|
|
#define ENVIR_SEARCH_H
|
|
|
|
/**
|
|
* @fn search_envir
|
|
*/
|
|
|
|
int search_envir (const int, const int, const float *, const double, int *, int *);
|
|
|
|
#endif /* ENVIR_SEARCH_H */ |