Skip to content

Commit 5d4c510

Browse files
authored
Merge pull request #10 from wavebitscientific/add-ones-zeros-empty
Add implementation for empty array generation
2 parents 94aac74 + 93e006d commit 5d4c510

File tree

6 files changed

+355
-188
lines changed

6 files changed

+355
-188
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ add_library(testing src/tests/mod_testing.f90)
4040

4141
# tests
4242
enable_testing()
43-
foreach(execid arange complement filter foldl foldr foldt head init insert intersection iterfold last limit map reverse set sort split subscript tail unfold union)
43+
foreach(execid arange complement empty filter foldl foldr foldt head init insert intersection iterfold last limit map reverse set sort split subscript tail unfold union)
4444
add_executable(test_${execid} src/tests/test_${execid}.f90)
4545
target_link_libraries(test_${execid} functional testing)
4646
add_test(test_${execid} bin/test_${execid})

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, Wavebit Scientific LLC
1+
Copyright (c) 2016-2017, Wavebit Scientific LLC
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)