cda-tum / mmft-simulator

A library that contains a collection of simulators for closed channel-based microfluidic devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Include Structure

micheltakken opened this issue · comments

modify all the headers and sources to use relative include directives instead, e.g. in baseSimulator.h, instead of #include <Simulation.h> please write #include “simulation/Simulation.h” instead..