mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 01:59:58 +00:00
start moving to another architecture
This commit is contained in:
15
mathmech/mm/include/mathmech/print_trj.h
Normal file
15
mathmech/mm/include/mathmech/print_trj.h
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#ifndef PRINT_TRJ_H
|
||||
#define PRINT_TRJ_H
|
||||
|
||||
/**
|
||||
* @fn printing_trj
|
||||
*/
|
||||
|
||||
int printing_trj (const char *, const int, const int, const int *, const int *,
|
||||
const char *, const int *, const float *);
|
||||
|
||||
#endif /* PRINT_TRJ_H */
|
Reference in New Issue
Block a user