1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

refactor: no namespace scopes in source files

This commit is contained in:
Steffen Vogel 2020-06-14 22:12:41 +02:00
parent d938bd95b1
commit cc456b6525

View file

@ -20,8 +20,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
#include <stdio.h>
#include <stdio.h>
#include <villas/gpu.hpp>
@ -30,8 +30,7 @@
#include "kernels.hpp"
namespace villas {
namespace gpu {
using namespace villas::gpu;
__global__ void
@ -61,6 +60,3 @@ kernel_memcpy(volatile uint8_t* dst, volatile uint8_t* src, size_t length)
length--;
}
}
} // namespace villas
} // namespace gpu