mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28: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 Eigen;
|
||||
|
||||
inline MatrixXd CSV2Eigen(string file2Convert){
|
||||
MatrixXd CSV2Eigen(string file2Convert){
|
||||
|
||||
vector<double> matrixEntries;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#include <tug/Simulation.hpp>
|
||||
#include "csv2eigen.hpp"
|
||||
#include "csv2eigen.cpp"
|
||||
#include "Eigen/Core"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user