Skip to content

Commit

Permalink
Merge pull request #144 from parikshitbajpai/APIUtils
Browse files Browse the repository at this point in the history
Add missing include
  • Loading branch information
parikshitbajpai authored Jul 6, 2023
2 parents fa41c3e + 4da6346 commit 60a1631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/api/CouplingUtilities.f90
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ subroutine GetNumberSpeciesSystem(nSpeciesDB)
integer, intent(out), dimension(nSolnPhasesSys) :: nSpeciesDB

nSpeciesDB = nSpeciesPhase(1:size(nSpeciesDB))
! print *, nSpeciesDB

return

Expand Down
1 change: 1 addition & 0 deletions src/api/checkUnits.C
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <string>
#include <algorithm>
#include <map>
#include <vector>

namespace Thermochimica
{
Expand Down

0 comments on commit 60a1631

Please sign in to comment.