Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archives
dmm
Commits
4c67362f
Commit
4c67362f
authored
Nov 11, 2014
by
Houtan Bastani
Browse files
only include fintrf.h for matlab mex
parent
a8f1e9f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.for
View file @
4c67362f
...
...
@@ -35,7 +35,9 @@ C You should have received a copy of the GNU General Public License
C along with DMM. If not, see <http://www.gnu.org/licenses/>.
C --------------------------------------------------------------------------------------
#if defined(MATLAB_MEX_FILE) || defined(OCTAVE_MEX_FILE)
#if defined(MATLAB_MEX_FILE)
#include "fintrf.h"
#endif
SUBROUTINE DMMMAIN(FILEIN)
#else
PROGRAM DMM
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment