2011-12-11 11:35  takepiro

	* src/Makefile, src/eea_module.f90, src/tee_module_fftj.f90,
	  test/Makefile, test/ae_module/ae_test_interpolate.f90,
	  test/ae_module_fftj/ae_module_fftj_interpolate_test.f90,
	  test/eea_module, test/eea_module/Makefile,
	  test/eea_module/eea_test_derivative.f90,
	  test/eea_module/eea_test_intavr.f90,
	  test/eea_module/eea_test_interpolate.f90,
	  test/eea_module/eea_test_jacobian.f90,
	  test/eea_module/eea_test_jacobianZ.f90,
	  test/eea_module/eea_test_spectrum.f90,
	  test/eea_module/eea_test_transform.f90, test/eea_module_fftj,
	  test/eea_module_fftj/Makefile,
	  test/eea_module_fftj/eea_module_fftj_derivative_test.f90,
	  test/eea_module_fftj/eea_module_fftj_intavr_test.f90,
	  test/eea_module_fftj/eea_module_fftj_interpolate_test.f90,
	  test/eea_module_fftj/eea_module_fftj_jacobianZ_test.f90,
	  test/eea_module_fftj/eea_module_fftj_jacobian_test.f90,
	  test/eea_module_fftj/eea_module_fftj_spectrum_test.f90,
	  test/eea_module_fftj/eea_module_fftj_transform_test.f90,
	  test/et_module/et_test_interpolate.f90,
	  test/et_module_fftj/et_module_fftj_interpolate_test.f90,
	  test/tee_module_fftj, test/tee_module_fftj/Makefile,
	  test/tee_module_fftj/tee_module_fftj_BoundariesGrid_test.f90,
	  test/tee_module_fftj/tee_module_fftj_BoundariesTau_test.f90,
	  test/tee_module_fftj/tee_module_fftj_PolmagbcGrid_test.f90,
	  test/tee_module_fftj/tee_module_fftj_PolmagbcTau_test.f90,
	  test/tee_module_fftj/tee_module_fftj_PolvelbcCheb_test.f90,
	  test/tee_module_fftj/tee_module_fftj_PolvelbcGrid_test.f90,
	  test/tee_module_fftj/tee_module_fftj_TormagbcGrid_test.f90,
	  test/tee_module_fftj/tee_module_fftj_TormagbcTau_test.f90,
	  test/tee_module_fftj/tee_module_fftj_TorvelbcGrid_test.f90,
	  test/tee_module_fftj/tee_module_fftj_TorvelbcTau_test.f90,
	  test/tee_module_fftj/tee_module_fftj_base_test.f90,
	  test/tee_module_fftj/tee_module_fftj_deriv_test.f90,
	  test/tee_module_fftj/tee_module_fftj_integral_test.f90,
	  test/tee_module_fftj/tee_module_fftj_interpolate_test.f90,
	  test/tee_module_fftj/tee_module_fftj_spectrum_test.f90,
	  test/tee_module_fftj/tee_module_fftj_torpol_test.f90: *
	  tee_module_fftj, eea_module, eea_module_fftj 作成

2011-12-07 20:21  takepiro

	* ChangeLog, src/tee_module.f90: * tee_Div_zyx_zyx_zyx in
	  tee_module becomes public.

2011-12-05 21:53  uwabami

	* COPYRIGHT: update license, original to MIT
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-12-03 21:37  takepiro

	* ChangeLog, src/ae_module.f90, src/ae_module_fftj.f90,
	  src/et_module.f90, src/et_module_fftj.f90,
	  test/ae_module/Makefile, test/ae_module_fftj/Makefile,
	  test/et_module/Makefile, test/et_module_fftj/Makefile: *
	  a_Interpolate_ae, Interpolate_e are implemented
	  in ae_module and ae_module_fftj.
	  * Interoplate_et is implemented in et_module and et_module_fftj.
	  * Their test programs are added.

2011-11-23 17:59  uwabami

	* TODO: update TODO
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-11-23 17:59  uwabami

	* .gitignore: add .gitignore for git-svn
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-11-19 07:25  uwabami

	* test/l_module_sjpack/l_module_sjpack_deriv_test.f90,
	  test/l_module_sjpack/l_module_sjpack_integral_test.f90,
	  test/la_module/la_test_deriv.f90,
	  test/la_module_sjpack/la_module_sjpack_deriv_test.f90: remove
	  non-ASCII Characters
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-11-19 07:25  uwabami

	* test/at_module/at_test_weight.f90: remove unused check1d
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-11-14 14:16  uwabami

	* test/Makefile: ignore eigmatrix when unset lapack or ssl2
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-11-08 12:59  takepiro

	* Config.mk.in, configure, configure.in,
	  test/eee_mpi_module/Makefile, test/w_mpi_module/Makefile,
	  test/wa_mpi_module/Makefile, test/wq_mpi_module/Makefile,
	  test/wt_mpi_module/Makefile, test/wtq_mpi_module/Makefile: *
	  MPIRUN を configure で自動設定するようにした.

2011-11-08 01:59  takepiro

	* ChangeLog: * Changlog updated

2011-11-08 01:57  takepiro

	* src/Makefile, src/eigmatrix.g90, src/lapack_ceigen.f90,
	  src/ssl2_ceigen.f90, src/ssl2tp_ceigen.f90,
	  test/eigmatrix/Makefile, test/eigmatrix/ceigen_test.f90,
	  test/eigmatrix/eigen_test.f90, test/eigmatrix/eigmatrix_test.f90,
	  test/eigmatrix/lapack_eigen_test.f90: * ceigen is implemented in
	  eigmatrix module.

2011-09-15 07:41  takepiro

	* test/wtq_mpi_module/wtq_mpi_module_tormagbc_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_tormagbctau_test.f90: バグフィックス

2011-09-15 06:42  takepiro

	* test/wq_mpi_module/Makefile: Makefile 修正

2011-09-15 06:40  takepiro

	* test/wq_mpi_module/wq_mpi_module_derivative_test1.f90: プログラム名修正

2011-09-15 06:34  takepiro

	* test/wq_module/Makefile,
	  test/wq_module/wq_module_deriv1_test.f90,
	  test/wq_module/wq_module_deriv2_test.f90,
	  test/wq_module/wq_module_derivative_test1.f90,
	  test/wq_module/wq_module_derivative_test2.f90,
	  test/wq_module_sjpack/Makefile,
	  test/wq_module_sjpack/wq_module_sjpack_deriv1_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_deriv2_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_derivative_test1.f90,
	  test/wq_module_sjpack/wq_module_sjpack_derivative_test2.f90,
	  test/wq_mpi_module/Makefile,
	  test/wq_mpi_module/wq_mpi_module_deriv1_test.f90,
	  test/wq_mpi_module/wq_mpi_module_deriv2_test.f90,
	  test/wq_mpi_module/wq_mpi_module_derivative_test1.f90,
	  test/wq_mpi_module/wq_mpi_module_derivative_test2.f90: wq_*
	  テスト関数名前変更

2011-09-14 07:48  takepiro

	* test/wt_module/Makefile, test/wt_module_sjpack/Makefile,
	  test/wt_module_sjpack_cuda/Makefile, test/wt_mpi_module/Makefile:
	  Makefile 中のファイル名を変更

2011-09-14 07:15  takepiro

	* test/wt_module/wt_module_deriv_test1.f90,
	  test/wt_module/wt_module_deriv_test2.f90,
	  test/wt_module/wt_module_derivative_test1.f90,
	  test/wt_module/wt_module_derivative_test2.f90,
	  test/wt_module_sjpack/wt_module_sjpack_deriv_test1.f90,
	  test/wt_module_sjpack/wt_module_sjpack_deriv_test2.f90,
	  test/wt_module_sjpack/wt_module_sjpack_derivative_test1.f90,
	  test/wt_module_sjpack/wt_module_sjpack_derivative_test2.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test1.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test2.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_derivative_test1.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_derivative_test2.f90,
	  test/wt_mpi_module/wt_mpi_module_deriv_test1.f90,
	  test/wt_mpi_module/wt_mpi_module_deriv_test2.f90,
	  test/wt_mpi_module/wt_mpi_module_derivative_test1.f90,
	  test/wt_mpi_module/wt_mpi_module_derivative_test2.f90,
	  test/wtq_mpi_module/Makefile,
	  test/wtq_mpi_module/wtq_mpi_module_base_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_base_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wq_test2.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wt_test1.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wt_test2.f90,
	  test/wtq_mpi_module/wtq_mpi_module_integral_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_interpolate_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polmagbc_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polmagbc_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polvelbc_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_spectrum_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_tormagbc_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_tormagbc_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_torvelbc_wt_test.f90:
	  wtq_mpi_module テストプログラム追加
	  wt_*_deriv_test?.f90 ファイル名変更

2011-09-14 05:40  takepiro

	* test/wq_mpi_module/wq_mpi_module_integral_test.f90,
	  test/wt_module/wt_module_integral_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_integral_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_integral_test.f90,
	  test/wt_mpi_module/Makefile,
	  test/wt_mpi_module/wt_mpi_base_test.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test1.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test2.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test3.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test4.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test5.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test6.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test7.f90,
	  test/wt_mpi_module/wt_mpi_intavr_test.f90,
	  test/wt_mpi_module/wt_mpi_module_base_test.f90,
	  test/wt_mpi_module/wt_mpi_module_deriv_test1.f90,
	  test/wt_mpi_module/wt_mpi_module_deriv_test2.f90,
	  test/wt_mpi_module/wt_mpi_module_integral_test.f90,
	  test/wt_mpi_module/wt_mpi_module_interpolate_test.f90,
	  test/wt_mpi_module/wt_mpi_module_polmagbc_test.f90,
	  test/wt_mpi_module/wt_mpi_module_polvelbc_test.f90,
	  test/wt_mpi_module/wt_mpi_module_spectrum_test.f90,
	  test/wt_mpi_module/wt_mpi_module_tormagbc_test.f90,
	  test/wt_mpi_module/wt_mpi_module_torvelbc_test.f90: wt_mpi_module
	  テストプログラム全面更新
	  wt_* モジュールの積分・平均関数テストを追加

2011-09-13 03:42  takepiro

	* test/wq_module_sjpack/wq_module_sjpack_integral_test.f90,
	  test/wq_mpi_module/wq_mpi_module_integral_test.f90: xr_Data
	  の与えかたを修正

2011-09-13 03:38  takepiro

	* test/Makefile, test/wq_module/wq_module_integral_test.f90:
	  test/Makefile CUDA 条件修正

2011-09-12 08:14  takepiro

	* test/Makefile, test/wtq_mpi_module/Makefile: Makefile を作成.

2011-09-12 08:08  takepiro

	* src-mpi/Makefile, src-mpi/wq_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90, src-mpi/wtq_mpi_module.f90,
	  test/wtq_mpi_module,
	  test/wtq_mpi_module/wtq_mpi_module_base_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_base_wt_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wq_test1.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wq_test2.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wt_test1.f90,
	  test/wtq_mpi_module/wtq_mpi_module_derivative_wt_test2.f90,
	  test/wtq_mpi_module/wtq_mpi_module_integral_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polmagbcgrid_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polmagbctau_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_polvelbc_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_spectrum_wq_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_tormagbcgrid_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_tormagbctau_test.f90,
	  test/wtq_mpi_module/wtq_mpi_module_torvelbc_wq_test.f90:
	  wtq_mpi_module を作成.

2011-09-12 01:26  takepiro

	* test/wq_mpi_module/Makefile,
	  test/wq_mpi_module/wq_mpi_module_polmagbc_test.f90,
	  test/wq_mpi_module/wq_mpi_module_polvelbc_test.f90,
	  test/wq_mpi_module/wq_mpi_module_spectrum_test.f90,
	  test/wq_mpi_module/wq_mpi_module_tormagbc_test.f90,
	  test/wq_mpi_module/wq_mpi_module_torvelbc_test.f90: wq_mpi_module
	  テストプログラム追加.

2011-09-09 05:43  takepiro

	* src-mpi/Makefile, src-mpi/wq_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90, src/wq_module.f90, test/Makefile,
	  test/wq_module/wq_module_deriv1_test.f90,
	  test/wq_module/wq_module_deriv2_test.f90,
	  test/wq_module/wq_module_integral_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_integral_test.f90,
	  test/wq_mpi_module, test/wq_mpi_module/Makefile,
	  test/wq_mpi_module/wq_mpi_module_base_test.f90,
	  test/wq_mpi_module/wq_mpi_module_deriv1_test.f90,
	  test/wq_mpi_module/wq_mpi_module_deriv2_test.f90,
	  test/wq_mpi_module/wq_mpi_module_integral_test.f90: wq_mpi_module
	  newly created.

2011-08-22 05:43  uwabami

	* test/ae_module/ae_test_base1d.f90: imporove test
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-22 05:43  uwabami

	* test/wtu_module/wtu_test_base.f90,
	  test/wtu_module/wtu_test_derivative1.f90,
	  test/wtu_module/wtu_test_derivative2.f90,
	  test/wtu_module/wtu_test_derivative3.f90,
	  test/wtu_module/wtu_test_derivative7.f90: modified to use dc_test
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-09 15:33  uwabami

	* TODO: Update TODO
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-09 08:33  uwabami

	* COPYRIGHT, Makefile, Makefile.am, Makefile.in, VERSION,
	  aclocal.m4, build-aux, chkfort.sh, chkgmake.sh, chkpcl.sh,
	  config.guess, config.sub, configure, configure.ac, configure.in,
	  m4, src/Makefile, src/Makefile.am, src/Makefile.in: revert trunk

2011-08-09 08:28  uwabami

	* COPYRIGHT, Makefile.am, Makefile.in, aclocal.m4, configure,
	  configure.ac, m4/dc_arg_enable.m4, m4/dc_arg_with.m4,
	  m4/dc_fortran_module_flag.m4, m4/dc_fortran_module_type.m4,
	  src/Makefile.am, src/Makefile.in: libtoolize 作業中
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-09 08:28  uwabami

	* Makefile, Makefile.am, Makefile.in, VERSION, aclocal.m4,
	  build-aux, build-aux/config.guess, build-aux/config.sub,
	  build-aux/install-sh, build-aux/ltmain.sh, build-aux/missing,
	  chkfort.sh, chkgmake.sh, chkpcl.sh, config.guess, config.sub,
	  configure, configure.ac, configure.in, m4, m4/dc_arg_enable.m4,
	  m4/dc_arg_with.m4, m4/dc_set_libdir_libname.m4,
	  m4/dc_set_moddir.m4, m4/libtool.m4, m4/ltoptions.m4,
	  m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4, src/Makefile,
	  src/Makefile.am, src/Makefile.in: 作業途中のコミット
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-08 04:47  uwabami

	* configure.ac: begin autotoolize
	  
	  * autotool化開始: 当分 head はバギーなので注意
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-08-08 04:33  uwabami

	* TODO: Update/Add Todo
	  
	  * Update/Add Todo

2011-08-08 04:02  uwabami

	* TODO: update TODO

2011-07-22 21:58  uwabami

	* TODO: add TODO
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-07-22 21:55  uwabami

	* Makefile: remove cvs2cl target
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-06-06 04:02  uwabami

	* ChangeLog: Update: Don't commit to CVS anymore

2011-06-06 03:57  uwabami

	* test/ae_module/ae_test_base1d.f90,
	  test/ae_module_fftj/ae_module_fftj_base1d_test.f90,
	  test/ee_module_fftj/ee_module_fftj_base_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_deriv_test2.f90,
	  test/eee_module/eee_test_ZetaVorVel.f90,
	  test/eee_module/eee_test_ZetaVorVel2.f90,
	  test/eee_mpi_module/eee_mpi_test_RotVelxVor.f90,
	  test/eee_mpi_module/eee_mpi_test_ZetaVorVel.f90,
	  test/eee_mpi_module/eee_mpi_test_derivative.f90,
	  test/eee_mpi_module/eee_mpi_test_energyhelicity.f90,
	  test/eee_mpi_module/eee_mpi_test_gatherZeta.f90,
	  test/eee_mpi_module/eee_mpi_test_intavr.f90,
	  test/eee_mpi_module/eee_mpi_test_transform.f90,
	  test/eigmatrix/eigmatrix_test.f90,
	  test/et_module/et_test_LaplaInv.f90,
	  test/et_module/et_test_Vor2Strum.f90,
	  test/et_module/et_test_jacobian.f90,
	  test/wt_module/wt_module_interpolate_test.f90: *** empty log
	  message ***

2011-03-15 09:15  uwabami

	* TODO: update

2011-03-15 08:58  uwabami

	* test/misc/gamma_test.f90, test/misc/indexx_test.f90: misc
	  changed/typo fixed

2011-03-14 12:56  takepiro

	* Config.mk.in, README.cuda.ja, configure, configure.in,
	  src/Makefile, src/lumatrix_cuda.cuf, test/Makefile:
	  src/lumatrix_cuda.cuf created

2011-03-12 13:10  takepiro

	* src/Makefile, src/wa_interpolate_module.f90,
	  src/wa_interpolate_module_sjpack.f90,
	  src/wa_interpolate_module_sjpack_cuda.f90,
	  src/wt_module_sjpack_cuda.f90,
	  test/wa_module_sjpack_cuda/wa_deriv_module_sjpack_cuda_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test1.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test2.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_polvelbc_test.f90:
	  src/wt_module_sjpack_cuda.f90 fixed

2011-03-12 12:33  takepiro

	* src/Makefile, src/wa_base_module_sjpack.f90,
	  src/wa_base_module_sjpack_cuda.f90,
	  src/wa_deriv_module_sjpack.f90,
	  src/wa_deriv_module_sjpack_cuda.f90,
	  src/wa_integral_module_sjpack_cuda.f90,
	  src/wa_interpolate_module_sjpack_cuda.f90,
	  src/wa_module_sjpack_cuda.f90, src/wa_spectrum_module_sjpack.f90,
	  src/wa_spectrum_module_sjpack_cuda.f90, src/wt_module_sjpack.f90,
	  src/wt_module_sjpack_cuda.f90, test/Makefile,
	  test/wa_module_sjpack/wa_integral_module_sjpack_test.f90,
	  test/wa_module_sjpack_cuda, test/wa_module_sjpack_cuda/Makefile,
	  test/wa_module_sjpack_cuda/wa_base_module_sjpack_cuda_test.f90,
	  test/wa_module_sjpack_cuda/wa_deriv_module_sjpack_cuda_test.f90,
	  test/wa_module_sjpack_cuda/wa_integral_module_sjpack_cuda_test.f90,
	  test/wa_module_sjpack_cuda/wa_interpolate_module_sjpack_cuda_test.f90,
	  test/wa_module_sjpack_cuda/wa_spectrum_module_sjpack_cuda_test.f90,
	  test/wt_module_sjpack_cuda, test/wt_module_sjpack_cuda/Makefile,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_base_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test1.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_deriv_test2.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_integral_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_interpolate_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_polmagbc_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_polvelbc_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_spectrum_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_tormagbc_test.f90,
	  test/wt_module_sjpack_cuda/wt_module_sjpack_cuda_torvelbc_test.f90:
	  src/wa_module_sjpack_cuda.f90 src/wt_module_sjpack_cuda.f90
	  created

2011-03-11 22:35  takepiro

	* Config.mk.in, configure, configure.in, src/Makefile,
	  test/Makefile,
	  test/at_galerkin_module/at_aq_galerkin_SS_test2d.f90,
	  test/au_module/au_test_base2d.f90,
	  test/w_module_sjpack_cuda/Makefile,
	  test/wu_module/wu_test_derivative1.f90,
	  test/wu_module/wu_test_derivative2.f90,
	  test/wu_module/wu_test_derivative4.f90: configure updated for
	  cuda

2011-03-11 14:22  uwabami

	* test/misc/gamma_test.f90, test/misc/indexx_test.f90: dc_test
	  を使うように修正

2011-03-11 13:45  takepiro

	* test/w_module_sjpack_cuda, test/w_module_sjpack_cuda/Makefile,
	  test/w_module_sjpack_cuda/w_base_module_sjpack_cuda_test.f90,
	  test/w_module_sjpack_cuda/w_deriv_module_sjpack_cuda_test.f90,
	  test/w_module_sjpack_cuda/w_integral_module_sjpack_cuda_test.f90,
	  test/w_module_sjpack_cuda/w_interpolate_module_sjpack_cuda_test.f90,
	  test/w_module_sjpack_cuda/w_spectrum_module_sjpack_cuda_test.f90:
	  test/w_module_sjpack_cuda created

2011-03-11 13:41  takepiro

	* src/Makefile, src/w_base_module_sjpack_cuda.f90,
	  src/w_deriv_module_sjpack_cuda.f90,
	  src/w_integral_module_sjpack_cuda.f90,
	  src/w_interpolate_module_sjpack_cuda.f90,
	  src/w_module_sjpack_cuda.f90,
	  src/w_spectrum_module_sjpack_cuda.f90, test/Makefile,
	  test/wq_module/wq_module_torvelbc_test.f90,
	  test/wt_mpi_module/Makefile: w_module_sjpack_cuda created

2011-03-11 11:10  uwabami

	* test/wu_module/wu_test_base.f90,
	  test/wu_module/wu_test_derivative1.f90,
	  test/wu_module/wu_test_derivative2.f90,
	  test/wu_module/wu_test_derivative3.f90,
	  test/wu_module/wu_test_derivative4.f90,
	  test/wu_module/wu_test_derivative5.f90,
	  test/wu_module/wu_test_derivative6.f90,
	  test/wu_module/wu_test_derivative7.f90,
	  test/wu_module/wu_test_intavr.f90,
	  test/wu_module/wu_test_polmagbc.f90,
	  test/wu_module/wu_test_polvelbc.f90,
	  test/wu_module/wu_test_tormagbc.f90,
	  test/wu_module/wu_test_torvelbc.f90: dc_test を使うように修正

2011-03-11 05:19  uwabami

	* src/c2ajcc.f, src/dlgamma.f, src/dsort_netlib.f,
	  src/lumatrix_f77.f, src/lumatrix_f77_omp.f,
	  src/lumatrix_f77_vec.f: remove f77 program

2011-03-11 05:19  uwabami

	* src/indexx.f90: add upstream(original) URL

2011-03-11 05:18  uwabami

	* src/Makefile, src/lumatrix_lapack.f90: misc changed

2011-03-10 07:40  takepiro

	* test/wt_module_sjpack/wt_module_sjpack_integral_test.f90:
	  wt_module_sjpack_integral_test.f90 message modified

2011-03-08 05:29  uwabami

	* src/at_module.f90, src/lumatrix.f90: misc. typo fixed

2011-03-08 05:29  uwabami

	* src/Makefile: Fortran90用の修正

2011-03-08 05:28  uwabami

	* src/c2ajcc.f90, src/dlgamma.f90, src/lumatrix_omp.f90,
	  src/lumatrix_vec.f90: Fortran90化

2011-03-08 05:26  uwabami

	* src/eq_module.f90, src/et_module.f90, src/tee_module.f90:
	  境界条件スイッチを修正. if 文削除

2011-02-17 16:05  uwabami

	* test/eigmatrix/eigmatrix_test.f90: use dc_test

2011-02-17 11:34  uwabami

	* test/ee_module/ee_test_derivative.f90,
	  test/ee_module/ee_test_derivative2.f90,
	  test/ee_module/ee_test_intavr.f90,
	  test/ee_module/ee_test_intavr2.f90,
	  test/ee_module/ee_test_interpolate.f90,
	  test/ee_module/ee_test_jacobian.f90,
	  test/ee_module/ee_test_jacobian2.f90,
	  test/ee_module/ee_test_jacobianZ.f90,
	  test/ee_module/ee_test_jacobianZ2.f90,
	  test/ee_module/ee_test_spectrum.f90,
	  test/ee_module/ee_test_spectrum2.f90,
	  test/ee_module/ee_test_transform.f90,
	  test/ee_module/ee_test_transform2.f90: use dc_test
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-02-17 11:33  uwabami

	* test/au_module/au_test_base1d.f90,
	  test/au_module/au_test_boundary1d.f90,
	  test/au_module/au_test_intavr.f90: remove unneeded variable
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-02-17 11:32  uwabami

	* test/at_galerkin_module/at_ad_galerkin_DD_test2d.f90,
	  test/at_galerkin_module/at_af_galerkin_MM_test2d.f90,
	  test/at_galerkin_module/at_ah_galerkin_MMex_test1.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test2d.f90: remove
	  goto/continue, change test accuracy
	  
	  Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

2011-02-17 11:24  uwabami

	* Makefile, src/lumatrix_lapack.f90,
	  test/au_module/au_test_boundary_grid_1d.f90,
	  test/au_module/au_test_boundary_grid_2d.f90,
	  test/au_module/au_test_boundary_tau_1d.f90,
	  test/au_module/au_test_boundary_tau_2d.f90,
	  test/ee_module/ee_test_openmp.f90, test/wa_mpi_module/Makefile,
	  test/wa_mpi_module/wa_spectrum_mpi_module_test.f90,
	  test/wa_mpi_module/wa_spectrum_mpi_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_torvelbc_test.f90: misc
	  update/modify test accuracy

2011-01-23 12:45  takepiro

	* doc/cheb_gal.tex: cheb_gal.tex bug fixed

2010-12-22 01:06  uwabami

	* test/au_module/Makefile, test/au_module/au_test_base1d.f90,
	  test/au_module/au_test_base2d.f90,
	  test/au_module/au_test_boundary1d.f90,
	  test/au_module/au_test_boundary2d.f90,
	  test/au_module/au_test_intavr.f90,
	  test/au_module/au_test_weight.f90: Update au_test_module for
	  using dc_test

2010-12-20 07:30  uwabami

	* Config.mk.in, configure, configure.in,
	  test/at_galerkin_module/at_ad_galerkin_DD_test2d.f90,
	  test/w_mpi_module/Makefile,
	  test/wa_module/wa_spectrum_module_test.f90,
	  test/wt_mpi_module/Makefile, test/wu_module/wu_test_base.f90: *
	  Fix path setting for mpirun/mpiexec
	  * Fix 16byte align
	  * Fix 64bit PGI Compiler
	  * Update Config.mk.in, configure.in, configure

2010-10-12 09:59  uwabami

	* test/Makefile: * bugfix
	  * update "make clean" rules
	  * バグ修正
	  * make clean 時の消去漏れを修正

2010-10-12 09:57  uwabami

	* test/wa_module_sjpack/wa_spectrum_module_sjpack_test.f90: *
	  bugfix
	  * subscript na_data is out of specified range
	  
	  * バグ修正
	  * na_data への配列外代入を修正

2010-09-22 04:52  takepiro

	* src/w_base_module_sjpack.f90: w_base_module_sjpack.f90 working
	  space bug fixed

2010-09-22 01:05  takepiro

	* src/l_module_sjpack.f90: l_module_sjpack.f90 comments fixed

2010-09-22 00:57  takepiro

	* src/l_module_sjpack.f90, src/w_base_module_sjpack.f90:
	  l_module_sjpack.f90 dimension of workspace fixed

2010-09-21 11:10  takepiro

	* supplemental/at_aq_galerkin_RRFF1.f90,
	  supplemental/at_aq_galerkin_RRFF2.f90,
	  supplemental/at_aq_galerkin_RRSS1.f90,
	  supplemental/at_aq_galerkin_RRSS2.f90:
	  supplemental/at_aq_galerkin_RRSS module changed to
	  at_aq_galerkin_RRFF module

2010-08-01 10:58  uwabami

	* test/Makefile, test/tee_module/Makefile: typo fixed

2010-05-08 11:53  takepiro

	* src/wq_module.f90, src/wq_module_sjpack.f90: * wq_LaplaPol2Pol_wq
	  bug fixed in wq_module.
	  * wr_DivDrad_xyr and wr_Div_xyr_xyr_xyr implemented in
	  wq_module_sjpack.f90.

2010-04-28 13:06  uwabami

	* src/wtq_module.f90, src/wtq_module_sjpack.f90: * remove
	  threadprivate pragma

2010-04-28 09:13  uwabami

	* test/Makefile: * BUG Fixed: using recursve substitution to
	  subdirs

2010-04-27 09:21  uwabami

	* ChangeLog: * update Release 0.6.1

2010-04-27 09:16  uwabami

	* INSTALL, INSTALL.ja, doc/INSTALL.rd: * Update INSTALL.rd
	  * add description about "--with-lumatrix"

2010-04-27 08:22  uwabami

	* configure, configure.in: * minor bug fix

2010-04-21 08:49  takepiro

	* Config.mk.in, INSTALL, INSTALL.ja, configure, configure.in,
	  src/Makefile, src/wtq_module.f90, src/wtq_module_sjpack.f90,
	  test/Makefile, test/eee_module/eee_test_energyhelicity.f90,
	  test/eee_module/eee_test_energyhelicity2.f90: * test/eee_module/
	  eee_test_energyhelicity.f90 and eee_test_energyhelicity2.f90
	  bug fixed.
	  * test/Makefile was improved to stop make test process when error
	  occurs.
	  * New configure option --with-lumatix is implemented to sepcify
	  the routine
	  for lumatrix separately from eigmatrix module.

2010-04-18 13:03  takepiro

	* test/wt_module/Makefile, test/wt_module/wt_module_base_test.f90,
	  test/wt_module/wt_module_deriv_test1.f90,
	  test/wt_module/wt_module_deriv_test2.f90,
	  test/wt_module/wt_module_integral_test.f90,
	  test/wt_module/wt_module_interpolate_test.f90,
	  test/wt_module/wt_module_polmagbc_test.f90,
	  test/wt_module/wt_module_polvelbc_test.f90,
	  test/wt_module/wt_module_tormagbc_test.f90,
	  test/wt_module/wt_module_torvelbc_test.f90,
	  test/wt_module/wt_test_base.f90,
	  test/wt_module/wt_test_derivative1.f90,
	  test/wt_module/wt_test_derivative2.f90,
	  test/wt_module/wt_test_derivative3.f90,
	  test/wt_module/wt_test_derivative4.f90,
	  test/wt_module/wt_test_derivative5.f90,
	  test/wt_module/wt_test_derivative6.f90,
	  test/wt_module/wt_test_derivative7.f90,
	  test/wt_module/wt_test_derivative8.f90,
	  test/wt_module/wt_test_intavr.f90,
	  test/wt_module/wt_test_interpolate.f90,
	  test/wt_module/wt_test_polmagbc.f90,
	  test/wt_module/wt_test_polvelbc.f90,
	  test/wt_module/wt_test_tormagbc.f90,
	  test/wt_module/wt_test_torvelbc.f90: test/wt_module/*.f90 uses
	  dc_test

2010-04-18 11:14  takepiro

	* src/Makefile, src/wtq_module.f90, src/wtq_module_sjpack.f90,
	  test/Makefile, test/wa_mpi_module/Makefile, test/wtq_module,
	  test/wtq_module/Makefile,
	  test/wtq_module/wtq_test_polmagbcgrid.f90,
	  test/wtq_module/wtq_test_polmagbctau.f90,
	  test/wtq_module/wtq_test_tormagbcgrid.f90,
	  test/wtq_module/wtq_test_tormagbctau.f90, test/wtq_module_sjpack,
	  test/wtq_module_sjpack/Makefile,
	  test/wtq_module_sjpack/wtq_module_sjpack_polmagbcgrid_test.f90,
	  test/wtq_module_sjpack/wtq_module_sjpack_polmagbctau_test.f90,
	  test/wtq_module_sjpack/wtq_module_sjpack_tormagbcgrid_test.f90,
	  test/wtq_module_sjpack/wtq_module_sjpack_tormagbctau_test.f90,
	  test/wtu_module/wtu_test_derivative7.f90: wtq_module,
	  wtq_module_sjpack created

2010-04-15 23:56  takepiro

	* src/wq_module.f90: wq_module divergence function and
	  wq_LaplaPol2Pol_wq modified

2010-04-06 03:35  uwabami

	* ChangeLog, INSTALL, INSTALL.ja, doc/Makefile: * update for
	  release 0.6.0

2010-03-27 01:15  takepiro

	* src/tee_module.f90: goto statement removed

2010-03-26 06:32  uwabami

	* src/w_base_module.f90: * loop order changed
	  * ループの順番を変更

2010-03-21 11:13  uwabami

	* test/eee_module/eee_test_derivative2.f90: * accuracy adjustment

2010-03-21 10:31  uwabami

	* test/at_module/at_test_base1d.f90,
	  test/ee_module_fftj/ee_module_fftj_deriv_test1.f90,
	  test/eee_module/eee_test_transform.f90, test/tee_module/Makefile,
	  test/wa_mpi_module/Makefile,
	  test/wq_module_sjpack/wq_module_sjpack_polmagbc_test.f90,
	  test/wtu_module/wtu_test_tormagbci.f90,
	  test/wu_module/wu_test_torvelbc.f90: * accuracy adjustment
	  * vendor-specific fflags comment out(-Hauesx, for Fujitsu)

2010-03-19 22:34  takepiro

	* src/lumatrix_lapack.f90: lumatrix_lapack.f90 internal lapack
	  subroutine calls changed

2010-03-19 22:28  takepiro

	* test/wu_module/wu_test_tormagbc.f90: wu_test_tormagbc.f90
	  modified

2010-03-19 22:26  takepiro

	* test/wa_mpi_module/Makefile,
	  test/wa_mpi_module/wa_interpolate01_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate10_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate11_mpi_test.f90:
	  wa_interpolate01_mpi_test.f90 wa_interpolate10_mpi_test.f90
	  wa_interpolate11_mpi_test.f90 removed

2010-03-19 22:14  takepiro

	* test/w_mpi_module/Makefile,
	  test/w_mpi_module/w_interpolate01_mpi_test.f90,
	  test/w_mpi_module/w_interpolate10_mpi_test.f90,
	  test/w_mpi_module/w_interpolate11_mpi_test.f90,
	  test/w_mpi_module/w_spectrum_mpi_module_test.f90:
	  w_interpolate01_mpi_test.f90 w_interpolate10_mpi_test.f90
	  w_interpolate11_mpi_test.f90 removed

2010-03-19 04:33  takepiro

	* src/Makefile, src/lumatrix_lapack.f90, src/lumatrix_ssl2.f90,
	  src/lumatrix_ssl2tp.f90, src/wt_zonal_galerkin_module_sjpack.f90:
	  lumatrix_lapack.f90 lumatrix_ssl2.f90 lumatrix_ssl2tp.f90 newly
	  created

2010-03-02 10:09  uwabami

	* src/aq_module.f90, src/at_module.f90, src/eq_module.f90,
	  src/et_galerkin_module.f90, src/et_galerkin_module_fftj.f90,
	  src/et_module.f90, src/et_module_fftj.f90, src/tee_module.f90,
	  src/wq_module.f90, src/wq_module_sjpack.f90,
	  src/wt_galerkin_module.f90, src/wt_galerkin_module_sjpack.f90,
	  src/wt_module.f90, src/wt_module_sjpack.f90,
	  src/wt_zonal_galerkin_module.f90, src/wt_zonal_module.f90,
	  src/wt_zonal_module_sjpack.f90, src/wtu_module.f90: * remove
	  threadprivate pragma
	  * threadprivate 宣言を削除(プラグマのコメントはアウトコンパイラ依存)

2010-03-02 09:05  uwabami

	* ChangeLog: * ChangeLog updated
	  * ChangeLog の更新

2010-03-02 09:01  uwabami

	* INSTALL, INSTALL.ja, TODO: * pre-release update
	  
	  * リリース前の更新

2010-02-18 15:46  uwabami

	* .: * add ignore files
	  * 無視ファイルを追加

2010-02-18 15:28  uwabami

	* src-mpi/eee_mpi_module.f90, src-mpi/w_base_mpi_module.f90,
	  src-mpi/w_integral_mpi_module.f90,
	  src-mpi/wa_integral_mpi_module.f90, src-mpi/wt_mpi_module.f90: *
	  using mpi_module instead of mpif.h
	  * include "mpif.h" -> use mpi
	  
	  * mpi モジュールを使うように
	  * include "mpif.h" -> use mpi

2010-01-26 12:34  takepiro

	* src/w_deriv_module_sjpack.f90, src/w_module.f90,
	  src/w_module_sjpack.f90, src/wa_module_sjpack.f90:
	  w_deriv_module_sjpack.f90: public variable rn is set

2010-01-05 00:43  uwabami

	* test/at_module/at_matrix.f90, test/at_module/at_test_base.f90,
	  test/at_module/at_test_base1d.f90,
	  test/at_module/at_test_base2d.f90,
	  test/at_module/at_test_boundaries1d.f90,
	  test/at_module/at_test_boundaries2d.f90,
	  test/at_module/at_test_intavr.f90,
	  test/at_module/at_test_interpolate.f90,
	  test/at_module/at_test_weight.f90: * modified to use dc_test
	  module
	  
	  * dc_test モジュールを使用するように修正

2010-01-01 14:45  uwabami

	* test/at_galerkin_module/at_ab_galerkin_ND_test1d.f90,
	  test/at_galerkin_module/at_ab_galerkin_ND_test2d.f90,
	  test/at_galerkin_module/at_ad_galerkin_DD_test1d.f90,
	  test/at_galerkin_module/at_ad_galerkin_DD_test2d.f90,
	  test/at_galerkin_module/at_af_galerkin_MM_test1d.f90,
	  test/at_galerkin_module/at_af_galerkin_MM_test2d.f90,
	  test/at_galerkin_module/at_ah_galerkin_MMex_test1.f90,
	  test/at_galerkin_module/at_ap_galerkin_DN_test1d.f90,
	  test/at_galerkin_module/at_ap_galerkin_DN_test2d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test2d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test2d.f90,
	  test/at_galerkin_module/at_av_galerkin_NN_test1d.f90,
	  test/at_galerkin_module/at_av_galerkin_NN_test2d.f90: * modified
	  to use dc_test module
	  
	  * dc_test モジュールを使用するように修正

2009-12-26 02:34  takepiro

	* src/Makefile, src/ef_module.f90, src/tee_module.f90,
	  test/Makefile, test/ef_module, test/ef_module/Makefile,
	  test/ef_module/ef_module_base_test.f90,
	  test/ef_module/ef_module_deriv_test.f90,
	  test/ef_module/ef_module_gstadj.f90,
	  test/ef_module/ef_module_integral_test.f90,
	  test/ef_module/ef_module_interpolate_test.f90, test/tee_module,
	  test/tee_module/Makefile,
	  test/tee_module/tee_module_BoundariesGrid_test.f90,
	  test/tee_module/tee_module_BoundariesTau_test.f90,
	  test/tee_module/tee_module_PolmagbcGrid_test.f90,
	  test/tee_module/tee_module_PolmagbcTau_test.f90,
	  test/tee_module/tee_module_PolvelbcCheb_test.f90,
	  test/tee_module/tee_module_PolvelbcGrid_test.f90,
	  test/tee_module/tee_module_TormagbcGrid_test.f90,
	  test/tee_module/tee_module_TormagbcTau_test.f90,
	  test/tee_module/tee_module_TorvelbcGrid_test.f90,
	  test/tee_module/tee_module_TorvelbcTau_test.f90,
	  test/tee_module/tee_module_base_test.f90,
	  test/tee_module/tee_module_deriv_test.f90,
	  test/tee_module/tee_module_integral_test.f90,
	  test/tee_module/tee_module_interpolate_test.f90,
	  test/tee_module/tee_module_spectrum_test.f90,
	  test/tee_module/tee_module_torpol_test.f90: * ef_module newly
	  createed.
	  test programs for ef_module added
	  * tee_module newly created
	  test programs for tee_module added.

2009-12-11 05:57  takepiro

	* test/Makefile, test/wq_module/Makefile,
	  test/wq_module/wq_module_base_test.f90,
	  test/wq_module/wq_module_deriv1_test.f90,
	  test/wq_module/wq_module_deriv2_test.f90,
	  test/wq_module/wq_module_integral_test.f90,
	  test/wq_module/wq_module_polmagbc_test.f90,
	  test/wq_module/wq_module_polvelbc_test.f90,
	  test/wq_module/wq_module_spectrum_test.f90,
	  test/wq_module/wq_module_tormagbc_test.f90,
	  test/wq_module/wq_module_torvelbc_test.f90,
	  test/wq_module/wq_test_base.f90,
	  test/wq_module/wq_test_derivative1.f90,
	  test/wq_module/wq_test_derivative2.f90,
	  test/wq_module/wq_test_derivative3.f90,
	  test/wq_module/wq_test_derivative4.f90,
	  test/wq_module/wq_test_derivative5.f90,
	  test/wq_module/wq_test_derivative6.f90,
	  test/wq_module/wq_test_derivative7.f90,
	  test/wq_module/wq_test_intavr.f90,
	  test/wq_module/wq_test_polmagbc.f90,
	  test/wq_module/wq_test_polvelbc.f90,
	  test/wq_module/wq_test_polvelbc_grid.f90,
	  test/wq_module/wq_test_polvelbc_tau.f90,
	  test/wq_module/wq_test_tormagbc.f90,
	  test/wq_module/wq_test_torvelbc.f90,
	  test/wq_module_sjpack/Makefile,
	  test/wq_module_sjpack/wq_module_sjpack_base_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_polmagbc_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_polvelbc_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_tormagbc_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_torvelbc_test.f90:
	  wq_module_sjpack test added

2009-12-09 12:20  takepiro

	* test/wq_module_sjpack/Makefile,
	  test/wq_module_sjpack/wq_module_sjpack_deriv2_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_integral_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_spectrum_test.f90:
	  wq_module_sjpack test updated

2009-12-06 13:03  takepiro

	* src/Makefile, src/aq_module.f90, src/wq_module.f90,
	  src/wq_module_sjpack.f90, test/wq_module_sjpack,
	  test/wq_module_sjpack/Makefile,
	  test/wq_module_sjpack/wq_module_sjpack_base_test.f90,
	  test/wq_module_sjpack/wq_module_sjpack_deriv1_test.f90:
	  wt_module_sjpack newly created

2009-12-06 11:01  takepiro

	* src/at_module.f90, src/wq_module.f90: wq_module.f90 comment
	  updated

2009-11-10 10:42  takepiro

	* spmfrt/Makefile, src-mpi/Makefile, src/Makefile,
	  test/wt_module/wt_test_polmagbc.f90: * src/Makefile,
	  src-mpi/Makefile spmfrt/Makefile
	  install command changed to the macro name.
	  
	  * test/wt_module/wt_test_polmagbc.f90
	  subroutine call fixed.

2009-10-24 06:23  uwabami

	* test/lumatrix/lumatrix_test.f90: * using dc_test module

2009-10-04 12:30  takepiro

	* src/Makefile, src/wt_zonal_galerkin_module_sjpack.f90:
	  src/wt_zonal_galerkin_module_sjpack.f90 created

2009-10-04 04:06  takepiro

	* src/l_module.f90: * l_module.f90: working area 'p' moved as a
	  local variable.

2009-09-26 12:24  takepiro

	* src/Makefile, src/wt_zonal_module_sjpack.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative2.f90,
	  test/wt_zonal_module_sjpack,
	  test/wt_zonal_module_sjpack/Makefile,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_base_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_deriv_test1.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_deriv_test2.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_integral_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_interpolate_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_polmagbc_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_polvelbc_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_spectrum_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_tormagbc_test.f90,
	  test/wt_zonal_module_sjpack/wt_zonal_module_sjpack_torvelbc_test.f90:
	  * wt_zonal_module_sjpack.f90 created.
	  * Test programs for wt_zonal_module_sjpack are added.

2009-09-25 12:05  takepiro

	* src/wa_zonal_module_sjpack.f90, src/wt_module_sjpack.f90,
	  test/wt_module/Makefile,
	  test/wt_module/wt_module_spectrum_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_spectrum_test.f90: *
	  wt_module_spectrum_test.f90 created.
	  * wt_module_sjpack_spectrum_test.f90 updated.

2009-09-24 12:36  takepiro

	* src/wt_module_sjpack.f90, test/w_module/Makefile,
	  test/w_module/w_spectrum_module_test.f90,
	  test/w_module/w_test_spectrum.f90,
	  test/w_module_sjpack/w_spectrum_module_sjpack_test.f90,
	  test/w_mpi_module/Makefile,
	  test/w_mpi_module/w_spectrum_mpi_module_test.f90,
	  test/w_zonal_module/Makefile,
	  test/w_zonal_module/w_zonal_module_spectrum_test.f90,
	  test/w_zonal_module/w_zonal_test_spectrum.f90,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_spectrum_test.f90,
	  test/wa_module/Makefile,
	  test/wa_module/wa_spectrum_module_test.f90,
	  test/wa_module/wa_test_spectrum.f90,
	  test/wa_module_sjpack/wa_spectrum_module_sjpack_test.f90,
	  test/wa_mpi_module/Makefile,
	  test/wa_mpi_module/wa_spectrum_mpi_module_test.f90,
	  test/wa_zonal_module/Makefile,
	  test/wa_zonal_module/wa_zonal_module_spectrum_test.f90,
	  test/wa_zonal_module/wa_zonal_test_spectrum.f90,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_spectrum_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_spectrum_test.f90: *
	  wt_module_sjpack : spectrum routine bug fixed.
	  * test/w*_module* : tests for spectrum functions updated.

2009-09-24 07:22  takepiro

	* test/wt_module_sjpack/wt_module_sjpack_spectrum_test.f90:
	  wt_module_sjpack_spectrum_test.f90 added

2009-09-24 07:12  takepiro

	* src/Makefile, src/l_module_sjpack.f90, src/la_module_sjpack.f90,
	  src/w_zonal_module_sjpack.f90, src/wa_zonal_module_sjpack.f90,
	  test/Makefile, test/l_module_sjpack,
	  test/l_module_sjpack/Makefile,
	  test/l_module_sjpack/l_module_sjpack_base_test.f90,
	  test/l_module_sjpack/l_module_sjpack_deriv_test.f90,
	  test/l_module_sjpack/l_module_sjpack_integral_test.f90,
	  test/l_module_sjpack/l_module_sjpack_interpolate_test.f90,
	  test/la_module_sjpack, test/la_module_sjpack/Makefile,
	  test/la_module_sjpack/la_module_sjpack_base_test.f90,
	  test/la_module_sjpack/la_module_sjpack_deriv_test.f90,
	  test/la_module_sjpack/la_module_sjpack_integral_test.f90,
	  test/la_module_sjpack/la_module_sjpack_interpolate_test.f90,
	  test/w_zonal_module_sjpack, test/w_zonal_module_sjpack/Makefile,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_base_test.f90,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_deriv_test.f90,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_integral_test.f90,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_interpolate_test.f90,
	  test/w_zonal_module_sjpack/w_zonal_module_sjpack_spectrum_test.f90,
	  test/wa_zonal_module_sjpack,
	  test/wa_zonal_module_sjpack/Makefile,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_base_test.f90,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_deriv_test.f90,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_integral_test.f90,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_interpolate_test.f90,
	  test/wa_zonal_module_sjpack/wa_zonal_module_sjpack_spectrum_test.f90:
	  * l_module_sjpack, la_module_sjpack, w_zonal_module_sjpack,
	  wa_zonal_module_sjpack are created.
	  * Test programs for these modules are newly created.

2009-09-23 06:36  takepiro

	* doc/w_module_sjpack.tex, src/w_base_module_sjpack.f90,
	  src/w_spectrum_module_sjpack.f90,
	  src/wa_spectrum_module_sjpack.f90, src/wt_module_sjpack.f90,
	  test/w_module_sjpack/w_spectrum_module_sjpack_test.f90,
	  test/wa_module_sjpack/wa_spectrum_module_sjpack_test.f90,
	  test/wt_module_sjpack/Makefile: * Spectral functions in
	  w_module_sjpack, wa_module_sjpack and wt_module_sjpack
	  are fixed.

2009-09-20 13:11  takepiro

	* src/Makefile, src/wt_zonal_galerkin_module.f90:
	  wt_zonal_galerkin_module.f90 created

2009-09-20 12:14  takepiro

	* src/Makefile, src/w_base_module_sjpack.f90,
	  src/w_module_sjpack.f90, src/wa_module_sjpack.f90,
	  src/wt_galerkin_module_sjpack.f90, src/wt_module_sjpack.f90: *
	  wt_galerkin_module_sjpack.f90 created.
	  * Note for Usage of *_sjpack module added.

2009-09-17 16:05  uwabami

	* src/wa_base_module_sjpack.f90: * for G95
	  - can't translate "&" inside ''
	  * G95 の為の修正
	  - '文字列' の中での & を解釈せず, 連続行と認識されないので長文化
	  - Fujitsu では & を連続行と解釈するが...

2009-09-16 07:08  takepiro

	* src/Makefile, src/et_galerkin_module_fftj.f90,
	  src/et_module_fftj.f90, src/wa_base_module_sjpack.f90:
	  et_galerkin_module_fftj.f90 created

2009-09-12 12:42  takepiro

	* test/ae_module_fftj/ae_module_fftj_base1d_test.f90:
	  ae_module_fftj_base1d_test.f90 modified

2009-09-12 12:38  takepiro

	* src/ae_module_fftj.f90, src/ee_module_fftj.f90: dimension check
	  inmplemented in ae_module_fftj and ee_module_fftj.

2009-09-11 07:32  takepiro

	* src/Makefile, src/ae_module.f90, src/ae_module_fftj.f90,
	  src/ee_module_fftj.f90, src/et_module_fftj.f90, test/Makefile,
	  test/ae_module_fftj, test/ae_module_fftj/Makefile,
	  test/ae_module_fftj/ae_module_fftj_base1d_test.f90,
	  test/ae_module_fftj/ae_module_fftj_base2d_test.f90,
	  test/ae_module_fftj/ae_module_fftj_integral_test.f90,
	  test/ee_module_fftj, test/ee_module_fftj/Makefile,
	  test/ee_module_fftj/ee_module_fftj_base_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_base_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_deriv_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_deriv_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_integral_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_integral_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_interpolate_test.f90,
	  test/ee_module_fftj/ee_module_fftj_jacobianZ_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_jacobianZ_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_jacobian_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_jacobian_test2.f90,
	  test/ee_module_fftj/ee_module_fftj_spectrum_test1.f90,
	  test/ee_module_fftj/ee_module_fftj_spectrum_test2.f90,
	  test/et_module_fftj, test/et_module_fftj/Makefile,
	  test/et_module_fftj/et_module_fftj_Vor2Strum_test.f90,
	  test/et_module_fftj/et_module_fftj_base_test.f90,
	  test/et_module_fftj/et_module_fftj_boundaries_test.f90,
	  test/et_module_fftj/et_module_fftj_deriv_test.f90,
	  test/et_module_fftj/et_module_fftj_integral_test.f90,
	  test/et_module_fftj/et_module_fftj_jacobian_test.f90: *
	  ae_module_fftj created.
	  * ee_module_fftj created.
	  * et_module_fftj created.
	  * ae_module_fftj test programs newly created.
	  * ee_module_fftj test programs newly created.
	  * et_module_fftj test programs newly created.

2009-09-10 02:25  takepiro

	* test/wt_module_sjpack, test/wt_module_sjpack/Makefile,
	  test/wt_module_sjpack/wt_module_sjpack_base_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_deriv_test1.f90,
	  test/wt_module_sjpack/wt_module_sjpack_deriv_test2.f90,
	  test/wt_module_sjpack/wt_module_sjpack_integral_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_interpolate_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_polmagbc_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_polvelbc_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_tormagbc_test.f90,
	  test/wt_module_sjpack/wt_module_sjpack_torvelbc_test.f90: *
	  test/wt_module_sjpack/ test programs created.

2009-09-07 07:26  takepiro

	* doc/Makefile, doc/w_module_sjpack.tex, src/Makefile,
	  src/w_base_module_sjpack.f90, src/w_deriv_module_sjpack.f90,
	  src/w_integral_module_sjpack.f90,
	  src/w_interpolate_module_sjpack.f90, src/w_module_sjpack.f90,
	  src/w_spectrum_module_sjpack.f90, src/wa_base_module_sjpack.f90,
	  src/wa_deriv_module_sjpack.f90,
	  src/wa_integral_module_sjpack.f90,
	  src/wa_interpolate_module_sjpack.f90, src/wa_module_sjpack.f90,
	  src/wa_spectrum_module_sjpack.f90, src/wt_module_sjpack.f90,
	  test/Makefile, test/w_module_sjpack,
	  test/w_module_sjpack/Makefile,
	  test/w_module_sjpack/w_base_module_sjpack_test.f90,
	  test/w_module_sjpack/w_deriv_module_sjpack_test.f90,
	  test/w_module_sjpack/w_integral_module_sjpack_test.f90,
	  test/w_module_sjpack/w_interpolate_module_sjpack_test.f90,
	  test/w_module_sjpack/w_spectrum_module_sjpack_test.f90,
	  test/wa_module_sjpack, test/wa_module_sjpack/Makefile,
	  test/wa_module_sjpack/wa_base_module_sjpack_test.f90,
	  test/wa_module_sjpack/wa_deriv_module_sjpack_test.f90,
	  test/wa_module_sjpack/wa_integral_module_sjpack_test.f90,
	  test/wa_module_sjpack/wa_interpolate_module_sjpack_test.f90,
	  test/wa_module_sjpack/wa_spectrum_module_sjpack_test.f90,
	  test/wq_module/wq_test_derivative1.f90: * SJPACK version of
	  w_module, wa_module, and wt_module are created.
	  Related test programs are newly produced.

2009-08-24 05:42  uwabami

	* TODO: * Add entry "using SJPACK"
	  * 「SJPACK を使う」という項目を追加

2009-08-17 08:13  uwabami

	* TODO: Add TODO Memo

2009-08-06 12:41  takepiro

	* src/lumatrix.f90, src/lumatrix_f77.f, src/lumatrix_f77_omp.f,
	  src/lumatrix_f77_vec.f, test/Makefile,
	  test/eee_mpi_module/Makefile, test/lumatrix/lumatrix_test.f90,
	  test/wa_mpi_module/wa_integral_mpi_test.f90,
	  test/wt_mpi_module/Makefile: LUMAK1 routine added to
	  lumatrix_f77_omp.f

2009-07-31 03:06  takepiro

	* src/aq_module.f90, src/at_module.f90, src/ee_module.f90,
	  src/eee_module.f90, src/eq_module.f90,
	  src/et_galerkin_module.f90, src/et_module.f90, src/wq_module.f90,
	  src/wt_galerkin_module.f90, src/wt_module.f90,
	  src/wt_zonal_module.f90, src/wtu_module.f90: array for b.c.
	  calcuation is set to threadprivate for OpenMP

2009-07-30 12:50  takepiro

	* src/ee_module.f90, src/eee_module.f90, src/eq_module.f90,
	  src/esc_module.f90, src/et_galerkin_module.f90,
	  src/et_module.f90, src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_spectrum_module.f90, src/wa_base_module.f90,
	  src/wa_integral_module.f90, src/wa_interpolate_module.f90,
	  src/wa_module.f90, src/wa_spectrum_module.f90,
	  src/wt_galerkin_module.f90, src/wt_module.f90: module variables
	  for workiing area moved to local variables (for OpenMP)

2009-07-30 10:24  uwabami

	* src/Makefile: * Change boundary condition switch (SS/SR/RS ->
	  FF/FR/RF)
	  
	  * 境界条件スイッチを SS/SR/RS -> FF/FR/RF に変更

2009-07-30 07:36  uwabami

	* .: * Add .mod and .o to cvs ignore list
	  
	  * cvs の無視リストに .mod と .o を追加

2009-07-24 09:19  uwabami

	* test/aq_module/Makefile, test/aq_module/aq_test_base1d.f90,
	  test/aq_module/aq_test_base2d.f90,
	  test/aq_module/aq_test_boundary_grid_1d.f90,
	  test/aq_module/aq_test_boundary_grid_2d.f90,
	  test/aq_module/aq_test_boundary_tau_1d.f90,
	  test/aq_module/aq_test_boundary_tau_2d.f90,
	  test/aq_module/aq_test_intavr.f90,
	  test/aq_module/aq_test_weight.f90: * using dc_test module for
	  output message standardization
	  
	  * 出力メッセージを統一するために dc_test module を使うよう修正

2009-07-22 09:10  uwabami

	* test/ae_module/ae_test_base1d.f90,
	  test/ae_module/ae_test_base2d.f90,
	  test/ae_module/ae_test_intavr.f90: * using dc_test module for
	  output message standardization
	  
	  * 出力メッセージを統一するために dc_test module を使うよう修正

2009-07-22 03:35  uwabami

	* src/at_aq_galerkin_RRFF.f90, src/at_aq_galerkin_RRSS.f90,
	  src/et_galerkin_module.f90, src/wt_galerkin_module.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test2d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test2d.f90: * Change
	  boundary condition switch (SS/SR/RS -> FF/FR/RS)
	  
	  * 境界条件スイッチを SS/SR/RS -> FF/FR/RS に変更

2009-07-06 09:04  uwabami

	* configure, configure.in: * Add -I$netcdf-incdir to SYSFFLAGS
	  
	  * SYSFFLAGS に -I$netcdf-incdir を追加

2009-07-06 09:03  uwabami

	* INSTALL, INSTALL.ja, doc/INSTALL.rd: * modified
	  --with-netcdf-include document
	  
	  * --with-netcdf-include のドキュメントを修正

2009-07-06 08:53  uwabami

	* .: * Add .cvsignore
	  * ignore autoconf cache dir(autom4te.cache)
	  
	  * .cvsingore を追加
	  * autoconf の cache ディレクトリ(autom4te.cache) を無視

2009-06-19 12:14  takepiro

	* src/et_galerkin_module.f90, src/w_deriv_module.f90:
	  w_deriv_module.f90 work array size fixed

2009-03-02 04:53  uwabami

	* COPYRIGHT: * Copyright year modified

2009-02-28 22:47  uwabami

	* doc/Makefile, doc/Makefile.rd2html: * modified make rules(clean,
	  distclean)

2009-02-28 22:34  uwabami

	* ChangeLog, INSTALL, INSTALL.ja, README, README.ja,
	  test/wq_module/wq_test_derivative1.f90,
	  test/wq_module/wq_test_polmagbc.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative2.f90: * add
	  README.ja
	  * update ChangeLog

2009-02-28 21:33  uwabami

	* src/ae_module.f90, src/aq_module.f90, src/at_ab_galerkin_ND.f90,
	  src/at_ad_galerkin_DD.f90, src/at_af_galerkin_MM.f90,
	  src/at_ah_galerkin_MMex.f90, src/at_ap_galerkin_DN.f90,
	  src/at_aq_galerkin_RRSS.f90, src/at_av_galerkin_NN.f90,
	  src/at_module.f90, src/au_module.f90, src/ee_module.f90,
	  src/eee_module.f90, src/eq_module.f90, src/esc_module.f90,
	  src/et_galerkin_module.f90, src/et_module.f90, src/l_module.f90,
	  src/la_module.f90, src/lapack_eigen.f90, src/lumatrix.f90,
	  src/ssl2_eigen.f90, src/ssl2tp_eigen.f90, src/w_base_module.f90,
	  src/w_deriv_module.f90, src/w_integral_module.f90,
	  src/w_interpolate_module.f90, src/w_module.f90,
	  src/w_spectrum_module.f90, src/w_zonal_module.f90,
	  src/wa_base_module.f90, src/wa_deriv_module.f90,
	  src/wa_integral_module.f90, src/wa_interpolate_module.f90,
	  src/wa_module.f90, src/wa_spectrum_module.f90,
	  src/wa_zonal_module.f90, src/wq_module.f90,
	  src/wt_galerkin_module.f90, src/wt_module.f90,
	  src/wt_zonal_module.f90, src/wtu_module.f90, src/wu_module.f90: *
	  add document for w_base_module.f90
	  * modified link location

2009-02-28 19:55  uwabami

	* doc/Makefile: * add clean, distclean

2009-02-28 19:43  uwabami

	* doc/INSTALL.html, doc/INSTALL.html.ja, doc/Makefile: remove
	  INSTALL.html, INSTALL.html.ja

2009-02-28 19:38  uwabami

	* doc/INSTALL.rd: Typo Fixed

2009-02-28 18:09  uwabami

	* INSTALL, doc/INSTALL.html, doc/INSTALL.html.ja,
	  doc/Makefile.rd2html: * modified w3m option

2009-02-27 05:51  uwabami

	* src/gamma.f90, src/indexx.f90: modified document

2009-02-27 05:35  uwabami

	* src/w_deriv_module.f90: modified document

2009-02-27 05:21  uwabami

	* INSTALL, INSTALL.ja, README, doc/INSTALL.rd, doc/Makefile,
	  doc/Makefile.rd2html, doc/ae_module.htm, doc/at_module.htm,
	  doc/ee_module.htm, doc/eigmatrix.htm, doc/esc_module.htm,
	  doc/et_module.htm, doc/index.htm, doc/lumatrix.htm,
	  doc/spml_modules.rdoc, doc/w_module.htm, doc/wa_module.htm,
	  doc/wt_module.htm, spmfrt/spmconfiggen.sh, spmfrt/spmfrtgen.sh,
	  src-mpi/eee_mpi_module.f90, src-mpi/w_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90, src/aq_module.f90, src/gamma.f90,
	  src/indexx.f90, src/wt_module.f90: /tmp/cvsoD3LcY

2009-02-24 07:10  uwabami

	* spmfrt/spmconfiggen.sh: modify file encoding

2009-02-24 07:08  uwabami

	* spmfrt/spmconfiggen.sh, spmfrt/spmfrtgen.sh: * add psuedo man
	  file

2009-02-09 12:29  takepiro

	* src/w_interpolate_module.f90: * w_interpolate_module.f90: Pmm
	  の係数発散防止
	  * w_interpolate_module.f90: Overflow of coefficient in Pmm
	  prevented.

2009-02-06 11:50  takepiro

	* src/Makefile, src/dlgamma.f, src/dsort_netlib.f, src/indexx.f90,
	  test/misc/Makefile, test/misc/indexx_test.f90: * 順序づけ関数 indexx を
	  dsort/Netlib を使用するよう改変
	  * indexx_test.f90 を test/misc へ追加
	  
	  * Function indexx was modified to use dsort/Netlib.
	  * indexx_test.f90 was add in test/misc.

2009-02-06 11:05  takepiro

	* src/Makefile, src/dlgamma.f, src/gamma.f90,
	  test/misc/gamma_test.f90: * Gamma 関数を数理研大浦氏の関数に交換
	  * Gamma function routines was chaged the one by Dr. Ooura, RIMS,
	  Kyoto Univ.

2009-01-29 13:53  uwabami

	* src-mpi/Makefile, src/Makefile: * remove wt_galerkin_mpi_module
	  from build target
	  * under construction
	  * 作成中の wt_galerkin_mpi_module を build target から削除

2009-01-29 13:44  uwabami

	* src/wq_module.f90, src/wt_galerkin_module.f90, src/wt_module.f90,
	  src/wt_zonal_module.f90, src/wtu_module.f90, src/wu_module.f90: *
	  modified document for RDoc
	  * RDoc 用にドキュメントを修正

2009-01-29 12:44  uwabami

	* src/Makefile: * remove wt_galerkin_module from build target
	  * 作成中の wt_galerkin_module を build target から削除

2009-01-29 11:56  uwabami

	* src/wa_base_module.f90, src/wa_deriv_module.f90,
	  src/wa_integral_module.f90, src/wa_interpolate_module.f90,
	  src/wa_module.f90, src/wa_spectrum_module.f90,
	  src/wa_zonal_module.f90: * modified document for RDoc
	  * RDoc 用にドキュメントを修正

2009-01-29 11:34  uwabami

	* src/l_module.f90, src/la_module.f90, src/w_base_module.f90,
	  src/w_deriv_module.f90, src/w_integral_module.f90,
	  src/w_interpolate_module.f90, src/w_module.f90,
	  src/w_spectrum_module.f90, src/w_zonal_module.f90: * modified
	  document for RDoc
	  * RDoc 用にドキュメントを修正

2009-01-29 10:53  uwabami

	* src/l_module.f90, src/la_module.f90, src/lapack_eigen.f90,
	  src/lumatrix.f90, src/ssl2_eigen.f90, src/ssl2tp_eigen.f90: *
	  modified or add document for RDoc
	  * RDoc 用のドキュメントを追加修正

2009-01-29 09:38  uwabami

	* src/et_galerkin_module.f90: * create document for RDoc
	  * now underconstruction
	  * ドキュメントを RDoc 用に作成開始
	  * 作成途中...

2009-01-29 09:37  uwabami

	* src/at_ab_galerkin_ND.f90, src/at_module.f90, src/eigmatrix.g90,
	  src/eq_module.f90, src/esc_module.f90, src/et_module.f90: *
	  document modified for RDoc
	  * ドキュメントを RDoc 用に微修正

2009-01-29 07:54  uwabami

	* src/at_ab_galerkin_ND.f90, src/at_av_galerkin_NN.f90: * document
	  modified for RDoc
	  * ドキュメントを RDoc 用に微修正

2009-01-29 07:46  uwabami

	* src/ae_module.f90, src/aq_module.f90, src/at_ab_galerkin_ND.f90,
	  src/at_ad_galerkin_DD.f90, src/at_af_galerkin_MM.f90,
	  src/at_ah_galerkin_MMex.f90, src/at_ap_galerkin_DN.f90,
	  src/at_aq_galerkin_RRSS.f90, src/at_module.f90,
	  src/au_module.f90, src/ee_module.f90, src/eee_module.f90: *
	  document modified for RDoc
	  * ドキュメントを RDoc 用に微修正

2009-01-19 02:38  uwabami

	* test/au_module/Makefile: * Makefile modified

2009-01-19 02:37  uwabami

	* src/at_module.f90, src/wq_module.f90, src/wt_module.f90: *
	  declaration statement modified
	  * dobule precision -> real(8)
	  * numerical substituion modified
	  * =1 -> = 1.0D0, =0 -> = 0.0D0
	  * Using wt_wz instead of at_az in wt_module
	  * Using wq_wz instead of aq_az in wq_module

2009-01-16 16:23  uwabami

	* src-mpi/Makefile, test/Makefile, test/ae_module/Makefile,
	  test/aq_module/Makefile, test/at_galerkin_module/Makefile,
	  test/at_module/Makefile, test/ee_module/Makefile,
	  test/eee_module/Makefile, test/eigmatrix/Makefile,
	  test/eq_module/Makefile, test/esc_module/Makefile,
	  test/et_module/Makefile, test/l_module/Makefile,
	  test/la_module/Makefile, test/lumatrix/Makefile,
	  test/misc/Makefile, test/w_module/Makefile,
	  test/w_mpi_module/Makefile, test/w_zonal_module/Makefile,
	  test/wa_module/Makefile, test/wa_mpi_module/Makefile,
	  test/wq_module/Makefile, test/wt_module/Makefile,
	  test/wt_mpi_module/Makefile, test/wt_zonal_module/Makefile,
	  test/wtu_module/Makefile, test/wu_module/Makefile: * Makefile
	  modified

2009-01-09 00:50  takepiro

	* src/ae_module.f90, src/aq_module.f90, src/at_module.f90,
	  src/au_module.f90, src/ee_module.f90, src/eq_module.f90,
	  src/esc_module.f90, src/et_module.f90, src/l_module.f90,
	  src/la_module.f90, src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_zonal_module.f90, src/wa_base_module.f90,
	  src/wa_deriv_module.f90, src/wa_zonal_module.f90,
	  src/wq_module.f90, src/wt_module.f90, src/wt_zonal_module.f90,
	  src/wtu_module.f90: Initialization routine message updated

2009-01-07 11:42  takepiro

	* src/ae_module.f90, src/w_zonal_module.f90,
	  src/wa_zonal_module.f90: src/ae_module.f90: comment added

2009-01-04 12:47  takepiro

	* doc/index.htm, src/at_module.f90, src/w_interpolate_module.f90,
	  src/w_zonal_module.f90, src/wa_interpolate_module.f90,
	  src/wa_zonal_module.f90, src/wt_module.f90,
	  test/at_module/at_test_interpolate.f90, test/w_module/Makefile,
	  test/w_module/w_test_interpolate01.f90,
	  test/w_module/w_test_interpolate10.f90,
	  test/w_module/w_test_interpolate11.f90, test/wa_module/Makefile,
	  test/wa_module/wa_test_interpolate01.f90,
	  test/wa_module/wa_test_interpolate10.f90,
	  test/wa_module/wa_test_interpolate11.f90,
	  test/wt_module/wt_test_interpolate.f90: * doc/index.htm updated.
	  * src/w_interpolate_module.f90, src/wa_interpolate_module.f90,
	  src/wt_module.f90, src/w_interpolate_module.f90:
	  Interpolate functions for multiple interpolate points are removed
	  because
	  they does not satisfy the naming rules of splm library.
	  * Some test programs for interpolate functions are removed.

2009-01-04 10:08  takepiro

	* doc/chebyshev.tex, src/Makefile, src/l_module.f90,
	  src/la_module.f90, src/w_zonal_module.f90,
	  src/wa_zonal_module.f90, src/wt_zonal_module.f90, test/Makefile,
	  test/l_module, test/l_module/Makefile,
	  test/l_module/l_test_base.f90, test/l_module/l_test_deriv.f90,
	  test/l_module/l_test_integral.f90,
	  test/l_module/l_test_interpolate.f90, test/la_module,
	  test/la_module/Makefile, test/la_module/la_test_base.f90,
	  test/la_module/la_test_deriv.f90,
	  test/la_module/la_test_integral.f90,
	  test/la_module/la_test_interpolate.f90, test/w_zonal_module,
	  test/w_zonal_module/Makefile,
	  test/w_zonal_module/w_zonal_test_base.f90,
	  test/w_zonal_module/w_zonal_test_deriv.f90,
	  test/w_zonal_module/w_zonal_test_integral.f90,
	  test/w_zonal_module/w_zonal_test_interpolate.f90,
	  test/w_zonal_module/w_zonal_test_spectrum.f90,
	  test/wa_zonal_module, test/wa_zonal_module/Makefile,
	  test/wa_zonal_module/wa_zonal_test_base.f90,
	  test/wa_zonal_module/wa_zonal_test_deriv.f90,
	  test/wa_zonal_module/wa_zonal_test_integral.f90,
	  test/wa_zonal_module/wa_zonal_test_interpolate.f90,
	  test/wa_zonal_module/wa_zonal_test_spectrum.f90,
	  test/wt_zonal_module, test/wt_zonal_module/Makefile,
	  test/wt_zonal_module/wt_zonal_test_base.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative1.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative2.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative3.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative4.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative5.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative6.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative7.f90,
	  test/wt_zonal_module/wt_zonal_test_derivative8.f90,
	  test/wt_zonal_module/wt_zonal_test_intavr.f90,
	  test/wt_zonal_module/wt_zonal_test_interpolate.f90,
	  test/wt_zonal_module/wt_zonal_test_polmagbc.f90,
	  test/wt_zonal_module/wt_zonal_test_polvelbc.f90,
	  test/wt_zonal_module/wt_zonal_test_tormagbc.f90,
	  test/wt_zonal_module/wt_zonal_test_torvelbc.f90: *
	  src/l_module.f90, la_module.f90, w_zonal_module.f90,
	  wa_zonal_module.f90
	  wt_zonal_module.f90 newly created.
	  * test programs for l_module, la_module, w_zonal_module,
	  wa_zonal_module, and
	  wt_zonal_module are created.

2008-12-30 08:36  takepiro

	* doc/index.htm, src/w_base_module.f90,
	  test/w_module/w_test_spectrum.f90: * doc/index.htm: 新しいモジュールの説明追加
	  * src/w_base_module: xy_w, w_xy コメント追加
	  * test/w_module/w_test_spectrum.f90: 表題修正
	  
	  * doc/index.htm: explanation for new modules added.
	  * src/w_base_module: comments of xy_w, w_xy added.
	  * test/w_module/w_test_spectrum.f90: title fixed.

2008-12-29 14:41  uwabami

	* src/wa_base_module.f90: * typo fixed
	  * "Size of 2st dimenston" -> "Size of 1st dimension"
	  * 誤字修正
	  * "Size of 2st dimenston" -> "Size of 1st dimension"

2008-12-29 14:39  uwabami

	* test/eee_module/Makefile: * Add Makefile for test of eee_module
	  * eee_module の テストプログラム用の Makefile を追加

2008-12-29 07:15  takepiro

	* src/ee_module.f90, src/wa_base_module.f90, src/wa_module.f90,
	  test/eq_module/eq_test_Vor2Strum.f90: * src/wa_module.f90 : 表題修正
	  * src/w_base_module.f90 : xya_wa,wa_xya コメント修正
	  
	  * src/wa_module.f90 : Title comment modified.
	  * src/w_base_module.f90 : xya_wa,wa_xya commnets fixed.

2008-12-27 00:20  takepiro

	* doc/spectral_radial.tex, src/w_interpolate_module.f90,
	  src/wt_module.f90, test/eq_module/eq_test_Vor2Strum.f90: *
	  src/wt_module : AvrRad_z バグ修正
	  
	  * src/wt_module : AvrRad_z bug fixed.

2008-12-04 16:05  uwabami

	* demo/at_diff_eigen_cheb.f90, demo/at_diff_eigen_grid.f90,
	  test/eigmatrix/eigmatrix_test.f90: * 文字列 "sort" の長さを 2 に修正.
	  
	  * change length of the string "sort" to 2

2008-12-04 15:50  uwabami

	* test/eigmatrix/eigmatrix_test.f90,
	  test/eigmatrix/lapack_eigen_test.f90: * 文字列 "sort" の長さを 2 に修正.
	  * complex(16) は規約違反なので complex(kind(0d0)) に修正
	  
	  * change length of the string "sort" to 2
	  * change complex(16) to complex(kind(0d0))

2008-12-04 15:04  uwabami

	* test/aq_module/aq_test_intavr.f90,
	  test/aq_module/aq_test_weight.f90: * DGamma の廃止に伴う修正
	  * DGamma() を exp(gammaln()) に変更
	  
	  * fixed due to the abolition of the function "DGamma"
	  * change DGamma() to exp(gammaln())

2008-12-02 09:29  uwabami

	* configure: * Fix typo

2008-12-02 09:09  uwabami

	* src/gamma.f90: * pause 文を write, stop に変更
	  * pause 文は fortran 95 での廃止事項
	  
	  * modified pause statement to write and stop
	  * pause statement is obsolete.

2008-10-30 05:14  takepiro

	* test/ee_module/ee_test_interpolate.f90,
	  test/ee_module/ee_test_transform.f90: * ee_test_interpolate.f90,
	  ee_test_transform.f90 計算領域修正

2008-10-30 05:13  takepiro

	* src/ee_module.f90: * ee_module : Interpolate_ee bug fix.

2008-10-29 04:25  takepiro

	* src/eq_module.f90, src/lumatrix_f77.f, src/lumatrix_f77_omp.f,
	  src/lumatrix_f77_vec.f: * lumatrix_f77.f をベクトルマシン用
	  lumatrix_f77_vec.f と
	  並列マシン用 lumatrix_f77_omp.f の 2 種類を用意.
	  * eq_module.f90 : eq_Vor2strm_eq の行列計算改良.

2008-10-28 06:56  takepiro

	* src/ee_module.f90: Interpolation function added to ee_module

2008-10-28 06:44  takepiro

	* test/ee_module/Makefile, test/ee_module/ee_test_interpolate.f90:
	  ee_test_interpolate.f90 created

2008-10-28 04:48  takepiro

	* src/aq_module.f90: Function DGamma removed because gammaln is
	  used directly.

2008-10-10 08:28  morikawa

	* configure, configure.in: * gt4f90io -> gtool5.
	  * Duplication check about ssl2, ssl2tp, lapack is added.
	  * Bug about --with-ssl2tp is fixed.

2008-10-10 08:24  morikawa

	* Config.mk.in: * Comments are modified.

2008-08-21 14:58  uwabami

	* src/wt_galerkin_module.f90: * OpenMP スイッチ導入

2008-08-18 05:59  takepiro

	* test/wt_mpi_module/wt_mpi_intavr_test.f90: MPI ending routine
	  added

2008-08-18 05:49  takepiro

	* src-mpi/wa_integral_mpi_module.f90, src-mpi/wt_mpi_module.f90:
	  配列添え字修正

2008-08-14 08:38  takepiro

	* Config.mk.in, configure, configure.in, src/Makefile,
	  src/aq_module.f90, src/eigmatrix.g90, src/ssl2tp_eigen.f90,
	  test/wq_module/wq_test_base.f90: スレッ�並列版 SSL2匹 陀応

2008-08-13 08:16  takepiro

	* test/aq_module/aq_test_base1d.f90,
	  test/aq_module/aq_test_base2d.f90,
	  test/wq_module/wq_test_derivative1.f90,
	  test/wq_module/wq_test_derivative5.f90,
	  test/wq_module/wq_test_polvelbc_tau.f90: 関数名変更に伴う修正

2008-08-13 08:13  takepiro

	* src/aq_module.f90, src/wq_module.f90: 関数名変更, 行列計算変更

2008-07-07 11:09  uwabami

	* src/wt_galerkin_module.f90: * 行列生成時の 0 -> 0.0D0, 1 -> 1.0D0 に修正

2008-07-07 11:08  uwabami

	* src/wa_deriv_module.f90, src/wa_integral_module.f90: *
	  配列最終次元の不定性を許容する変更

2008-07-07 10:57  uwabami

	* test/aq_module/aq_test_base1d.f90,
	  test/aq_module/aq_test_base2d.f90,
	  test/aq_module/aq_test_weight.f90: * 誤差範囲の修正 1.0D-8 -> 5.0D-8

2008-07-07 10:53  uwabami

	* src/aq_module.f90, test/ae_module/Makefile,
	  test/aq_module/Makefile, test/at_galerkin_module/Makefile,
	  test/eigmatrix/Makefile, test/eq_module/Makefile,
	  test/lumatrix/Makefile, test/misc/Makefile: * トップディレクトリにて "make
	  test" が実行できるように test を追加

2008-07-07 03:38  takepiro

	* src/wa_base_module.f90: * wa_base_module : 引数配列宣言を修正

2008-07-07 00:59  uwabami

	* test/wtu_module/wtu_test_derivative1.f90,
	  test/wtu_module/wtu_test_derivative11.f90,
	  test/wtu_module/wtu_test_derivative12.f90,
	  test/wtu_module/wtu_test_derivative13.f90,
	  test/wtu_module/wtu_test_derivative14.f90,
	  test/wtu_module/wtu_test_derivative15.f90,
	  test/wtu_module/wtu_test_derivative16.f90,
	  test/wtu_module/wtu_test_derivative17.f90,
	  test/wtu_module/wtu_test_derivative2.f90,
	  test/wtu_module/wtu_test_derivative3.f90,
	  test/wtu_module/wtu_test_derivative4.f90,
	  test/wtu_module/wtu_test_derivative5.f90,
	  test/wtu_module/wtu_test_derivative7.f90: * 配列の宣言を 0:im-1,1:jm
	  に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 18:32  uwabami

	* src/wt_module.f90, src/wtu_module.f90, src/wu_module.f90,
	  test/wtu_module/wtu_test_base.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 17:29  uwabami

	* test/wu_module/wu_test_polmagbc.f90: * 誤差範囲を修正(1.0D-14 ->
	  5.0D-14)

2008-07-06 16:39  uwabami

	* src/wq_module.f90, test/wq_module/wq_test_base.f90,
	  test/wq_module/wq_test_derivative1.f90,
	  test/wq_module/wq_test_derivative2.f90,
	  test/wq_module/wq_test_derivative3.f90,
	  test/wq_module/wq_test_derivative4.f90,
	  test/wq_module/wq_test_derivative5.f90,
	  test/wq_module/wq_test_derivative6.f90,
	  test/wq_module/wq_test_derivative7.f90,
	  test/wq_module/wq_test_intavr.f90,
	  test/wq_module/wq_test_polmagbc.f90,
	  test/wq_module/wq_test_polvelbc.f90,
	  test/wq_module/wq_test_polvelbc_grid.f90,
	  test/wq_module/wq_test_polvelbc_tau.f90,
	  test/wq_module/wq_test_tormagbc.f90,
	  test/wq_module/wq_test_torvelbc.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 11:46  uwabami

	* src/wu_module.f90, test/wu_module/wu_test_base.f90,
	  test/wu_module/wu_test_derivative1.f90,
	  test/wu_module/wu_test_derivative2.f90,
	  test/wu_module/wu_test_derivative3.f90,
	  test/wu_module/wu_test_derivative4.f90,
	  test/wu_module/wu_test_derivative5.f90,
	  test/wu_module/wu_test_derivative6.f90,
	  test/wu_module/wu_test_derivative7.f90,
	  test/wu_module/wu_test_intavr.f90,
	  test/wu_module/wu_test_polmagbc.f90,
	  test/wu_module/wu_test_polvelbc.f90,
	  test/wu_module/wu_test_tormagbc.f90,
	  test/wu_module/wu_test_torvelbc.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 10:58  uwabami

	* src/wt_module.f90, test/wt_module/wt_test_base.f90,
	  test/wt_module/wt_test_derivative1.f90,
	  test/wt_module/wt_test_derivative2.f90,
	  test/wt_module/wt_test_derivative3.f90,
	  test/wt_module/wt_test_derivative4.f90,
	  test/wt_module/wt_test_derivative5.f90,
	  test/wt_module/wt_test_derivative6.f90,
	  test/wt_module/wt_test_derivative7.f90,
	  test/wt_module/wt_test_derivative8.f90,
	  test/wt_module/wt_test_intavr.f90,
	  test/wt_module/wt_test_interpolate.f90,
	  test/wt_module/wt_test_polmagbc.f90,
	  test/wt_module/wt_test_polvelbc.f90,
	  test/wt_module/wt_test_tormagbc.f90,
	  test/wt_module/wt_test_torvelbc.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 10:31  uwabami

	* src/wa_base_module.f90, src/wa_deriv_module.f90,
	  src/wa_integral_module.f90, src/wa_interpolate_module.f90,
	  src/wa_module.f90, src/wa_spectrum_module.f90,
	  test/wa_module/wa_test_base.f90,
	  test/wa_module/wa_test_deriv.f90,
	  test/wa_module/wa_test_integral.f90,
	  test/wa_module/wa_test_interpolate00.f90,
	  test/wa_module/wa_test_interpolate01.f90,
	  test/wa_module/wa_test_interpolate10.f90,
	  test/wa_module/wa_test_interpolate11.f90,
	  test/wa_module/wa_test_spectrum.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-07-06 10:08  uwabami

	* src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_integral_module.f90, src/w_interpolate_module.f90,
	  src/w_module.f90, src/w_spectrum_module.f90,
	  test/w_module/w_test_base.f90, test/w_module/w_test_deriv.f90,
	  test/w_module/w_test_integral.f90,
	  test/w_module/w_test_interpolate00.f90,
	  test/w_module/w_test_interpolate01.f90,
	  test/w_module/w_test_interpolate10.f90,
	  test/w_module/w_test_interpolate11.f90,
	  test/w_module/w_test_spectrum.f90: * 配列の宣言を 0:im-1,1:jm に変更
	  * テストプログラムも合わせて変更
	  * コメントを RDoc 用に微修正

2008-06-25 06:22  uwabami

	* doc/Makefile: * MathML を使わないように修正(元に戻した)

2008-06-25 06:19  uwabami

	* src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_integral_module.f90, src/w_interpolate_module.f90,
	  src/w_module.f90, src/w_spectrum_module.f90: * 格子点データ配列を (0:im-1,
	  1:jm) に修正

2008-06-21 16:54  uwabami

	* src/ae_module.f90, src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_integral_module.f90, src/wa_base_module.f90,
	  src/wa_deriv_module.f90, src/wa_integral_module.f90,
	  src/wt_module.f90: * 水平方向の格子点データ配列を (1:im, 1:jm) から (0:im-1,
	  0:jm-1) へ変更

2008-06-12 05:50  takepiro

	* src-mpi/wt_mpi_module.f90: wt_mpi_module.f90: OpenMP switch
	  implemeted

2008-06-09 09:37  takepiro

	* src-mpi/wt_mpi_module.f90: wt-mpi_module bug fixed

2008-06-06 06:13  takepiro

	* test/wt_mpi_module/Makefile,
	  test/wt_mpi_module/wt_mpi_intavr_test.f90: wt_mpi_intavr_test.f90
	  created

2008-06-06 06:01  takepiro

	* src-mpi/w_integral_mpi_module.f90,
	  src-mpi/wa_integral_mpi_module.f90, src-mpi/wa_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90,
	  test/w_mpi_module/w_integral_mpi_test.f90,
	  test/wa_mpi_module/wa_integral_mpi_test.f90:
	  src-mpi/w_integral_mpi_module.f90 wa_integral_mpi_module.f90 bug
	  fix

2008-06-06 05:26  takepiro

	* test/w_mpi_module/w_integral_mpi_test.f90,
	  test/wa_mpi_module/wa_integral_mpi_test.f90:
	  w_integral_mpi_test.f90, wa_integral_mpi_test.f90 updated

2008-06-06 05:03  takepiro

	* src-mpi/Makefile: Makefile updated in src-mpi

2008-06-06 05:00  takepiro

	* src-mpi/w_integral_mpi_module.f90, src-mpi/w_mpi_module.f90,
	  src-mpi/wa_integral_mpi_module.f90, src-mpi/wa_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90: w_integral_mpi_module.f90
	  wa_integral_mpi_module.f90 created

2008-06-05 05:30  takepiro

	* src-mpi/eee_mpi_module.f90: eee_mpi_module.f90 bug fixed

2008-06-03 12:05  takepiro

	* src-mpi/eee_mpi_module.f90, test/Makefile,
	  test/eee_mpi_module/eee_mpi_test_gatherZeta.f90:
	  eee_mpi_module.f90 bug fixed

2008-06-03 04:48  takepiro

	* test/Makefile, test/eee_mpi_module/Makefile,
	  test/w_mpi_module/Makefile, test/wa_mpi_module/Makefile,
	  test/wt_mpi_module/Makefile: test/Makefile bug fixed

2008-06-03 04:07  takepiro

	* test/eee_mpi_module/Makefile: Makefile for test/eee_mpi_module
	  created

2008-06-02 12:53  takepiro

	* Makefile, configure, configure.in, spmfrt/Makefile,
	  src-mpi/wt_mpi_module.f90, test/Makefile,
	  test/eee_module/eee_test_ESpectral.f90,
	  test/eee_module/eee_test_ESpectral2.f90,
	  test/eee_module/eee_test_RotVelxVor.f90,
	  test/eee_module/eee_test_RotVelxVor2.f90,
	  test/eee_module/eee_test_ZetaVorVel.f90,
	  test/eee_module/eee_test_ZetaVorVel2.f90,
	  test/eee_module/eee_test_derivative.f90,
	  test/eee_module/eee_test_energyhelicity.f90,
	  test/eee_module/eee_test_energyhelicity2.f90,
	  test/w_mpi_module/Makefile, test/wa_mpi_module/Makefile,
	  test/wt_mpi_module/Makefile,
	  test/wt_mpi_module/wt_mpi_derivative_test7.f90: * Makefile in
	  test directory updated.
	  * Make rule for the shell script mpispmfrt was added.

2008-06-01 09:46  takepiro

	* Config.mk.in, Makefile, configure, configure.in, src-mpi,
	  src-mpi/Makefile, src-mpi/eee_mpi_module.f90,
	  src-mpi/w_base_mpi_module.f90, src-mpi/w_deriv_mpi_module.f90,
	  src-mpi/w_mpi_module.f90, src-mpi/wa_base_mpi_module.f90,
	  src-mpi/wa_deriv_mpi_module.f90, src-mpi/wa_mpi_module.f90,
	  src-mpi/wt_mpi_module.f90, src/Makefile, src/eee_module.f90,
	  src/w_deriv_module.f90, src/w_module.f90, src/wa_base_module.f90,
	  src/wa_deriv_module.f90, src/wa_module.f90, test/eee_module,
	  test/eee_module/eee_test_ESpectral.f90,
	  test/eee_module/eee_test_ESpectral2.f90,
	  test/eee_module/eee_test_RotVelxVor.f90,
	  test/eee_module/eee_test_RotVelxVor2.f90,
	  test/eee_module/eee_test_ZetaVorVel.f90,
	  test/eee_module/eee_test_ZetaVorVel2.f90,
	  test/eee_module/eee_test_derivative.f90,
	  test/eee_module/eee_test_derivative2.f90,
	  test/eee_module/eee_test_energyhelicity.f90,
	  test/eee_module/eee_test_energyhelicity2.f90,
	  test/eee_module/eee_test_intavr.f90,
	  test/eee_module/eee_test_intavr2.f90,
	  test/eee_module/eee_test_transform.f90,
	  test/eee_module/eee_test_transform2.f90, test/eee_mpi_module,
	  test/eee_mpi_module/eee_mpi_test_RotVelxVor.f90,
	  test/eee_mpi_module/eee_mpi_test_ZetaVorVel.f90,
	  test/eee_mpi_module/eee_mpi_test_derivative.f90,
	  test/eee_mpi_module/eee_mpi_test_energyhelicity.f90,
	  test/eee_mpi_module/eee_mpi_test_gatherZeta.f90,
	  test/eee_mpi_module/eee_mpi_test_gathering.f90,
	  test/eee_mpi_module/eee_mpi_test_intavr.f90,
	  test/eee_mpi_module/eee_mpi_test_transform.f90,
	  test/w_mpi_module, test/w_mpi_module/w_base_mpi_test.f90,
	  test/w_mpi_module/w_deriv_mpi_test.f90,
	  test/w_mpi_module/w_integral_mpi_test.f90,
	  test/w_mpi_module/w_interpolate00_mpi_test.f90,
	  test/w_mpi_module/w_interpolate01_mpi_test.f90,
	  test/w_mpi_module/w_interpolate10_mpi_test.f90,
	  test/w_mpi_module/w_interpolate11_mpi_test.f90,
	  test/w_mpi_module/w_spectrum_mpi_test.f90, test/wa_mpi_module,
	  test/wa_mpi_module/wa_base_mpi_test.f90,
	  test/wa_mpi_module/wa_deriv_mpi_test.f90,
	  test/wa_mpi_module/wa_integral_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate00_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate01_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate10_mpi_test.f90,
	  test/wa_mpi_module/wa_interpolate11_mpi_test.f90,
	  test/wa_mpi_module/wa_spectrum_mpi_test.f90, test/wt_mpi_module,
	  test/wt_mpi_module/wt_mpi_base_test.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test1.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test2.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test3.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test4.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test5.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test6.f90,
	  test/wt_mpi_module/wt_mpi_derivative_test7.f90: * eee_module is
	  newly created.
	  * MPI modules (eee_mpi_module, w_mpi_module, wa_mpi_module,
	  wt_mpi_module)
	  are newly created. These sources are placed in src-mpi directory.
	  * The test programs for these modules are added.
	  * Config.mk.in and configure.in are modified to treat
	  --with-mpifc option.

2008-05-10 02:28  takepiro

	* ChangeLog: ChangeLog updated

2008-05-10 02:26  takepiro

	* test/ee_module/Makefile, test/ee_module/ee_test_derivative2.f90,
	  test/ee_module/ee_test_intavr2.f90,
	  test/ee_module/ee_test_jacobian2.f90,
	  test/ee_module/ee_test_jacobianZ2.f90,
	  test/ee_module/ee_test_spectrum2.f90,
	  test/ee_module/ee_test_transform2.f90: ee_module
	  複数領域・解像度対応用テストプログラム追加

2008-05-10 02:25  takepiro

	* src/ee_module.f90: ee_module 複数領域・解像度対応

2008-05-06 04:49  takepiro

	* src/wq_module.f90: wq_module.f90 bug fixed

2008-05-02 01:48  takepiro

	* doc/Makefile, doc/spectral_radial.tex: spectral_radial.tex newly
	  created

2008-05-02 01:44  takepiro

	* src/aq_module.f90: aq_module.f90 bug fixed

2008-05-02 01:30  takepiro

	* test/Makefile, test/aq_module, test/aq_module/Makefile,
	  test/aq_module/aq_test1.f90, test/aq_module/aq_test2.f90,
	  test/aq_module/aq_test_base1d.f90,
	  test/aq_module/aq_test_base2d.f90,
	  test/aq_module/aq_test_boundary_grid_1d.f90,
	  test/aq_module/aq_test_boundary_grid_2d.f90,
	  test/aq_module/aq_test_boundary_tau_1d.f90,
	  test/aq_module/aq_test_boundary_tau_2d.f90,
	  test/aq_module/aq_test_intavr.f90,
	  test/aq_module/aq_test_weight.f90, test/eq_module,
	  test/eq_module/Makefile, test/eq_module/eq_test_LaplaInv.f90,
	  test/eq_module/eq_test_Vor2Strum.f90,
	  test/eq_module/eq_test_boundary.f90,
	  test/eq_module/eq_test_derivative.f90,
	  test/eq_module/eq_test_intavr.f90,
	  test/eq_module/eq_test_jacobian.f90,
	  test/eq_module/eq_test_transform.f90, test/wq_module,
	  test/wq_module/Makefile, test/wq_module/wq_test_base.f90,
	  test/wq_module/wq_test_derivative1.f90,
	  test/wq_module/wq_test_derivative2.f90,
	  test/wq_module/wq_test_derivative3.f90,
	  test/wq_module/wq_test_derivative4.f90,
	  test/wq_module/wq_test_derivative5.f90,
	  test/wq_module/wq_test_derivative6.f90,
	  test/wq_module/wq_test_derivative7.f90,
	  test/wq_module/wq_test_intavr.f90,
	  test/wq_module/wq_test_polmagbc.f90,
	  test/wq_module/wq_test_polvelbc.f90,
	  test/wq_module/wq_test_polvelbc_grid.f90,
	  test/wq_module/wq_test_polvelbc_tau.f90,
	  test/wq_module/wq_test_tormagbc.f90,
	  test/wq_module/wq_test_torvelbc.f90: test programs for aq_module,
	  eq_module, wq_module are added

2008-05-02 01:28  takepiro

	* src/Makefile, src/aq_module.f90, src/eq_module.f90,
	  src/wq_module.f90: aq_module.f90 eq_module.f90 wq_module.f90
	  newly created

2008-03-20 11:20  uwabami

	* doc/Makefile, src/ae_module.f90: * RDoc 用のコメントを加筆修正
	  * MathML を使うようにしてみる.

2008-01-14 02:37  takepiro

	* doc/index.htm: index.htm updated

2008-01-14 01:57  takepiro

	* ChangeLog: ChangeLog re-generated

2008-01-14 01:55  takepiro

	* test/Makefile, test/wtu_module, test/wtu_module/Makefile,
	  test/wtu_module/wtu_test_base.f90,
	  test/wtu_module/wtu_test_derivative1.f90,
	  test/wtu_module/wtu_test_derivative11.f90,
	  test/wtu_module/wtu_test_derivative12.f90,
	  test/wtu_module/wtu_test_derivative13.f90,
	  test/wtu_module/wtu_test_derivative14.f90,
	  test/wtu_module/wtu_test_derivative15.f90,
	  test/wtu_module/wtu_test_derivative16.f90,
	  test/wtu_module/wtu_test_derivative17.f90,
	  test/wtu_module/wtu_test_derivative2.f90,
	  test/wtu_module/wtu_test_derivative3.f90,
	  test/wtu_module/wtu_test_derivative4.f90,
	  test/wtu_module/wtu_test_derivative5.f90,
	  test/wtu_module/wtu_test_derivative7.f90,
	  test/wtu_module/wtu_test_polmagbcgrid.f90,
	  test/wtu_module/wtu_test_polmagbci.f90,
	  test/wtu_module/wtu_test_polmagbco.f90,
	  test/wtu_module/wtu_test_polmagbctau.f90,
	  test/wtu_module/wtu_test_polvelbci.f90,
	  test/wtu_module/wtu_test_polvelbco.f90,
	  test/wtu_module/wtu_test_tormagbcgrid.f90,
	  test/wtu_module/wtu_test_tormagbci.f90,
	  test/wtu_module/wtu_test_tormagbco.f90,
	  test/wtu_module/wtu_test_tormagbctau.f90,
	  test/wtu_module/wtu_test_torvelbci.f90,
	  test/wtu_module/wtu_test_torvelbco.f90: Test programs for
	  wtu_module newly created.

2008-01-14 01:55  takepiro

	* src/Makefile, src/wtu_module.f90: wtu_module newly created.

2008-01-13 02:27  takepiro

	* test/wt_module/wt_test_tormagbc.f90: message fixed

2008-01-13 01:58  takepiro

	* src/wt_module.f90, src/wu_module.f90: wa_init switch introduced
	  in wt_module and wu_module.

2008-01-10 05:10  takepiro

	* ChangeLog: ChangeLog updated

2008-01-10 04:36  takepiro

	* test/Makefile, test/au_module, test/au_module/Makefile,
	  test/au_module/au_test_base1d.f90,
	  test/au_module/au_test_base2d.f90,
	  test/au_module/au_test_boundary_grid_1d.f90,
	  test/au_module/au_test_boundary_grid_2d.f90,
	  test/au_module/au_test_boundary_tau_1d.f90,
	  test/au_module/au_test_boundary_tau_2d.f90,
	  test/au_module/au_test_intavr.f90,
	  test/au_module/au_test_weight.f90, test/wt_module/Makefile,
	  test/wu_module, test/wu_module/Makefile,
	  test/wu_module/wu_test_base.f90,
	  test/wu_module/wu_test_derivative1.f90,
	  test/wu_module/wu_test_derivative2.f90,
	  test/wu_module/wu_test_derivative3.f90,
	  test/wu_module/wu_test_derivative4.f90,
	  test/wu_module/wu_test_derivative5.f90,
	  test/wu_module/wu_test_derivative6.f90,
	  test/wu_module/wu_test_derivative7.f90,
	  test/wu_module/wu_test_intavr.f90,
	  test/wu_module/wu_test_polmagbc.f90,
	  test/wu_module/wu_test_polvelbc.f90,
	  test/wu_module/wu_test_tormagbc.f90,
	  test/wu_module/wu_test_torvelbc.f90: Test programs for au_module
	  and wu_module are created.

2008-01-10 04:35  takepiro

	* demo/au_diff_disk.f90, demo/au_diff_sphere.f90,
	  demo/wu_cn_diff_D1.f90: au_diff_disk.f90 au_diff_sphere.f90
	  wu_cn_diff_D1.f90 are newly created.

2008-01-10 04:33  takepiro

	* doc/Makefile, doc/chebyshev_origin.tex, doc/index.htm:
	  chebyshev_origin.tex is newly created.
	  Explanations for new modules (au_module, wu_module) are added to
	  index.htm.

2008-01-10 04:32  takepiro

	* src/Makefile, src/au_module.f90, src/w_deriv_module.f90,
	  src/wa_deriv_module.f90, src/wa_module.f90, src/wu_module.f90:
	  au_module.f90, wu_module.f90 are newly created.
	  Use dc_message for MessageNotify is added to wu_deriv_module.f90,
	  wa_deriv_module.f90, wa_module.f90

2008-01-07 02:51  takepiro

	* doc/chebyshev.tex, src/at_module.f90, src/wt_module.f90:
	  src/wt_module.f90 RotLon, RotLat bug fix

2007-12-04 00:27  takepiro

	* INSTALL: Direction for module search path added

2007-11-21 04:39  takepiro

	* src/ae_module.f90, src/at_module.f90, src/esc_module.f90,
	  src/et_module.f90, src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_module.f90, src/wa_base_module.f90,
	  src/wa_deriv_module.f90, src/wa_module.f90,
	  src/wt_galerkin_module.f90, src/wt_module.f90: 初期化サブルーチンメッセージ出力

2007-11-21 02:20  takepiro

	* test/et_module/Makefile, test/et_module/et_test_LaplaInv.f90,
	  test/et_module/et_test_Vor2Strum.f90,
	  test/et_module/et_test_boundaries.f90: et_test_LaplaInv.f90
	  et_test_Vor2Strum.f90 et_test_boundaries.f90 作成

2007-11-14 06:50  takepiro

	* test/et_module/et_test_derivative.f90: et_test_derivative.f90 作成

2007-11-14 06:50  takepiro

	* test/ee_module/ee_test_spectrum.f90: ee_test_spectrum.f90 作成

2007-11-14 06:49  takepiro

	* test/Makefile, test/esc_module/esc_test_transform.f90: Makefile
	  test エントリー追加

2007-11-14 06:49  takepiro

	* test/et_module/Makefile, test/et_module/et_intvar.f90,
	  test/et_module/et_test_intavr.f90,
	  test/et_module/et_test_jacobian.f90,
	  test/et_module/et_test_transform.f90: et_test_*.f90 テストプログラム作成

2007-11-13 08:50  takepiro

	* test/ae_module/ae_test_intavr.f90: ae_test_intavr.f90 メッセージ修正

2007-11-13 05:53  takepiro

	* test/esc_module/Makefile,
	  test/esc_module/esc_test_derivative.f90,
	  test/esc_module/esc_test_jacobian.f90: esc_test_jacobian.f90
	  テストプログラム作成

2007-11-12 07:46  takepiro

	* src/esc_module.f90: esc_module ec_LaplaInv_ec 追加

2007-11-12 07:46  takepiro

	* test/esc_module/Makefile,
	  test/esc_module/esc_test_derivative.f90,
	  test/esc_module/esc_test_intavr.f90,
	  test/esc_module/esc_test_transform.f90: esc_module テストプログラム追加

2007-11-12 00:12  takepiro

	* test/esc_module/Makefile, test/esc_module/esc_intavr.f90,
	  test/esc_module/esc_test_intavr.f90: esc_test_intavr.f90
	  メッセージ出力追加

2007-11-11 08:23  takepiro

	* doc/chebyshev.tex: chebyshev.tex T_5(x) added

2007-11-11 08:23  takepiro

	* src/wt_module.f90: wt_module.f90 境界条件関数に行列生成スイッチ導入

2007-11-11 08:21  takepiro

	* test/wt_module/Makefile, test/wt_module/wt_test1.f90,
	  test/wt_module/wt_test11.f90, test/wt_module/wt_test7.f90,
	  test/wt_module/wt_test8.f90, test/wt_module/wt_test9.f90,
	  test/wt_module/wt_test_base.f90,
	  test/wt_module/wt_test_intavr.f90,
	  test/wt_module/wt_test_polmagbc.f90,
	  test/wt_module/wt_test_polvelbc.f90,
	  test/wt_module/wt_test_tormagbc.f90,
	  test/wt_module/wt_test_torvelbc.f90: テストプログラム新規追加

2007-11-10 06:03  takepiro

	* test/Makefile, test/eigmatrix/Makefile: make test に eigmatrix を追加

2007-11-10 06:02  takepiro

	* test/wt_module/Makefile, test/wt_module/wt_test10.f90,
	  test/wt_module/wt_test12.f90, test/wt_module/wt_test13.f90,
	  test/wt_module/wt_test14.f90, test/wt_module/wt_test2.f90,
	  test/wt_module/wt_test3.f90, test/wt_module/wt_test4.f90,
	  test/wt_module/wt_test5.f90, test/wt_module/wt_test6.f90,
	  test/wt_module/wt_test_derivative1.f90,
	  test/wt_module/wt_test_derivative2.f90,
	  test/wt_module/wt_test_derivative3.f90,
	  test/wt_module/wt_test_derivative4.f90,
	  test/wt_module/wt_test_derivative5.f90,
	  test/wt_module/wt_test_derivative6.f90,
	  test/wt_module/wt_test_derivative7.f90,
	  test/wt_module/wt_test_derivative8.f90,
	  test/wt_module/wt_test_intavr.f90: テストプログラムの名称変更、メッセージ出力追加

2007-11-10 04:59  takepiro

	* doc/ee_module.tex: ee_module.tex 新規作成

2007-11-09 05:46  takepiro

	* test/Makefile, test/ee_module/Makefile,
	  test/ee_module/ee_intvar.f90,
	  test/ee_module/ee_test_derivative.f90,
	  test/ee_module/ee_test_intavr.f90,
	  test/ee_module/ee_test_jacobian.f90,
	  test/ee_module/ee_test_jacobianZ.f90,
	  test/ee_module/ee_test_transform.f90: ee_module テストプログラムメッセージ出力追加

2007-11-08 08:21  takepiro

	* src/ae_module.f90: ae_module.f90 コメント追加

2007-11-08 00:03  takepiro

	* test/ae_module/Makefile, test/ae_module/ae_intvar.f90,
	  test/ae_module/ae_test_intavr.f90: ae_invaver.f90 を
	  ae_test_intavr.f90 に名称変更

2007-11-07 06:51  takepiro

	* test/ae_module/Makefile, test/ae_module/ae_test1d.f90,
	  test/ae_module/ae_test2d.f90, test/ae_module/ae_test_base1d.f90,
	  test/ae_module/ae_test_base2d.f90: ae_test_base?d 新規作成

2007-11-05 04:13  takepiro

	* doc/w_module.tex: w_module.tex 和のとり方修正

2007-11-04 00:57  takepiro

	* Makefile, test/Makefile: Makefile test エントリー追加

2007-11-04 00:56  takepiro

	* test/at_module/Makefile, test/w_module/Makefile,
	  test/w_module/w_test_interpolate00.f90,
	  test/w_module/w_test_interpolate01.f90,
	  test/w_module/w_test_interpolate10.f90,
	  test/w_module/w_test_interpolate11.f90,
	  test/w_module/w_test_spectrum.f90: Makefile 生成ルール変更

2007-11-04 00:55  takepiro

	* test/wa_module/Makefile, test/wa_module/wa_test_integral.f90,
	  test/wa_module/wa_test_interpolate00.f90,
	  test/wa_module/wa_test_interpolate01.f90,
	  test/wa_module/wa_test_interpolate10.f90,
	  test/wa_module/wa_test_interpolate11.f90,
	  test/wa_module/wa_test_spectrum.f90: wa_test_integral.f90
	  wt_test_spectrum.f90 新規作成

2007-11-04 00:54  takepiro

	* test/wt_module/Makefile, test/wt_module/wt_test_interpolate.f90:
	  wt_test_interpolate.f90 新規作成

2007-11-02 09:31  takepiro

	* src/Makefile, src/wt_module.f90: wt_module.f90 修正

2007-11-02 05:52  takepiro

	* src/w_module.f90, src/wa_interpolate_module.f90,
	  src/wa_module.f90, src/wt_module.f90: wt_module 補間関数追加

2007-11-02 05:51  takepiro

	* test/eigmatrix/Makefile, test/eigmatrix/eigmatrix_test.f90:
	  eigmatrix_test.f90 結果チェック追加

2007-11-01 09:39  takepiro

	* test/wa_module/Makefile, test/wa_module/wa_test_base.f90,
	  test/wa_module/wa_test_deriv.f90: wa_test_base.f90
	  wa_test_deriv.f90 新規作成

2007-11-01 06:23  takepiro

	* test/misc/Makefile: misc Makefile 作成

2007-11-01 06:19  takepiro

	* doc/Makefile, src/Makefile, src/gamma.f90,
	  src/w_interpolate_module.f90, src/wa_interpolate_module.f90,
	  test/Makefile, test/misc, test/misc/gamma_test.f90: 階乗計算を外部関数にすする

2007-11-01 05:32  takepiro

	* src/Makefile, src/w_interpolate.f90,
	  src/w_interpolate_module.f90, src/wa_interpolate.f90,
	  src/wa_interpolate_module.f90: w_interpolate_module.f90
	  wa_interpolate_module.f90 に改名

2007-10-31 09:26  takepiro

	* src/wa_interpolate.f90: wa_interpolate.f90 バグフィックス

2007-10-31 09:26  takepiro

	* test/wa_module/wa_test_interpolate00.f90,
	  test/wa_module/wa_test_interpolate01.f90,
	  test/wa_module/wa_test_interpolate10.f90,
	  test/wa_module/wa_test_interpolate11.f90:
	  wa_test_interpolate??.f90 新規作成

2007-10-31 06:13  takepiro

	* src/w_interpolate.f90, src/wa_interpolate.f90: wa_interpolate.f90
	  新規作成

2007-10-31 05:33  takepiro

	* test/Makefile, test/w_module, test/w_module/Makefile,
	  test/w_module/l_nm_test.f90, test/w_module/nm_l_test.f90,
	  test/w_module/w_module_openmp_test.f90,
	  test/w_module/w_test_base.f90, test/w_module/w_test_deriv.f90,
	  test/w_module/w_test_integral.f90,
	  test/w_module/w_test_interpolate00.f90,
	  test/w_module/w_test_interpolate01.f90,
	  test/w_module/w_test_interpolate10.f90,
	  test/w_module/w_test_interpolate11.f90,
	  test/w_module/w_test_spectrum.f90, test/wa_module/Makefile,
	  test/wa_module/l_nm_test.f90, test/wa_module/nm_l_test.f90,
	  test/wa_module/w_module_openmp_test.f90,
	  test/wa_module/w_test_base.f90, test/wa_module/w_test_deriv.f90,
	  test/wa_module/w_test_integral.f90,
	  test/wa_module/w_test_interpolate00.f90,
	  test/wa_module/w_test_interpolate01.f90,
	  test/wa_module/w_test_interpolate10.f90,
	  test/wa_module/w_test_interpolate11.f90: wa_module から　w_module
	  ディレクトリへテストプログラムを移動

2007-10-31 05:25  takepiro

	* doc/w_interpolate.tex, doc/w_module.tex: w_interpolate.tex を増補し
	  w_module.tex と改名

2007-10-30 05:56  takepiro

	* test/wa_module/Makefile, test/wa_module/w_test_base.f90,
	  test/wa_module/w_test_deriv.f90,
	  test/wa_module/w_test_integral.f90,
	  test/wa_module/w_test_interpolate00.f90,
	  test/wa_module/w_test_interpolate01.f90,
	  test/wa_module/w_test_interpolate10.f90,
	  test/wa_module/w_test_interpolate11.f90: w_test_deriv.f90
	  w_test_integral.f90 作成

2007-10-30 04:38  takepiro

	* test/wa_module/w_test_base.f90:
	  MHD-bsnsq_rot-3d-shell_wt_mhdconv_lcrt.f90 modified

2007-10-28 06:54  takepiro

	* doc/w_interpolate.tex: 補間関数解説修正

2007-10-28 05:36  takepiro

	* doc/chebyshev.tex, doc/w_interpolate.tex: 補間関数解説修正

2007-10-28 05:35  takepiro

	* src/Makefile, src/w_interpolate.f90, src/w_module.f90:
	  補間関数モジュール追加

2007-10-28 05:34  takepiro

	* test/wa_module/Makefile, test/wa_module/w_test_interpolate.f90,
	  test/wa_module/w_test_interpolate00.f90,
	  test/wa_module/w_test_interpolate01.f90,
	  test/wa_module/w_test_interpolate10.f90,
	  test/wa_module/w_test_interpolate11.f90: 補間関数テストプログラム追加、名称変更

2007-10-28 01:32  takepiro

	* src/w_interpolate.f90: w_interpolate 修正

2007-10-28 01:31  takepiro

	* test/wa_module/Makefile, test/wa_module/w_test_base.f90,
	  test/wa_module/w_test_interpolate.f90: テストプログラム作成

2007-10-26 05:54  takepiro

	* src/w_interpolate.f90: w_interpolate.f90 新規作成

2007-10-26 05:53  takepiro

	* doc/w_interpolate.tex: w_interpolate.tex追加修正

2007-10-26 05:22  takepiro

	* doc/w_interpolate.tex, doc/w_interppolate.tex:
	  w_interpolate.texに名称変更

2007-10-26 05:18  takepiro

	* doc/Makefile, doc/chebyshev.tex, doc/w_interppolate.tex:
	  chebyshev.tex 修正, w_interpolate.tex 追加

2007-10-25 09:27  takepiro

	* test/at_module/Makefile, test/at_module/at_test_boundaries2d.f90:
	  at_test_boundaries.f90 新規作成

2007-10-25 08:45  takepiro

	* test/at_module/Makefile, test/at_module/at_intvar.f90,
	  test/at_module/at_test_boundaies.f90,
	  test/at_module/at_test_boundaries1d.f90,
	  test/at_module/at_test_intavr.f90: 名前を at_test_intavr.f90
	  at_test_boundaries1d.f90 に変更, エラー処理追加

2007-10-25 06:03  takepiro

	* test/at_module/Makefile, test/at_module/at_test_base.f90:
	  at_test_base.f90 追加

2007-10-25 05:42  takepiro

	* test/at_module/Makefile, test/at_module/at_test1d.f90,
	  test/at_module/at_test2d.f90, test/at_module/at_test_base1d.f90,
	  test/at_module/at_test_base2d.f90,
	  test/at_module/at_test_boundaies.f90,
	  test/at_module/at_test_weight.f90,
	  test/at_module/at_testweight.f90: at_test1d.f90 at_test2d.f90
	  at_testweight.f90 のファイル名変更, エラー処理導入

2007-10-24 05:37  takepiro

	* test/at_module/Makefile, test/at_module/at_intvar.f90:
	  積分用テストプログラム修正

2007-10-24 05:22  takepiro

	* test/at_module/Makefile, test/at_module/at_test_interpolate.f90:
	  補間用関数テストプログラム追加

2007-10-24 05:21  takepiro

	* src/at_module.f90: 補間用関数追加

2007-10-20 05:57  takepiro

	* doc/chebyshev.tex: doc/chebyshev.tex updated

2007-10-20 04:42  takepiro

	* doc/chebyshev.tex, test/wt_module/wt_test7.f90: doc/chebyshev.tex
	  updated

2007-10-19 06:01  takepiro

	* doc/chebyshev.tex: chebyshev.tex updated

2007-10-17 08:42  takepiro

	* doc/chebyshev.tex: doc/chebyshev.tex created

2007-10-12 04:23  takepiro

	* doc/Makefile: path of "rdoc" changed in doc/Makefile

2007-10-11 00:09  takepiro

	* CHANGELOG, ChangeLog, Makefile, doc/Makefile: Old CHANGELOG was
	  removed

2007-10-10 05:28  takepiro

	* ChangeLog: ChangeLog was created by cvs2cl

2007-10-09 15:06  uwabami

	* aclocal.m4, configure, configure.in: * modified aclocal.m4,
	  configure.in
	  * porting from gt4f90io
	  * modified bashizm(equal operator "==" to "=")
	  
	  * aclocal.m4, configure.in の修正
	  * gt4f90io の aclocal.m4, configure.in を元に修正
	  * configure.in 内の演算を sh 互換に変更

2007-10-09 11:25  uwabami

	* configure: * Modified configure
	  * bashizm operator == is replaced =
	  * add "--with-netcdff" option from gt4f90io's configure
	  
	  * configure の修正
	  * 等号演算子を == から = へ変更(bashism)
	  * netcdf library が libnetcdf.a と libnetcdff.a に分かれている場合に対応して,
	  --with-netcdff オプションを追加

2007-10-09 07:37  uwabami

	* src/ae_module.f90: * modified g_X(ii) in ae_Initial
	  * range "do ii=0,im" to "do ii=0,im-1"
	  
	  * ae_Initial の g_X(ii)の範囲を修正
	  * DO ループの範囲を 0,im から 0,im-1 へ修正

2007-09-15 05:42  takepiro

	* src/wt_module.f90: * 微分関数のコメントを修正

2007-08-11 09:24  takepiro

	* src/wt_module.f90: commennts in wt_module.f90 upgraded

2007-05-02 02:03  uwabami

	* src/wa_module.f90: * add public declaration to rn, irm
	  * rn, irm の public 宣言を追加

2007-05-01 09:50  uwabami

	* doc/Makefile: * add public declaration to "rn, irm"
	  
	  * rn, irm に public 宣言を追加

2006-12-28 09:51  morikawa

	* Config.mk.in, Makefile, aclocal.m4, chkfort.sh, chkgmake.sh,
	  config.guess, config.sub, configure, configure.in, install-sh,
	  src/Makefile: * configure.in and Config.mk.in etc. are modified.

2006-03-19 05:40  takepiro

	* src/w_module.f90, src/wa_module.f90: src/*_module.f90 : Variables
	  and procedure summary is added to the comment.

2006-03-19 05:34  takepiro

	* src/wt_galerkin_module.f90, src/wt_module.f90: src/*_module.f90 :
	  Variables and procedure summary is added to the comment.

2006-03-19 05:25  takepiro

	* src/ee_module.f90, src/esc_module.f90, src/et_module.f90,
	  src/w_module.f90, src/wa_module.f90, src/wt_module.f90:
	  src/*_module.f90 : Variables and procedure summary is added to
	  the comment.

2006-03-19 05:10  takepiro

	* CHANGELOG, src/at_module.f90, src/ee_module.f90,
	  src/eigmatrix.g90, src/esc_module.f90, src/et_module.f90,
	  src/lumatrix.f90, src/w_module.f90, src/wa_module.f90,
	  src/wt_module.f90: 2005/03/19 version 0.4.1-2
	  
	  * src/*_module.f90 : Variables and procedure summary is added to
	  the comment.

2006-03-19 02:00  takepiro

	* src/ae_module.f90: ae_module comment added

2006-03-19 01:37  takepiro

	* src/ae_module.f90: 2005/03/19 version 0.4.1-2
	  
	  * src/ae_module.f90 : Variables and procedure summary is added to
	  the comment.

2006-03-09 06:24  takepiro

	* src/w_base_module.f90, src/wa_module.f90: w_module.f90 wa_module
	  bug fix

2006-03-09 06:14  takepiro

	* doc/index.htm, src/at_module.f90: at_module.f90 bug fix

2006-03-09 00:50  takepiro

	* CHANGELOG, MEMO, Makefile, supplemental, supplemental/Makefile,
	  supplemental/at_ab_galerkin_ND1.f90,
	  supplemental/at_ab_galerkin_ND2.f90,
	  supplemental/at_ad_galerkin_DD1.f90,
	  supplemental/at_ad_galerkin_DD2.f90,
	  supplemental/at_af_galerkin_MM1.f90,
	  supplemental/at_af_galerkin_MM2.f90,
	  supplemental/at_ah_galerkin_MM1ex.f90,
	  supplemental/at_ah_galerkin_MM2ex.f90,
	  supplemental/at_ap_galerkin_DN1.f90,
	  supplemental/at_ap_galerkin_DN2.f90,
	  supplemental/at_aq_galerkin_RRSS1.f90,
	  supplemental/at_aq_galerkin_RRSS2.f90,
	  supplemental/at_av_galerkin_NN1.f90,
	  supplemental/at_av_galerkin_NN2.f90: 2005/03/09 version 0.4.1-1
	  
	  * supplemental directory is added.
	  
	  * MEMO updated.

2006-03-08 11:01  takepiro

	* CHANGELOG, src/lapack_eigen.f90, src/ssl2_eigen.f90: Commnents in
	  ssl2_eigen, lapack_eigen modified

2006-03-08 08:20  takepiro

	* doc/index.htm: doc/index.htm is updated

2006-03-08 08:19  takepiro

	* doc/Makefile: doc/Makefile updated

2006-03-08 08:18  takepiro

	* doc/index.htm: doc/index.htm is updated

2006-03-08 08:09  takepiro

	* doc/Makefile: doc/Makefile is updated

2006-03-08 08:08  takepiro

	* CHANGELOG, doc/Makefile, doc/index.htm, src/ee_module.f90,
	  src/w_deriv_module.f90, src/w_integral_module.f90,
	  src/w_module.f90, src/wa_integral_module.f90, src/wa_module.f90,
	  src/wt_module.f90: 2005/03/08 version 0.4.1-1
	  
	  * Comments of modules and functions are modified for using RDoc.
	  (w_base_module, w_deriv_module, w_spectrum_module,
	  w_integral_module,
	  w_module, wa_base_module, wa_deriv_module, wa_spectrum_module,
	  wa_integral_module, wa_module, wt_module)
	  
	  * Links in doc/index.htm to the Rdoc reference are changed.
	  
	  * doc/Makefile modified.

2006-03-08 02:27  takepiro

	* CHANGELOG, src/at_module.f90, src/w_base_module.f90,
	  src/w_deriv_module.f90, src/w_spectrum_module.f90,
	  src/wa_base_module.f90, src/wa_deriv_module.f90,
	  src/wa_spectrum_module.f90: 2005/03/08 version 0.4.1-1
	  
	  * Comments of modules and functions are modified for using RDoc.
	  (w_base_module, w_deriv_module, w_spectrum_module,
	  wa_base_module, wa_deriv_module, wa_spectrum_module)

2006-03-07 09:30  takepiro

	* doc/Makefile: doc/Makefile updated

2006-03-07 09:23  takepiro

	* CHANGELOG, src/ae_module.f90, src/at_module.f90,
	  src/ee_module.f90, src/esc_module.f90, src/et_module.f90: *
	  Capitalize some function/subroutine names.

2006-03-07 08:38  takepiro

	* CHANGELOG, doc/index.htm, src/at_module.f90, src/ee_module.f90,
	  src/esc_module.f90, src/et_module.f90: 2005/03/06 version 0.4.1-1
	  
	  * Comments of modules and functions are modified for using RDoc.
	  (esc_module, et_module)
	  
	  * Links in doc/index.htm to the Rdoc reference are changed.

2006-03-05 10:23  takepiro

	* CHANGELOG, doc/index.htm, src/ae_module.f90, src/at_module.f90,
	  src/ee_module.f90, src/lumatrix.f90: * Comments of modules and
	  functions are modified for using RDoc.
	  (ae_module, at_module, ee_module, lumatrix)
	  
	  * Descriptions for chebyshev-galerkin modules are added to
	  doc/inced.htm.

2006-03-04 03:46  takepiro

	* doc/index.htm: index.htm is updated

2006-03-04 03:45  takepiro

	* doc/index.htm: index.htm is updated

2006-03-04 02:58  takepiro

	* doc/Makefile, doc/index.htm: doc/Makefile modified

2006-03-04 02:43  takepiro

	* doc/index.htm: doc/Makefile modified

2006-03-04 02:29  takepiro

	* doc/Makefile: doc/Makefile modified

2006-03-04 02:25  takepiro

	* doc/index.htm: index.htm is updated

2006-03-04 02:11  takepiro

	* doc/Makefile: doc/Makefile modified

2006-03-04 01:57  takepiro

	* CHANGELOG, Makefile, doc/Makefile, doc/cheb_gal.tex: * Makefile
	  for `doc' directory is add. The position of `doc'is
	  changed from the document root directory to the document src
	  directory.
	  Instead, `html' directory is newly created as the document root.

2006-03-04 01:10  takepiro

	* CHANGELOG, test/Makefile, test/at_galerkin_module,
	  test/at_galerkin_module/Makefile,
	  test/at_galerkin_module/at_ab_galerkin_ND_test1d.f90,
	  test/at_galerkin_module/at_ab_galerkin_ND_test2d.f90,
	  test/at_galerkin_module/at_ad_galerkin_DD_test1d.f90,
	  test/at_galerkin_module/at_ad_galerkin_DD_test2d.f90,
	  test/at_galerkin_module/at_af_galerkin_MM_test1d.f90,
	  test/at_galerkin_module/at_af_galerkin_MM_test2d.f90,
	  test/at_galerkin_module/at_ah_galerkin_MMex_test1.f90,
	  test/at_galerkin_module/at_ap_galerkin_DN_test1d.f90,
	  test/at_galerkin_module/at_ap_galerkin_DN_test2d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RR_test2d.f90,
	  test/at_galerkin_module/at_aq_galerkin_RS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SR_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test1d.f90,
	  test/at_galerkin_module/at_aq_galerkin_SS_test2d.f90,
	  test/at_galerkin_module/at_av_galerkin_NN_test1d.f90,
	  test/at_galerkin_module/at_av_galerkin_NN_test2d.f90: * Test
	  programs for at_*_galerkin_module are added.

2006-03-04 01:06  takepiro

	* CHANGELOG, src/Makefile, src/at_ab_galerkin_ND.f90,
	  src/at_ad_galerkin_DD.f90, src/at_af_galerkin_MM.f90,
	  src/at_ah_galerkin_MMex.f90, src/at_ap_galerkin_DN.f90,
	  src/at_aq_galerkin_RRSS.f90, src/at_av_galerkin_NN.f90,
	  src/et_galerkin_module.f90, src/et_module.f90,
	  src/wghi_module.f90, src/wt_galerkin_module.f90: 2005/03/03
	  version 0.4.1-1
	  
	  * Modules for Chebyshev-Galerkin method are added:
	  at_ab_galerkin_ND.f90, at_ad_galerkin_DD.f90,
	  at_af_galerkin_MM.f90,
	  at_ah_galerkin_MMex.f90, at_ap_galerkin_DN.f90,
	  at_aq_galerkin_RRSS.f90,
	  at_av_galerkin_NN.f90 et_galerkin_module.f90,
	  wt_galerkin_module.f90
	  
	  * wghi_module removed.
	  
	  * Remove an unnecessary variable removed from et_Jacobian_et_et.

2006-03-03 12:07  takepiro

	* src/wt_module.f90: wt_module bug fixed

2005-10-26 13:20  takepiro

	* doc/ee_module.htm: ee_module.htm updated

2005-10-26 06:57  takepiro

	* CHANGELOG, src/ee_module.f90: * ee_EnergyFromStremfunc_ee and
	  ee_EnstrophyFromStremfunc_ee are added to
	  ee_module.

2005-07-31 06:14  takepiro

	* debian: debian files removed

2005-07-30 05:23  takepiro

	* configure, configure.in, debian/control, debian/rules:
	  configure.in bug fixed

2005-07-30 00:43  takepiro

	* debian/control, debian/control.fftw2-ssl2-ffc5,
	  debian/control.fftw2-ssl2-ifc8.1, debian/rules: control and rules
	  files updated

2005-07-29 02:09  takepiro

	* configure, configure.in, debian/control,
	  debian/control.fftw2-ssl2-ffc5, debian/control.fftw2-ssl2-ifc8.1,
	  debian/rules, test/Makefile: debian/control files are newly added

2005-07-18 07:51  takepiro

	* CHANGELOG, debian/changelog, doc/ee_module.htm,
	  doc/et_module.htm, doc/w_module.htm, doc/wa_module.htm,
	  doc/wt_module.htm, src/ee_module.f90, src/w_base_module.f90,
	  src/w_deriv_module.f90, src/wa_base_module.f90,
	  src/wa_module.f90, src/wt_module.f90,
	  test/ee_module/ee_intvar.f90,
	  test/ee_module/ee_test_derivative.f90,
	  test/ee_module/ee_test_jacobian.f90,
	  test/ee_module/ee_test_jacobianZ.f90,
	  test/ee_module/ee_test_openmp.f90,
	  test/ee_module/ee_test_transform.f90: 2005/07/19 version 0.4.0-1
	  
	  * Initial release for new version.
	  * ee_module uses p2pack instead of n2pack.
	  * OpneMP setup is implemented in w_module, wa_module and
	  wt_module.

2005-07-18 00:52  takepiro

	* test/Makefile, test/ae_intvar.f90, test/ae_module,
	  test/ae_module/Makefile, test/ae_module/ae_intvar.f90,
	  test/ae_module/ae_test1d.f90, test/ae_module/ae_test2d.f90,
	  test/ae_test1d.f90, test/ae_test2d.f90, test/at_intvar.f90,
	  test/at_matrix.f90, test/at_module, test/at_module/Makefile,
	  test/at_module/at_intvar.f90, test/at_module/at_matrix.f90,
	  test/at_module/at_test1d.f90, test/at_module/at_test2d.f90,
	  test/at_module/at_test_boundaies.f90,
	  test/at_module/at_testweight.f90, test/at_test1d.f90,
	  test/at_test2d.f90, test/at_test_boundaies.f90,
	  test/at_testweight.f90, test/ee_intvar.f90, test/ee_module,
	  test/ee_module/Makefile, test/ee_module/ee_intvar.f90,
	  test/eigmatrix, test/eigmatrix/Makefile,
	  test/eigmatrix/eigmatrix_test.f90,
	  test/eigmatrix/indexx_test.f90,
	  test/eigmatrix/lapack_eigen_test.f90, test/eigmatrix_test.f90,
	  test/esc_intavr.f90, test/esc_module, test/esc_module/Makefile,
	  test/esc_module/esc_intavr.f90, test/et_intvar.f90,
	  test/et_module, test/et_module/Makefile,
	  test/et_module/et_intvar.f90, test/indexx_test.f90,
	  test/l_nm_test.f90, test/lapack_eigen_test.f90, test/lumatrix,
	  test/lumatrix/Makefile, test/lumatrix/lumatrix_test.f90,
	  test/lumatrix_test.f90, test/nm_l_test.f90, test/wa_module,
	  test/wa_module/Makefile, test/wa_module/l_nm_test.f90,
	  test/wa_module/nm_l_test.f90,
	  test/wa_module/w_module_openmp_test.f90,
	  test/wa_module/wa_module_openmp_test.f90, test/wt_module,
	  test/wt_module/Makefile, test/wt_module/wt_openmp_test1.f90,
	  test/wt_module/wt_openmp_test10.f90,
	  test/wt_module/wt_openmp_test11.f90,
	  test/wt_module/wt_openmp_test12.f90,
	  test/wt_module/wt_openmp_test13.f90,
	  test/wt_module/wt_openmp_test14.f90,
	  test/wt_module/wt_openmp_test2.f90,
	  test/wt_module/wt_openmp_test3.f90,
	  test/wt_module/wt_openmp_test4.f90,
	  test/wt_module/wt_openmp_test5.f90,
	  test/wt_module/wt_openmp_test6.f90,
	  test/wt_module/wt_openmp_test7.f90,
	  test/wt_module/wt_openmp_test8.f90,
	  test/wt_module/wt_openmp_test9.f90, test/wt_module/wt_test1.f90,
	  test/wt_module/wt_test10.f90, test/wt_module/wt_test11.f90,
	  test/wt_module/wt_test12.f90, test/wt_module/wt_test13.f90,
	  test/wt_module/wt_test14.f90, test/wt_module/wt_test2.f90,
	  test/wt_module/wt_test3.f90, test/wt_module/wt_test4.f90,
	  test/wt_module/wt_test5.f90, test/wt_module/wt_test6.f90,
	  test/wt_module/wt_test7.f90, test/wt_module/wt_test8.f90,
	  test/wt_module/wt_test9.f90, test/wt_test1.f90,
	  test/wt_test10.f90, test/wt_test11.f90, test/wt_test12.f90,
	  test/wt_test13.f90, test/wt_test14.f90, test/wt_test2.f90,
	  test/wt_test3.f90, test/wt_test4.f90, test/wt_test5.f90,
	  test/wt_test6.f90, test/wt_test7.f90, test/wt_test8.f90,
	  test/wt_test9.f90: The test directory rearranged by creating
	  subdirectories.

2005-06-03 04:06  uwabami

	* demo/at_diff.f90, demo/at_diff1.f90, demo/ee_diff1.f90,
	  demo/esc_diff_c.f90, demo/esc_diff_s.f90, demo/et_diff1.f90,
	  demo/wt_diff1.f90, demo/wt_diff2.f90, demo/wt_diff3.f90,
	  demo/wt_diff4.f90, demo/wt_diff5.f90: *** empty log message ***

2005-06-01 10:06  odakker

	* debian/control.ssl2-ffc4: * Package name is corrected.

2005-05-24 02:19  takepiro

	* demo/wt_diff2.f90: wt_diff2.f90 bug fixed

2005-05-16 00:37  takepiro

	* CHANGELOG, debian/changelog, debian/rules, doc/w_module.htm,
	  doc/wa_module.htm, src/w_module.f90, src/w_spectrum_module.f90,
	  src/wa_module.f90, src/wa_spectrum_module.f90: Module names in
	  wa_spectrum_module and w_spectrum_module are shortend

2005-04-25 04:49  takepiro

	* CHANGELOG, debian/changelog, doc/index.htm, doc/wt_module.htm,
	  src/wt_module.f90: unctions for energy spectrum calculation are
	  added to wt_module.

2005-04-23 05:37  takepiro

	* Config.mk.in, doc/w_module.htm, doc/wa_module.htm, src/Makefile,
	  src/w_module.f90, src/w_spectrum_module.f90, src/wa_module.f90,
	  src/wa_spectrum_module.f90: wa_spectrum_module and
	  w_spectrum_module are added

2005-04-15 07:13  takepiro

	* debian/control, debian/control.ffc5, debian/control.lapack-ffc4,
	  debian/control.lapack-ffc5, debian/control.lapack-ifc8,
	  debian/control.ssl2-ffc5, debian/rules: control files are added

2005-04-02 04:38  uwabami

	* demo/ee_diff1.f90, demo/esc_diff_c.f90, demo/esc_diff_s.f90,
	  demo/et_diff1.f90: *** empty log message ***

2005-03-21 02:34  takepiro

	* Makefile, debian/changelog, debian/control, debian/rules,
	  demo/at_diff.f90, doc/wt_module.htm, src/wt_module.f90: Some
	  integral and average functions are added

2005-03-17 00:06  takepiro

	* demo/at_diff1.f90: at_diff1.f90 bug fix

2005-03-16 06:56  takepiro

	* CHANGELOG, debian/changelog, debian/control, debian/rules,
	  demo/at_diff1.f90, doc/ee_module.htm, doc/esc_module.htm,
	  doc/et_module.htm, doc/w_module.htm, src/ee_module.f90,
	  src/esc_module.f90, src/et_module.f90: xy is changed to yx in
	  esc_module, ee_module and et_module.

2005-03-13 13:01  takepiro

	* debian/changelog, debian/control, doc/w_module.htm,
	  src/w_base_module.f90, test/l_nm_test.f90, test/nm_l_test.f90:
	  l_nm and nm_l functions accept array arguments.

2005-02-22 08:07  takepiro

	* src/indexx.f90: indexx.f90 is added

2005-02-22 01:26  takepiro

	* src/wt_module.f90: wt_module bug fixed

2005-02-20 02:57  takepiro

	* debian/changelog, debian/control, debian/rules,
	  doc/wt_module.htm, src/eigmatrix.g90, src/lapack_eigen.f90,
	  src/ssl2_eigen.f90, src/wt_module.f90,
	  test/lapack_eigen_test.f90: wt_module updated.

2005-02-02 04:45  takepiro

	* CHANGELOG, Config.mk.in, INSTALL, MEMO, configure, configure.in,
	  debian/changelog, debian/control, debian/control.ffc3,
	  debian/control.lapack-ffc3, debian/control.lapack-ffc4,
	  debian/control.ssl2-ffc3, debian/control.ssl2-ffc4,
	  debian/copyright, debian/rules, debian/spml-ffc.postinst,
	  debian/spml-ffc.prerm, debian/spml-ffc3.postinst,
	  debian/spml-ffc3.prerm, debian/spml-ffc4.postinst,
	  debian/spml-ffc4.prerm, debian/spml-ifc.postinst,
	  debian/spml-ifc.prerm, debian/spml-ifc6.postinst,
	  debian/spml-ifc6.prerm, debian/spml-ifc7.1.postinst,
	  debian/spml-ifc7.1.prerm, debian/spml-ifc7.postinst,
	  debian/spml-ifc7.prerm, debian/spml-ifc8.postinst,
	  debian/spml-ifc8.prerm, debian/spml-postinst-gen.sh,
	  debian/spml-prerm-gen.sh, demo/at_diff_eigen_cheb.f90,
	  demo/at_diff_eigen_grid.f90, doc/ae_module.htm,
	  doc/at_module.htm, doc/ee_module.htm, doc/eigmatrix.htm,
	  doc/esc_module.htm, doc/et_module.htm, doc/index.htm,
	  doc/lumatrix.htm, doc/w_module.htm, doc/wa_module.htm,
	  doc/wt_module.htm, spmfrt/spmconfiggen.sh, spmfrt/spmfrtgen.sh,
	  src/Makefile, test/eigmatrix_test.f90, test/indexx_test.f90: *
	  New module "eigmatrix" for solving an eigenvalue problem is
	  added.
	  * The postinst and prerm scripts are generated from
	  spml-postinst-gen.sh and spml-prerm-gen.sh, respectively.

2005-01-20 08:09  takepiro

	* CHANGELOG, COPYRIGHT, debian/changelog: spml library becomes
	  independent of DCL

2005-01-20 08:02  takepiro

	* Config.mk.in, INSTALL, configure, configure.in, debian/changelog,
	  debian/control, debian/control.ffc, debian/control.ffc3,
	  debian/control.ffc4, debian/control.ifc, debian/control.ifc6,
	  debian/control.ifc7, debian/control.ifc7.1, debian/control.ifc8,
	  debian/rules, demo/at_diff1.f90, doc/wt_module.htm,
	  spmfrt/Makefile, spmfrt/spmconfiggen.sh, spmfrt/spmfrtgen.sh,
	  src/Makefile, src/ae_module.f90, src/at_module.f90,
	  src/et_module.f90, src/lumatrix.f90, src/wa_base_module.f90,
	  src/wt_module.f90, test/ae_test1d.f90, test/ae_test2d.f90:
	  Functions for rotation field are added to wt_module

2004-02-16 08:47  uwabami

	* demo/et_diff1.f90: *** empty log message ***

2004-02-14 21:11  uwabami

	* demo/at_diff1.f90, demo/ee_diff1.f90, demo/esc_diff_c.f90,
	  demo/esc_diff_s.f90, demo/et_diff1.f90, demo/wt_diff1.f90,
	  demo/wt_diff2.f90, demo/wt_diff3.f90, demo/wt_diff4.f90,
	  demo/wt_diff5.f90: *** empty log message ***

2004-01-27 10:02  odakker

	* doc/index.htm: 依存ライブラリの記述を gt4f90io へ変更.

2004-01-27 09:29  odakker

	* debian/control.ffc3, debian/control.ffc4, debian/control.ifc6,
	  debian/control.ifc7: Recommends 行の間違いを修正.

2004-01-27 09:20  odakker

	* debian/control.ffc3, debian/control.ffc4, debian/control.ifc6,
	  debian/control.ifc7: Recommends 行に dcl, dcl-f90 を元通りに記載.

2004-01-27 09:16  odakker

	* debian/changelog, debian/rules: dcl 依存部分を元に戻す.

2004-01-27 09:14  odakker

	* Config.mk.in, INSTALL, configure, configure.in: *** empty log
	  message ***

2004-01-27 05:40  odakker

	* Config.mk.in, configure, configure.in: システム依存サブルーチンのデフォルトの呼出先を変更.

2004-01-27 02:11  odakker

	* debian/control.ffc3, debian/control.ffc4, debian/control.ifc6,
	  debian/control.ifc7: *** empty log message ***

2004-01-26 12:05  odakker

	* INSTALL: *** empty log message ***

2004-01-26 11:59  odakker

	* debian/control.ffc3: Recommend package is changed from gtool4 to
	  gt4f90io.

2004-01-26 11:21  odakker

	* debian/control.ffc4, debian/control.ifc6, debian/control.ifc7:
	  Recommend package is changed from gtool4 to gt4f90io

2004-01-26 10:54  odakker

	* debian/changelog, debian/rules: *** empty log message ***

2004-01-26 10:37  odakker

	* Config.mk.in, configure: 依存ライブラリを gtool4 から gt4f90io へ変更.
	  dcl 依存部分を削除.

2004-01-26 04:10  odakker

	* debian/control.ifc8, debian/spml-ifc8.postinst,
	  debian/spml-ifc8.prerm: Intel Fortran ifort ver.8 is supported.

2004-01-26 04:06  odakker

	* debian/rules: Fujitsu frt ver.4 is supported.

2004-01-26 04:06  odakker

	* debian/spml-ffc4.postinst, debian/spml-ffc4.prerm: postinst and
	  prerm for Fujitus frt ver.4 are added.

2004-01-26 04:05  odakker

	* debian/control.ffc4: control file for Fujitsu Frt ver.4 is added.

2003-08-20 09:42  odakker

	* debian/control.ifc7.1: *** empty log message ***

2003-08-20 06:12  odakker

	* debian/spml-ifc7.1.postinst, debian/spml-ifc7.1.prerm: Intel
	  Fortran Compiler ver.7.1 support.

2003-08-20 06:11  odakker

	* debian/control.ifc7.1, debian/spml-ifc7.1.postinst,
	  debian/spml-ifc7.1.prerm: Intel Fortran Compiler ver.7.1 support.

2003-01-08 10:13  takepiro

	* debian/changelog, debian/control.ffc3, debian/control.ifc7,
	  debian/rules, debian/spml-ffc3.postinst, debian/spml-ffc3.prerm,
	  debian/spml-ifc7.postinst, debian/spml-ifc7.prerm: Intel Fortran
	  ver.7 support

2002-11-28 16:09  takepiro

	* debian/changelog, debian/control, debian/rules,
	  doc/wt_module.htm, src/wt_module.f90, test/wt_test13.f90,
	  test/wt_test14.f90: wt_Potential2Rotation is added to wt_module

2002-11-27 16:13  takepiro

	* doc/wt_module.htm: wt_module.htm fixed

2002-11-27 16:13  takepiro

	* src/wt_module.f90: wt_VGradV changed

2002-11-27 16:12  takepiro

	* test/wt_test12.f90, test/wt_test13.f90, test/wt_test7.f90:
	  wt_test12.f90 and wt_test13.f90 added

2002-11-24 09:02  takepiro

	* debian/changelog, debian/control, debian/rules,
	  doc/wt_module.htm, src/wt_module.f90: wt_LaplaPol2Pol_wt added to
	  wt_module

2002-11-19 15:54  takepiro

	* debian/changelog, debian/control, debian/rules,
	  doc/at_module.htm, doc/wt_module.htm, src/at_module.f90,
	  src/wt_module.f90: Boundary routines added to at_module and
	  wt_module

2002-11-19 15:52  takepiro

	* test/at_test_boundaies.f90, test/wt_test11.f90,
	  test/wt_test8.f90, test/wt_test9.f90: wt_test11.f90
	  at_test_boundaries.f90 added

2002-11-02 15:45  takepiro

	* doc/wt_module.htm: wt_module.htm bug fixed

2002-10-08 11:50  takepiro

	* debian/changelog, doc/index.htm, doc/w_module.htm,
	  doc/wa_module.htm, src/w_deriv_module.f90, src/w_module.f90,
	  src/wa_deriv_module.f90, src/wa_module.f90: Derivatives for
	  lambda-mu coordinate are added to w_module and wa_module.

2002-09-12 08:41  takepiro

	* COPYRIGHT, INSTALL, README, debian/control, debian/rules,
	  doc/index.htm, doc/wt_module.htm: COPYRIGHT is add. Documents are
	  updated

2002-09-05 06:08  takepiro

	* debian/changelog, debian/control, debian/rules,
	  doc/wt_module.htm, src/w_base_module.f90, src/wt_module.f90,
	  test/wt_test10.f90: Weight bug fix in w_base_module.f90 and
	  wt_module.f90

2002-08-29 08:18  takepiro

	* doc/esc_module.htm: dimension fixed in esc_module

2002-08-24 14:43  takepiro

	* doc/index.htm: index.htm updated

2002-08-24 14:22  takepiro

	* test/wt_test1.f90, test/wt_test2.f90, test/wt_test3.f90,
	  test/wt_test4.f90, test/wt_test5.f90, test/wt_test6.f90,
	  test/wt_test7.f90, test/yt_test1.f90, test/yt_test2.f90,
	  test/yt_test3.f90, test/yt_test4.f90, test/yt_test5.f90,
	  test/yt_test6.f90, test/yt_test7.f90: yt_test?.f90 are removed

2002-08-24 13:55  takepiro

	* debian/changelog, src/Makefile, src/y_base_module.f90,
	  src/y_deriv_module.f90, src/y_module.f90, src/ya_base_module.f90,
	  src/ya_deriv_module.f90, src/ya_module.f90, src/yt_module.f90:
	  y_, ya_, yt_ modules removed

2002-08-24 13:51  takepiro

	* MEMO, debian/changelog, debian/control, debian/rules:
	  debian/changelog updated

2002-08-24 13:50  takepiro

	* doc/index.htm: index.htm is added

2002-08-24 04:11  takepiro

	* src/wt_module.f90: Comments in wt_module.f90 modified

2002-08-24 04:10  takepiro

	* doc/lumatrix.htm, doc/w_module.htm, doc/wa_module.htm,
	  doc/wt_module.htm: lumatrix.htm and wt_module.htm are added

2002-08-23 22:57  takepiro

	* src/lumatrix.f90, src/wt_module.f90: wtboundaries ->
	  wt_Boundaries in wt_module

2002-08-23 22:56  takepiro

	* demo/wt_diff1.f90, demo/wt_diff2.f90, demo/wt_diff3.f90,
	  demo/wt_diff4.f90, demo/wt_diff6.f90, demo/yt_diff1.f90,
	  demo/yt_diff2.f90, demo/yt_diff3.f90, demo/yt_diff4.f90:
	  wt_diff?.htm are added. yt_diff?.htm are removed.

2002-08-23 03:09  takepiro

	* src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_integral_module.f90, src/w_module.f90,
	  src/wa_base_module.f90, src/wa_deriv_module.f90,
	  src/wa_integral_module.f90, src/wa_module.f90: Capitalize the
	  function names in w and wa modules

2002-08-23 03:07  takepiro

	* doc/w_module.htm, doc/wa_module.htm: wa_module.htm is added

2002-08-22 14:03  takepiro

	* doc/ee_module.htm, doc/esc_module.htm, doc/w_module.htm:
	  w_module.htm is added

2002-08-21 00:32  takepiro

	* doc/ae_module.htm, doc/at_module.htm, doc/et_module.htm:
	  at_module.htm is added

2002-08-21 00:32  takepiro

	* test/ae_intvar.f90, test/at_intvar.f90: at_intvar.f90 is added

2002-08-21 00:31  takepiro

	* demo/at_diff1.f90: at_diff1.f90 is added

2002-08-21 00:31  takepiro

	* src/at_module.f90: Functions for integration and average are
	  added to at_module

2002-08-20 08:25  takepiro

	* test/et_intvar.f90: et_intvar.f90 added

2002-08-20 08:25  takepiro

	* demo/ee_diff1.f90, demo/esc_diff_s.f90, demo/et_diff1.f90:
	  et_diff1.f90 added

2002-08-20 08:24  takepiro

	* src/ee_module.f90, src/esc_module.f90, src/et_module.f90: changed
	  gg -> xy in et_module. Functions for Integration and aveage are
	  added

2002-08-20 08:23  takepiro

	* doc/ae_module.htm, doc/ee_module.htm, doc/esc_module.htm,
	  doc/et_module.htm: et_module.htm added

2002-08-20 03:14  takepiro

	* debian/changelog, doc/ae_module.htm, doc/ee_module.htm,
	  doc/esc_module.htm, src/ae_module.f90, src/ee_module.f90,
	  src/esc_module.f90, src/et_module.f90: Functions for integration
	  and average are added to ae, ee, esc modules

2002-08-20 03:12  takepiro

	* test/ae_intvar.f90, test/ee_intvar.f90, test/esc_intavr.f90:
	  ae_intvar.f90, ee_intvar.f90, esc_intvar.f90 added

2002-08-19 10:22  takepiro

	* MEMO, debian/changelog, doc, doc/ee_module.htm,
	  doc/esc_module.htm: Document directory created

2002-08-19 10:22  takepiro

	* demo/ee_diff1.f90, demo/esc_diff_c.f90, demo/esc_diff_s.f90:
	  samples for ee_module and esc_module added

2002-08-19 10:21  takepiro

	* src/ee_module.f90, src/esc_module.f90, src/wt_module.f90: gg ->
	  xy in ee_modula, esc_module

2002-08-09 03:24  takepiro

	* MEMO, debian/changelog, demo/wt_diff5.f90, demo/wt_diff6.f90,
	  src/wt_module.f90, test/wt_test9.f90: wt_Tormagboundaries added
	  to wt_module

2002-08-07 02:45  takepiro

	* demo/wt_diff5.f90: wt_diff5 modified

2002-08-07 02:44  takepiro

	* debian, debian/README.debian, debian/changelog, debian/control,
	  debian/control.ffc, debian/control.ifc, debian/control.ifc6,
	  debian/copyright, debian/dirs, debian/rules,
	  debian/spml-ffc.postinst, debian/spml-ffc.prerm,
	  debian/spml-ifc.postinst, debian/spml-ifc.prerm,
	  debian/spml-ifc6.postinst, debian/spml-ifc6.prerm: Files for
	  debian package are added

2002-08-07 02:42  takepiro

	* CHANGELOG, MEMO: Document updated

2002-08-07 01:06  takepiro

	* src/w_module.f90: w_module bug fix

2002-06-10 16:00  takepiro

	* test/wt_test8.f90: wt_test8.f90 added

2002-06-10 15:59  takepiro

	* demo/wt_diff5.f90: wt_diff5.f90 added

2002-06-10 15:59  takepiro

	* src/et_module.f90, src/lumatrix.f90, src/lumatrix_f77.f,
	  src/wt_module.f90: LUSOL2 is added for vecter calculation

2002-05-29 05:12  takepiro

	* src/w_integral_module.f90, src/wa_integral_module.f90,
	  src/wghi_module.f90: w_integral_module and wa_integral_module
	  added

2002-05-26 14:40  takepiro

	* src/Makefile, src/w_module.f90, src/wa_deriv_module.f90,
	  src/wa_module.f90, src/wghi_module.f90: wghi_module added

2002-05-25 14:10  takepiro

	* src/Makefile, src/w_base_module.f90, src/w_deriv_module.f90,
	  src/w_module.f90, src/wa_base_module.f90,
	  src/wa_deriv_module.f90, src/wa_module.f90, src/wt_module.f90:
	  w_module and wa_module are added

2002-05-24 09:50  takepiro

	* src/ifcGAFpFo, src/ifcqwr7VS: temporary files removed

2002-05-20 06:17  takepiro

	* Config.mk.in, MEMO, Makefile, README, aclocal.m4, chkfort.sh,
	  chkpcl.sh, configure, configure.in, demo, demo/Makefile,
	  demo/yt_diff1.f90, demo/yt_diff2.f90, demo/yt_diff3.f90,
	  demo/yt_diff4.f90, spmfrt, spmfrt/Makefile,
	  spmfrt/spmconfiggen.sh, spmfrt/spmfrtgen.sh, src, src/Makefile,
	  src/ae_module.f90, src/at_module.f90, src/c2ajcc.f,
	  src/ee_module.f90, src/esc_module.f90, src/et_module.f90,
	  src/ifcGAFpFo, src/ifcqwr7VS, src/lumatrix.f90,
	  src/lumatrix_f77.f, src/wt_module.f90, src/y_base_module.f90,
	  src/y_deriv_module.f90, src/y_module.f90, src/ya_base_module.f90,
	  src/ya_deriv_module.f90, src/ya_module.f90, src/yt_module.f90,
	  test, test/Makefile, test/ae_test1d.f90, test/ae_test2d.f90,
	  test/at_matrix.f90, test/at_test1d.f90, test/at_test2d.f90,
	  test/at_testweight.f90, test/lumatrix_test.f90,
	  test/yt_test1.f90, test/yt_test2.f90, test/yt_test3.f90,
	  test/yt_test4.f90, test/yt_test5.f90, test/yt_test6.f90,
	  test/yt_test7.f90: initial import to CVS

2002-05-20 06:17  

	* .: Standard project directories initialized by cvs2svn.

