1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-19 15:57:05 +01: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

1
utils/LatAnalyze Symbolic link
View File

@ -0,0 +1 @@
../lib

View File

@ -1 +0,0 @@
../latan

View File

@ -1,8 +1,8 @@
#include <iostream>
#include <libgen.h>
#include <unistd.h>
#include <latan/AsciiFile.hpp>
#include <latan/Dataset.hpp>
#include <LatAnalyze/AsciiFile.hpp>
#include <LatAnalyze/Dataset.hpp>
#ifndef DEF_NSAMPLE
#define DEF_NSAMPLE 100

View File

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