Line data Source code
1 0 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : #pragma once 5 : 6 : /// Labels used to navigate the action list when using MC 7 0 : namespace Particles::MonteCarlo::Actions::Labels { 8 : /// Beginning of the MC algorithm 9 1 : struct BeginMonteCarlo {}; 10 : /// End of the MC algorithm 11 1 : struct EndMonteCarlo {}; 12 : } // namespace Particles::MonteCarlo::Actions::Labels