about summary refs log tree commit diff
path: root/db_actions.go
Commit message (Collapse)AuthorAge
* implemented a function getting a stars timestepEmile2019-02-17
|
* refactored getStarEmile2019-02-17
|
* exported the get star functionEmile2019-02-17
|
* added a function returning a list of all star idsEmile2019-02-16
|
* The insert star function now returns the starID of the inserted starEmile2019-02-16
|
* Fixed inserting a star into a specified timestepEmile2019-02-15
|
* updated the calcAllForces function now using the given galaxyindex to ↵Emile2019-02-14
| | | | calculate the force acting on a star
* working!Emile2019-02-13
|
* Implemented the function GetListOfStarsTree returning a list of all stars in ↵Emile2019-02-13
| | | | the tree with the given index
* added the database actions, development started in the db-container repo, ↵Emile2019-02-13
for more info, see those commits