fixed some paths

This commit is contained in:
2026-06-15 12:53:48 -04:00
parent 4356f3eacf
commit f3bcac55f0
66 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -34,7 +34,7 @@ namespace amscuda
}; };
#include <amsculib2/amscu_cudafunctions_impl.hpp> #include <amsculib3/amscu_cudafunctions_impl.hpp>
#endif #endif

View File

@ -42,6 +42,6 @@ void test_cuarray();
}; };
#include <amsculib2/amscuarray_impl.hpp> #include <amsculib3/amscuarray_impl.hpp>
#endif #endif

View File

@ -68,7 +68,7 @@ namespace amscuda
}; };
#include <amsculib2/amscuarray_dops_impl.hpp> #include <amsculib3/amscuarray_dops_impl.hpp>
#endif #endif

View File

@ -13,7 +13,7 @@ template<typename T> int fread_buffer(FILE *fp, const int Nmax, const T *buffer)
}; //end namespace amscuda }; //end namespace amscuda
#include <amsculib2/amscuda_binarrrw_impl.hpp> #include <amsculib3/amscuda_binarrrw_impl.hpp>
#endif #endif