File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -436,13 +436,7 @@ class Inputs {
436
436
bool get_O_cooling ();
437
437
438
438
/* *********************************************************************
439
- \brief returns settings["
440
- \param
441
- **/
442
- bool get_use_centripetal ();
443
-
444
- /* *********************************************************************
445
- \brief returns settings["
439
+ \brief returns settings["
446
440
\param
447
441
**/
448
442
bool get_use_coriolis ();
Original file line number Diff line number Diff line change 100
100
101
101
"Sources" : {
102
102
"Grid" : {
103
- "Centripetal" : true ,
104
103
"Coriolis" : true ,
105
104
"Cent_acc" : true },
106
105
"Neutrals" : {
Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ bool Inputs::get_O_cooling() {
762
762
// Return centripetal acceleration
763
763
// -----------------------------------------------------------------------
764
764
765
- bool Inputs::get_use_centripetal () {
766
- return get_setting_bool (" Sources" , " Grid" , " Centripetal " );
765
+ bool Inputs::get_cent_acc () {
766
+ return get_setting_bool (" Sources" , " Grid" , " Cent_acc " );
767
767
}
768
768
769
769
// -----------------------------------------------------------------------
@@ -774,10 +774,6 @@ bool Inputs::get_use_coriolis() {
774
774
return get_setting_bool (" Sources" , " Grid" , " Coriolis" );
775
775
}
776
776
777
- bool Inputs::get_cent_acc () {
778
- return get_setting_bool (" Sources" , " Grid" , " Cent_acc" );
779
- }
780
-
781
777
// -----------------------------------------------------------------------
782
778
// Return restart OUT directory
783
779
// -----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments