Skip to content

Commit

Permalink
[progress] remove stdout writting when using wasm
Browse files Browse the repository at this point in the history
In a better world, we would use an interface and allow the backend to be
switched by the caller, but that would change the API which I don't
think is wanted.
  • Loading branch information
IsaccBarker committed Jul 16, 2024
1 parent 66f332d commit f936ca1
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 79 deletions.
6 changes: 3 additions & 3 deletions include/epiworld/epiworld.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace epiworld {
#include "virus-bones.hpp"
#include "virus-distribute-meat.hpp"
#include "virus-meat.hpp"

#include "tools-bones.hpp"

#include "tool-bones.hpp"
Expand All @@ -74,7 +74,7 @@ namespace epiworld {
#include "entity-meat.hpp"

#include "entities-bones.hpp"

#include "agent-meat-state.hpp"
#include "agent-bones.hpp"
#include "agent-meat.hpp"
Expand All @@ -88,4 +88,4 @@ namespace epiworld {

}

#endif
#endif
Loading

0 comments on commit f936ca1

Please sign in to comment.