Files
moldyn/mathmech/mm_envir/src/envir_search.h
2013-08-24 23:33:26 +04:00

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 */