Skip to content

Commit e4301ac

Browse files
tmp
1 parent 206b9c8 commit e4301ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bindings/python/src/stochastic/sampling/mcmc/helpers/fracture_simulation_runner.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ namespace geode
6767
pybind11::arg( "statistic_monitoring" ),
6868
"Check computed statistics after simulation." )
6969
// Explicit overload bindings
70-
.def( "run",
71-
static_cast< const ObjectSets< OwnerSegment2D >& (
72-
FractureSimulationRunner::*) ( RandomEngine&, index_t ) >(
73-
&FractureSimulationRunner::run ),
74-
pybind11::arg( "engine" ), pybind11::arg( "steps" ),
75-
"Run simulation for a fixed number of steps." )
70+
// .def( "run",
71+
// static_cast< const ObjectSets< OwnerSegment2D >& (
72+
// FractureSimulationRunner::*) ( RandomEngine&,
73+
// index_t ) >( &FractureSimulationRunner::run ),
74+
// pybind11::arg( "engine" ), pybind11::arg( "steps"
75+
// ), "Run simulation for a fixed number of steps." )
7676
.def( "run",
7777
static_cast< StatisticsMonitor ( FractureSimulationRunner::* )(
7878
RandomEngine&, const SimulationConfigurator& ) >(

0 commit comments

Comments
 (0)