Skip to content

Commit

Permalink
Merge pull request #1 from cerebis/master
Browse files Browse the repository at this point in the history
very minor fix for incorrect capitalisation on include file names
  • Loading branch information
arbenson committed Oct 9, 2017
2 parents 1fc4093 + 402f314 commit 911933c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/laplacian.cpp
@@ -1,7 +1,7 @@
#include "laplacian.hpp"
#include "linalg.hpp"
#include "Snap.h"
#include "Vector.hpp"
#include "vector.hpp"

#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion src/tensor_ops.cpp
@@ -1,6 +1,6 @@
#include "tensor_ops.hpp"
#include "linalg.hpp"
#include "Vector.hpp"
#include "vector.hpp"

#include <iostream>
#include <vector>
Expand Down

0 comments on commit 911933c

Please sign in to comment.