Skip to content

Commit

Permalink
Builds now with new classdesc.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Aug 8, 2024
1 parent 643c872 commit a777ec0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphcode
Submodule graphcode updated 1 files
+11 −12 graphcode.h
4 changes: 2 additions & 2 deletions include/ecolab_epilogue.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
Put this after including all .cd files
*/
#include "classdesc_epilogue.h"
#ifdef TCL_OBJ_BASE_H
#include "TCL_obj_templates.h"
#ifdef GRAPHCODE_H
#include "graphcode.cd"
#endif
1 change: 0 additions & 1 deletion models/ecolab_model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ using array_ns::pcoord;
#include "pythonBuffer.h"
#include "plot.h"

#include "object.cd"
#include "ecolab_model.cd"

#include "ecolab_epilogue.h"
Expand Down
1 change: 0 additions & 1 deletion src/ecolab.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "cairoSurfaceImage.h"
#include "plot.h"
#include "pythonBuffer.h"
#include "object.cd"
#include "ecolab_epilogue.h"
using namespace ecolab;
using namespace std;
Expand Down

0 comments on commit a777ec0

Please sign in to comment.