You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Key files
102
102
How to Use
103
103
===================
104
104
The code is implemented as a template header library, which means that you just need to point your C++ preprocessor to the Morton filter top-level directory
105
-
and include *morton_filter.h*. At present, we only support GNU's C++ compiler (g++). Below is an example of how to use our Makefile
105
+
and include *morton_filter.h*. **At present, we only support GNU's C++ compiler (g++).** Below is an example of how to use our Makefile
106
106
to compile the example programs on Linux systems using g++:
0 commit comments