I think some minor changes are appropriate to the /include/DataVector/ directory. Specifically, delete the first version of the DataVector class located on the DataVector.h file and rename the new version of the data structure.
[x] Delete /include/DataVector/DataVector.h file.
[x] Rename /include/DataVector/DataVectorNew.h to /include/DataVector/DataVector.h.
I think some minor changes are appropriate to the
/include/DataVector/
directory. Specifically, delete the first version of the DataVector class located on theDataVector.h
file and rename the new version of the data structure./include/DataVector/DataVector.h
file./include/DataVector/DataVectorNew.h
to/include/DataVector/DataVector.h
.DataVector
class.I can take care of this.