Skip to content

Commit

Permalink
fix docs: missing character argument
Browse files Browse the repository at this point in the history
  • Loading branch information
drwells committed May 29, 2018
1 parent 47151af commit 85747ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL/dlamch.f
Expand Up @@ -10,6 +10,10 @@
*
* DOUBLE PRECISION FUNCTION DLAMCH( CMACH )
*
* .. Scalar Arguments ..
* CHARACTER CMACH
* ..
*
*
*> \par Purpose:
* =============
Expand Down
4 changes: 4 additions & 0 deletions INSTALL/dlamchf77.f
Expand Up @@ -10,6 +10,10 @@
*
* DOUBLE PRECISION FUNCTION DLAMCH( CMACH )
*
* .. Scalar Arguments ..
* CHARACTER CMACH
* ..
*
*
*> \par Purpose:
* =============
Expand Down

0 comments on commit 85747ad

Please sign in to comment.