ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
tcProps
/
params.h
Revision:
1056
Committed:
Tue Feb 17 14:30:48 2004 UTC
(21 years, 2 months ago) by
mmeineke
Content type:
text/plain
File size:
203 byte(s)
Log Message:
lmost finished with the readWrite routines
File Contents
#
Content
1
#ifndef __PARAMS_H__
2
#define __PARAMS_H__
3
4
5
// system info
6
7
#define NLIPIDS 60
8
#define NL_ATOMS 19
9
10
#define NSSD 1620
11
12
#define NBONDS 18
13
14
// correlation info
15
16
#define NBINS 100
17
18
19
#endif // __PARAMS_H__