Angelos Mantzaflaris (Άγγελος Μαντζαφλάρης)
Angelos Mantzaflaris (Άγγελος Μαντζαφλάρης)
Hi, most likely the wrong generator is used. If you want to use NMake, please try ``` cmake .. -G "NMake Makefiles" ``` Here is a list of possible generators:...
Hi, same problem here, adding Py_Finalize(); at the end of the program fixes it.
I do that with gstreamer: gst-rec -o - | castnow --quiet - I get a lag of a couple of seconds with that.. I am trying to see if I...
Very usefull ! Tests can go in a new file inside /unittests Please set in cmake GISMO_BUILD_UNITTESTS=ON to be able to compile (make unitttestss) and run (./bin/unittests) the unittests.
OK then let's go on with this one as it is and let the writing for later.
Does it work if you fix these problems? for the istart, iend you can make a copy and sort it first, just to check if that works.
Hi Dominik, thnx for this issue. The reason that we changed this is to bound the multiplicity of the interior knots by the degree.. Indeed, multiplicity more than d in...
It is used I think, maybe as much as the degreeElevate in fact ! @weinmueller let us know if this change impacts your codes
Thnx, we are working to resolve this installation issue.
Installation scripts are fixed now in HEAD, we will make a new release in a few days