Skip to content

Commit

Permalink
Add badges to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Aug 5, 2020
1 parent 7809860 commit 8d7c507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GDML bindings for Kotlin

[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![DOI](https://zenodo.org/badge/195530015.svg)](https://zenodo.org/badge/latestdoi/195530015)
[ ![Download](https://api.bintray.com/packages/mipt-npm/scientifik/gdml/images/download.svg) ](https://bintray.com/mipt-npm/scientifik/gdml/_latestVersion)

Multiplatform bindings for GDML geometry specification. Utilized kotlinx.serialization
Expand Down
1 change: 0 additions & 1 deletion src/commonMain/kotlin/scientifik/gdml/solids.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import nl.adaptivity.xmlutil.serialization.XmlSerialName
import kotlin.math.PI

//solids block members
//TODO add remaining solids

@Serializable
sealed class GDMLSolid : GDMLNode {
Expand Down

0 comments on commit 8d7c507

Please sign in to comment.