Update documentation string and remove unused include

This commit is contained in:
Emma Broman
2020-06-16 16:16:10 +02:00
parent c2a5855653
commit 136cd75adc
2 changed files with 2 additions and 3 deletions

View File

@@ -76,8 +76,8 @@ namespace openspace {
documentation::Documentation RenderableBoxGrid::Documentation() {
using namespace documentation;
return {
"RenderableSphericalGrid",
"base_renderable_sphericalgrid",
"RenderableBoxGrid",
"base_renderable_boxgrid",
{
{
GridMatrixInfo.identifier,

View File

@@ -31,7 +31,6 @@
#include <openspace/properties/matrix/dmat4property.h>
#include <openspace/properties/scalar/intproperty.h>
#include <openspace/properties/vector/vec3property.h>
#include <openspace/properties/vector/vec4property.h>
#include <ghoul/opengl/ghoul_gl.h>
namespace ghoul::opengl {