Commit c61fd04618c1a5b72d67992aaddc9b128e4e568b

Authored by David Mayerich
1 parent ba75208e

fixed vessel model files to use the correct version of vector.h

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
stim/biomodels/network.h
1 1 #ifndef STIM_NETWORK_H
2 2 #define STIM_NETWORK_H
3 3  
4   -#include <stim/math/mathvec.h>
  4 +#include <stim/math/vector.h>
5 5 #include <list>
6 6 #include <ANN/ANN.h>
7 7  
... ...
stim/visualization/obj.h
... ... @@ -6,7 +6,7 @@
6 6 #include <fstream>
7 7 #include <stdlib.h>
8 8 #include <stim/parser/parser.h>
9   -#include <stim/math/mathvec.h>
  9 +#include <stim/math/vector.h>
10 10  
11 11 namespace stim{
12 12  
... ...