Skip to content

Commit

Permalink
Fix dllexport variable targets in modules
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed May 29, 2024
1 parent 3e99db6 commit f8852d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interface/mopac_api.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

! Diskless/stateless Application Programming Interface (API) to core MOPAC operations
module mopac_api
!dec$ attributes dllexport :: mopac_api
!dec$ attributes dllexport :: mopac_system, mopac_properties, mopac_state, mozyme_state
implicit none

private
Expand Down
2 changes: 1 addition & 1 deletion src/molkst_C.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
! along with this program. If not, see <https://www.gnu.org/licenses/>.

module molkst_C
!dec$ attributes dllexport :: molkst_C
!dec$ attributes dllexport :: gui
!
! This module contains all the scalars relating to the system being calculated.
! Every entry is unique, and has the same meaning in every subroutine.
Expand Down

0 comments on commit f8852d4

Please sign in to comment.