• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン87da00b77cd2bf6d8a462bac6cbe35056105cd8a (tree)
日時2010-11-28 11:23:12
作者Mikiya Fujii <mikiya.fujii@gmai...>
コミッターMikiya Fujii

ログメッセージ

Refferences for CNDO and INDO are specified.

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@8 1136aad2-a195-0410-b898-f5ea1d11b9d8

変更サマリ

差分

--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -18,6 +18,10 @@ using namespace MolDS_base_atoms;
1818
1919 namespace MolDS_cndo{
2020
21+
22+/***
23+ * Refferences for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
24+ */
2125 class Cndo2{
2226 private:
2327 string messageEnergiesMOs;
--- a/src/indo/Indo.h
+++ b/src/indo/Indo.h
@@ -14,6 +14,9 @@ using namespace MolDS_base_atoms;
1414
1515 namespace MolDS_indo{
1616
17+/***
18+ * Refferences for Indo are [PB_1970] and [PS_1966].
19+ */
1720 class Indo : public MolDS_cndo::Cndo2{
1821 public:
1922 Indo();