Skip to content

Commit 765d975

Browse files
committed
typo fix
1 parent e202755 commit 765d975

File tree

1 file changed

+0
-1
lines changed
  • src/physics/single_chain/efjc/thermodynamics/isotensional

1 file changed

+0
-1
lines changed

src/physics/single_chain/efjc/thermodynamics/isotensional/py.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ impl EFJC
142142
{
143143
force.as_array().mapv(|force: f64| super::gibbs_free_energy(&self.number_of_links, &self.link_length, &self.hinge_mass, &self.link_stiffness, &force, &temperature)).into_pyarray(py)
144144
}
145-
}
146145
/// The Gibbs free energy per link as a function of the applied force and temperature.
147146
///
148147
/// Args:

0 commit comments

Comments
 (0)