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 045840b commit f11e49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epiworld.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3786,7 +3786,7 @@ inline void DataBase<TSeq>::write_data(
#ifdef EPI_DEBUG
"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
2 changes: 1 addition & 1 deletion include/epiworld/database-meat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ inline void DataBase<TSeq>::write_data(
#ifdef EPI_DEBUG
"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 f11e49e

Please sign in to comment.