comparison dependency.h @ 60:3c9ed64db705

chgd brch name to Holistic_Model, from perf_ctrs, and Updated to compatibility with common_ancestor brch
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 22:28:08 -0800
parents 6b723b55b9a0
children a32504bb2a1c
comparison
equal deleted inserted replaced
5:1642d2b62b2f 6:9a20001734bd
8 #ifndef DEPENDENCY_H 8 #ifndef DEPENDENCY_H
9 #define DEPENDENCY_H 9 #define DEPENDENCY_H
10 10
11 11
12 #include <stdio.h> 12 #include <stdio.h>
13 #include "../../C_Libraries/ListOfArrays/ListOfArrays.h" 13 #include "ListOfArrays/ListOfArrays.h"
14 14
15 typedef struct { 15 typedef struct {
16 int vp; 16 int vp;
17 int task; 17 int task;
18 } Unit; 18 } Unit;