Searched refs:print_top_header (Results 1 – 4 of 4) sorted by relevance
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/ |
H A D | pdb2top.h | 126 void print_top_header(FILE* out, const char* filename, bool bITP, const char* ffdir, real mHmult);
|
H A D | x2top.cpp | 566 print_top_header(fp, ftp2fn(efTOP, NFILE, fnm), TRUE, ffdir, 1.0); in gmx_x2top()
|
H A D | pdb2top.cpp | 591 void print_top_header(FILE* out, const char* filename, bool bITP, const char* ffdir, real mHmult) in print_top_header() function
|
H A D | pdb2gmx.cpp | 2226 print_top_header(top_file, topologyFile_.c_str(), FALSE, ffdir_, mHmult_); in run()
|