~hwkrus/f03gl/trunk

« back to all changes in this revision

Viewing changes to bluebook/stencil.f90

  • Committer: dolfyn
  • Date: 2016-08-18 08:47:36 UTC
  • Revision ID: hwkrus@gmail.com-20160818084736-noe5zwvnbj8q193p
Parentheses are required after the procedure name when bind is specified

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
   if( key == 27 ) stop
65
65
   
66
66
end subroutine KeyPressFunc
67
 
subroutine RenderScene bind(C)
 
67
subroutine RenderScene() bind(C)
68
68
 
69
69
   use opengl_gl
70
70
   use opengl_glut