Skip to content

Commit

Permalink
fist commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimFe committed Aug 28, 2024
1 parent 9ef9150 commit 5c2de1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sandy/pfns.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,6 @@ def from_endf6(cls, endf6):
if not data:
raise sandy.Error("no tabulated energy distribution was found")
return cls(data)

def to_endf6(self):
pass

0 comments on commit 5c2de1f

Please sign in to comment.