blob: a22df18caa2824c9c46fea86dc415655d6ec1e60 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2005-2007 Nanorex, Inc. See LICENSE file for details.
#ifndef PRINTGROMACSTOPOLOGY_H_INCLUDED
#define PRINTGROMACSTOPOLOGY_H_INCLUDED
#define RCSID_PRINTGROMACSTOPLOGY_H "$Id$"
extern char *printGromacsToplogy(char *basename, struct part *p);
#endif
|