Skip to content

Commit

Permalink
Update for IMP 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 22, 2023
1 parent f5e8ea2 commit deff05a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/using_cpp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.19.0/doc/ref/classIMP_1_1Model.html),\n",
"This is a very simple C++ program that uses IMP to create an [IMP::Model](https://integrativemodeling.org/2.20.0/doc/ref/classIMP_1_1Model.html),\n",
"make two particles in that model, and set their XYZ coordinates using the\n",
"[IMP::core::XYZ](https://integrativemodeling.org/2.19.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n",
"the simple Python example [in the IMP manual](https://integrativemodeling.org/2.19.0/doc/manual/library_example.html)."
"[IMP::core::XYZ](https://integrativemodeling.org/2.20.0/doc/ref/classIMP_1_1core_1_1XYZ.html) decorator. It is essentially identical to the first part of\n",
"the simple Python example [in the IMP manual](https://integrativemodeling.org/2.20.0/doc/manual/library_example.html)."
]
},
{
Expand Down Expand Up @@ -155,7 +155,7 @@
"```\n",
"\n",
"Finally, we tell CMake that when we link the `simple` executable, we need\n",
"to link it against the IMP [kernel](https://integrativemodeling.org/2.19.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.19.0/doc/ref/namespaceIMP_1_1core.html) module."
"to link it against the IMP [kernel](https://integrativemodeling.org/2.20.0/doc/ref/namespaceIMP.html) and the [IMP::core](https://integrativemodeling.org/2.20.0/doc/ref/namespaceIMP_1_1core.html) module."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion support/tutorial_tools

0 comments on commit deff05a

Please sign in to comment.