Skip to content

Commit 2438857

Browse files
committed
fix iterator, v0.1.2
1 parent c7f8455 commit 2438857

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AstroSimBase"
22
uuid = "c6a34d98-f626-4d8d-b450-a3f124eaada6"
33
authors = ["islent <leoislent@gmail.com>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

src/AstroSimBase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module AstroSimBase
22

33
using PrecompileTools
44
import Distributed.interrupt
5+
import Base: length, iterate
56

67
export LoggingMode, NormalMode, ProgressMode, SilentMode
78
export GravityModel, Newton, MOND1983Milgrom, QUMOND

0 commit comments

Comments
 (0)