blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

Strided domain #159

Closed roshansamuel closed 4 years ago

roshansamuel commented 4 years ago

Fix for issue #158 by adding an empty constructor for StridedDomain in blitz/array/domain.h

If strided-domain.cpp within testsuite/ compiles without error, the bug is fixed.

slayoo commented 4 years ago

Thank you! Please do add the test to the testsuite list here: https://github.com/blitzpp/blitz/blob/master/testsuite/CMakeLists.txt so it will be run on Travis and Appveyor CI runs

roshansamuel commented 4 years ago

Hi! I have added the test to the testsuite list. I have also updated the strided-domain.cpp so that it sends an output to the terminal at the end of its execution.

slayoo commented 4 years ago

Works!

image

Thank you