Skip to content

Commit

Permalink
Update Organizer.h
Browse files Browse the repository at this point in the history
Removed Redundant writing line in the output file
  • Loading branch information
DEVOLOPER-1 authored Dec 24, 2024
1 parent 7c3c49d commit 798c81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Includes/Organizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class Organizer {
OutputFile<<endl;
OutputFile <<"Patients: "<< (Total_EP_Patients_in_AllHospitals + Total_NP_Patients_in_AllHospitals + Total_SP_Patients_in_AllHospitals)
<<" [EP: " << Total_EP_Patients_in_AllHospitals << ", SP: " << Total_SP_Patients_in_AllHospitals << ", NP: " << Total_NP_Patients_in_AllHospitals << "]" << endl;
OutputFile <<"Hospitals: "<< HospitalsCount << endl;

OutputFile <<"Hospitals: "<< HospitalsCount <<endl;

Expand Down

0 comments on commit 798c81b

Please sign in to comment.