• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

programming language


Commit MetaInfo

Revisiónfa6bf361588e7e51d54356dd86bcc42e59cca102 (tree)
Tiempo2022-01-12 23:05:26
Autordhrname <dhrname@joes...>
Commiterdhrname

Log Message

Modify a adjoint method of the PowerSetElemenetModel class

Cambiar Resumen

Diferencia incremental

Binary files a/bin/joestar.exe and b/bin/joestar.exe differ
Binary files a/bin/obj/main.o and b/bin/obj/main.o differ
--- a/main.cpp
+++ b/main.cpp
@@ -617,6 +617,7 @@ namespace jstr
617617 targetSet->adjoint(arr);
618618 targetSet->setBoolMap(arr->getId(), true);
619619 this->setBoolMap(arr->getId(), true);
620+ this->CartesianProductModel::adjoint(arr);
620621 }
621622
622623
@@ -1783,8 +1784,8 @@ int main(int argc, char **argv)
17831784 jstr::Arrow* arrac2(new jstr::Arrow("remoteNameB"));
17841785 arrac2->setDomain("0.1");
17851786 arrac2->setCodomain("flo");
1786- cpmod2->adjoint(arrab2);
1787- cpmod2->adjoint(arrac2);
1787+ psmod->adjoint(arrab2);
1788+ psmod->adjoint(arrac2);
17881789
17891790 EXPECT(psmod->hasElement("remoteNameA"), true);
17901791 EXPECT(psmod->hasElement("remoteNameB"), true);