Line data Source code
1 0 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : #pragma once 5 : 6 : /// \brief Actions for the curved scalar wave system 7 1 : namespace CurvedScalarWave::Actions {} 8 : 9 : /// \brief Actions for the worldtube-curved scalar wave system 10 1 : namespace CurvedScalarWave::Worldtube::Actions {} 11 : 12 : /// \brief Initialization mutators and actions for the worldtube-curved scalar 13 : /// wave system 14 1 : namespace CurvedScalarWave::Worldtube::Initialization {}