Skip to content

Commit

Permalink
Fix rmsf values
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Oct 28, 2023
1 parent 8bef61f commit 5d8fb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/computational-simulation/StructureDesignView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ const structures = [
graphics: [ThreeGon1, ThreeGon2, ThreeGon3],
captions:
'Figure 7. A systematic of the Trigonal Bipyramid showing the number of edges and position of edges to each other. Labelling of edges is the same as the CADnano files.',
values: [1.090856, 2.946035, 2.508811]
values: [0.891485, 2.505012, 2.098468]
},
{
label: 'Structure: Pentagonal Bipyramid',
preview: Figure8,
graphics: [FiveGon1, FiveGon2, FiveGon3],
captions:
'Figure 8. A systematic of the Pentagonal Bipyramid showing the number of edges and position of edges to each other. Labelling of edges is the same as the CADnano files.',
values: [1.090856, 2.946035, 2.508811]
values: [0.956679, 2.518227, 1.793869]
}
]
const tableData = {
Expand Down

0 comments on commit 5d8fb41

Please sign in to comment.