1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-17 23:24:41 +00:00

reorganizing sources...

This commit is contained in:
2014-03-13 18:51:01 +00:00
parent 0109379dc3
commit 5b65dc8fc9
68 changed files with 245 additions and 245 deletions

View File

@@ -1,7 +1,7 @@
#include <iostream>
#include <latan/AsciiFile.hpp>
#include <latan/Mat.hpp>
#include <latan/Math.hpp>
#include <LatAnalyze/AsciiFile.hpp>
#include <LatAnalyze/Mat.hpp>
#include <LatAnalyze/Math.hpp>
using namespace std;
using namespace Latan;