Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. output1.f:19:41:
  2.  
  3.   992  format("       ("a1,i1,",",a5,")",)
  4.                                          1
  5. Error: Unexpected element ‘)in format string at (1)
  6. output1.f:21:44:
  7.  
  8.   994  format(/," Cardinality of W^m = ",I4,)
  9.                                             1
  10. Error: Unexpected element ‘)in format string at (1)
  11. output1.f:18:72:
  12.  
  13.        write(1,992) gtype,n,mtype
  14.                                                                         1
  15. Error: FORMAT label 992 at (1) not defined
  16. output1.f:20:72:
  17.  
  18.        write(1,994) last
  19.                                                                         1
  20. Error: FORMAT label 994 at (1) not defined
  21. output1.f:95:19:
  22.  
  23.   158      if(msimp(d).eq.d) then
  24.                    1
  25. Warning: Legacy Extension: REAL array index at (1)
  26. output1.f:106:19:
  27.  
  28.   159    do 160 k=1,d
  29.                    1
  30. Warning: Deleted feature: End expression in DO loop at (1) must be integer
  31. output1.f:111:16:
  32.  
  33.   170      x=tau(w,s)
  34.                 1
  35. Warning: Legacy Extension: REAL array index at (1)
  36. output1.f:111:18:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement