Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A suggestion: change Relative path to an absolute path #172

Open
snow-man-0 opened this issue Mar 11, 2021 · 1 comment
Open

A suggestion: change Relative path to an absolute path #172

snow-man-0 opened this issue Mar 11, 2021 · 1 comment

Comments

@snow-man-0
Copy link

snow-man-0 commented Mar 11, 2021

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

@slayoo
Copy link
Member

slayoo commented Mar 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants