Problem of rnt_compile - rnt_oa3d_v2_mex.F

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
limaolin
Posts: 45
Joined: Wed Nov 07, 2012 5:48 pm
Location: Dalian University

Problem of rnt_compile - rnt_oa3d_v2_mex.F

#1 Unread post by limaolin »

Hi all,
I am new to ROMS and MATLAB. I have done the step 1-4 of mex_compile.txt. After running the rnt_compile, there was error:

rnt_oa3d_v2_mex.F:148.72:

pause
1
Warning: Deleted feature: PAUSE statement at (1)

How can I solve the problem, thanks a lot.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Problem of rnt_compile - rnt_oa3d_v2_mex.F

#2 Unread post by kate »

It said it was a warning, not an error. Did it actually compile? If not, try commenting out the pause statement.

Post Reply