Skip to content

Commit

Permalink
rfcnt-0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ma72 committed Oct 13, 2021
1 parent 6a91998 commit 436e296
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2019, Andreas Martin
Copyright (c) 2021, Andreas Martin
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
20 changes: 20 additions & 0 deletions coan-args-minimal.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-DCOAN_INVOKED=1
-DRFC_MINIMAL=1
-DRFC_TP_SUPPORT=0
-DRFC_HCM_SUPPORT=0
-DRFC_USE_DELEGATES=0
-DRFC_GLOBAL_EXTREMA=0
-DRFC_DAMAGE_FAST=0
-DRFC_DH_SUPPORT=0
-DRFC_AT_SUPPORT=0
-DRFC_DEBUG_FLAGS=0
-DRFC_USE_HYSTERESIS_FILTER=1
-DMATLAB_MEX_FILE=1
-xd
rainflow.c
rainflow.h
config.h
config.h.in
test/rfc_test.c
test/long_series.c
test/rfc_wrapper_simple.cpp
2 changes: 2 additions & 0 deletions coan_invoke-minimal.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tools\coan spin --dir coan --prefix %cd% -fcoan-args-minimal.in
pause
1 change: 1 addition & 0 deletions coan_invoke-minimal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coan spin --dir coan --prefix $PWD -fcoan-args-minimal.in
3 changes: 3 additions & 0 deletions content.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
RAINFLOW
| CMakeLists.txt Makefile (CMake)
| coan-args-minimal.in Input arguments file for coan invocation
| coan_invoke-minimal.bat Invoke coan (cmd shell)
| coan_invoke-minimal.sh Invoke coan (linux shell)
| config.h Configuration file (Rainflow)
| config.h.in Configuration file (Input for CMake)
| content.txt This file
Expand Down
2 changes: 1 addition & 1 deletion python/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2019, Andreas Martin
Copyright (c) 2021, Andreas Martin
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.4.2
numpy==1.21.1
pandas==1.3.1
matplotlib==3.2.2
numpy==1.19.5
pandas==1.1.5
seaborn==0.11.1
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def main():
('RFC_DEBUG_FLAGS', '0'),
('RFC_EXPORT_MEX', '0')],
include_dirs=['src', get_numpy_include()],
extra_compile_args=['-std=c++11'],
)
],
classifiers=[
Expand Down

0 comments on commit 436e296

Please sign in to comment.