Avoid slashes in comments to not trigger multi-line comment warnings on linux.

This commit is contained in:
Kristian Bendiksen 2020-04-01 08:43:44 +02:00 committed by Magne Sjaastad
parent 6de9288597
commit d1da920394
5 changed files with 15 additions and 15 deletions

View File

@ -23,9 +23,9 @@
//--------------------------------------------------------------------------------------------------
/// + p1
/// t1 //
/// | + C
/// \
/// t1 **
/// * + C
/// *
/// + p2
//--------------------------------------------------------------------------------------------------
RiaArcCurveCalculator::RiaArcCurveCalculator( cvf::Vec3d p1, cvf::Vec3d t1, cvf::Vec3d p2 )

View File

@ -23,9 +23,9 @@
//--------------------------------------------------------------------------------------------------
/// + p1
/// t1 //
/// | + C
/// \
/// t1 **
/// * + C
/// *
/// + p2
//--------------------------------------------------------------------------------------------------
class RiaArcCurveCalculator

View File

@ -22,12 +22,12 @@
//--------------------------------------------------------------------------------------------------
/// + p1
/// t1 //
/// | r1 + C
/// \
/// t1 **
/// * r1 + C
/// *
/// + firstArcEndpoint
/// \
/// \
/// *
/// *
/// + p2
//--------------------------------------------------------------------------------------------------
class RiaJCurveCalculator

View File

@ -133,7 +133,7 @@ RimSummaryCase*
//--------------------------------------------------------------------------------------------------
RimSummaryCase* RimSummaryCaseMainCollection::findSummaryCaseFromFileName( const QString& fileName ) const
{
// Use QFileInfo object to compare two file names to avoid mix of / and \\
// Use QFileInfo object to compare two file names to avoid mix of '/' and '\\'
QFileInfo incomingFileInfo( fileName );

View File

@ -37,9 +37,9 @@
// 5 - 7
// 9 -10
//
// / ^
// / / \
// Curve / / \ ----- X
// * *
// * * *
// Curve * * * ----- X
//
// Values 1.0|2.0|inf|inf|inf|1.0|2.0|1.0|inf|1.0|1.0|inf|1.0|inf
// Vec index 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10| 11| 12| 13