Martin Strunz
Martin Strunz
modules/SofaTopologyMapping/src/SofaTopologyMapping/SimpleTesselatedTetraMechanicalMapping.inl line 163 Code: typename Out::MatrixDeriv::ColConstIterator colIt = rowIt.begin(); typename Out::MatrixDeriv::ColConstIterator colItEnd = rowIt.end(); // Creates a constraints if the input constraint is not empty. if (colIt != colItEnd) {...
sniff.cpp line 1855 Code: codec = 0; if (sscanf(s, "%30u %254[^/]/%d", &payload, mimeSubtype, &rate) == 3) { //
3rdparty\SiftGPU\src\SiftGPU\GLTexImage.cpp line 1186 should be: delete [] data;
License of the installer is still GPL (vs Apache).
/src/alignment_file.c: line 302 code: return '\0'; regfree(®ex); }
/src/snp_searching.c: line 185 Code: if(child_sequence[i] != '-' || child_sequence[i] != 'N') probably && operator necessary
______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if** -...
add support for Windows
/src/nnet3/nnet-parse-test.cc line 63 Code: vec.SetRandn(); vec(0) = 1024.2343; vec(1) = 0.01; vec(2) = 0.001234; vec(3) = 0.000198; vec(3) = 1.98e-09; //
see here https://github.com/golang/go/issues/57351#issuecomment-1354558729 and discussion