-
Notifications
You must be signed in to change notification settings - Fork 31
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 #221 from openmopac/patch23
Patch for header packaging
- Loading branch information
Showing
9 changed files
with
37 additions
and
19 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
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,6 @@ | ||
# MOPAC include files | ||
|
||
For OS-level ABI-compatibility, the MOPAC API is bound to C. The data structures and function prototypes of this C-like API | ||
are provided in the `mopac_api.h` header file. It is possible but inconvenient to use the C-like API in other Fortran software, | ||
so a Fortran convenience wrapper is also provided here. Because this wrapper needs to be compiled with the software using the | ||
MOPAC API, it is being provided with a permissive MIT license to allow broad use. | ||
are provided in the `mopac.h` header file. It is possible but inconvenient to use the C-like API in other Fortran software, | ||
so a Fortran convenience wrapper is also provided here. Because it needs to be compiled with the software that is calling the | ||
MOPAC API, the Fortran wrapper source files are being provided with a permissive MIT license to allow for broad use. |
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
File renamed without changes.
File renamed without changes.
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