mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-18 02:02:08 +00:00
Added and updated documentation of correct, transform, distance, comparable_distance
[SVN r71153]
This commit is contained in:
@@ -71,8 +71,9 @@ struct compile_msvc
|
||||
command << "u";
|
||||
}
|
||||
|
||||
command << "implementation_status.hpp tmp/t.cpp > tmp/t.out";
|
||||
// For debugging: << type1 << "_" << type2 << ".out";
|
||||
command << "implementation_status.hpp tmp/t.cpp > tmp/t" //.out";
|
||||
// For debugging:
|
||||
<< type1 << "_" << type2 << ".out";
|
||||
|
||||
int failed = system(command.str().c_str());
|
||||
return failed == 0;
|
||||
@@ -300,7 +301,8 @@ int main(int argc, char** argv)
|
||||
algorithms.push_back(algorithm("correct"));
|
||||
algorithms.push_back(algorithm("distance", 2));
|
||||
algorithms.push_back(algorithm("centroid", 2));
|
||||
//algorithms.push_back(algorithm("within", 2));
|
||||
algorithms.push_back(algorithm("intersects", 2));
|
||||
algorithms.push_back(algorithm("within", 2));
|
||||
|
||||
typedef std::vector<cs> cs_type;
|
||||
cs_type css;
|
||||
|
||||
Reference in New Issue
Block a user