ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/aster/src/mglanceuraster.h
Revision: 773
Committed: Mon Jan 18 16:07:28 2016 UTC (9 years, 3 months ago) by francois
Content type: text/plain
File size: 300 byte(s)
Log Message:
Correction de differents bug d'interface avec aster
* code de retour de aster
* calcul aux elements 
* calcul poutre_volume et volume et coque

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     virtual int execute(OT_PARAMETRES &param,char *nometude);
15    
16    
17    
18    
19     protected:
20     };
21    
22    
23    
24    
25    
26    
27    
28     #endif