summaryrefslogtreecommitdiff
path: root/hwpfilter/source/solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/solver.cpp')
-rw-r--r--hwpfilter/source/solver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/solver.cpp b/hwpfilter/source/solver.cpp
index ed9973fd5..eec13457d 100644
--- a/hwpfilter/source/solver.cpp
+++ b/hwpfilter/source/solver.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -181,3 +182,5 @@ int mgcLinearSystemD::Solve (int n, double** a, double* b)
delete[] indxc;
return 1;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */