Skip to content

Commit

Permalink
Re-add component Autopas
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Jul 29, 2024
1 parent a2eae1e commit deffa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/molecules/AutoPasSimpleMolecule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AutoPasSimpleMolecule::AutoPasSimpleMolecule(unsigned long id, Component* compon
_component = component;
} else if (_component != component and component != nullptr) {
Log::global_log->warning() << "AutoPasSimpleMolecule can only handle one component" << std::endl;
_component = component;
// mardyn_exit(32);
}
}
Expand Down

0 comments on commit deffa80

Please sign in to comment.