use '= default' when default functions should be used
This commit is contained in:
@ -30,9 +30,6 @@ TableFileReader::TableFileReader(LAMMPS *lmp,
|
||||
{
|
||||
}
|
||||
|
||||
TableFileReader::~TableFileReader() {
|
||||
}
|
||||
|
||||
char *TableFileReader::find_section_start(const std::string &keyword) {
|
||||
char *line = nullptr;
|
||||
while ((line = reader->next_line())) {
|
||||
|
||||
Reference in New Issue
Block a user