| 
            Last change
 on this file since 90c027 was             a0bcf1, checked in by Frederik Heber <heber@…>, 18 years ago           | 
        
        
          | 
             
-initial commit 
-Minimum set of files needed from ESPACK SVN repository 
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well) 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            631 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 | void GetOptions(struct CallOptions *Call, int argc, char *const argv[]);
 | 
|---|
| 17 | /* parsen der Kommandozeile */
 | 
|---|
| 18 | void StartDebugger(void);
 | 
|---|
| 19 | /* versuche anhand von DebugString den gewaehlten debugger
 | 
|---|
| 20 |    auf gewaehltem X Host zu starten */
 | 
|---|
| 21 | void SetOutGroup1(struct CallOptions *Call);
 | 
|---|
| 22 | void SetOutGroup2(struct Problem *P, struct CallOptions *Call);
 | 
|---|
| 23 | 
 | 
|---|
| 24 | #endif /* opt_h */
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.