Skip to content

Commit c055c47

Browse files
committed
remove grid_index.h
1 parent 32dd06d commit c055c47

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

source/module_hamilt_lcao/module_gint/grid_index.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

source/module_hamilt_lcao/module_gint/grid_technique.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef GRID_TECHNIQUE_H
22
#define GRID_TECHNIQUE_H
33

4-
#include "grid_index.h"
54
#include "grid_meshball.h"
65
#include "module_basis/module_ao/ORB_read.h"
76
#include "module_basis/module_ao/parallel_orbitals.h"
@@ -84,9 +83,6 @@ class Grid_Technique : public Grid_MeshBall {
8483
std::vector<std::vector<double>> dpsi_u;
8584
std::vector<std::vector<double>> d2psi_u;
8685

87-
// indexes for nnrg -> orbital index + R index
88-
std::vector<gridIntegral::gridIndex> nnrg_index;
89-
9086
// Determine whether the grid point integration is initialized.
9187
bool init_malloced;
9288

0 commit comments

Comments
 (0)