diff --git a/epiworld.hpp b/epiworld.hpp index a4acde6e..e4cd145b 100644 --- a/epiworld.hpp +++ b/epiworld.hpp @@ -3784,9 +3784,9 @@ inline void DataBase::write_data( file_virus << #ifdef EPI_DEBUG - "thread "<< "date " << "id " << "state " << "n\n"; + "thread "<< "date " << "virus_id " << "virus " << "state " << "n\n"; #else - "date " << "virus_id virus" << "state " << "n\n"; + "date " << "virus_id " << "virus" << "state " << "n\n"; #endif for (epiworld_fast_uint i = 0; i < hist_virus_id.size(); ++i) diff --git a/include/epiworld/database-meat.hpp b/include/epiworld/database-meat.hpp index 926c5227..eabcf954 100644 --- a/include/epiworld/database-meat.hpp +++ b/include/epiworld/database-meat.hpp @@ -821,9 +821,9 @@ inline void DataBase::write_data( file_virus << #ifdef EPI_DEBUG - "thread "<< "date " << "id " << "state " << "n\n"; + "thread "<< "date " << "virus_id " << "virus " << "state " << "n\n"; #else - "date " << "virus_id virus" << "state " << "n\n"; + "date " << "virus_id " << "virus" << "state " << "n\n"; #endif for (epiworld_fast_uint i = 0; i < hist_virus_id.size(); ++i)