mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
switch from hpp to cpp
This commit is contained in:
parent
33fd35a65a
commit
e19171feaa
@ -5,7 +5,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Eigen;
|
using namespace Eigen;
|
||||||
|
|
||||||
inline MatrixXd CSV2Eigen(string file2Convert){
|
MatrixXd CSV2Eigen(string file2Convert){
|
||||||
|
|
||||||
vector<double> matrixEntries;
|
vector<double> matrixEntries;
|
||||||
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
#include <tug/Simulation.hpp>
|
#include <tug/Simulation.hpp>
|
||||||
#include "csv2eigen.hpp"
|
#include "csv2eigen.cpp"
|
||||||
#include "Eigen/Core"
|
#include "Eigen/Core"
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user