Skip to content

Commit

Permalink
manual clang-formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Young <[email protected]>
  • Loading branch information
TactfulDeity committed Oct 19, 2024
1 parent dc16daf commit ac970a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion avogadro/core/secondarystructure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void SecondaryStructureAssigner::assignBackboneHydrogenBonds()
recordJ->residuePair = recordI->residue;
}
} // end for(j)
} // end for(i)
} // end for(i)
}

} // namespace Avogadro::Core
6 changes: 2 additions & 4 deletions avogadro/rendering/cartoongeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ const float Cartoon::ELIPSE_RATIO = 0.75f;

Cartoon::Cartoon()
: BSplineGeometry(false), m_minRadius(-1.0f), m_maxRadius(-1.0f)
{
}
{}

Cartoon::Cartoon(float minRadius, float maxRadius)
: BSplineGeometry(false), m_minRadius(minRadius), m_maxRadius(maxRadius)
{
}
{}

vector<ColorNormalVertex> Cartoon::computeCirclePoints(const Eigen::Affine3f& a,
const Eigen::Affine3f& b,
Expand Down

0 comments on commit ac970a9

Please sign in to comment.