mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 19:30:46 +01:00
Merge branch 'master' into new_fit
This commit is contained in:
commit
9730dafe62
@ -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;
|
||||
|
@ -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 {\
|
||||
|
Loading…
x
Reference in New Issue
Block a user