Skip to content

Commit

Permalink
Merge remote-tracking branch 'simcenter/master' into test_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Sep 19, 2024
2 parents 2aabbf6 + 4c8b2ce commit 31f9559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/createEVENT/stochasticWave/StochasticWave.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""


class FloorForces: # noqa: D101
def __init__(self, recorderID=-1): # noqa: N803
if recorderID < 0:
Expand Down

0 comments on commit 31f9559

Please sign in to comment.