Skip to content

Commit 436e296

Browse files
committed
rfcnt-0.1.2
1 parent 6a91998 commit 436e296

File tree

8 files changed

+32
-5
lines changed

8 files changed

+32
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2019, Andreas Martin
3+
Copyright (c) 2021, Andreas Martin
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

coan-args-minimal.in

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
-DCOAN_INVOKED=1
2+
-DRFC_MINIMAL=1
3+
-DRFC_TP_SUPPORT=0
4+
-DRFC_HCM_SUPPORT=0
5+
-DRFC_USE_DELEGATES=0
6+
-DRFC_GLOBAL_EXTREMA=0
7+
-DRFC_DAMAGE_FAST=0
8+
-DRFC_DH_SUPPORT=0
9+
-DRFC_AT_SUPPORT=0
10+
-DRFC_DEBUG_FLAGS=0
11+
-DRFC_USE_HYSTERESIS_FILTER=1
12+
-DMATLAB_MEX_FILE=1
13+
-xd
14+
rainflow.c
15+
rainflow.h
16+
config.h
17+
config.h.in
18+
test/rfc_test.c
19+
test/long_series.c
20+
test/rfc_wrapper_simple.cpp

coan_invoke-minimal.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tools\coan spin --dir coan --prefix %cd% -fcoan-args-minimal.in
2+
pause

coan_invoke-minimal.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coan spin --dir coan --prefix $PWD -fcoan-args-minimal.in

content.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
RAINFLOW
22
| CMakeLists.txt Makefile (CMake)
3+
| coan-args-minimal.in Input arguments file for coan invocation
4+
| coan_invoke-minimal.bat Invoke coan (cmd shell)
5+
| coan_invoke-minimal.sh Invoke coan (linux shell)
36
| config.h Configuration file (Rainflow)
47
| config.h.in Configuration file (Input for CMake)
58
| content.txt This file

python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2019, Andreas Martin
3+
Copyright (c) 2021, Andreas Martin
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib==3.4.2
2-
numpy==1.21.1
3-
pandas==1.3.1
1+
matplotlib==3.2.2
2+
numpy==1.19.5
3+
pandas==1.1.5
44
seaborn==0.11.1

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def main():
5757
('RFC_DEBUG_FLAGS', '0'),
5858
('RFC_EXPORT_MEX', '0')],
5959
include_dirs=['src', get_numpy_include()],
60+
extra_compile_args=['-std=c++11'],
6061
)
6162
],
6263
classifiers=[

0 commit comments

Comments
 (0)