diff --git a/MemMAPR-MKE.cpp b/MemMAPR-MKE.cpp index 285b3c6..7c5fb21 100644 --- a/MemMAPR-MKE.cpp +++ b/MemMAPR-MKE.cpp @@ -6,7 +6,7 @@ int main() { Solver slv(5., 4., 0., 1., 30, 0, 10); std::cout << "Linear element:"; slv.Execute_Linear(0, 5); - //std::cout << "\nCubic element:" << std::endl; - //slv.Execute_Cubic(0, 5); + std::cout << "\nCubic element:"; + slv.Execute_Cubic(0, 5); return 0; } \ No newline at end of file