mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 07:10:00 +00:00
Reorganization
This commit is contained in:
14
mathmech/mm_envir/src/envir_search.h
Normal file
14
mathmech/mm_envir/src/envir_search.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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 */
|
Reference in New Issue
Block a user