Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Profizi <[email protected]>
  • Loading branch information
JennaPaikowsky and PProfizi authored Jan 9, 2025
1 parent dd2209d commit 72a7a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/user_guide/concepts/waysofusing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ These capabilities can be accessed through client APIs, as shown here:


- The DPF server application can be accessed using an Ansys product, or DPF Server package (see :ref:`ref_dpf_server`) available on the Customer portal.
- Several client APIs are available (CPython, IronPython, C++, and so on).
- Several client APIs are available (CPython, IronPython, and C++).
- Communication in the same process, or through gRPC, allows you to have the client and the servers on different machines.

Note that **IronPython and CPython APIs are different**, each has specific syntax.
Note that **IronPython and CPython APIs are different**, each has a specific syntax.

The **list of available operators when using DPF is independent from the language or API which is used**. It depends only
on how the DPF application has been initialized.
Expand Down

0 comments on commit 72a7a5d

Please sign in to comment.