You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La compilazione è gestita tramite CMake. Per compilare il codice è sufficiente creare una directory di build, generare il Makefile tramite CMake e compilare con make.
Prerequisiti
CMake 3.16+
SFML 2.5+
ROOT
Building and running
mkdir build
cd build
cmake ..
make
./SIR_simulation