We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dd06d commit c055c47Copy full SHA for c055c47
source/module_hamilt_lcao/module_gint/grid_index.h
source/module_hamilt_lcao/module_gint/grid_technique.h
@@ -1,7 +1,6 @@
1
#ifndef GRID_TECHNIQUE_H
2
#define GRID_TECHNIQUE_H
3
4
-#include "grid_index.h"
5
#include "grid_meshball.h"
6
#include "module_basis/module_ao/ORB_read.h"
7
#include "module_basis/module_ao/parallel_orbitals.h"
@@ -84,9 +83,6 @@ class Grid_Technique : public Grid_MeshBall {
84
83
std::vector<std::vector<double>> dpsi_u;
85
std::vector<std::vector<double>> d2psi_u;
86
87
- // indexes for nnrg -> orbital index + R index
88
- std::vector<gridIntegral::gridIndex> nnrg_index;
89
-
90
// Determine whether the grid point integration is initialized.
91
bool init_malloced;
92
0 commit comments