Skip to content

Commit

Permalink
Removed old to string method (#58)
Browse files Browse the repository at this point in the history
* Removed toString method that was invalidating code

* Update version due to API change
  • Loading branch information
JKRT committed Jan 11, 2022
1 parent 2e59272 commit c4d5783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MetaModelica"
uuid = "9d7f2a79-07b5-5542-8b19-c0100dda6b06"
authors = ["Martin Sjölund <martin.sjolund@liu.se>", "John Tinnerholm <john.tinnerholm@liu.se>"]
version = "0.0.2"
version = "0.0.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
4 changes: 0 additions & 4 deletions src/metaRuntime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,3 @@ end
function StringFunction(r::Float64)::String
realString(r)
end

function String(a)::String
string(a)
end

0 comments on commit c4d5783

Please sign in to comment.