-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Tych0n/travis_ci
PEP8ified
- Loading branch information
Showing
4 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#ifndef UTILS_CPPCLASS_H | ||
#define UTILS_CPPCLASS_H | ||
/* "Copyright [2019] <Tych0n>" [legal/copyright] */ | ||
#ifndef IMPLICIT_TOPNC_H_ | ||
#define IMPLICIT_TOPNC_H_ | ||
|
||
extern void fargsort_c ( float A[], int n_row, int m_row, int m_cols, int ktop, int B[] ); | ||
extern void fargsort_c(float A[], int n_row, int m_row, int m_cols, int ktop, int B[]); | ||
|
||
#endif //UTILS_CPPCLASS_H | ||
#endif // IMPLICIT_TOPNC_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters