-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Running POLY2TET in Windows using MSYS2-the Linux environment for windows because the windows compiler does not work properly
Here are some of my issue I like to expressed here:
- "
WARNING-rename failed.
" appeared while renaming the .ele file - An error reading .node file when export the Monte Carlo input files for PHITS
The warning line saysRead node file.../usr/lib/gcc/x86_64-pc-cygwin/15.1.0/include/c++/bits/stl_vector.h:1263: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = ThreeVector; _Alloc = std::allocator<ThreeVector>; reference = ThreeVector&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. Aborted
Noted that:
- The "CMakeList.txt" is forced to require the 3.10 as the minimum version.
Project(POLY2TET)
is added in the following text- The FileGen.h and FileGen.cpp is modified to make it run properly in MSYS environment
- This case is to tetrahedralize the phantom as an input for PHITS
- A recommendation of using the .material file from the icrp145 electronic files is applied
- -s is not worked in MSYS2 environment
Metadata
Metadata
Assignees
Labels
No labels