AlexandriaChemistry / AlexandriaChemistry/ACT
VsiteHandler::constructPositions skips entries without parameters
Offen
bug
- Vorherrschende Sprache
- C++
- Sterne
- 18
- Forks
- 3
- Ø Merge
- 42 Min.
- Gemergte PRs (30 T.)
- 12
Beschreibung
The vsitehandler skips constructing positions when there are no parameters. But it really should not be called before the parameters are assigned. At present the warning only shows up in the debug files:
```
if (params.empty())
{
if (debug)
{
fprintf(debug, "WARNING: No parameters to generate virtual sites in topology (yet).\n");
}
continue;
}
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.