quadwild icon indicating copy to clipboard operation
quadwild copied to clipboard

Unable to compile even with Gurobi Solver.

Open nitinagarwal opened this issue 2 years ago • 1 comments

I generate the makefile using qmake. When I run make -j8 I get this error.

../components/field_tracing/tracing/metamesh.h: In member function ‘std::size_t MetaMesh<MeshType>::SideStartingE(std::size_t, std::size_t) const [with MeshType = TraceMesh]’:
../components/field_tracing/tracing/metamesh.h:185:5: warning: control reaches end of non-void function [-Wreturn-type]
  185 |     }
      |     ^
Makefile:5815: recipe for target 'quadwild.o' failed
make: *** [quadwild.o] Error 1

nitinagarwal avatar Jan 24 '22 22:01 nitinagarwal

ok solved, however it should never enter there,there is an asset to check

nicopietroni avatar Jan 31 '22 08:01 nicopietroni