[cig-commits] commit: Fix adaptation -> adaption

Mercurial hg at geodynamics.org
Tue Jun 5 13:03:36 PDT 2012


changeset:   251:98b2459454af
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Jun 05 13:03:21 2012 -0700
files:       src/FACStokes/applyGradientDetector.C
description:
Fix adaptation -> adaption


diff -r 1727116045cc -r 98b2459454af src/FACStokes/applyGradientDetector.C
--- a/src/FACStokes/applyGradientDetector.C	Tue Jun 05 12:59:12 2012 -0700
+++ b/src/FACStokes/applyGradientDetector.C	Tue Jun 05 13:03:21 2012 -0700
@@ -59,10 +59,10 @@ void SAMRAI::FACStokes::applyGradientDet
 
           // tbox::plog << "estimate "
           //            << cell_index << " "
-          //            << d_adaptation_threshold << " "
+          //            << d_adaption_threshold << " "
           //            << estimate_data(cell_index) << " "
           //            << std::boolalpha
-          //            << (estimate_data(cell_index) > d_adaptation_threshold)
+          //            << (estimate_data(cell_index) > d_adaption_threshold)
           //            << " "
           //            << "\n";
           if (estimate_data(cell_index) > d_adaption_threshold



More information about the CIG-COMMITS mailing list