apply clang-tidy updates

This commit is contained in:
Axel Kohlmeyer
2022-04-10 11:31:49 -04:00
parent 1a2d83ab01
commit 413a01ade5
42 changed files with 106 additions and 106 deletions

View File

@ -523,7 +523,7 @@ namespace ATC {
// print
//-------------------------------------------------------------------------
void PrescribedDataManager::print(void)
void PrescribedDataManager::print()
{
// print and check consistency
enum dataType {FREE=0,FIELD,SOURCE};