Environment
NA
Describe the bug
The docs aren't being maintained at the same rate as the code. Even the 'Hello World' example has a namespace error after changes.
Since this is the most basic example at least this one should work. (I haven't looked at the cuda examples)
To Reproduce
compile the Hello world example.
notice that createNanoGrid isn't in the nanovfdb namespace, it has been moved the tools.
Expected behavior
Docs that allow new users to figure out how to use the library instead of the very first thing giving them an error.
Major releases seem like they should get a check, if not an update, with anything that is worth mentioning in the changes bullet points.
Environment
NA
Describe the bug
The docs aren't being maintained at the same rate as the code. Even the 'Hello World' example has a namespace error after changes.
Since this is the most basic example at least this one should work. (I haven't looked at the cuda examples)
To Reproduce
compile the Hello world example.
notice that createNanoGrid isn't in the nanovfdb namespace, it has been moved the tools.
Expected behavior
Docs that allow new users to figure out how to use the library instead of the very first thing giving them an error.
Major releases seem like they should get a check, if not an update, with anything that is worth mentioning in the changes bullet points.