Terminal view fix

This commit is contained in:
2025-09-21 22:35:20 +03:00
parent af1950982b
commit babcf0b877
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
using namespace Eigen;
int main() {
Solver slv(5., 4., 0., 1., 30, 0, 10);
std::cout << "Linear element:" << std::endl;
std::cout << "Linear element:";
slv.Execute_Linear(0, 5);
//std::cout << "\nCubic element:" << std::endl;
//slv.Execute_Cubic(0, 5);