Skip to content

Commit 8cc2990

Browse files
committed
cleanup comments
1 parent 8144861 commit 8cc2990

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

src/meta/global_datatypes.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Copyright (c) 2024, Marco Nikander
2-
//! @brief Several useful datatypes which are const by default. Note these are
3-
//! in the GLOBAL NAMESPACE, so only include this file if you REALLY
4-
//! want to use these aliases.
5-
2+
// Several useful datatypes which are const by default. Note these are
3+
// in the GLOBAL NAMESPACE, so only include this file if you REALLY
4+
// want to use these aliases.
65

76
#pragma once
87

src/pipeline/gather.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Copyright (c) 2024, Marco Nikander
2-
// naive implementation of 'gather' from nvidia thrust library
3-
// https://nvidia.github.io/cccl/thrust/api/groups/group__gathering.html
42

53
#pragma once
64

src/pipeline/grade.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Copyright (c) 2024, Marco Nikander
2-
// implementation of APL algorithm 'grade'
32

43
#pragma once
54

src/pipeline/rank.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Copyright (c) 2024, Marco Nikander
2-
// gives the rank of an object, note that currently only rank 0 and 1 are supported, do not use this with nested vectors
32

43
#pragma once
54

src/pipeline/scatter.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Copyright (c) 2024, Marco Nikander
2-
// naive implementation of 'scatter' from nvidia thrust library
3-
// https://nvidia.github.io/cccl/thrust/api/groups/group__scattering.html
42

53
#pragma once
64

0 commit comments

Comments
 (0)