Skip to content

Commit

Permalink
Merge pull request #4 from wensley-rushing/master
Browse files Browse the repository at this point in the history
wr - add banners
  • Loading branch information
claudioperez authored Aug 27, 2024
2 parents aedb5ed + eb5a84c commit f4d73eb
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/opensees/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
__version__ = "0.0.61"
#===----------------------------------------------------------------------===#
#
# STAIRLab -- STructural Artificial Intelligence Laboratory
#
#===----------------------------------------------------------------------===#
#
__version__ = "0.0.65"

# Imports for this module
import math
Expand Down
6 changes: 6 additions & 0 deletions src/opensees/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/usr/bin/env python3
#===----------------------------------------------------------------------===#
#
# STAIRLab -- STructural Artificial Intelligence Laboratory
#
#===----------------------------------------------------------------------===#
#
"""
This file implements the primary command line interface for
the package which is invoked by running:
Expand Down
7 changes: 7 additions & 0 deletions src/opensees/openseespy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#===----------------------------------------------------------------------===#
#
# STAIRLab -- STructural Artificial Intelligence Laboratory
# Berkeley, CA
#
#===----------------------------------------------------------------------===#
#
"""
This module implements the OpenSeesPy interface.
Imports can be performed exactly as one would
Expand Down
2 changes: 2 additions & 0 deletions src/opensees/series.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


import math

def triangle(t, period=2*math.pi, amplitude=2.0):
Expand Down
7 changes: 7 additions & 0 deletions src/opensees/tcl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#===----------------------------------------------------------------------===#
#
# STAIRLab -- STructural Artificial Intelligence Laboratory
# Berkeley, CA
#
#===----------------------------------------------------------------------===#
#
import os
import sys
import json
Expand Down

0 comments on commit f4d73eb

Please sign in to comment.