diff --git a/api/s22_report.py b/api/s22_report.py index e093f2f..a0e9515 100644 --- a/api/s22_report.py +++ b/api/s22_report.py @@ -2,7 +2,7 @@ from .database import * #-------------------------------------------------------------- -# [EPANET2] +# [EPA2] # PAGE linesperpage # STATUS {NONE/YES/FULL} # SUMMARY {YES/NO} diff --git a/script/sql/create/22.report.sql b/script/sql/create/22.report.sql index 40f1298..24b6fa4 100644 --- a/script/sql/create/22.report.sql +++ b/script/sql/create/22.report.sql @@ -12,7 +12,7 @@ insert into report (key, value) values , ('STATUS', 'FULL') , ('SUMMARY', 'YES') , ('MESSAGES', 'YES') -, ('ENERY', 'YES') +, ('ENERGY', 'YES') , ('NODES', 'ALL') , ('LINKS', 'ALL') ;