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:
parent
d938bd95b1
commit
cc456b6525
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue