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

@@ -40,7 +40,7 @@ void Solver::Execute_Linear(double val1, double val2) {
}
#if DEBUG
std::cout << "Before:" << std::endl;
std::cout << std::endl << "Before:" << std::endl;
std::cout << "Ansamb matrix:\n" << ansamb << std::endl;
std::cout << "Ansamb load vector:\n" << global_load << std::endl;
#endif