source: PSPA/Interface_Web/trunk/pspaWT/include/sectionToExecute.h @ 102

Last change on this file since 102 was 58, checked in by lemeur, 12 years ago

implementation sections de calcul

File size: 202 bytes
Line 
1#ifndef SECTIONTOEXECUTE_SEEN
2#define SECTIONTOEXECUTE_SEEN
3
4#include "nomDeLogiciel.h"
5
6typedef struct 
7{
8  int firstElement;
9  int lastElement;
10  nomDeLogiciel software;
11}  sectionToExecute;
12
13#endif
Note: See TracBrowser for help on using the repository browser.