mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
Avoid slashes in comments to not trigger multi-line comment warnings on linux.
This commit is contained in:
parent
6de9288597
commit
d1da920394
@ -23,9 +23,9 @@
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// + p1
|
||||
/// t1 //
|
||||
/// | + C
|
||||
/// \
|
||||
/// t1 **
|
||||
/// * + C
|
||||
/// *
|
||||
/// + p2
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiaArcCurveCalculator::RiaArcCurveCalculator( cvf::Vec3d p1, cvf::Vec3d t1, cvf::Vec3d p2 )
|
||||
|
@ -23,9 +23,9 @@
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// + p1
|
||||
/// t1 //
|
||||
/// | + C
|
||||
/// \
|
||||
/// t1 **
|
||||
/// * + C
|
||||
/// *
|
||||
/// + p2
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
class RiaArcCurveCalculator
|
||||
|
@ -22,12 +22,12 @@
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// + p1
|
||||
/// t1 //
|
||||
/// | r1 + C
|
||||
/// \
|
||||
/// t1 **
|
||||
/// * r1 + C
|
||||
/// *
|
||||
/// + firstArcEndpoint
|
||||
/// \
|
||||
/// \
|
||||
/// *
|
||||
/// *
|
||||
/// + p2
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
class RiaJCurveCalculator
|
||||
|
@ -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 );
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user