comparison dependency.h @ 66:ce95c4d84fcd

integrating holistic model in common ancestor - not finished yet
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Thu, 15 Mar 2012 18:28:43 +0100
parents 3c9ed64db705
children d20b105981b7
comparison
equal deleted inserted replaced
6:9a20001734bd 7:aafeea36047e
3 * Author: Nina Engelhardt 3 * Author: Nina Engelhardt
4 * 4 *
5 * Created on 29. August 2011, 17:41 5 * Created on 29. August 2011, 17:41
6 */ 6 */
7 7
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 "ListOfArrays/ListOfArrays.h" 13 #include "ListOfArrays/ListOfArrays.h"
14 14