Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
teqp_fork_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Michael Pohl
teqp_fork_old
Commits
1cb88b7e
Commit
1cb88b7e
authored
3 years ago
by
Ian Bell
Browse files
Options
Downloads
Patches
Plain Diff
Slightly more helpful comments
parent
cf85ee07
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/pybind11_wrapper.cpp
+5
-3
5 additions, 3 deletions
interface/pybind11_wrapper.cpp
with
5 additions
and
3 deletions
interface/pybind11_wrapper.cpp
+
5
−
3
View file @
1cb88b7e
...
...
@@ -2,9 +2,11 @@
namespace
py
=
pybind11
;
// These are each in separate files to move the compilation into
// multiple compilation units so that multiple processors can be use
// at the same time
// The implementation of each prototype are in separate files to move the compilation into
// multiple compilation units so that multiple processors can be used
// at the same time to carry out the compilation
//
// This speeds up things a lot on linux, but not much in MSVC
void
add_vdW
(
py
::
module
&
m
);
void
add_PCSAFT
(
py
::
module
&
m
);
void
add_CPA
(
py
::
module
&
m
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment