From 5a74b84c1d8fdaec4fbc289e7a15bb8823a272e9 Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Sun, 21 Sep 2025 22:46:34 +0300 Subject: [PATCH] Format --- MemMAPR-MKE.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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