File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -520,6 +520,23 @@ void Grid::set_IsDipole(bool value) {
520
520
IsDipole = value;
521
521
}
522
522
523
+ // --------------------------------------------------------------------------
524
+ // Get whether the grid is a dipole grid
525
+ // --------------------------------------------------------------------------
526
+
527
+ bool Grid::get_IsDipole () {
528
+ return IsDipole;
529
+ }
530
+
531
+ // --------------------------------------------------------------------------
532
+ // Get whether the dipole grid is closed (true) or open (false)
533
+ // --------------------------------------------------------------------------
534
+
535
+ bool Grid::get_IsClosed () {
536
+ return IsClosed;
537
+ }
538
+
539
+
523
540
// --------------------------------------------------------------------------
524
541
// Get total number of grid points
525
542
// --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments