From 2b47dcbb3d6052efdd208be45fdfa5fa560aa332 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 19 Mar 2013 17:05:56 +0000 Subject: [PATCH] renamed the unused old lin_algebra and Matrix. just to be sure that NOBODY use them. --- vcg/math/{lin_algebra.h => old_lin_algebra.h} | 0 vcg/math/{matrix.h => old_matrix.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vcg/math/{lin_algebra.h => old_lin_algebra.h} (100%) rename vcg/math/{matrix.h => old_matrix.h} (100%) diff --git a/vcg/math/lin_algebra.h b/vcg/math/old_lin_algebra.h similarity index 100% rename from vcg/math/lin_algebra.h rename to vcg/math/old_lin_algebra.h diff --git a/vcg/math/matrix.h b/vcg/math/old_matrix.h similarity index 100% rename from vcg/math/matrix.h rename to vcg/math/old_matrix.h