ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/src/structure.h
Revision: 199
Committed: Tue Jul 21 15:00:12 2009 UTC (15 years, 9 months ago) by picher
Content type: text/plain
File size: 182 byte(s)
Log Message:
Projet d'optimisation

File Contents

# Content
1 #ifndef _STRUCTURE_
2 #define _STRUCTURE_
3
4 #include "bib_0000.h"
5
6 struct un_voisin
7 {
8 ulong numero;
9 vifl distance;
10 };
11
12 struct des_voisins
13 {
14 struct un_voisin un_voisin[1000];
15 };
16
17 #endif

Properties

Name Value
svn:executable