Skip to content

Commit

Permalink
remove accidental commenting out of bandstructure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoulter12 committed Nov 28, 2024
1 parent 0bf4926 commit ce8c293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bands/bandstructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
*/
class BaseBandStructure {
public:

/** Base destructor for bandstructure class, silences warnings */
//virtual ~BaseBandStructure() = default;
virtual ~BaseBandStructure() = default;

/** Get the Particle object associated with this class
* @return particle: a Particle object, describing e.g. whether this
* is a phonon or electron bandStructure
Expand Down

0 comments on commit ce8c293

Please sign in to comment.