blitz icon indicating copy to clipboard operation
blitz copied to clipboard

A suggestion: change Relative path to an absolute path

Open snow-man-0 opened this issue 4 years ago • 1 comments

The advantage is to avoid setting the include path of the compiler. for example, in array-impl.h, change <> to "filename"

#include "blitz.h" #include "memblock.h" #include "range.h" #include "tinyvec2.h" #include "tvecglobs.h"

#include "indexexpr.h"

#include "array/slice.h" // Subarrays and slicing #include "array/map.h" // Tensor index notation #include "array/multi.h" // Multicomponent arrays #include "array/domain.h" // RectDomain class #include "array/storage.h" // GeneralArrayStorage

snow-man-0 avatar Mar 11 '21 16:03 snow-man-0

thanks, could you please create a pull request with these changes?

slayoo avatar Mar 11 '21 16:03 slayoo