Last change
on this file since 3021d93 was e08f45, checked in by Frederik Heber <heber@…>, 17 years ago |
Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull
Conflicts:
molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c
Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...
|
-
Property mode
set to
100755
|
File size:
638 bytes
|
Line | |
---|
1 | #ifndef pdbformat_h
|
---|
2 | #define pdbformat_h
|
---|
3 | /** \file pdbformat.h
|
---|
4 | * Header file for \ref pdbformat.c
|
---|
5 | *
|
---|
6 | * Contains declarations of the functions implemented in \ref pdbformat.c
|
---|
7 | *
|
---|
8 | Project: ParallelCarParrinello
|
---|
9 | \author Marcel Arndt
|
---|
10 | 2000
|
---|
11 |
|
---|
12 | File: pdbformat.h
|
---|
13 | $Id: pdbformat.h,v 1.7 2006/03/30 22:19:51 foo Exp $
|
---|
14 | */
|
---|
15 |
|
---|
16 | #ifdef HAVE_CONFIG_H
|
---|
17 | #include <config.h>
|
---|
18 | #endif
|
---|
19 |
|
---|
20 | int WritePDBLine(FILE *f, unsigned id, const char* atomname, const char* residuename,
|
---|
21 | unsigned residuenr, double x, double y, double z,
|
---|
22 | double occupancy, double tempfact, const char* segid,
|
---|
23 | const char* elementsymbol, const char* charge);
|
---|
24 |
|
---|
25 |
|
---|
26 | #endif
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.