Skip to content

Commit

Permalink
clf
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Feb 14, 2024
1 parent 77cd7c9 commit db7c8af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#ifndef vtkF3DFaceVaryingPointDispatcher_h
#define vtkF3DFaceVaryingPointDispatcher_h

#include "vtkPolyDataAlgorithm.h"
#include "VTKExtensionsPublicModule.h"
#include "vtkPolyDataAlgorithm.h"

class VTKEXTENSIONSPUBLIC_EXPORT vtkF3DFaceVaryingPointDispatcher : public vtkPolyDataAlgorithm
{
Expand Down
3 changes: 2 additions & 1 deletion library/src/engine.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ void engine::loadPlugin(const std::string& pathOrName, const std::vector<std::st
}
else
{
log::debug("Could not load \"", tryPath, "\" because: ", vtksys::DynamicLoader::LastError());
log::debug(
"Could not load \"", tryPath, "\" because: ", vtksys::DynamicLoader::LastError());
}
}
}
Expand Down

0 comments on commit db7c8af

Please sign in to comment.