Skip to content

Commit

Permalink
Virus io
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Dec 7, 2023
1 parent 629f8a5 commit 045840b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions epiworld.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3784,9 +3784,9 @@ inline void DataBase<TSeq>::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)
Expand Down
4 changes: 2 additions & 2 deletions include/epiworld/database-meat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,9 @@ inline void DataBase<TSeq>::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)
Expand Down

0 comments on commit 045840b

Please sign in to comment.