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 dcbed76 commit 2799fe9Copy full SHA for 2799fe9
source/Makefile.Objects
@@ -122,6 +122,7 @@ gint_k_init.o\
122
gint_k_vl.o\
123
gint_k_rho.o\
124
gint_k_fvl.o\
125
+grid_base_beta.o\
126
ORB_control.o\
127
ORB_read.o\
128
ORB_atomic.o\
source/module_grid/Makefile.Objects
@@ -17,9 +17,9 @@ complexarray.o\
17
complexmatrix.o\
18
matrix.o\
19
20
-OBJS_GRID=grid_base.o\
+OBJS_GRID=
21
22
grid_bigcell.o\
23
grid_meshball.o\
24
grid_meshk.o\
25
grid_technique.o\
-
0 commit comments