Skip to content

Commit

Permalink
Merge pull request #55 from hphratchian/master
Browse files Browse the repository at this point in the history
Updates from Hrant.
  • Loading branch information
hphratchian authored May 24, 2023
2 parents 60ab416 + 36e1200 commit c2b0bb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/mqc_algebra2.F03
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ end function MQC_Variable_getRank
!PROCEDURE MQC_Variable_getSize
function MQC_Variable_getSize(mqcVariable,iDimension) result(mySize)
!
! This function operates on MQC_Variable opjects in an analogous manner to
! the fortran intrinsic funciotn SIZE. When called, this function will
! return an integer corresponding to the size of dimension iDimension. If
! iDimension is NOT sent or is sent <= 0, this function returns the full
Expand Down
2 changes: 1 addition & 1 deletion src/mqc_matwrapper.F03
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!#define UCMGAUOPEN
!hph#define UCMGAUOPEN
Module MQC_MatWrapper
!
! **********************************************************************
Expand Down

0 comments on commit c2b0bb1

Please sign in to comment.