-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added initilaization for empty strand
- Loading branch information
Showing
6 changed files
with
37 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// | ||
// Created by Richard Albin Schaefer on 11/17/24. | ||
// | ||
|
||
#ifndef GENOGROVE_BEDREADER_HPP | ||
#define GENOGROVE_BEDREADER_HPP | ||
|
||
#endif //GENOGROVE_BEDREADER_HPP |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// | ||
// Created by Richard Albin Schaefer on 11/18/24. | ||
// | ||
|
||
#ifndef GENOGROVE_FILEENTRY_HPP | ||
#define GENOGROVE_FILEENTRY_HPP | ||
|
||
#endif //GENOGROVE_FILEENTRY_HPP |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// | ||
// Created by Richard Albin Schaefer on 11/17/24. | ||
// | ||
|
||
#ifndef GENOGROVE_FILEREADER_HPP | ||
#define GENOGROVE_FILEREADER_HPP | ||
|
||
#endif //GENOGROVE_FILEREADER_HPP |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// | ||
// Created by Richard Albin Schaefer on 11/17/24. | ||
// | ||
|
||
#ifndef GENOGROVE_FILEREADERFACTORY_HPP | ||
#define GENOGROVE_FILEREADERFACTORY_HPP | ||
|
||
#endif //GENOGROVE_FILEREADERFACTORY_HPP |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// | ||
// Created by Richard Albin Schaefer on 11/17/24. | ||
// |
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