仮想マシン再 install

Windows XP を入れた VirtualBox の仮想ディスクを消してしまった... Orz

そんな訳で再作成/再 install することに.

...(゜д゜)あ

VirtualBox OSE って USB デバイス使えないじゃん. 外付け ドライブ無いと install できないんだった.

しょうがなく OSE 版じゃない方を install する...

Orz

めんどくせー.

メモ, spml で intent 指定がちゃんとしていない関数群

先日西澤さんから報告があった関数群のメモ.

Fortran は指定が無い場合, default て intent(inout) なのだけれども,intent(in|out|inout) を明示的に書いておくと, ruby から呼ぶ時に祟りが少ないみたいなので, 修正することにする.

 no intent in definition of xyz_VLON of wt_Potential2vector (subroutine)
 no intent in definition of xyz_VLAT of wt_Potential2vector (subroutine)
 no intent in definition of xyz_VRAD of wt_Potential2vector (subroutine)
 no intent in definition of yx of IntYX_yx (function)
 no intent in definition of yx of y_IntX_yx (function)
 no intent in definition of yx of x_IntY_yx (function)
 no intent in definition of x of IntX_x (function)
 no intent in definition of y of IntY_y (function)
 no intent in definition of yx of AvrYX_yx (function)
 no intent in definition of yx of y_AvrX_yx (function)
 no intent in definition of yx of x_AvrY_yx (function)
 no intent in definition of x of AvrX_x (function)
 no intent in definition of y of AvrY_y (function)
 no intent in definition of xyr_VLON of wu_Potential2vector (subroutine)
 no intent in definition of xyr_VLAT of wu_Potential2vector (subroutine)
 no intent in definition of xyr_VRAD of wu_Potential2vector (subroutine)
 no intent in definition of yx of IntYX_yx (function)
 no intent in definition of yx of y_IntX_yx (function)
 no intent in definition of yx of x_IntY_yx (function)
 no intent in definition of x of IntX_x (function)
 no intent in definition of y of IntY_y (function)
 no intent in definition of yx of AvrYX_yx (function)
 no intent in definition of yx of y_AvrX_yx (function)
 no intent in definition of yx of x_AvrY_yx (function)
 no intent in definition of x of AvrX_x (function)
 no intent in definition of y of AvrY_y (function)
 no intent in definition of xyr_VLON of wq_Potential2vector (subroutine)
 no intent in definition of xyr_VLAT of wq_Potential2vector (subroutine)
 no intent in definition of xyr_VRAD of wq_Potential2vector (subroutine)
 no intent in definition of yx of IntYX_yx (function)
 no intent in definition of yx of y_IntX_yx (function)
 no intent in definition of yx of x_IntY_yx (function)
 no intent in definition of x of IntX_x (function)
 no intent in definition of y of IntY_y (function)
 no intent in definition of yx of AvrYX_yx (function)
 no intent in definition of yx of y_AvrX_yx (function)
 no intent in definition of yx of x_AvrY_yx (function)
 no intent in definition of x of AvrX_x (function)
 no intent in definition of y of AvrY_y (function)
 no intent in definition of rp of IntRadPhi_rp (function)
 no intent in definition of rp of r_IntPhi_rp (function)
 no intent in definition of rp of p_IntRad_rp (function)
 no intent in definition of p of IntPhi_p (function)
 no intent in definition of r of IntRad_r (function)
 no intent in definition of rp of AvrRadPhi_rp (function)
 no intent in definition of rp of r_AvrPhi_rp (function)
 no intent in definition of rp of p_AvrRad_rp (function)
 no intent in definition of p of AvrPhi_p (function)
 no intent in definition of r of AvrRad_r (function)
 no intent in definition of x of IntX_x (function)
 no intent in definition of y of IntY_y (function)
 no intent in definition of z of IntZ_z (function)
 no intent in definition of xyz_VLON of wt_Potential2vector (subroutine)
 no intent in definition of xyz_VLAT of wt_Potential2vector (subroutine)
 no intent in definition of xyz_VRAD of wt_Potential2vector (subroutine)