Ticket #55472: patch-src-pbsolvercz.cpp.diff

File patch-src-pbsolvercz.cpp.diff, 356 bytes (added by himay81 (Jamie Baxter), 6 years ago)

Patch file

  • apbs/src/geoflow/pbsolvercz.cpp

    old new  
    7777                }
    7878        }
    7979
    80         std::vector <Eigen::Triplet<double>> tripletList;
     80        std::vector <Eigen::Triplet<double> > tripletList;
    8181        tripletList.reserve(nx*ny*nz);
    8282        Eigen::VectorXd phi_flat(nx*ny*nz);
    8383