ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/aster/src/mglanceuraster.h
Revision: 963
Committed: Mon Aug 20 13:41:47 2018 UTC (6 years, 8 months ago) by francois
Content type: text/plain
File size: 315 byte(s)
Log Message:
integration de code aster version 13.6

File Contents

# User Rev Content
1 francois 773 #ifndef mglanceurasterH
2     #define mglanceurasterH
3    
4     #include <stdlib.h>
5     #include "ot_parametres.h"
6    
7     class MGLANCEURASTER
8     {
9     public:
10     MGLANCEURASTER();
11     MGLANCEURASTER(MGLANCEURASTER &mdd);
12     virtual ~MGLANCEURASTER();
13    
14 francois 963 virtual int execute(OT_PARAMETRES &param,char *nometude,double version);
15 francois 773
16    
17    
18    
19     protected:
20     };
21    
22    
23    
24    
25    
26    
27    
28     #endif