|
Last change
on this file since c830e8e 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:
680 bytes
|
| Line | |
|---|
| 1 | #ifndef opt_h
|
|---|
| 2 | #define opt_h
|
|---|
| 3 | /** \file opt.h
|
|---|
| 4 | * Header file for \ref opt.c
|
|---|
| 5 | *
|
|---|
| 6 | * Contains declarations of the functions implemented in \ref opt.c
|
|---|
| 7 | *
|
|---|
| 8 | Project: ParallelCarParrinello
|
|---|
| 9 | Jan Hamaekers
|
|---|
| 10 | 2000
|
|---|
| 11 |
|
|---|
| 12 | File: opt.h
|
|---|
| 13 | $Id: opt.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 | void GetOptions(struct CallOptions *Call, int argc, char *const argv[]);
|
|---|
| 21 | /* parsen der Kommandozeile */
|
|---|
| 22 | void StartDebugger(void);
|
|---|
| 23 | /* versuche anhand von DebugString den gewaehlten debugger
|
|---|
| 24 | auf gewaehltem X Host zu starten */
|
|---|
| 25 | void SetOutGroup1(struct CallOptions *Call);
|
|---|
| 26 | void SetOutGroup2(struct Problem *P, struct CallOptions *Call);
|
|---|
| 27 |
|
|---|
| 28 | #endif /* opt_h */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.