commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/39: fec: LDPC: Renaming some files.


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/39: fec: LDPC: Renaming some files.
Date: Thu, 15 Oct 2015 21:21:25 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit b975d918e63386a77b4911d8c4ebd1e836551dd3
Author: tracierenea <address@hidden>
Date:   Sun Jun 22 12:06:13 2014 -0500

    fec: LDPC: Renaming some files.
---
 gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h    | 46 ----------------------
 ...ck_matrix_impl.cc => ldpc_par_chk_mtrx_impl.cc} |  0
 2 files changed, 46 deletions(-)

diff --git a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h 
b/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h
deleted file mode 100644
index 7fc2c8f..0000000
--- a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -*- c++ -*- */
-/* 
- * Copyright 2013-2014 Free Software Foundation, Inc.
- * 
- * This is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published 
- * by the Free Software Foundation; either version 3, or (at your 
- * option) any later version.
- * 
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this software; see the file COPYING.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
- */
-
-#ifndef INCLUDED_LDPC_PARITY_CHECK_MATRIX
-#define INCLUDED_LDPC_PARITY_CHECK_MATRIX
-
-#include <string>
-#include <cmath>
-
-using namespace std;
-
-namespace gr {
-    namespace fec {
-        namespace code {
-            class LDPC_par_chk_mtrx
-            {
-                // not sure what to put here....
-
-            };
-
-        }  /* namespace code */
-    }  /* namespace fec */
-}  /* namespace gr */
-
-
-
-
-
-#endif /* INCLUDED_LDPC_HELPER_CLASSES_H */
diff --git a/gr-fec/lib/ldpc_parity_check_matrix_impl.cc 
b/gr-fec/lib/ldpc_par_chk_mtrx_impl.cc
similarity index 100%
rename from gr-fec/lib/ldpc_parity_check_matrix_impl.cc
rename to gr-fec/lib/ldpc_par_chk_mtrx_impl.cc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]