1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-11 11:30:44 +01:00

Merge branch 'master' into new_fit

This commit is contained in:
Antonin Portelli 2016-03-08 19:39:16 +00:00
commit 9730dafe62
2 changed files with 2 additions and 12 deletions

View File

@ -19,8 +19,7 @@
#include <LatAnalyze/TabFunction.hpp>
int main(int argc, char* argv[])
int main(void)
{
Latan::DVec xs(3);
xs << -1.0, 0.0, 1.0;

View File

@ -21,15 +21,6 @@
#define Latan_Global_hpp_
#include <LatCore/LatCore.hpp>
#include <complex>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <sstream>
#include <type_traits>
#include <vector>
#include <cstdlib>
#define BEGIN_LATAN_NAMESPACE \
namespace Latan {\