File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ set(_prefix "${AvogadroLibs_SOURCE_DIR}/../avogadrogenerators")
18
18
if (EXISTS "${_prefix} /generators.cmake" )
19
19
# Bundled generator scripts,
20
20
include ("${_prefix} /generators.cmake" )
21
- message ("We have ${input_generators} " )
21
+ # message("We have ${input_generators}")
22
22
unset (_generators )
23
23
foreach (gen ${input_generators} )
24
24
list (APPEND _generators "${_prefix} /${gen} " )
25
25
endforeach ()
26
- message ("We have ${_generators} " )
26
+ # debugging info with paths
27
+ # message("We have ${_generators}")
27
28
28
29
option (INSTALL_TEST_INPUT_GENERATOR
29
30
"Install a dummy input generator that is used to test generator scripts."
Original file line number Diff line number Diff line change @@ -95,11 +95,6 @@ void Orbitals::setMolecule(QtGui::Molecule* mol)
95
95
m_currentRunningCalculation = -1 ;
96
96
m_currentMeshCalculation = -1 ;
97
97
98
- if (m_basis) {
99
- delete m_basis;
100
- m_basis = nullptr ;
101
- }
102
-
103
98
loadBasis ();
104
99
105
100
if (!m_basis || m_basis->electronCount () == 0 || !hasOrbitals)
You can’t perform that action at this time.
0 commit comments