From d3459a990a309633759482e53ebc17172d3a0970 Mon Sep 17 00:00:00 2001 From: Gauthier Becker <gauthierbecker@gmail.com> Date: Thu, 29 Apr 2010 13:38:21 +0000 Subject: [PATCH] remove commented line in file Solver/dofManager.h --- Solver/dofManager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 08b56f44af..b8142db170 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -34,8 +34,6 @@ class Dof{ i1 = t % 10000; i2 = t / 10000; } - //inline static int createEntityForFullDg(const int ele_num, const int ver_num){return ele_num*100000+ver_num;} // Problem if the number of Vertex exceed 1e5 OK for a moment - //inline static void getTwoIntFromEntityFullDg(int t, int &i1, int &i2){i1 = t % 100000 ; i2 = t / 100000;} bool operator < (const Dof &other) const { -- GitLab