ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/src/structure.h
Revision: 218
Committed: Tue Nov 10 19:01:30 2009 UTC (15 years, 6 months ago) by picher
Content type: text/plain
File size: 156 byte(s)
Log Message:
Oubli de 2 fichiers lors de la derniere mise a jour

File Contents

# User Rev Content
1 picher 218 #ifndef _STRUCTURE_
2     #define _STRUCTURE_
3    
4     #include "bib_0000.h"
5    
6     struct conserver_element
7     {
8     ulong numero;
9     bool conserver;
10     bool etudier;
11     };
12    
13     #endif