swh:1:snp:63e2d142f91fc04ec33789d9d7bb85f3bef72e05
Raw File
Tip revision: a4a63bc20b80eae78970dbffa2ff02cebc6b61d7 authored by Mike Stewart on 24 December 2020, 18:51:12 UTC
Manche45R2: incorporated the R-2 potential model, which makes all checksums correct.
Tip revision: a4a63bc
agc_help.h
#ifndef AGC_HELP_H
#define AGC_HELP_H

extern int GdbmiHelp(char* s);
extern int legacyHelp(char* s);

#endif
back to top